.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-intro {
  font-size: large;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.header_headerContainer__\+2ZRy{width:100%;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);margin-bottom:20px;position:fixed;margin-top:30px;top:0;left:0;right:0;z-index:999;background-color:#fff}.header_headerContainer__\+2ZRy .header_form-control__6b05\+,.header_headerContainer__\+2ZRy input[type=email],.header_headerContainer__\+2ZRy input[type=password],.header_headerContainer__\+2ZRy input[type=search],.header_headerContainer__\+2ZRy input[type=text],.header_headerContainer__\+2ZRy textarea{max-width:100%;background:#f5f5f5;border:.1rem solid rgba(0,0,0,0);border-radius:.5rem;color:#666;margin-bottom:2%;outline:none;width:100%}.header_headerContainer__\+2ZRy .header_rowSearch__32ff8{display:flex !important;flex-wrap:wrap !important}.header_headerContainer__\+2ZRy header{display:flex;justify-content:space-between;align-items:center;height:72px;width:100%;max-width:1200px;margin:auto;padding:0 10px;display:grid;grid-template-areas:"logo nav actions";grid-template-columns:190px 1fr 1fr;grid-template-rows:1fr}.header_headerContainer__\+2ZRy header .header_menuIcon__idAvn{display:none}.header_headerContainer__\+2ZRy header .header_logoContainer__V3pd2{grid-area:logo}.header_headerContainer__\+2ZRy header .header_logoContainer__V3pd2 img{width:160px}.header_headerContainer__\+2ZRy header nav{grid-area:nav;display:flex;align-items:center;list-style:none}.header_headerContainer__\+2ZRy header nav li{margin-right:40px}.header_headerContainer__\+2ZRy header nav li a{font-family:Montserrat;font-size:12px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:var(--black) !important;text-transform:uppercase}.header_headerContainer__\+2ZRy header nav li a:hover{opacity:.7}.header_headerContainer__\+2ZRy header .header_actions__siIzl{grid-area:actions;display:flex;justify-content:flex-end}.header_headerContainer__\+2ZRy header .header_securePurchase__rhpqN{color:#214a4c;font-size:8px}.header_headerContainer__\+2ZRy header .header_action__cdT8f{background-color:rgba(0,0,0,0);border:none;width:40px;height:40px;padding:0;position:relative}.header_headerContainer__\+2ZRy header .header_action__cdT8f:hover{opacity:.7}.header_headerContainer__\+2ZRy header .header_action__cdT8f img{width:24px;height:24px;object-fit:contain}@media screen and (max-width: 768px){.header_headerContainer__\+2ZRy header .header_action__cdT8f img{width:20px;height:20px}}.header_headerContainer__\+2ZRy header .header_action__cdT8f .header_counter__Crbht{position:absolute;top:0;right:0;background-color:var(--sage);width:18px;height:18px;border-radius:100px;font-size:8px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.header_headerContainer__\+2ZRy header{grid-template-areas:"menu logo actions";grid-template-columns:1fr 1fr 1fr}.header_headerContainer__\+2ZRy header .header_menuIcon__idAvn{grid-area:menu;display:flex}.header_headerContainer__\+2ZRy header .header_logoContainer__V3pd2{display:flex;justify-content:center}.header_headerContainer__\+2ZRy header .header_logoContainer__V3pd2 img{width:120px}.header_headerContainer__\+2ZRy header nav{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px;height:100%}.header_headerContainer__\+2ZRy header nav li{margin:10px 0}.header_headerContainer__\+2ZRy header nav li a{padding:20px}}
.iconButton_button__HNBTR{background-color:rgba(0,0,0,0);border:none;padding:11px;border-radius:5px;color:#fff;display:flex;justify-content:center;align-items:center;width:40px;height:40px}.iconButton_button__HNBTR:focus,.iconButton_button__HNBTR:hover{opacity:.8}.iconButton_button__HNBTR:disabled{background-color:var(--beige)}
.sidebar_container__1-Jpf::before{content:"";position:fixed;top:0;right:0;left:0;bottom:0;z-index:999;background-color:rgba(0,0,0,.5);opacity:.1;visibility:hidden;pointer-events:none;transition:opacity .2s ease-in-out}.sidebar_container__1-Jpf .sidebar_content__xOv3e{position:fixed;top:0;bottom:0;z-index:999;flex-direction:column;align-items:flex-start;padding:10px;height:100vh;max-width:350px;width:80%;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);transition:transform .2s ease-in-out}.sidebar_container__1-Jpf .sidebar_left__VmqXK{left:0;transform:translateX(-102%)}.sidebar_container__1-Jpf .sidebar_right__H75t5{right:0;transform:translateX(102%)}.sidebar_container__1-Jpf[data-is-open=true]::before{opacity:1;visibility:visible;pointer-events:visible}.sidebar_container__1-Jpf[data-is-open=true] .sidebar_content__xOv3e{transform:translateX(0)}
.bagSidebar_bagContainer__O5q\+f{padding:0 !important}.bagSidebar_bagContainer__O5q\+f aside{display:grid;grid-template-columns:1fr;grid-template-rows:50px 1fr 120px;height:100%}.bagSidebar_bagContainer__O5q\+f aside>header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border-bottom:1px solid var(--very-light-pink)}.bagSidebar_bagContainer__O5q\+f aside>header button{margin-right:20px;width:40px;height:40px;background:rgba(0,0,0,0);border:none;display:flex;align-items:center}.bagSidebar_bagContainer__O5q\+f aside>header>h1{margin:0;font-family:Montserrat;font-size:16px;font-weight:400;line-height:1.25;color:var(--black) !important;white-space:nowrap;text-align:center}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE{overflow-y:auto;padding:10px 10px 0;overscroll-behavior:contain}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article{display:grid;grid-template-columns:100px 1fr;grid-template-areas:"closebutton closebutton" "image header" "image info";padding:10px;border-bottom:1px solid var(--very-light-pink)}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article button{grid-area:closebutton;margin-left:auto;opacity:.5}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article .bagSidebar_productImage__Rst-j{grid-area:image;width:80px;height:100px;object-fit:cover}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article header{grid-area:header;display:flex;flex-direction:column}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article header h1{margin:0;font-family:Montserrat;font-size:14px;font-weight:600;line-height:1.25;color:var(--black)}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article .bagSidebar_productInfo__I2iS\+{grid-area:info}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article .bagSidebar_productInfo__I2iS\+ p{display:flex;justify-content:space-between;font-family:Montserrat;font-size:12px;margin:0}.bagSidebar_bagContainer__O5q\+f aside .bagSidebar_products__pLSCE article .bagSidebar_productInfo__I2iS\+ p span{font-weight:600}.bagSidebar_bagContainer__O5q\+f aside footer{display:flex;flex-direction:column;justify-content:space-between;padding:10px;border-top:1px solid var(--very-light-pink)}.bagSidebar_bagContainer__O5q\+f aside footer p{display:flex;justify-content:space-between;font-size:16px}.bagSidebar_bagContainer__O5q\+f aside footer p span:first-child{font-weight:600}
.button_button__X9kjH{background-color:var(--sage);border:none;padding:11px;border-radius:5px;color:#fff}.button_button__X9kjH:focus,.button_button__X9kjH:hover:not(:disabled){opacity:.8}.button_button__X9kjH:disabled{background-color:var(--beige)}
.searchSidebar_searchSideContainer__RWm1U{padding:0 !important}.searchSidebar_searchSideContainer__RWm1U aside{display:grid;grid-template-columns:1fr;grid-template-rows:50px 1fr 120px;height:70px}.searchSidebar_searchSideContainer__RWm1U aside>header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border-bottom:1px solid var(--very-light-pink)}.searchSidebar_searchSideContainer__RWm1U aside>header button{margin-right:20px;width:40px;height:40px;background:rgba(0,0,0,0);border:none;display:flex;align-items:center}.searchSidebar_searchSideContainer__RWm1U aside>header>h1{margin:0;font-family:Montserrat;font-size:16px;font-weight:400;line-height:1.25;color:var(--black) !important;white-space:nowrap;text-align:center}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_form-control__Aksfy,.searchSidebar_searchSideContainer__RWm1U aside input[type=email],.searchSidebar_searchSideContainer__RWm1U aside input[type=password],.searchSidebar_searchSideContainer__RWm1U aside input[type=search],.searchSidebar_searchSideContainer__RWm1U aside input[type=text],.searchSidebar_searchSideContainer__RWm1U aside textarea{width:30%;padding:10px 15px;height:46px;background:#fff;border-width:0px;border:none;font-size:14px;outline:none}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_rowSearch__1Ysk4{display:flex !important;flex-wrap:wrap !important}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ{overflow-y:auto;padding:10px 10px 0;overscroll-behavior:contain}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article{display:grid;grid-template-columns:100px 1fr;grid-template-areas:"closebutton closebutton" "image header" "image info";padding:10px;border-bottom:1px solid var(--very-light-pink)}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article button{grid-area:closebutton;margin-left:auto;opacity:.5}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article .searchSidebar_productImage__2yFmZ{grid-area:image;width:80px;height:100px;object-fit:cover}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article header{grid-area:header;display:flex;flex-direction:column}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article header h1{margin:0;font-family:Montserrat;font-size:14px;font-weight:600;line-height:1.25;color:var(--black)}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article .searchSidebar_productInfo__XbnCu{grid-area:info}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article .searchSidebar_productInfo__XbnCu p{display:flex;justify-content:space-between;font-family:Montserrat;font-size:12px;margin:0}.searchSidebar_searchSideContainer__RWm1U aside .searchSidebar_products__rJeGJ article .searchSidebar_productInfo__XbnCu p span{font-weight:600}.searchSidebar_searchSideContainer__RWm1U aside footer{display:flex;flex-direction:column;justify-content:space-between;padding:10px;border-top:1px solid var(--very-light-pink)}.searchSidebar_searchSideContainer__RWm1U aside footer p{display:flex;justify-content:space-between;font-size:16px}.searchSidebar_searchSideContainer__RWm1U aside footer p span:first-child{font-weight:600}
.sidebarsearch_container__zo0Ma::before{content:"";position:fixed;top:0;right:0;left:0;bottom:0;z-index:999;visibility:hidden;pointer-events:none;transition:opacity .2s ease-in-out}.sidebarsearch_container__zo0Ma .sidebarsearch_content__s62Eh{position:fixed;top:0;bottom:0;z-index:999;flex-direction:column;align-items:flex-start;margin-top:70px;padding:30px;height:8%;max-width:100%;width:100%;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);transition:transform .2s ease-in-out}.sidebarsearch_container__zo0Ma .sidebarsearch_left__Dg3t4{left:0;transform:translateX(-102%)}.sidebarsearch_container__zo0Ma .sidebarsearch_right__cjEaJ{right:0;transform:translateX(102%)}.sidebarsearch_container__zo0Ma[data-is-open=true]::before{opacity:1;visibility:visible;pointer-events:visible}.sidebarsearch_container__zo0Ma[data-is-open=true] .sidebarsearch_content__s62Eh{transform:translateX(0)}
/* mega menu */
.mega-menu{margin:0 auto;padding:0;display:block;float:none;position:relative;z-index:999;max-width:1280px;width:100%;font-size:16px;font-family:Open Sans,sans-serif;min-height:50px;clear:both;box-sizing:border-box}@media screen and (max-width:767px){.mega-menu{float:left;margin:0;min-width:200px}}.mega-menu *{outline:none;list-style:none;text-decoration:none;box-sizing:border-box!important;font-family:Open Sans,sans-serif;font-weight:400;-webkit-tap-highlight-color:transparent;text-align:left}@media screen and (max-width:767px){.mega-menu *{word-break:break-all}}.mega-menu i.fa{font-family:FontAwesome}.mega-menu img{margin:0;padding:0;display:block;max-width:100%!important;float:left}.mega-menu input{border:none}.mega-menu>section.menu-list-items{margin:0;padding:0;display:block;float:left;width:100%;background-color:#333}@media screen and (min-width:768px){.mega-menu.menuFullWidth.vertical-left>section.menu-list-items{max-width:250px}.mega-menu.menuFullWidth.vertical-right>section.menu-list-items{max-width:250px}}.mega-menu .menu-logo{margin:0;padding:0;display:block;float:left;position:relative}@media screen and (min-width:768px){.mega-menu .menu-logo.menu-logo-align-right{float:right}}@media screen and (max-width:767px){.mega-menu .menu-logo{width:100%}}.mega-menu .menu-logo>li{margin:0;padding:0;display:block;float:left;font-size:1em;line-height:50px}@media screen and (max-width:767px){.mega-menu .menu-logo>li{width:100%;line-height:normal}}.mega-menu .menu-logo>li>a{margin:0;display:inline-block;float:left;width:100%;color:#fff;font-size:.8125em;padding:0 20px 0 45px;line-height:50px;transition:background-color 200ms ease}.mega-menu .menu-logo>li>a:hover{background-color:tomato}@media screen and (max-width:767px){.mega-menu .menu-logo>li>a{line-height:normal;padding-top:16px;padding-bottom:16px;position:relative;z-index:10;width:auto}}.mega-menu .menu-logo>li>a i.fa{padding:0;display:inline-block;font-size:1.25em;position:absolute;top:0;left:20px;bottom:0;margin:auto 0;line-height:50px}.mega-menu .menu-logo>li>a img{width:20px;height:20px;position:absolute;top:0;left:15px;bottom:0;margin:auto 0}.mega-menu .menu-links{margin:0;padding:0;display:block;float:left}@media screen and (max-width:767px){.mega-menu .menu-links{width:100%}}@media screen and (min-width:768px){.mega-menu .menu-links{display:block!important;max-height:100%!important;overflow:visible!important}.mega-menu .menu-links.menu-links-align-right{float:right}}.mega-menu .menu-links>li{margin:0;padding:0;display:block;float:left;transition:background-color 200ms ease;font-size:1em}@media screen and (max-width:767px){.mega-menu .menu-links>li{width:100%;position:relative;cursor:pointer;line-height:normal;z-index:50}.mega-menu .menu-links>li.activeTriggerMobile{background-color:tomato}}@media screen and (min-width:768px){.mega-menu .menu-links>li.activeTrigger{background-color:tomato}}.mega-menu .menu-links>li.active{background-color:tomato}.mega-menu .menu-links>li:hover{background-color:tomato}.mega-menu .menu-links>li>a{margin:0;padding:0 20px;display:inline-block;float:none;width:100%;color:#fff;font-size:.8125em;line-height:50px;position:relative}@media screen and (max-width:767px){.mega-menu .menu-links>li>a{width:auto;line-height:normal;padding-top:15px;padding-bottom:15px;position:static;padding-right:10px;z-index:20}}.mega-menu .menu-links>li>a i.fa{font-size:1em;line-height:.8125em;padding-right:2px}.mega-menu .menu-links>li>a i.fa.fa-indicator{padding-right:0;padding-left:2px}@media screen and (max-width:767px){.mega-menu .menu-links>li>a i.fa.fa-indicator{float:right;position:absolute;right:20px;top:0;bottom:0;line-height:50px;height:50px;z-index:-1}}.mega-menu .menu-social-bar{margin:0;display:block;float:left;padding:0 10px}@media screen and (min-width:768px){.mega-menu .menu-social-bar{display:block!important}}@media screen and (min-width:768px){.mega-menu .menu-social-bar.menu-social-bar-right{float:right}}@media screen and (max-width:767px){.mega-menu .menu-social-bar{width:100%;text-align:center}}.mega-menu .menu-social-bar>li{margin:0;padding:0;display:block;float:left;font-size:1em;line-height:50px}.mega-menu .menu-social-bar>li[data-color=blue]>a:hover{background-color:#3b5998}.mega-menu .menu-social-bar>li[data-color=sky-blue]>a:hover{background-color:#2caae1}.mega-menu .menu-social-bar>li[data-color=orange]>a:hover{background-color:#dd4b39}.mega-menu .menu-social-bar>li[data-color=red]>a:hover{background-color:#bd081c}@media screen and (max-width:767px){.mega-menu .menu-social-bar>li{float:none;display:inline-block;margin-bottom:-5px}}.mega-menu .menu-social-bar>li>a{margin:0;display:inline-block;float:left;width:100%;color:#fff;font-size:.875em;padding:0 5px;transition:background-color 200ms ease;line-height:50px}@media screen and (max-width:767px){.mega-menu .menu-social-bar>li>a{padding-left:10px;padding-right:10px}}.mega-menu .menu-social-bar>li>a i.fa{margin:0;padding:0;display:inline-block;float:left;width:100%;font-size:1.125em;line-height:50px}.mega-menu .menu-search-bar{margin:0;padding:0;display:block;float:right;position:relative;height:50px}@media screen and (min-width:768px){.mega-menu .menu-search-bar.menu-search-bar-left{float:left}}@media screen and (max-width:767px){.mega-menu .menu-search-bar{width:100%;position:absolute;top:0;right:0}}.mega-menu .menu-search-bar li,.mega-menu .menu-search-bar form,.mega-menu .menu-search-bar label{margin:0;padding:0;display:block;float:left;width:100%;line-height:50px}.mega-menu .menu-search-bar li:hover i.fa.fa-search{background:tomato}.mega-menu .menu-search-bar input{max-width:0;width:100%;margin:0;padding:5px 50px 5px 0;font-size:.8125em;transition:max-width 400ms ease,background 400ms ease,padding-left 400ms ease;height:50px;display:block;background:none;color:#fff;font-weight:400}.mega-menu .menu-search-bar input:focus{max-width:170px;background:tomato;padding-left:20px}@media screen and (max-width:767px){.mega-menu .menu-search-bar input:focus{max-width:100%;position:relative;z-index:20}}.mega-menu .menu-search-bar i.fa.fa-search{position:absolute;top:0;right:0;bottom:0;width:50px;text-align:center;line-height:50px;color:#fff;cursor:text;transition:background 200ms ease;z-index:40}.mega-menu .menu-search-bar :-moz-placeholder{opacity:1!important;color:#fff!important}.mega-menu .menu-search-bar ::-moz-placeholder{opacity:1!important;color:#fff!important}.mega-menu .menu-search-bar :-ms-input-placeholder{opacity:1!important;color:#fff!important}.mega-menu .menu-search-bar ::-webkit-input-placeholder{opacity:1!important;color:#fff!important}@media screen and (max-width:767px){.mega-menu .menu-search-bar.active input{padding-right:150px}.mega-menu .menu-search-bar.active i.fa.fa-search{right:70px}}.mega-menu .menu-mobile-collapse-trigger{margin:0;padding:0;height:50px;width:70px;background:#1a1a1a;display:none;position:absolute;top:0;right:0;z-index:100;float:right;cursor:pointer;transition:background 200ms ease}.mega-menu .menu-mobile-collapse-trigger:hover{background:black}.mega-menu .menu-mobile-collapse-trigger:before,.mega-menu .menu-mobile-collapse-trigger:after,.mega-menu .menu-mobile-collapse-trigger span{content:"";display:block;height:4px;width:40px;background:#fff;position:absolute;top:13px;left:0;right:0;margin:0 auto;transition:transform 400ms ease 0s,opacity 400ms ease;transform:rotate(0deg);transform-origin:0 50% 0}.mega-menu .menu-mobile-collapse-trigger:after{top:33px}.mega-menu .menu-mobile-collapse-trigger span{top:23px}.mega-menu .menu-mobile-collapse-trigger.active span{opacity:0}.mega-menu .menu-mobile-collapse-trigger.active:before{transform:rotate(30deg)}.mega-menu .menu-mobile-collapse-trigger.active:after{transform:rotate(-30deg)}@media screen and (max-width:767px){.mega-menu .menu-mobile-collapse-trigger{display:block}}.mega-menu .drop-down-multilevel{margin:0;padding:0;display:block;position:absolute;top:auto;left:auto;right:auto;z-index:50;width:100%;background:#fff;float:left;max-width:200px}.mega-menu .drop-down-multilevel *{color:#555}@media screen and (min-width:768px){.mega-menu .drop-down-multilevel{display:block!important;opacity:0;visibility:hidden}}@media screen and (max-width:767px){.mega-menu .drop-down-multilevel{max-width:100%!important;position:relative;left:0;top:0;padding:10px;display:none}}.mega-menu .drop-down-multilevel li{margin:0;padding:0;display:block;float:left;width:100%;position:relative;transition:background 200ms ease;z-index:50}.mega-menu .drop-down-multilevel li:hover{background:tomato}.mega-menu .drop-down-multilevel li:hover>a{color:#fff}.mega-menu .drop-down-multilevel li:hover>a i.fa{color:#fff}@media screen and (min-width:768px){.mega-menu .drop-down-multilevel li.activeTrigger{background:tomato}.mega-menu .drop-down-multilevel li.activeTrigger>a{color:#fff}.mega-menu .drop-down-multilevel li.activeTrigger>a i.fa{color:#fff}}@media screen and (max-width:767px){.mega-menu .drop-down-multilevel li.activeTriggerMobile{background:tomato}.mega-menu .drop-down-multilevel li.activeTriggerMobile>a{color:#fff}.mega-menu .drop-down-multilevel li.activeTriggerMobile>a i.fa{color:#fff}}.mega-menu .drop-down-multilevel a{margin:0;padding:15px 20px;font-size:.8125em;display:inline-block;float:left;width:100%;color:#555;transition:color 200ms ease;min-height:48px}@media screen and (max-width:767px){.mega-menu .drop-down-multilevel a{width:auto}}.mega-menu .drop-down-multilevel i.fa{float:left;line-height:1.375em;font-size:1em;display:block;padding-right:10px;transition:color 200ms ease}.mega-menu .drop-down-multilevel i.fa.fa-indicator{float:right;line-height:1.375em;font-size:1em;display:block;padding-left:10px;padding-right:0}@media screen and (max-width:767px){.mega-menu .drop-down-multilevel i.fa.fa-indicator{float:right;height:50px;position:absolute;top:0;right:20px;line-height:50px;z-index:-1}}.mega-menu .drop-down-multilevel .drop-down-multilevel{left:100%;top:0}@media screen and (min-width:768px){.mega-menu .drop-down-multilevel .drop-down-multilevel.left-side{left:-100%}}@media screen and (max-width:767px){.mega-menu .drop-down-multilevel .drop-down-multilevel{left:0;border:1px solid #ccc}}.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{position:absolute;left:auto;top:auto;right:auto;background:#fff;float:left;padding:10px;z-index:999;display:block;cursor:default;overflow:hidden}.mega-menu .drop-down *,.mega-menu .drop-down-tab-bar *{color:#555}@media screen and (min-width:768px){.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{display:block!important;opacity:0;visibility:hidden}.mega-menu.vertical-left.desktopTopFixed .drop-down,.mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar{margin-left:0!important;margin-right:0!important}.mega-menu.vertical-right.desktopTopFixed .drop-down,.mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar{margin-left:0!important;margin-right:0!important}}@media screen and (max-width:767px){.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{width:100%!important;top:0;left:0;position:relative;display:none}}.mega-menu .drop-down .grid-row,.mega-menu .drop-down-tab-bar .grid-row{margin:0;padding:0;min-height:1px;width:100%;float:left;clear:both}.mega-menu .drop-down [class*=grid-col-],.mega-menu .drop-down-tab-bar [class*=grid-col-]{margin:0;float:left;padding:10px;position:relative}.mega-menu .drop-down .grid-col-1,.mega-menu .drop-down-tab-bar .grid-col-1{width:8.333333333333333%}.mega-menu .drop-down .grid-col-2,.mega-menu .drop-down-tab-bar .grid-col-2{width:16.66666666666667%}.mega-menu .drop-down .grid-col-3,.mega-menu .drop-down-tab-bar .grid-col-3{width:25%}.mega-menu .drop-down .grid-col-4,.mega-menu .drop-down-tab-bar .grid-col-4{width:33.33333333333333%}.mega-menu .drop-down .grid-col-5,.mega-menu .drop-down-tab-bar .grid-col-5{width:41.66666666666667%}.mega-menu .drop-down .grid-col-6,.mega-menu .drop-down-tab-bar .grid-col-6{width:50%}.mega-menu .drop-down .grid-col-7,.mega-menu .drop-down-tab-bar .grid-col-7{width:58.33333333333333%}.mega-menu .drop-down .grid-col-8,.mega-menu .drop-down-tab-bar .grid-col-8{width:66.66666666666667%}.mega-menu .drop-down .grid-col-9,.mega-menu .drop-down-tab-bar .grid-col-9{width:75%}.mega-menu .drop-down .grid-col-10,.mega-menu .drop-down-tab-bar .grid-col-10{width:83.33333333333333%}.mega-menu .drop-down .grid-col-11,.mega-menu .drop-down-tab-bar .grid-col-11{width:91.66666666666667%}.mega-menu .drop-down .grid-col-12,.mega-menu .drop-down-tab-bar .grid-col-12{width:100%}.mega-menu .drop-down.grid-col-1,.mega-menu .drop-down-tab-bar.grid-col-1{width:8.333333333333333%}.mega-menu .drop-down.grid-col-2,.mega-menu .drop-down-tab-bar.grid-col-2{width:16.66666666666667%}.mega-menu .drop-down.grid-col-3,.mega-menu .drop-down-tab-bar.grid-col-3{width:25%}.mega-menu .drop-down.grid-col-4,.mega-menu .drop-down-tab-bar.grid-col-4{width:33.33333333333333%}.mega-menu .drop-down.grid-col-5,.mega-menu .drop-down-tab-bar.grid-col-5{width:41.66666666666667%}.mega-menu .drop-down.grid-col-6,.mega-menu .drop-down-tab-bar.grid-col-6{width:50%}.mega-menu .drop-down.grid-col-7,.mega-menu .drop-down-tab-bar.grid-col-7{width:58.33333333333333%}.mega-menu .drop-down.grid-col-8,.mega-menu .drop-down-tab-bar.grid-col-8{width:66.66666666666667%}.mega-menu .drop-down.grid-col-9,.mega-menu .drop-down-tab-bar.grid-col-9{width:75%}.mega-menu .drop-down.grid-col-10,.mega-menu .drop-down-tab-bar.grid-col-10{width:83.33333333333333%}.mega-menu .drop-down.grid-col-11,.mega-menu .drop-down-tab-bar.grid-col-11{width:91.66666666666667%}.mega-menu .drop-down.grid-col-12,.mega-menu .drop-down-tab-bar.grid-col-12{width:100%;left:0}@media screen and (max-width:992px){.mega-menu .drop-down [class*=grid-col-],.mega-menu .drop-down-tab-bar [class*=grid-col-]{width:50%}}@media screen and (max-width:767px){.mega-menu .drop-down [class*=grid-col-],.mega-menu .drop-down-tab-bar [class*=grid-col-]{width:100%}}.mega-menu .drop-down.grid-demo span,.mega-menu .drop-down-tab-bar.grid-demo span{float:left;display:inline-block;width:100%;padding:4px 6px;background:#bfbfbf;font-size:.75em;color:#555}.mega-menu .drop-down .space-0,.mega-menu .drop-down-tab-bar .space-0{padding:0!important;margin:0!important}.mega-menu .drop-down a,.mega-menu .drop-down-tab-bar a{font-size:.8125em;display:inline-block;padding:8px 0;width:100%;max-width:100%}.mega-menu .drop-down h1,.mega-menu .drop-down h2,.mega-menu .drop-down h3,.mega-menu .drop-down h4,.mega-menu .drop-down h5,.mega-menu .drop-down h6,.mega-menu .drop-down-tab-bar h1,.mega-menu .drop-down-tab-bar h2,.mega-menu .drop-down-tab-bar h3,.mega-menu .drop-down-tab-bar h4,.mega-menu .drop-down-tab-bar h5,.mega-menu .drop-down-tab-bar h6{margin-top:0;font-weight:700}.mega-menu .drop-down h1,.mega-menu .drop-down-tab-bar h1{font-size:1.5em;line-height:1;padding-top:.53em;margin-bottom:.5em}.mega-menu .drop-down h2,.mega-menu .drop-down-tab-bar h2{font-size:1.375em;padding-top:.25em;margin-bottom:.5em}.mega-menu .drop-down h3,.mega-menu .drop-down-tab-bar h3{font-size:1.125em;line-height:1;padding-top:.35em;margin-bottom:.65em}.mega-menu .drop-down h4,.mega-menu .drop-down-tab-bar h4{font-size:1em;line-height:1.25;padding-top:.45em;margin-bottom:.8em}.mega-menu .drop-down h5,.mega-menu .drop-down-tab-bar h5{font-size:.875em;font-weight:700;padding-top:.6em;margin-bottom:.9em}.mega-menu .drop-down h6,.mega-menu .drop-down-tab-bar h6{font-size:.75em;font-weight:700;margin-bottom:0}.mega-menu .drop-down figure img,.mega-menu .drop-down-tab-bar figure img{width:100%;height:auto;display:block}.mega-menu .drop-down figcaption,.mega-menu .drop-down-tab-bar figcaption{font-size:small;font-style:italic;color:#666}.mega-menu .drop-down ul,.mega-menu .drop-down ol,.mega-menu .drop-down dl,.mega-menu .drop-down-tab-bar ul,.mega-menu .drop-down-tab-bar ol,.mega-menu .drop-down-tab-bar dl{padding:0;margin:0 0 14px}.mega-menu .drop-down form,.mega-menu .drop-down-tab-bar form{margin-bottom:1.5em}.mega-menu .drop-down form ul,.mega-menu .drop-down-tab-bar form ul{list-style:none none;margin:0;padding:0}.mega-menu .drop-down form ul li,.mega-menu .drop-down-tab-bar form ul li{margin-bottom:1.5em}.mega-menu .drop-down form ul li:before,.mega-menu .drop-down form ul li:after,.mega-menu .drop-down-tab-bar form ul li:before,.mega-menu .drop-down-tab-bar form ul li:after{content:"";display:table}.mega-menu .drop-down form ul li:after,.mega-menu .drop-down-tab-bar form ul li:after{clear:both}.mega-menu .drop-down fieldset,.mega-menu .drop-down-tab-bar fieldset{margin:0;padding:1.5em}.mega-menu .drop-down label,.mega-menu .drop-down-tab-bar label{display:block}.mega-menu .drop-down label.inline,.mega-menu .drop-down-tab-bar label.inline{display:inline;padding-right:24px}.mega-menu .drop-down input[type=text],.mega-menu .drop-down input[type=url],.mega-menu .drop-down input[type=email],.mega-menu .drop-down input[type=password],.mega-menu .drop-down input[type=search],.mega-menu .drop-down input[type=number],.mega-menu .drop-down input[type=date],.mega-menu .drop-down input[type=month],.mega-menu .drop-down input[type=week],.mega-menu .drop-down input[type=time],.mega-menu .drop-down input[type=datetime],.mega-menu .drop-down input[type=datetime-local],.mega-menu .drop-down input[type=tel],.mega-menu .drop-down textarea,.mega-menu .drop-down-tab-bar input[type=text],.mega-menu .drop-down-tab-bar input[type=url],.mega-menu .drop-down-tab-bar input[type=email],.mega-menu .drop-down-tab-bar input[type=password],.mega-menu .drop-down-tab-bar input[type=search],.mega-menu .drop-down-tab-bar input[type=number],.mega-menu .drop-down-tab-bar input[type=date],.mega-menu .drop-down-tab-bar input[type=month],.mega-menu .drop-down-tab-bar input[type=week],.mega-menu .drop-down-tab-bar input[type=time],.mega-menu .drop-down-tab-bar input[type=datetime],.mega-menu .drop-down-tab-bar input[type=datetime-local],.mega-menu .drop-down-tab-bar input[type=tel],.mega-menu .drop-down-tab-bar textarea{display:block;width:100%;margin:0 0 .75em;padding:10px;font-size:.8125em;border:1px solid #e8e8e8;line-height:1.5em;font-family:Open Sans,sans-serif}.mega-menu .drop-down select,.mega-menu .drop-down-tab-bar select{width:100%;height:2.1em;margin-bottom:.9em;border:1px solid #ccc;font-family:Open Sans,sans-serif}.mega-menu .drop-down input[type=range],.mega-menu .drop-down input[type=color],.mega-menu .drop-down-tab-bar input[type=range],.mega-menu .drop-down-tab-bar input[type=color]{vertical-align:middle;height:1.5em;width:100%;font-family:Open Sans,sans-serif}.mega-menu .drop-down input[type=range],.mega-menu .drop-down-tab-bar input[type=range]{height:1.4em}.mega-menu .drop-down input[type=color],.mega-menu .drop-down-tab-bar input[type=color]{width:1.5em;font-family:Open Sans,sans-serif}.mega-menu .drop-down input[type=time],.mega-menu .drop-down-tab-bar input[type=time]{margin:0 0 .55em}.mega-menu .drop-down progress,.mega-menu .drop-down meter,.mega-menu .drop-down-tab-bar progress,.mega-menu .drop-down-tab-bar meter{display:block;width:100%;height:1.5em}.mega-menu .drop-down table,.mega-menu .drop-down-tab-bar table{margin-bottom:1.4em;width:100%;border:1px solid #ccc}.mega-menu .drop-down thead,.mega-menu .drop-down-tab-bar thead{text-align:left;font-weight:700}.mega-menu .drop-down tbody tr:nth-child(even) td,.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td{background:#ddd}.mega-menu .drop-down tfoot,.mega-menu .drop-down-tab-bar tfoot{font-style:italic}.mega-menu .drop-down tfoot td,.mega-menu .drop-down tfoot th,.mega-menu .drop-down-tab-bar tfoot td,.mega-menu .drop-down-tab-bar tfoot th{padding:.75em 10px}.mega-menu .drop-down th,.mega-menu .drop-down td,.mega-menu .drop-down caption,.mega-menu .drop-down-tab-bar th,.mega-menu .drop-down-tab-bar td,.mega-menu .drop-down-tab-bar caption{border:1px solid #ccc}.mega-menu .drop-down td,.mega-menu .drop-down th,.mega-menu .drop-down-tab-bar td,.mega-menu .drop-down-tab-bar th{padding:0 10px;line-height:1.45em}.mega-menu .drop-down caption,.mega-menu .drop-down-tab-bar caption{border-bottom:0;padding:.75em 10px;line-height:1.45em;text-align:left;font-style:italic}.mega-menu .drop-down p,.mega-menu .drop-down-tab-bar p{margin:0 0 1.5em;font-size:.8125em}.mega-menu .drop-down blockquote,.mega-menu .drop-down-tab-bar blockquote{margin:0 1.5em 1.5em;font-style:italic}.mega-menu .drop-down mark,.mega-menu .drop-down-tab-bar mark{line-height:1.5;background:#78aace;color:#fff}.mega-menu .drop-down del,.mega-menu .drop-down-tab-bar del{color:#ddd}.mega-menu .drop-down code,.mega-menu .drop-down kbd,.mega-menu .drop-down pre,.mega-menu .drop-down samp,.mega-menu .drop-down-tab-bar code,.mega-menu .drop-down-tab-bar kbd,.mega-menu .drop-down-tab-bar pre,.mega-menu .drop-down-tab-bar samp{font-family:Open Sans,sans-serif}.mega-menu .drop-down ins,.mega-menu .drop-down small,.mega-menu .drop-down-tab-bar ins,.mega-menu .drop-down-tab-bar small{line-height:1.5}.mega-menu .drop-down kbd,.mega-menu .drop-down samp,.mega-menu .drop-down-tab-bar kbd,.mega-menu .drop-down-tab-bar samp{line-height:1.4}.mega-menu .drop-down hr,.mega-menu .drop-down-tab-bar hr{background:#ccc;color:#ccc;clear:both;float:none;width:100%;height:1px;margin:0 0 1.4em;border:none}.mega-menu .drop-down input[type=submit],.mega-menu .drop-down input[type=button],.mega-menu .drop-down button[type=submit],.mega-menu .drop-down button[type=reset],.mega-menu .drop-down-tab-bar input[type=submit],.mega-menu .drop-down-tab-bar input[type=button],.mega-menu .drop-down-tab-bar button[type=submit],.mega-menu .drop-down-tab-bar button[type=reset]{background:tomato;padding:10px 20px;margin:5px 10px 0 0;font-family:Open Sans,sans-serif;line-height:1.5em;font-weight:600;font-size:.8125em;color:#fff;border-radius:0;display:block;float:left;transition:background-color 200ms ease;border:none;text-align:center}.mega-menu .drop-down input[type=submit]:hover,.mega-menu .drop-down input[type=button]:hover,.mega-menu .drop-down button[type=submit]:hover,.mega-menu .drop-down button[type=reset]:hover,.mega-menu .drop-down-tab-bar input[type=submit]:hover,.mega-menu .drop-down-tab-bar input[type=button]:hover,.mega-menu .drop-down-tab-bar button[type=submit]:hover,.mega-menu .drop-down-tab-bar button[type=reset]:hover{background-color:#333}@media screen and (max-width:767px){.mega-menu .drop-down input[type=submit],.mega-menu .drop-down input[type=button],.mega-menu .drop-down button[type=submit],.mega-menu .drop-down button[type=reset],.mega-menu .drop-down-tab-bar input[type=submit],.mega-menu .drop-down-tab-bar input[type=button],.mega-menu .drop-down-tab-bar button[type=submit],.mega-menu .drop-down-tab-bar button[type=reset]{width:100%}}.mega-menu .drop-down a,.mega-menu .drop-down-tab-bar a{transition:color 200ms ease}.mega-menu .drop-down a:hover,.mega-menu .drop-down-tab-bar a:hover{color:tomato}@media screen and (max-width:767px){.mega-menu .drop-down a,.mega-menu .drop-down-tab-bar a{width:auto}}.mega-menu .drop-down ::selection,.mega-menu .drop-down-tab-bar ::selection{background:#ffb9ad}.mega-menu .drop-down .list-description span,.mega-menu .drop-down-tab-bar .list-description span{color:#aeaeae;display:inline-block;width:100%}.mega-menu .drop-down .image-description,.mega-menu .drop-down-tab-bar .image-description{position:relative}.mega-menu .drop-down .image-description img,.mega-menu .drop-down-tab-bar .image-description img{display:inline-block;float:left;max-width:100%;position:absolute;left:0;right:0;height:40px;width:40px}.mega-menu .drop-down .image-description a,.mega-menu .drop-down-tab-bar .image-description a{padding-left:50px}.mega-menu .drop-down .image-description span,.mega-menu .drop-down-tab-bar .image-description span{color:#aeaeae;display:inline-block;width:100%}.mega-menu .drop-down i.fa,.mega-menu .drop-down-tab-bar i.fa{padding-right:10px}.mega-menu .drop-down iframe,.mega-menu .drop-down-tab-bar iframe{width:100%;display:block;margin:0;padding:0;border:none}@media screen and (min-width:768px){.mega-menu .drop-down.offset-1,.mega-menu .drop-down-tab-bar.offset-1{margin-left:100px}.mega-menu .drop-down.offset-2,.mega-menu .drop-down-tab-bar.offset-2{margin-left:-150px}.mega-menu .drop-down.offset-3,.mega-menu .drop-down-tab-bar.offset-3{margin-left:-200px}.mega-menu .drop-down.offset-4,.mega-menu .drop-down-tab-bar.offset-4{margin-left:-250px}.mega-menu .drop-down.offset-5,.mega-menu .drop-down-tab-bar.offset-5{margin-left:-300px}}.mega-menu .drop-down .menu-contact-form,.mega-menu .drop-down-tab-bar .menu-contact-form{margin:0;display:block;float:left;width:100%;background:#f7f7f7;padding:20px}.mega-menu .drop-down .menu-contact-form input[type=submit],.mega-menu .drop-down .menu-contact-form input[type=reset],.mega-menu .drop-down-tab-bar .menu-contact-form input[type=submit],.mega-menu .drop-down-tab-bar .menu-contact-form input[type=reset]{text-align:center}.mega-menu .drop-down .menu-contact-form button i.fa,.mega-menu .drop-down-tab-bar .menu-contact-form button i.fa{display:none;color:#fff;line-height:normal;min-height:1px;height:auto;margin:0;padding:0;position:relative;left:.625em}.mega-menu .drop-down .menu-contact-form .nav_form_notification,.mega-menu .drop-down-tab-bar .menu-contact-form .nav_form_notification{display:block;width:100%;clear:both;font-size:.75em;padding:0;margin:0;position:relative;top:.625em;color:red}.mega-menu .mobileTriggerButton{margin:0;padding:0;position:absolute;top:0;left:0;right:0;height:50px;display:none;z-index:-1}@media screen and (max-width:767px){.mega-menu .mobileTriggerButton{display:block}}.mega-menu .desktopTriggerButton{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;display:block;opacity:.2}@media screen and (max-width:767px){.mega-menu .desktopTriggerButton{display:none}}@media screen and (min-width:768px){.mega-menu.desktopTopFixed .menu-list-items{position:fixed;top:0;left:0;right:0;max-width:100%;padding:0 5%}.desktopTopFixed.mega-menu.vertical-left .menu-list-items{max-width:250px}.desktopTopFixed.mega-menu.vertical-right .menu-list-items{max-width:250px;left:auto}.mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,.mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12{width:90%;margin:0 5%}}@media screen and (max-width:767px){.mega-menu.mobileTopFixed .menu-list-items{position:fixed;top:0;left:0;right:0;max-width:100%}}.mega-menu .drop-down-tab-bar{margin:0;padding:10px;float:left}.mega-menu .drop-down-tab-bar li{float:left;margin:0;padding:0;display:block}@media screen and (max-width:767px){.mega-menu .drop-down-tab-bar li{width:100%;position:relative}}.mega-menu .drop-down-tab-bar a{float:left;width:100%;display:inline-block;padding:5px 10px;font-size:.8125em}@media screen and (max-width:767px){.mega-menu .drop-down-tab-bar a{width:auto;padding-right:20px}}.mega-menu .drop-down-tab-bar i.fa{display:inline-block;padding-right:5px}.mega-menu .drop-down-tab-bar i.fa.fa-indicator{padding-right:0;padding-left:10px;line-height:.8125em}@media screen and (max-width:767px){.mega-menu .drop-down-tab-bar i.fa.fa-indicator{float:right;position:absolute;right:12px;top:0;bottom:0;line-height:25px}}@media screen and (min-width:768px){.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-scale,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-scale,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale{transform:scale(.8)}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-top,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top{transform:rotateX(90deg);transform-origin:0 0}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom{transform:rotateX(90deg);transform-origin:0 100%}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-left,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left{transform:rotateY(90deg);transform-origin:0 0}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-right,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right{transform:rotateY(90deg);transform-origin:100% 0}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel,.mega-menu .menu-links li.ClickTrigger .drop-down.active,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active{transition-delay:200ms!important}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-fade,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade{opacity:1;visibility:visible}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-scale,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale{opacity:1;visibility:visible;transform:scale(1)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-top,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top{opacity:1;visibility:visible;transform:rotateX(0deg)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom{opacity:1;visibility:visible;transform:rotateX(0deg)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-left,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left{opacity:1;visibility:visible;transform:rotateY(0deg)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-right,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right{opacity:1;visibility:visible;transform:rotateY(0deg)}}@media screen and (max-width:767px){.mega-menu .menu-links li .drop-down,.mega-menu .menu-links li .drop-down-tab-bar,.mega-menu .menu-links li .drop-down-multilevel{transition:none!important}}@media screen and (min-width:768px){.mega-menu.vertical-left,.mega-menu.vertical-right{float:left;width:auto;display:block;max-width:250px}.mega-menu.vertical-left .menu-logo,.mega-menu.vertical-right .menu-logo{clear:both;width:100%}.mega-menu.vertical-left .menu-logo>li,.mega-menu.vertical-right .menu-logo>li{width:100%}.mega-menu.vertical-left .menu-logo>li>a,.mega-menu.vertical-right .menu-logo>li>a{width:100%}.mega-menu.vertical-left .menu-links,.mega-menu.vertical-right .menu-links{clear:both;width:100%}.mega-menu.vertical-left .menu-links>li,.mega-menu.vertical-right .menu-links>li{clear:both;width:100%;position:relative}.mega-menu.vertical-left .menu-links>li>a,.mega-menu.vertical-right .menu-links>li>a{width:100%;position:relative;line-height:48px}.mega-menu.vertical-left .menu-links>li>a i.fa.fa-indicator,.mega-menu.vertical-right .menu-links>li>a i.fa.fa-indicator{float:right;line-height:48px}.mega-menu.vertical-left .menu-social-bar,.mega-menu.vertical-right .menu-social-bar{width:100%;text-align:center}.mega-menu.vertical-left .menu-social-bar>li,.mega-menu.vertical-right .menu-social-bar>li{display:inline-block;float:none}.mega-menu.vertical-left .menu-social-bar>li>a,.mega-menu.vertical-right .menu-social-bar>li>a{padding-left:10px;padding-right:10px}.mega-menu.vertical-left .drop-down-multilevel,.mega-menu.vertical-right .drop-down-multilevel{top:0;left:100%}.mega-menu.vertical-left .drop-down,.mega-menu.vertical-left .drop-down-tab-bar,.mega-menu.vertical-right .drop-down,.mega-menu.vertical-right .drop-down-tab-bar{left:100%;top:0;min-width:600px}.mega-menu.vertical-left .drop-down.grid-col-12,.mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,.mega-menu.vertical-right .drop-down.grid-col-12,.mega-menu.vertical-right .drop-down-tab-bar.grid-col-12{min-width:1000px}.mega-menu.vertical-left .offset-1,.mega-menu.vertical-left .offset-2,.mega-menu.vertical-left .offset-3,.mega-menu.vertical-left .offset-4,.mega-menu.vertical-left .offset-5,.mega-menu.vertical-right .offset-1,.mega-menu.vertical-right .offset-2,.mega-menu.vertical-right .offset-3,.mega-menu.vertical-right .offset-4,.mega-menu.vertical-right .offset-5{margin-left:0}.mega-menu.vertical-left .offset-1-vertical,.mega-menu.vertical-right .offset-1-vertical{margin-top:-100px!important}.mega-menu.vertical-left .offset-2-vertical,.mega-menu.vertical-right .offset-2-vertical{margin-top:-150px!important}.mega-menu.vertical-left .offset-3-vertical,.mega-menu.vertical-right .offset-3-vertical{margin-top:-200px!important}.mega-menu.vertical-left .offset-4-vertical,.mega-menu.vertical-right .offset-4-vertical{margin-top:-250px!important}.mega-menu.vertical-left .offset-5-vertical,.mega-menu.vertical-right .offset-5-vertical{margin-top:-300px!important}.mega-menu.vertical-left.desktopTopFixed,.mega-menu.vertical-right.desktopTopFixed{float:left;right:auto;padding:0;height:100%}.mega-menu.vertical-left.desktopTopFixed .menu-list-items,.mega-menu.vertical-right.desktopTopFixed .menu-list-items{padding:0;height:100%}.mega-menu.vertical-left.desktopTopFixed .drop-down,.mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,.mega-menu.vertical-right.desktopTopFixed .drop-down,.mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar{margin:0}.mega-menu.vertical-right{float:right}.mega-menu.vertical-right .drop-down-multilevel{left:auto;right:100%}}@media screen and (min-width:768px) and (min-width:768px){.mega-menu.vertical-right .drop-down-multilevel.left-side{left:100%}}@media screen and (min-width:768px){.mega-menu.vertical-right .drop-down,.mega-menu.vertical-right .drop-down-tab-bar{left:auto;right:100%}.mega-menu.vertical-right.desktopTopFixed{float:right;left:auto;right:0;padding:0;height:100%}}@media screen and (min-width:768px){.mega-menu.vertical-left .menu-search-bar,.mega-menu.vertical-right .menu-search-bar{width:100%}.mega-menu.vertical-left .menu-search-bar input,.mega-menu.vertical-left .menu-search-bar li,.mega-menu.vertical-left .menu-search-bar form,.mega-menu.vertical-left .menu-search-bar label,.mega-menu.vertical-right .menu-search-bar input,.mega-menu.vertical-right .menu-search-bar li,.mega-menu.vertical-right .menu-search-bar form,.mega-menu.vertical-right .menu-search-bar label{width:100%;max-width:100%;background:tomato;transition:none}.mega-menu.vertical-left .menu-search-bar input,.mega-menu.vertical-right .menu-search-bar input{padding-left:20px}}@media screen and (min-width:768px){.mega-menu.menuFullWidth{max-width:100%}}.mega-menu[data-color=blue-grey]>section.menu-list-items{background-color:#333}.mega-menu[data-color=blue-grey] .menu-logo>li>a:hover{background-color:#607d8b}@media screen and (max-width:767px){.mega-menu[data-color=blue-grey] .menu-links>li.activeTriggerMobile{background-color:#607d8b}}@media screen and (min-width:768px){.mega-menu[data-color=blue-grey] .menu-links>li.activeTrigger{background-color:#607d8b}}.mega-menu[data-color=blue-grey] .menu-links>li.active{background-color:#607d8b}.mega-menu[data-color=blue-grey] .menu-links>li:hover{background-color:#607d8b}.mega-menu[data-color=blue-grey] .menu-search-bar li:hover i.fa.fa-search{background:#607d8b}.mega-menu[data-color=blue-grey] .menu-search-bar input:focus{background:#607d8b}.mega-menu[data-color=blue-grey] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=blue-grey] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=blue-grey] .drop-down-multilevel li:hover{background:#607d8b}@media screen and (min-width:768px){.mega-menu[data-color=blue-grey] .drop-down-multilevel li.activeTrigger{background:#607d8b}}@media screen and (max-width:767px){.mega-menu[data-color=blue-grey] .drop-down-multilevel li.activeTriggerMobile{background:#607d8b}}.mega-menu[data-color=blue-grey] .drop-down input[type=submit],.mega-menu[data-color=blue-grey] .drop-down input[type=button],.mega-menu[data-color=blue-grey] .drop-down button[type=submit],.mega-menu[data-color=blue-grey] .drop-down button[type=reset],.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=button],.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=reset]{background:#607d8b}.mega-menu[data-color=blue-grey] .drop-down input[type=submit]:hover,.mega-menu[data-color=blue-grey] .drop-down input[type=button]:hover,.mega-menu[data-color=blue-grey] .drop-down button[type=submit]:hover,.mega-menu[data-color=blue-grey] .drop-down button[type=reset]:hover,.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=blue-grey] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=blue-grey] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=blue-grey] .drop-down a:hover,.mega-menu[data-color=blue-grey] .drop-down-tab-bar a:hover{color:#607d8b}.mega-menu[data-color=blue-grey] .drop-down ::selection,.mega-menu[data-color=blue-grey] .drop-down-tab-bar ::selection{background:#99aeb8}@media screen and (min-width:768px){.mega-menu[data-color=blue-grey].vertical-left .menu-search-bar input,.mega-menu[data-color=blue-grey].vertical-left .menu-search-bar li,.mega-menu[data-color=blue-grey].vertical-left .menu-search-bar form,.mega-menu[data-color=blue-grey].vertical-left .menu-search-bar label,.mega-menu[data-color=blue-grey].vertical-right .menu-search-bar input,.mega-menu[data-color=blue-grey].vertical-right .menu-search-bar li,.mega-menu[data-color=blue-grey].vertical-right .menu-search-bar form,.mega-menu[data-color=blue-grey].vertical-right .menu-search-bar label{background:#607d8b}}.mega-menu[data-color=blue-grey-invert]>section.menu-list-items{background-color:#607d8b}.mega-menu[data-color=blue-grey-invert] .menu-logo>li>a:hover{background-color:#566f7c}@media screen and (max-width:767px){.mega-menu[data-color=blue-grey-invert] .menu-links>li.activeTriggerMobile{background-color:#566f7c}}@media screen and (min-width:768px){.mega-menu[data-color=blue-grey-invert] .menu-links>li.activeTrigger{background-color:#566f7c}}.mega-menu[data-color=blue-grey-invert] .menu-links>li.active{background-color:#566f7c}.mega-menu[data-color=blue-grey-invert] .menu-links>li:hover{background-color:#566f7c}.mega-menu[data-color=blue-grey-invert] .menu-search-bar li:hover i.fa.fa-search{background:#566f7c}.mega-menu[data-color=blue-grey-invert] .menu-search-bar input:focus{background:#566f7c}.mega-menu[data-color=blue-grey-invert] .menu-mobile-collapse-trigger{background:#4b626d}.mega-menu[data-color=blue-grey-invert] .menu-mobile-collapse-trigger:hover{background:#36474f}.mega-menu[data-color=blue-grey-invert] .drop-down-multilevel li:hover{background:#566f7c}@media screen and (min-width:768px){.mega-menu[data-color=blue-grey-invert] .drop-down-multilevel li.activeTrigger{background:#566f7c}}@media screen and (max-width:767px){.mega-menu[data-color=blue-grey-invert] .drop-down-multilevel li.activeTriggerMobile{background:#566f7c}}.mega-menu[data-color=blue-grey-invert] .drop-down input[type=submit],.mega-menu[data-color=blue-grey-invert] .drop-down input[type=button],.mega-menu[data-color=blue-grey-invert] .drop-down button[type=submit],.mega-menu[data-color=blue-grey-invert] .drop-down button[type=reset],.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=reset]{background:#566f7c}.mega-menu[data-color=blue-grey-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#607d8b}.mega-menu[data-color=blue-grey-invert] .drop-down a:hover,.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar a:hover{color:#566f7c}.mega-menu[data-color=blue-grey-invert] .drop-down ::selection,.mega-menu[data-color=blue-grey-invert] .drop-down-tab-bar ::selection{background:#8aa2ae}@media screen and (min-width:768px){.mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=blue-grey-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=blue-grey-invert].vertical-right .menu-search-bar label{background:#566f7c}}.mega-menu[data-color=brown]>section.menu-list-items{background-color:#333}.mega-menu[data-color=brown] .menu-logo>li>a:hover{background-color:#795547}@media screen and (max-width:767px){.mega-menu[data-color=brown] .menu-links>li.activeTriggerMobile{background-color:#795547}}@media screen and (min-width:768px){.mega-menu[data-color=brown] .menu-links>li.activeTrigger{background-color:#795547}}.mega-menu[data-color=brown] .menu-links>li.active{background-color:#795547}.mega-menu[data-color=brown] .menu-links>li:hover{background-color:#795547}.mega-menu[data-color=brown] .menu-search-bar li:hover i.fa.fa-search{background:#795547}.mega-menu[data-color=brown] .menu-search-bar input:focus{background:#795547}.mega-menu[data-color=brown] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=brown] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=brown] .drop-down-multilevel li:hover{background:#795547}@media screen and (min-width:768px){.mega-menu[data-color=brown] .drop-down-multilevel li.activeTrigger{background:#795547}}@media screen and (max-width:767px){.mega-menu[data-color=brown] .drop-down-multilevel li.activeTriggerMobile{background:#795547}}.mega-menu[data-color=brown] .drop-down input[type=submit],.mega-menu[data-color=brown] .drop-down input[type=button],.mega-menu[data-color=brown] .drop-down button[type=submit],.mega-menu[data-color=brown] .drop-down button[type=reset],.mega-menu[data-color=brown] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=brown] .drop-down-tab-bar input[type=button],.mega-menu[data-color=brown] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=brown] .drop-down-tab-bar button[type=reset]{background:#795547}.mega-menu[data-color=brown] .drop-down input[type=submit]:hover,.mega-menu[data-color=brown] .drop-down input[type=button]:hover,.mega-menu[data-color=brown] .drop-down button[type=submit]:hover,.mega-menu[data-color=brown] .drop-down button[type=reset]:hover,.mega-menu[data-color=brown] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=brown] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=brown] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=brown] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=brown] .drop-down a:hover,.mega-menu[data-color=brown] .drop-down-tab-bar a:hover{color:#795547}.mega-menu[data-color=brown] .drop-down ::selection,.mega-menu[data-color=brown] .drop-down-tab-bar ::selection{background:#af8777}@media screen and (min-width:768px){.mega-menu[data-color=brown].vertical-left .menu-search-bar input,.mega-menu[data-color=brown].vertical-left .menu-search-bar li,.mega-menu[data-color=brown].vertical-left .menu-search-bar form,.mega-menu[data-color=brown].vertical-left .menu-search-bar label,.mega-menu[data-color=brown].vertical-right .menu-search-bar input,.mega-menu[data-color=brown].vertical-right .menu-search-bar li,.mega-menu[data-color=brown].vertical-right .menu-search-bar form,.mega-menu[data-color=brown].vertical-right .menu-search-bar label{background:#795547}}.mega-menu[data-color=brown-invert]>section.menu-list-items{background-color:#896050}.mega-menu[data-color=brown-invert] .menu-logo>li>a:hover{background-color:#694a3e}@media screen and (max-width:767px){.mega-menu[data-color=brown-invert] .menu-links>li.activeTriggerMobile{background-color:#694a3e}}@media screen and (min-width:768px){.mega-menu[data-color=brown-invert] .menu-links>li.activeTrigger{background-color:#694a3e}}.mega-menu[data-color=brown-invert] .menu-links>li.active{background-color:#694a3e}.mega-menu[data-color=brown-invert] .menu-links>li:hover{background-color:#694a3e}.mega-menu[data-color=brown-invert] .menu-search-bar li:hover i.fa.fa-search{background:#694a3e}.mega-menu[data-color=brown-invert] .menu-search-bar input:focus{background:#694a3e}.mega-menu[data-color=brown-invert] .menu-mobile-collapse-trigger{background:#694a3e}.mega-menu[data-color=brown-invert] .menu-mobile-collapse-trigger:hover{background:#49332b}.mega-menu[data-color=brown-invert] .drop-down-multilevel li:hover{background:#694a3e}@media screen and (min-width:768px){.mega-menu[data-color=brown-invert] .drop-down-multilevel li.activeTrigger{background:#694a3e}}@media screen and (max-width:767px){.mega-menu[data-color=brown-invert] .drop-down-multilevel li.activeTriggerMobile{background:#694a3e}}.mega-menu[data-color=brown-invert] .drop-down input[type=submit],.mega-menu[data-color=brown-invert] .drop-down input[type=button],.mega-menu[data-color=brown-invert] .drop-down button[type=submit],.mega-menu[data-color=brown-invert] .drop-down button[type=reset],.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=reset]{background:#694a3e}.mega-menu[data-color=brown-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=brown-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=brown-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=brown-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=brown-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=brown-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#896050}.mega-menu[data-color=brown-invert] .drop-down a:hover,.mega-menu[data-color=brown-invert] .drop-down-tab-bar a:hover{color:#694a3e}.mega-menu[data-color=brown-invert] .drop-down ::selection,.mega-menu[data-color=brown-invert] .drop-down-tab-bar ::selection{background:#a67867}@media screen and (min-width:768px){.mega-menu[data-color=brown-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=brown-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=brown-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=brown-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=brown-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=brown-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=brown-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=brown-invert].vertical-right .menu-search-bar label{background:#694a3e}}.mega-menu[data-color=cyan]>section.menu-list-items{background-color:#333}.mega-menu[data-color=cyan] .menu-logo>li>a:hover{background-color:#00bcd5}@media screen and (max-width:767px){.mega-menu[data-color=cyan] .menu-links>li.activeTriggerMobile{background-color:#00bcd5}}@media screen and (min-width:768px){.mega-menu[data-color=cyan] .menu-links>li.activeTrigger{background-color:#00bcd5}}.mega-menu[data-color=cyan] .menu-links>li.active{background-color:#00bcd5}.mega-menu[data-color=cyan] .menu-links>li:hover{background-color:#00bcd5}.mega-menu[data-color=cyan] .menu-search-bar li:hover i.fa.fa-search{background:#00bcd5}.mega-menu[data-color=cyan] .menu-search-bar input:focus{background:#00bcd5}.mega-menu[data-color=cyan] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=cyan] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=cyan] .drop-down-multilevel li:hover{background:#00bcd5}@media screen and (min-width:768px){.mega-menu[data-color=cyan] .drop-down-multilevel li.activeTrigger{background:#00bcd5}}@media screen and (max-width:767px){.mega-menu[data-color=cyan] .drop-down-multilevel li.activeTriggerMobile{background:#00bcd5}}.mega-menu[data-color=cyan] .drop-down input[type=submit],.mega-menu[data-color=cyan] .drop-down input[type=button],.mega-menu[data-color=cyan] .drop-down button[type=submit],.mega-menu[data-color=cyan] .drop-down button[type=reset],.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=button],.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=reset]{background:#00bcd5}.mega-menu[data-color=cyan] .drop-down input[type=submit]:hover,.mega-menu[data-color=cyan] .drop-down input[type=button]:hover,.mega-menu[data-color=cyan] .drop-down button[type=submit]:hover,.mega-menu[data-color=cyan] .drop-down button[type=reset]:hover,.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=cyan] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=cyan] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=cyan] .drop-down a:hover,.mega-menu[data-color=cyan] .drop-down-tab-bar a:hover{color:#00bcd5}.mega-menu[data-color=cyan] .drop-down ::selection,.mega-menu[data-color=cyan] .drop-down-tab-bar ::selection{background:#3ce8ff}@media screen and (min-width:768px){.mega-menu[data-color=cyan].vertical-left .menu-search-bar input,.mega-menu[data-color=cyan].vertical-left .menu-search-bar li,.mega-menu[data-color=cyan].vertical-left .menu-search-bar form,.mega-menu[data-color=cyan].vertical-left .menu-search-bar label,.mega-menu[data-color=cyan].vertical-right .menu-search-bar input,.mega-menu[data-color=cyan].vertical-right .menu-search-bar li,.mega-menu[data-color=cyan].vertical-right .menu-search-bar form,.mega-menu[data-color=cyan].vertical-right .menu-search-bar label{background:#00bcd5}}.mega-menu[data-color=cyan-invert]>section.menu-list-items{background-color:#00bcd5}.mega-menu[data-color=cyan-invert] .menu-logo>li>a:hover{background-color:#00a5bc}@media screen and (max-width:767px){.mega-menu[data-color=cyan-invert] .menu-links>li.activeTriggerMobile{background-color:#00a5bc}}@media screen and (min-width:768px){.mega-menu[data-color=cyan-invert] .menu-links>li.activeTrigger{background-color:#00a5bc}}.mega-menu[data-color=cyan-invert] .menu-links>li.active{background-color:#00a5bc}.mega-menu[data-color=cyan-invert] .menu-links>li:hover{background-color:#00a5bc}.mega-menu[data-color=cyan-invert] .menu-search-bar li:hover i.fa.fa-search{background:#00a5bc}.mega-menu[data-color=cyan-invert] .menu-search-bar input:focus{background:#00a5bc}.mega-menu[data-color=cyan-invert] .menu-mobile-collapse-trigger{background:#008fa2}.mega-menu[data-color=cyan-invert] .menu-mobile-collapse-trigger:hover{background:#00626f}.mega-menu[data-color=cyan-invert] .drop-down-multilevel li:hover{background:#00a5bc}@media screen and (min-width:768px){.mega-menu[data-color=cyan-invert] .drop-down-multilevel li.activeTrigger{background:#00a5bc}}@media screen and (max-width:767px){.mega-menu[data-color=cyan-invert] .drop-down-multilevel li.activeTriggerMobile{background:#00a5bc}}.mega-menu[data-color=cyan-invert] .drop-down input[type=submit],.mega-menu[data-color=cyan-invert] .drop-down input[type=button],.mega-menu[data-color=cyan-invert] .drop-down button[type=submit],.mega-menu[data-color=cyan-invert] .drop-down button[type=reset],.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=reset]{background:#00a5bc}.mega-menu[data-color=cyan-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=cyan-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=cyan-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=cyan-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=cyan-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=cyan-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#00bcd5}.mega-menu[data-color=cyan-invert] .drop-down a:hover,.mega-menu[data-color=cyan-invert] .drop-down-tab-bar a:hover{color:#00a5bc}.mega-menu[data-color=cyan-invert] .drop-down ::selection,.mega-menu[data-color=cyan-invert] .drop-down-tab-bar ::selection{background:#22e5ff}@media screen and (min-width:768px){.mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=cyan-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=cyan-invert].vertical-right .menu-search-bar label{background:#00a5bc}}.mega-menu[data-color=deep-orange]>section.menu-list-items{background-color:#333}.mega-menu[data-color=deep-orange] .menu-logo>li>a:hover{background-color:#fe5722}@media screen and (max-width:767px){.mega-menu[data-color=deep-orange] .menu-links>li.activeTriggerMobile{background-color:#fe5722}}@media screen and (min-width:768px){.mega-menu[data-color=deep-orange] .menu-links>li.activeTrigger{background-color:#fe5722}}.mega-menu[data-color=deep-orange] .menu-links>li.active{background-color:#fe5722}.mega-menu[data-color=deep-orange] .menu-links>li:hover{background-color:#fe5722}.mega-menu[data-color=deep-orange] .menu-search-bar li:hover i.fa.fa-search{background:#fe5722}.mega-menu[data-color=deep-orange] .menu-search-bar input:focus{background:#fe5722}.mega-menu[data-color=deep-orange] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=deep-orange] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=deep-orange] .drop-down-multilevel li:hover{background:#fe5722}@media screen and (min-width:768px){.mega-menu[data-color=deep-orange] .drop-down-multilevel li.activeTrigger{background:#fe5722}}@media screen and (max-width:767px){.mega-menu[data-color=deep-orange] .drop-down-multilevel li.activeTriggerMobile{background:#fe5722}}.mega-menu[data-color=deep-orange] .drop-down input[type=submit],.mega-menu[data-color=deep-orange] .drop-down input[type=button],.mega-menu[data-color=deep-orange] .drop-down button[type=submit],.mega-menu[data-color=deep-orange] .drop-down button[type=reset],.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=button],.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=reset]{background:#fe5722}.mega-menu[data-color=deep-orange] .drop-down input[type=submit]:hover,.mega-menu[data-color=deep-orange] .drop-down input[type=button]:hover,.mega-menu[data-color=deep-orange] .drop-down button[type=submit]:hover,.mega-menu[data-color=deep-orange] .drop-down button[type=reset]:hover,.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=deep-orange] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=deep-orange] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=deep-orange] .drop-down a:hover,.mega-menu[data-color=deep-orange] .drop-down-tab-bar a:hover{color:#fe5722}.mega-menu[data-color=deep-orange] .drop-down ::selection,.mega-menu[data-color=deep-orange] .drop-down-tab-bar ::selection{background:#fea488}@media screen and (min-width:768px){.mega-menu[data-color=deep-orange].vertical-left .menu-search-bar input,.mega-menu[data-color=deep-orange].vertical-left .menu-search-bar li,.mega-menu[data-color=deep-orange].vertical-left .menu-search-bar form,.mega-menu[data-color=deep-orange].vertical-left .menu-search-bar label,.mega-menu[data-color=deep-orange].vertical-right .menu-search-bar input,.mega-menu[data-color=deep-orange].vertical-right .menu-search-bar li,.mega-menu[data-color=deep-orange].vertical-right .menu-search-bar form,.mega-menu[data-color=deep-orange].vertical-right .menu-search-bar label{background:#fe5722}}.mega-menu[data-color=deep-orange-invert]>section.menu-list-items{background-color:#fe6a3b}.mega-menu[data-color=deep-orange-invert] .menu-logo>li>a:hover{background-color:#fe4409}@media screen and (max-width:767px){.mega-menu[data-color=deep-orange-invert] .menu-links>li.activeTriggerMobile{background-color:#fe4409}}@media screen and (min-width:768px){.mega-menu[data-color=deep-orange-invert] .menu-links>li.activeTrigger{background-color:#fe4409}}.mega-menu[data-color=deep-orange-invert] .menu-links>li.active{background-color:#fe4409}.mega-menu[data-color=deep-orange-invert] .menu-links>li:hover{background-color:#fe4409}.mega-menu[data-color=deep-orange-invert] .menu-search-bar li:hover i.fa.fa-search{background:#fe4409}.mega-menu[data-color=deep-orange-invert] .menu-search-bar input:focus{background:#fe4409}.mega-menu[data-color=deep-orange-invert] .menu-mobile-collapse-trigger{background:#fe4409}.mega-menu[data-color=deep-orange-invert] .menu-mobile-collapse-trigger:hover{background:#d33301}.mega-menu[data-color=deep-orange-invert] .drop-down-multilevel li:hover{background:#fe4409}@media screen and (min-width:768px){.mega-menu[data-color=deep-orange-invert] .drop-down-multilevel li.activeTrigger{background:#fe4409}}@media screen and (max-width:767px){.mega-menu[data-color=deep-orange-invert] .drop-down-multilevel li.activeTriggerMobile{background:#fe4409}}.mega-menu[data-color=deep-orange-invert] .drop-down input[type=submit],.mega-menu[data-color=deep-orange-invert] .drop-down input[type=button],.mega-menu[data-color=deep-orange-invert] .drop-down button[type=submit],.mega-menu[data-color=deep-orange-invert] .drop-down button[type=reset],.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=reset]{background:#fe4409}.mega-menu[data-color=deep-orange-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#fe6a3b}.mega-menu[data-color=deep-orange-invert] .drop-down a:hover,.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar a:hover{color:#fe4409}.mega-menu[data-color=deep-orange-invert] .drop-down ::selection,.mega-menu[data-color=deep-orange-invert] .drop-down-tab-bar ::selection{background:#fe916e}@media screen and (min-width:768px){.mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=deep-orange-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=deep-orange-invert].vertical-right .menu-search-bar label{background:#fe4409}}.mega-menu[data-color=deep-purple]>section.menu-list-items{background-color:#333}.mega-menu[data-color=deep-purple] .menu-logo>li>a:hover{background-color:#673bb7}@media screen and (max-width:767px){.mega-menu[data-color=deep-purple] .menu-links>li.activeTriggerMobile{background-color:#673bb7}}@media screen and (min-width:768px){.mega-menu[data-color=deep-purple] .menu-links>li.activeTrigger{background-color:#673bb7}}.mega-menu[data-color=deep-purple] .menu-links>li.active{background-color:#673bb7}.mega-menu[data-color=deep-purple] .menu-links>li:hover{background-color:#673bb7}.mega-menu[data-color=deep-purple] .menu-search-bar li:hover i.fa.fa-search{background:#673bb7}.mega-menu[data-color=deep-purple] .menu-search-bar input:focus{background:#673bb7}.mega-menu[data-color=deep-purple] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=deep-purple] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=deep-purple] .drop-down-multilevel li:hover{background:#673bb7}@media screen and (min-width:768px){.mega-menu[data-color=deep-purple] .drop-down-multilevel li.activeTrigger{background:#673bb7}}@media screen and (max-width:767px){.mega-menu[data-color=deep-purple] .drop-down-multilevel li.activeTriggerMobile{background:#673bb7}}.mega-menu[data-color=deep-purple] .drop-down input[type=submit],.mega-menu[data-color=deep-purple] .drop-down input[type=button],.mega-menu[data-color=deep-purple] .drop-down button[type=submit],.mega-menu[data-color=deep-purple] .drop-down button[type=reset],.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=button],.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=reset]{background:#673bb7}.mega-menu[data-color=deep-purple] .drop-down input[type=submit]:hover,.mega-menu[data-color=deep-purple] .drop-down input[type=button]:hover,.mega-menu[data-color=deep-purple] .drop-down button[type=submit]:hover,.mega-menu[data-color=deep-purple] .drop-down button[type=reset]:hover,.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=deep-purple] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=deep-purple] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=deep-purple] .drop-down a:hover,.mega-menu[data-color=deep-purple] .drop-down-tab-bar a:hover{color:#673bb7}.mega-menu[data-color=deep-purple] .drop-down ::selection,.mega-menu[data-color=deep-purple] .drop-down-tab-bar ::selection{background:#a081d7}@media screen and (min-width:768px){.mega-menu[data-color=deep-purple].vertical-left .menu-search-bar input,.mega-menu[data-color=deep-purple].vertical-left .menu-search-bar li,.mega-menu[data-color=deep-purple].vertical-left .menu-search-bar form,.mega-menu[data-color=deep-purple].vertical-left .menu-search-bar label,.mega-menu[data-color=deep-purple].vertical-right .menu-search-bar input,.mega-menu[data-color=deep-purple].vertical-right .menu-search-bar li,.mega-menu[data-color=deep-purple].vertical-right .menu-search-bar form,.mega-menu[data-color=deep-purple].vertical-right .menu-search-bar label{background:#673bb7}}.mega-menu[data-color=deep-purple-invert]>section.menu-list-items{background-color:#7448c4}.mega-menu[data-color=deep-purple-invert] .menu-logo>li>a:hover{background-color:#5c35a4}@media screen and (max-width:767px){.mega-menu[data-color=deep-purple-invert] .menu-links>li.activeTriggerMobile{background-color:#5c35a4}}@media screen and (min-width:768px){.mega-menu[data-color=deep-purple-invert] .menu-links>li.activeTrigger{background-color:#5c35a4}}.mega-menu[data-color=deep-purple-invert] .menu-links>li.active{background-color:#5c35a4}.mega-menu[data-color=deep-purple-invert] .menu-links>li:hover{background-color:#5c35a4}.mega-menu[data-color=deep-purple-invert] .menu-search-bar li:hover i.fa.fa-search{background:#5c35a4}.mega-menu[data-color=deep-purple-invert] .menu-search-bar input:focus{background:#5c35a4}.mega-menu[data-color=deep-purple-invert] .menu-mobile-collapse-trigger{background:#5c35a4}.mega-menu[data-color=deep-purple-invert] .menu-mobile-collapse-trigger:hover{background:#46287d}.mega-menu[data-color=deep-purple-invert] .drop-down-multilevel li:hover{background:#5c35a4}@media screen and (min-width:768px){.mega-menu[data-color=deep-purple-invert] .drop-down-multilevel li.activeTrigger{background:#5c35a4}}@media screen and (max-width:767px){.mega-menu[data-color=deep-purple-invert] .drop-down-multilevel li.activeTriggerMobile{background:#5c35a4}}.mega-menu[data-color=deep-purple-invert] .drop-down input[type=submit],.mega-menu[data-color=deep-purple-invert] .drop-down input[type=button],.mega-menu[data-color=deep-purple-invert] .drop-down button[type=submit],.mega-menu[data-color=deep-purple-invert] .drop-down button[type=reset],.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=reset]{background:#5c35a4}.mega-menu[data-color=deep-purple-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#7448c4}.mega-menu[data-color=deep-purple-invert] .drop-down a:hover,.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar a:hover{color:#5c35a4}.mega-menu[data-color=deep-purple-invert] .drop-down ::selection,.mega-menu[data-color=deep-purple-invert] .drop-down-tab-bar ::selection{background:#916ed0}@media screen and (min-width:768px){.mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=deep-purple-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=deep-purple-invert].vertical-right .menu-search-bar label{background:#5c35a4}}.mega-menu[data-color=grey]>section.menu-list-items{background-color:#333}.mega-menu[data-color=grey] .menu-logo>li>a:hover{background-color:#787878}@media screen and (max-width:767px){.mega-menu[data-color=grey] .menu-links>li.activeTriggerMobile{background-color:#787878}}@media screen and (min-width:768px){.mega-menu[data-color=grey] .menu-links>li.activeTrigger{background-color:#787878}}.mega-menu[data-color=grey] .menu-links>li.active{background-color:#787878}.mega-menu[data-color=grey] .menu-links>li:hover{background-color:#787878}.mega-menu[data-color=grey] .menu-search-bar li:hover i.fa.fa-search{background:#787878}.mega-menu[data-color=grey] .menu-search-bar input:focus{background:#787878}.mega-menu[data-color=grey] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=grey] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=grey] .drop-down-multilevel li:hover{background:#787878}@media screen and (min-width:768px){.mega-menu[data-color=grey] .drop-down-multilevel li.activeTrigger{background:#787878}}@media screen and (max-width:767px){.mega-menu[data-color=grey] .drop-down-multilevel li.activeTriggerMobile{background:#787878}}.mega-menu[data-color=grey] .drop-down input[type=submit],.mega-menu[data-color=grey] .drop-down input[type=button],.mega-menu[data-color=grey] .drop-down button[type=submit],.mega-menu[data-color=grey] .drop-down button[type=reset],.mega-menu[data-color=grey] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=grey] .drop-down-tab-bar input[type=button],.mega-menu[data-color=grey] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=grey] .drop-down-tab-bar button[type=reset]{background:#787878}.mega-menu[data-color=grey] .drop-down input[type=submit]:hover,.mega-menu[data-color=grey] .drop-down input[type=button]:hover,.mega-menu[data-color=grey] .drop-down button[type=submit]:hover,.mega-menu[data-color=grey] .drop-down button[type=reset]:hover,.mega-menu[data-color=grey] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=grey] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=grey] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=grey] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=grey] .drop-down a:hover,.mega-menu[data-color=grey] .drop-down-tab-bar a:hover{color:#787878}.mega-menu[data-color=grey] .drop-down ::selection,.mega-menu[data-color=grey] .drop-down-tab-bar ::selection{background:#ababab}@media screen and (min-width:768px){.mega-menu[data-color=grey].vertical-left .menu-search-bar input,.mega-menu[data-color=grey].vertical-left .menu-search-bar li,.mega-menu[data-color=grey].vertical-left .menu-search-bar form,.mega-menu[data-color=grey].vertical-left .menu-search-bar label,.mega-menu[data-color=grey].vertical-right .menu-search-bar input,.mega-menu[data-color=grey].vertical-right .menu-search-bar li,.mega-menu[data-color=grey].vertical-right .menu-search-bar form,.mega-menu[data-color=grey].vertical-right .menu-search-bar label{background:#787878}}.mega-menu[data-color=grey-invert]>section.menu-list-items{background-color:#787878}.mega-menu[data-color=grey-invert] .menu-logo>li>a:hover{background-color:#6b6b6b}@media screen and (max-width:767px){.mega-menu[data-color=grey-invert] .menu-links>li.activeTriggerMobile{background-color:#6b6b6b}}@media screen and (min-width:768px){.mega-menu[data-color=grey-invert] .menu-links>li.activeTrigger{background-color:#6b6b6b}}.mega-menu[data-color=grey-invert] .menu-links>li.active{background-color:#6b6b6b}.mega-menu[data-color=grey-invert] .menu-links>li:hover{background-color:#6b6b6b}.mega-menu[data-color=grey-invert] .menu-search-bar li:hover i.fa.fa-search{background:#6b6b6b}.mega-menu[data-color=grey-invert] .menu-search-bar input:focus{background:#6b6b6b}.mega-menu[data-color=grey-invert] .menu-mobile-collapse-trigger{background:#5e5e5e}.mega-menu[data-color=grey-invert] .menu-mobile-collapse-trigger:hover{background:#454545}.mega-menu[data-color=grey-invert] .drop-down-multilevel li:hover{background:#6b6b6b}@media screen and (min-width:768px){.mega-menu[data-color=grey-invert] .drop-down-multilevel li.activeTrigger{background:#6b6b6b}}@media screen and (max-width:767px){.mega-menu[data-color=grey-invert] .drop-down-multilevel li.activeTriggerMobile{background:#6b6b6b}}.mega-menu[data-color=grey-invert] .drop-down input[type=submit],.mega-menu[data-color=grey-invert] .drop-down input[type=button],.mega-menu[data-color=grey-invert] .drop-down button[type=submit],.mega-menu[data-color=grey-invert] .drop-down button[type=reset],.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=reset]{background:#6b6b6b}.mega-menu[data-color=grey-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=grey-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=grey-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=grey-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=grey-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=grey-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#787878}.mega-menu[data-color=grey-invert] .drop-down a:hover,.mega-menu[data-color=grey-invert] .drop-down-tab-bar a:hover{color:#6b6b6b}.mega-menu[data-color=grey-invert] .drop-down ::selection,.mega-menu[data-color=grey-invert] .drop-down-tab-bar ::selection{background:#9e9e9e}@media screen and (min-width:768px){.mega-menu[data-color=grey-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=grey-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=grey-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=grey-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=grey-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=grey-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=grey-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=grey-invert].vertical-right .menu-search-bar label{background:#6b6b6b}}.mega-menu[data-color=indigo]>section.menu-list-items{background-color:#333}.mega-menu[data-color=indigo] .menu-logo>li>a:hover{background-color:#3f51b5}@media screen and (max-width:767px){.mega-menu[data-color=indigo] .menu-links>li.activeTriggerMobile{background-color:#3f51b5}}@media screen and (min-width:768px){.mega-menu[data-color=indigo] .menu-links>li.activeTrigger{background-color:#3f51b5}}.mega-menu[data-color=indigo] .menu-links>li.active{background-color:#3f51b5}.mega-menu[data-color=indigo] .menu-links>li:hover{background-color:#3f51b5}.mega-menu[data-color=indigo] .menu-search-bar li:hover i.fa.fa-search{background:#3f51b5}.mega-menu[data-color=indigo] .menu-search-bar input:focus{background:#3f51b5}.mega-menu[data-color=indigo] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=indigo] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=indigo] .drop-down-multilevel li:hover{background:#3f51b5}@media screen and (min-width:768px){.mega-menu[data-color=indigo] .drop-down-multilevel li.activeTrigger{background:#3f51b5}}@media screen and (max-width:767px){.mega-menu[data-color=indigo] .drop-down-multilevel li.activeTriggerMobile{background:#3f51b5}}.mega-menu[data-color=indigo] .drop-down input[type=submit],.mega-menu[data-color=indigo] .drop-down input[type=button],.mega-menu[data-color=indigo] .drop-down button[type=submit],.mega-menu[data-color=indigo] .drop-down button[type=reset],.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=button],.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=reset]{background:#3f51b5}.mega-menu[data-color=indigo] .drop-down input[type=submit]:hover,.mega-menu[data-color=indigo] .drop-down input[type=button]:hover,.mega-menu[data-color=indigo] .drop-down button[type=submit]:hover,.mega-menu[data-color=indigo] .drop-down button[type=reset]:hover,.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=indigo] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=indigo] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=indigo] .drop-down a:hover,.mega-menu[data-color=indigo] .drop-down-tab-bar a:hover{color:#3f51b5}.mega-menu[data-color=indigo] .drop-down ::selection,.mega-menu[data-color=indigo] .drop-down-tab-bar ::selection{background:#8591d5}@media screen and (min-width:768px){.mega-menu[data-color=indigo].vertical-left .menu-search-bar input,.mega-menu[data-color=indigo].vertical-left .menu-search-bar li,.mega-menu[data-color=indigo].vertical-left .menu-search-bar form,.mega-menu[data-color=indigo].vertical-left .menu-search-bar label,.mega-menu[data-color=indigo].vertical-right .menu-search-bar input,.mega-menu[data-color=indigo].vertical-right .menu-search-bar li,.mega-menu[data-color=indigo].vertical-right .menu-search-bar form,.mega-menu[data-color=indigo].vertical-right .menu-search-bar label{background:#3f51b5}}.mega-menu[data-color=indigo-invert]>section.menu-list-items{background-color:#4d5ec1}.mega-menu[data-color=indigo-invert] .menu-logo>li>a:hover{background-color:#3849a2}@media screen and (max-width:767px){.mega-menu[data-color=indigo-invert] .menu-links>li.activeTriggerMobile{background-color:#3849a2}}@media screen and (min-width:768px){.mega-menu[data-color=indigo-invert] .menu-links>li.activeTrigger{background-color:#3849a2}}.mega-menu[data-color=indigo-invert] .menu-links>li.active{background-color:#3849a2}.mega-menu[data-color=indigo-invert] .menu-links>li:hover{background-color:#3849a2}.mega-menu[data-color=indigo-invert] .menu-search-bar li:hover i.fa.fa-search{background:#3849a2}.mega-menu[data-color=indigo-invert] .menu-search-bar input:focus{background:#3849a2}.mega-menu[data-color=indigo-invert] .menu-mobile-collapse-trigger{background:#3849a2}.mega-menu[data-color=indigo-invert] .menu-mobile-collapse-trigger:hover{background:#2b387c}.mega-menu[data-color=indigo-invert] .drop-down-multilevel li:hover{background:#3849a2}@media screen and (min-width:768px){.mega-menu[data-color=indigo-invert] .drop-down-multilevel li.activeTrigger{background:#3849a2}}@media screen and (max-width:767px){.mega-menu[data-color=indigo-invert] .drop-down-multilevel li.activeTriggerMobile{background:#3849a2}}.mega-menu[data-color=indigo-invert] .drop-down input[type=submit],.mega-menu[data-color=indigo-invert] .drop-down input[type=button],.mega-menu[data-color=indigo-invert] .drop-down button[type=submit],.mega-menu[data-color=indigo-invert] .drop-down button[type=reset],.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=reset]{background:#3849a2}.mega-menu[data-color=indigo-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=indigo-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=indigo-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=indigo-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=indigo-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=indigo-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#4d5ec1}.mega-menu[data-color=indigo-invert] .drop-down a:hover,.mega-menu[data-color=indigo-invert] .drop-down-tab-bar a:hover{color:#3849a2}.mega-menu[data-color=indigo-invert] .drop-down ::selection,.mega-menu[data-color=indigo-invert] .drop-down-tab-bar ::selection{background:#7280ce}@media screen and (min-width:768px){.mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=indigo-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=indigo-invert].vertical-right .menu-search-bar label{background:#3849a2}}.mega-menu[data-color=light-blue]>section.menu-list-items{background-color:#333}.mega-menu[data-color=light-blue] .menu-logo>li>a:hover{background-color:#0af}@media screen and (max-width:767px){.mega-menu[data-color=light-blue] .menu-links>li.activeTriggerMobile{background-color:#0af}}@media screen and (min-width:768px){.mega-menu[data-color=light-blue] .menu-links>li.activeTrigger{background-color:#0af}}.mega-menu[data-color=light-blue] .menu-links>li.active{background-color:#0af}.mega-menu[data-color=light-blue] .menu-links>li:hover{background-color:#0af}.mega-menu[data-color=light-blue] .menu-search-bar li:hover i.fa.fa-search{background:#0af}.mega-menu[data-color=light-blue] .menu-search-bar input:focus{background:#0af}.mega-menu[data-color=light-blue] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=light-blue] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=light-blue] .drop-down-multilevel li:hover{background:#0af}@media screen and (min-width:768px){.mega-menu[data-color=light-blue] .drop-down-multilevel li.activeTrigger{background:#0af}}@media screen and (max-width:767px){.mega-menu[data-color=light-blue] .drop-down-multilevel li.activeTriggerMobile{background:#0af}}.mega-menu[data-color=light-blue] .drop-down input[type=submit],.mega-menu[data-color=light-blue] .drop-down input[type=button],.mega-menu[data-color=light-blue] .drop-down button[type=submit],.mega-menu[data-color=light-blue] .drop-down button[type=reset],.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=button],.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=reset]{background:#0af}.mega-menu[data-color=light-blue] .drop-down input[type=submit]:hover,.mega-menu[data-color=light-blue] .drop-down input[type=button]:hover,.mega-menu[data-color=light-blue] .drop-down button[type=submit]:hover,.mega-menu[data-color=light-blue] .drop-down button[type=reset]:hover,.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=light-blue] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=light-blue] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=light-blue] .drop-down a:hover,.mega-menu[data-color=light-blue] .drop-down-tab-bar a:hover{color:#0af}.mega-menu[data-color=light-blue] .drop-down ::selection,.mega-menu[data-color=light-blue] .drop-down-tab-bar ::selection{background:#6cf}@media screen and (min-width:768px){.mega-menu[data-color=light-blue].vertical-left .menu-search-bar input,.mega-menu[data-color=light-blue].vertical-left .menu-search-bar li,.mega-menu[data-color=light-blue].vertical-left .menu-search-bar form,.mega-menu[data-color=light-blue].vertical-left .menu-search-bar label,.mega-menu[data-color=light-blue].vertical-right .menu-search-bar input,.mega-menu[data-color=light-blue].vertical-right .menu-search-bar li,.mega-menu[data-color=light-blue].vertical-right .menu-search-bar form,.mega-menu[data-color=light-blue].vertical-right .menu-search-bar label{background:#0af}}.mega-menu[data-color=light-blue-invert]>section.menu-list-items{background-color:#0af}.mega-menu[data-color=light-blue-invert] .menu-logo>li>a:hover{background-color:#008fd6}@media screen and (max-width:767px){.mega-menu[data-color=light-blue-invert] .menu-links>li.activeTriggerMobile{background-color:#008fd6}}@media screen and (min-width:768px){.mega-menu[data-color=light-blue-invert] .menu-links>li.activeTrigger{background-color:#008fd6}}.mega-menu[data-color=light-blue-invert] .menu-links>li.active{background-color:#008fd6}.mega-menu[data-color=light-blue-invert] .menu-links>li:hover{background-color:#008fd6}.mega-menu[data-color=light-blue-invert] .menu-search-bar li:hover i.fa.fa-search{background:#008fd6}.mega-menu[data-color=light-blue-invert] .menu-search-bar input:focus{background:#008fd6}.mega-menu[data-color=light-blue-invert] .menu-mobile-collapse-trigger{background:#08c}.mega-menu[data-color=light-blue-invert] .menu-mobile-collapse-trigger:hover{background:#069}.mega-menu[data-color=light-blue-invert] .drop-down-multilevel li:hover{background:#008fd6}@media screen and (min-width:768px){.mega-menu[data-color=light-blue-invert] .drop-down-multilevel li.activeTrigger{background:#008fd6}}@media screen and (max-width:767px){.mega-menu[data-color=light-blue-invert] .drop-down-multilevel li.activeTriggerMobile{background:#008fd6}}.mega-menu[data-color=light-blue-invert] .drop-down input[type=submit],.mega-menu[data-color=light-blue-invert] .drop-down input[type=button],.mega-menu[data-color=light-blue-invert] .drop-down button[type=submit],.mega-menu[data-color=light-blue-invert] .drop-down button[type=reset],.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=reset]{background:#008fd6}.mega-menu[data-color=light-blue-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=light-blue-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=light-blue-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=light-blue-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#0af}.mega-menu[data-color=light-blue-invert] .drop-down a:hover,.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar a:hover{color:#008fd6}.mega-menu[data-color=light-blue-invert] .drop-down ::selection,.mega-menu[data-color=light-blue-invert] .drop-down-tab-bar ::selection{background:#3dbeff}@media screen and (min-width:768px){.mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=light-blue-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=light-blue-invert].vertical-right .menu-search-bar label{background:#008fd6}}.mega-menu[data-color=light-green]>section.menu-list-items{background-color:#333}.mega-menu[data-color=light-green] .menu-logo>li>a:hover{background-color:#8bc24a}@media screen and (max-width:767px){.mega-menu[data-color=light-green] .menu-links>li.activeTriggerMobile{background-color:#8bc24a}}@media screen and (min-width:768px){.mega-menu[data-color=light-green] .menu-links>li.activeTrigger{background-color:#8bc24a}}.mega-menu[data-color=light-green] .menu-links>li.active{background-color:#8bc24a}.mega-menu[data-color=light-green] .menu-links>li:hover{background-color:#8bc24a}.mega-menu[data-color=light-green] .menu-search-bar li:hover i.fa.fa-search{background:#8bc24a}.mega-menu[data-color=light-green] .menu-search-bar input:focus{background:#8bc24a}.mega-menu[data-color=light-green] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=light-green] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=light-green] .drop-down-multilevel li:hover{background:#8bc24a}@media screen and (min-width:768px){.mega-menu[data-color=light-green] .drop-down-multilevel li.activeTrigger{background:#8bc24a}}@media screen and (max-width:767px){.mega-menu[data-color=light-green] .drop-down-multilevel li.activeTriggerMobile{background:#8bc24a}}.mega-menu[data-color=light-green] .drop-down input[type=submit],.mega-menu[data-color=light-green] .drop-down input[type=button],.mega-menu[data-color=light-green] .drop-down button[type=submit],.mega-menu[data-color=light-green] .drop-down button[type=reset],.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=button],.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=reset]{background:#8bc24a}.mega-menu[data-color=light-green] .drop-down input[type=submit]:hover,.mega-menu[data-color=light-green] .drop-down input[type=button]:hover,.mega-menu[data-color=light-green] .drop-down button[type=submit]:hover,.mega-menu[data-color=light-green] .drop-down button[type=reset]:hover,.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=light-green] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=light-green] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=light-green] .drop-down a:hover,.mega-menu[data-color=light-green] .drop-down-tab-bar a:hover{color:#8bc24a}.mega-menu[data-color=light-green] .drop-down ::selection,.mega-menu[data-color=light-green] .drop-down-tab-bar ::selection{background:#bcdc96}@media screen and (min-width:768px){.mega-menu[data-color=light-green].vertical-left .menu-search-bar input,.mega-menu[data-color=light-green].vertical-left .menu-search-bar li,.mega-menu[data-color=light-green].vertical-left .menu-search-bar form,.mega-menu[data-color=light-green].vertical-left .menu-search-bar label,.mega-menu[data-color=light-green].vertical-right .menu-search-bar input,.mega-menu[data-color=light-green].vertical-right .menu-search-bar li,.mega-menu[data-color=light-green].vertical-right .menu-search-bar form,.mega-menu[data-color=light-green].vertical-right .menu-search-bar label{background:#8bc24a}}.mega-menu[data-color=light-green-invert]>section.menu-list-items{background-color:#8bc24a}.mega-menu[data-color=light-green-invert] .menu-logo>li>a:hover{background-color:#7eb53d}@media screen and (max-width:767px){.mega-menu[data-color=light-green-invert] .menu-links>li.activeTriggerMobile{background-color:#7eb53d}}@media screen and (min-width:768px){.mega-menu[data-color=light-green-invert] .menu-links>li.activeTrigger{background-color:#7eb53d}}.mega-menu[data-color=light-green-invert] .menu-links>li.active{background-color:#7eb53d}.mega-menu[data-color=light-green-invert] .menu-links>li:hover{background-color:#7eb53d}.mega-menu[data-color=light-green-invert] .menu-search-bar li:hover i.fa.fa-search{background:#7eb53d}.mega-menu[data-color=light-green-invert] .menu-search-bar input:focus{background:#7eb53d}.mega-menu[data-color=light-green-invert] .menu-mobile-collapse-trigger{background:#71a237}.mega-menu[data-color=light-green-invert] .menu-mobile-collapse-trigger:hover{background:#567c2a}.mega-menu[data-color=light-green-invert] .drop-down-multilevel li:hover{background:#7eb53d}@media screen and (min-width:768px){.mega-menu[data-color=light-green-invert] .drop-down-multilevel li.activeTrigger{background:#7eb53d}}@media screen and (max-width:767px){.mega-menu[data-color=light-green-invert] .drop-down-multilevel li.activeTriggerMobile{background:#7eb53d}}.mega-menu[data-color=light-green-invert] .drop-down input[type=submit],.mega-menu[data-color=light-green-invert] .drop-down input[type=button],.mega-menu[data-color=light-green-invert] .drop-down button[type=submit],.mega-menu[data-color=light-green-invert] .drop-down button[type=reset],.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=reset]{background:#7eb53d}.mega-menu[data-color=light-green-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=light-green-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=light-green-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=light-green-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=light-green-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=light-green-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#8bc24a}.mega-menu[data-color=light-green-invert] .drop-down a:hover,.mega-menu[data-color=light-green-invert] .drop-down-tab-bar a:hover{color:#7eb53d}.mega-menu[data-color=light-green-invert] .drop-down ::selection,.mega-menu[data-color=light-green-invert] .drop-down-tab-bar ::selection{background:#b0d583}@media screen and (min-width:768px){.mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=light-green-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=light-green-invert].vertical-right .menu-search-bar label{background:#7eb53d}}.mega-menu[data-color=lime]>section.menu-list-items{background-color:#333}.mega-menu[data-color=lime] .menu-logo>li>a:hover{background-color:#b2c022}@media screen and (max-width:767px){.mega-menu[data-color=lime] .menu-links>li.activeTriggerMobile{background-color:#b2c022}}@media screen and (min-width:768px){.mega-menu[data-color=lime] .menu-links>li.activeTrigger{background-color:#b2c022}}.mega-menu[data-color=lime] .menu-links>li.active{background-color:#b2c022}.mega-menu[data-color=lime] .menu-links>li:hover{background-color:#b2c022}.mega-menu[data-color=lime] .menu-search-bar li:hover i.fa.fa-search{background:#b2c022}.mega-menu[data-color=lime] .menu-search-bar input:focus{background:#b2c022}.mega-menu[data-color=lime] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=lime] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=lime] .drop-down-multilevel li:hover{background:#b2c022}@media screen and (min-width:768px){.mega-menu[data-color=lime] .drop-down-multilevel li.activeTrigger{background:#b2c022}}@media screen and (max-width:767px){.mega-menu[data-color=lime] .drop-down-multilevel li.activeTriggerMobile{background:#b2c022}}.mega-menu[data-color=lime] .drop-down input[type=submit],.mega-menu[data-color=lime] .drop-down input[type=button],.mega-menu[data-color=lime] .drop-down button[type=submit],.mega-menu[data-color=lime] .drop-down button[type=reset],.mega-menu[data-color=lime] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=lime] .drop-down-tab-bar input[type=button],.mega-menu[data-color=lime] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=lime] .drop-down-tab-bar button[type=reset]{background:#b2c022}.mega-menu[data-color=lime] .drop-down input[type=submit]:hover,.mega-menu[data-color=lime] .drop-down input[type=button]:hover,.mega-menu[data-color=lime] .drop-down button[type=submit]:hover,.mega-menu[data-color=lime] .drop-down button[type=reset]:hover,.mega-menu[data-color=lime] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=lime] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=lime] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=lime] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=lime] .drop-down a:hover,.mega-menu[data-color=lime] .drop-down-tab-bar a:hover{color:#b2c022}.mega-menu[data-color=lime] .drop-down ::selection,.mega-menu[data-color=lime] .drop-down-tab-bar ::selection{background:#d8e464}@media screen and (min-width:768px){.mega-menu[data-color=lime].vertical-left .menu-search-bar input,.mega-menu[data-color=lime].vertical-left .menu-search-bar li,.mega-menu[data-color=lime].vertical-left .menu-search-bar form,.mega-menu[data-color=lime].vertical-left .menu-search-bar label,.mega-menu[data-color=lime].vertical-right .menu-search-bar input,.mega-menu[data-color=lime].vertical-right .menu-search-bar li,.mega-menu[data-color=lime].vertical-right .menu-search-bar form,.mega-menu[data-color=lime].vertical-right .menu-search-bar label{background:#b2c022}}.mega-menu[data-color=lime-invert]>section.menu-list-items{background-color:#b2c022}.mega-menu[data-color=lime-invert] .menu-logo>li>a:hover{background-color:#9daa1e}@media screen and (max-width:767px){.mega-menu[data-color=lime-invert] .menu-links>li.activeTriggerMobile{background-color:#9daa1e}}@media screen and (min-width:768px){.mega-menu[data-color=lime-invert] .menu-links>li.activeTrigger{background-color:#9daa1e}}.mega-menu[data-color=lime-invert] .menu-links>li.active{background-color:#9daa1e}.mega-menu[data-color=lime-invert] .menu-links>li:hover{background-color:#9daa1e}.mega-menu[data-color=lime-invert] .menu-search-bar li:hover i.fa.fa-search{background:#9daa1e}.mega-menu[data-color=lime-invert] .menu-search-bar input:focus{background:#9daa1e}.mega-menu[data-color=lime-invert] .menu-mobile-collapse-trigger{background:#89951a}.mega-menu[data-color=lime-invert] .menu-mobile-collapse-trigger:hover{background:#616913}.mega-menu[data-color=lime-invert] .drop-down-multilevel li:hover{background:#9daa1e}@media screen and (min-width:768px){.mega-menu[data-color=lime-invert] .drop-down-multilevel li.activeTrigger{background:#9daa1e}}@media screen and (max-width:767px){.mega-menu[data-color=lime-invert] .drop-down-multilevel li.activeTriggerMobile{background:#9daa1e}}.mega-menu[data-color=lime-invert] .drop-down input[type=submit],.mega-menu[data-color=lime-invert] .drop-down input[type=button],.mega-menu[data-color=lime-invert] .drop-down button[type=submit],.mega-menu[data-color=lime-invert] .drop-down button[type=reset],.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=reset]{background:#9daa1e}.mega-menu[data-color=lime-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=lime-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=lime-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=lime-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=lime-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=lime-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#b2c022}.mega-menu[data-color=lime-invert] .drop-down a:hover,.mega-menu[data-color=lime-invert] .drop-down-tab-bar a:hover{color:#9daa1e}.mega-menu[data-color=lime-invert] .drop-down ::selection,.mega-menu[data-color=lime-invert] .drop-down-tab-bar ::selection{background:#d2e04f}@media screen and (min-width:768px){.mega-menu[data-color=lime-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=lime-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=lime-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=lime-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=lime-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=lime-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=lime-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=lime-invert].vertical-right .menu-search-bar label{background:#9daa1e}}.mega-menu[data-color=orange]>section.menu-list-items{background-color:#333}.mega-menu[data-color=orange] .menu-logo>li>a:hover{background-color:#ff9700}@media screen and (max-width:767px){.mega-menu[data-color=orange] .menu-links>li.activeTriggerMobile{background-color:#ff9700}}@media screen and (min-width:768px){.mega-menu[data-color=orange] .menu-links>li.activeTrigger{background-color:#ff9700}}.mega-menu[data-color=orange] .menu-links>li.active{background-color:#ff9700}.mega-menu[data-color=orange] .menu-links>li:hover{background-color:#ff9700}.mega-menu[data-color=orange] .menu-search-bar li:hover i.fa.fa-search{background:#ff9700}.mega-menu[data-color=orange] .menu-search-bar input:focus{background:#ff9700}.mega-menu[data-color=orange] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=orange] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=orange] .drop-down-multilevel li:hover{background:#ff9700}@media screen and (min-width:768px){.mega-menu[data-color=orange] .drop-down-multilevel li.activeTrigger{background:#ff9700}}@media screen and (max-width:767px){.mega-menu[data-color=orange] .drop-down-multilevel li.activeTriggerMobile{background:#ff9700}}.mega-menu[data-color=orange] .drop-down input[type=submit],.mega-menu[data-color=orange] .drop-down input[type=button],.mega-menu[data-color=orange] .drop-down button[type=submit],.mega-menu[data-color=orange] .drop-down button[type=reset],.mega-menu[data-color=orange] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=orange] .drop-down-tab-bar input[type=button],.mega-menu[data-color=orange] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=orange] .drop-down-tab-bar button[type=reset]{background:#ff9700}.mega-menu[data-color=orange] .drop-down input[type=submit]:hover,.mega-menu[data-color=orange] .drop-down input[type=button]:hover,.mega-menu[data-color=orange] .drop-down button[type=submit]:hover,.mega-menu[data-color=orange] .drop-down button[type=reset]:hover,.mega-menu[data-color=orange] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=orange] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=orange] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=orange] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=orange] .drop-down a:hover,.mega-menu[data-color=orange] .drop-down-tab-bar a:hover{color:#ff9700}.mega-menu[data-color=orange] .drop-down ::selection,.mega-menu[data-color=orange] .drop-down-tab-bar ::selection{background:#ffc166}@media screen and (min-width:768px){.mega-menu[data-color=orange].vertical-left .menu-search-bar input,.mega-menu[data-color=orange].vertical-left .menu-search-bar li,.mega-menu[data-color=orange].vertical-left .menu-search-bar form,.mega-menu[data-color=orange].vertical-left .menu-search-bar label,.mega-menu[data-color=orange].vertical-right .menu-search-bar input,.mega-menu[data-color=orange].vertical-right .menu-search-bar li,.mega-menu[data-color=orange].vertical-right .menu-search-bar form,.mega-menu[data-color=orange].vertical-right .menu-search-bar label{background:#ff9700}}.mega-menu[data-color=orange-invert]>section.menu-list-items{background-color:#ff9700}.mega-menu[data-color=orange-invert] .menu-logo>li>a:hover{background-color:#eb8b00}@media screen and (max-width:767px){.mega-menu[data-color=orange-invert] .menu-links>li.activeTriggerMobile{background-color:#eb8b00}}@media screen and (min-width:768px){.mega-menu[data-color=orange-invert] .menu-links>li.activeTrigger{background-color:#eb8b00}}.mega-menu[data-color=orange-invert] .menu-links>li.active{background-color:#eb8b00}.mega-menu[data-color=orange-invert] .menu-links>li:hover{background-color:#eb8b00}.mega-menu[data-color=orange-invert] .menu-search-bar li:hover i.fa.fa-search{background:#eb8b00}.mega-menu[data-color=orange-invert] .menu-search-bar input:focus{background:#eb8b00}.mega-menu[data-color=orange-invert] .menu-mobile-collapse-trigger{background:#cc7900}.mega-menu[data-color=orange-invert] .menu-mobile-collapse-trigger:hover{background:#995b00}.mega-menu[data-color=orange-invert] .drop-down-multilevel li:hover{background:#eb8b00}@media screen and (min-width:768px){.mega-menu[data-color=orange-invert] .drop-down-multilevel li.activeTrigger{background:#eb8b00}}@media screen and (max-width:767px){.mega-menu[data-color=orange-invert] .drop-down-multilevel li.activeTriggerMobile{background:#eb8b00}}.mega-menu[data-color=orange-invert] .drop-down input[type=submit],.mega-menu[data-color=orange-invert] .drop-down input[type=button],.mega-menu[data-color=orange-invert] .drop-down button[type=submit],.mega-menu[data-color=orange-invert] .drop-down button[type=reset],.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=reset]{background:#eb8b00}.mega-menu[data-color=orange-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=orange-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=orange-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=orange-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=orange-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=orange-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#ff9700}.mega-menu[data-color=orange-invert] .drop-down a:hover,.mega-menu[data-color=orange-invert] .drop-down-tab-bar a:hover{color:#eb8b00}.mega-menu[data-color=orange-invert] .drop-down ::selection,.mega-menu[data-color=orange-invert] .drop-down-tab-bar ::selection{background:#ffb852}@media screen and (min-width:768px){.mega-menu[data-color=orange-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=orange-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=orange-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=orange-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=orange-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=orange-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=orange-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=orange-invert].vertical-right .menu-search-bar label{background:#eb8b00}}.mega-menu[data-color=pink]>section.menu-list-items{background-color:#333}.mega-menu[data-color=pink] .menu-logo>li>a:hover{background-color:#ea1e63}@media screen and (max-width:767px){.mega-menu[data-color=pink] .menu-links>li.activeTriggerMobile{background-color:#ea1e63}}@media screen and (min-width:768px){.mega-menu[data-color=pink] .menu-links>li.activeTrigger{background-color:#ea1e63}}.mega-menu[data-color=pink] .menu-links>li.active{background-color:#ea1e63}.mega-menu[data-color=pink] .menu-links>li:hover{background-color:#ea1e63}.mega-menu[data-color=pink] .menu-search-bar li:hover i.fa.fa-search{background:#ea1e63}.mega-menu[data-color=pink] .menu-search-bar input:focus{background:#ea1e63}.mega-menu[data-color=pink] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=pink] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=pink] .drop-down-multilevel li:hover{background:#ea1e63}@media screen and (min-width:768px){.mega-menu[data-color=pink] .drop-down-multilevel li.activeTrigger{background:#ea1e63}}@media screen and (max-width:767px){.mega-menu[data-color=pink] .drop-down-multilevel li.activeTriggerMobile{background:#ea1e63}}.mega-menu[data-color=pink] .drop-down input[type=submit],.mega-menu[data-color=pink] .drop-down input[type=button],.mega-menu[data-color=pink] .drop-down button[type=submit],.mega-menu[data-color=pink] .drop-down button[type=reset],.mega-menu[data-color=pink] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=pink] .drop-down-tab-bar input[type=button],.mega-menu[data-color=pink] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=pink] .drop-down-tab-bar button[type=reset]{background:#ea1e63}.mega-menu[data-color=pink] .drop-down input[type=submit]:hover,.mega-menu[data-color=pink] .drop-down input[type=button]:hover,.mega-menu[data-color=pink] .drop-down button[type=submit]:hover,.mega-menu[data-color=pink] .drop-down button[type=reset]:hover,.mega-menu[data-color=pink] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=pink] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=pink] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=pink] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=pink] .drop-down a:hover,.mega-menu[data-color=pink] .drop-down-tab-bar a:hover{color:#ea1e63}.mega-menu[data-color=pink] .drop-down ::selection,.mega-menu[data-color=pink] .drop-down-tab-bar ::selection{background:#f37ba4}@media screen and (min-width:768px){.mega-menu[data-color=pink].vertical-left .menu-search-bar input,.mega-menu[data-color=pink].vertical-left .menu-search-bar li,.mega-menu[data-color=pink].vertical-left .menu-search-bar form,.mega-menu[data-color=pink].vertical-left .menu-search-bar label,.mega-menu[data-color=pink].vertical-right .menu-search-bar input,.mega-menu[data-color=pink].vertical-right .menu-search-bar li,.mega-menu[data-color=pink].vertical-right .menu-search-bar form,.mega-menu[data-color=pink].vertical-right .menu-search-bar label{background:#ea1e63}}.mega-menu[data-color=pink-invert]>section.menu-list-items{background-color:#ec3573}.mega-menu[data-color=pink-invert] .menu-logo>li>a:hover{background-color:#da1457}@media screen and (max-width:767px){.mega-menu[data-color=pink-invert] .menu-links>li.activeTriggerMobile{background-color:#da1457}}@media screen and (min-width:768px){.mega-menu[data-color=pink-invert] .menu-links>li.activeTrigger{background-color:#da1457}}.mega-menu[data-color=pink-invert] .menu-links>li.active{background-color:#da1457}.mega-menu[data-color=pink-invert] .menu-links>li:hover{background-color:#da1457}.mega-menu[data-color=pink-invert] .menu-search-bar li:hover i.fa.fa-search{background:#da1457}.mega-menu[data-color=pink-invert] .menu-search-bar input:focus{background:#da1457}.mega-menu[data-color=pink-invert] .menu-mobile-collapse-trigger{background:#da1457}.mega-menu[data-color=pink-invert] .menu-mobile-collapse-trigger:hover{background:#ab1045}.mega-menu[data-color=pink-invert] .drop-down-multilevel li:hover{background:#da1457}@media screen and (min-width:768px){.mega-menu[data-color=pink-invert] .drop-down-multilevel li.activeTrigger{background:#da1457}}@media screen and (max-width:767px){.mega-menu[data-color=pink-invert] .drop-down-multilevel li.activeTriggerMobile{background:#da1457}}.mega-menu[data-color=pink-invert] .drop-down input[type=submit],.mega-menu[data-color=pink-invert] .drop-down input[type=button],.mega-menu[data-color=pink-invert] .drop-down button[type=submit],.mega-menu[data-color=pink-invert] .drop-down button[type=reset],.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=reset]{background:#da1457}.mega-menu[data-color=pink-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=pink-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=pink-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=pink-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=pink-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=pink-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#ec3573}.mega-menu[data-color=pink-invert] .drop-down a:hover,.mega-menu[data-color=pink-invert] .drop-down-tab-bar a:hover{color:#da1457}.mega-menu[data-color=pink-invert] .drop-down ::selection,.mega-menu[data-color=pink-invert] .drop-down-tab-bar ::selection{background:#f16494}@media screen and (min-width:768px){.mega-menu[data-color=pink-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=pink-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=pink-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=pink-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=pink-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=pink-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=pink-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=pink-invert].vertical-right .menu-search-bar label{background:#da1457}}.mega-menu[data-color=purple]>section.menu-list-items{background-color:#333}.mega-menu[data-color=purple] .menu-logo>li>a:hover{background-color:#9c28b1}@media screen and (max-width:767px){.mega-menu[data-color=purple] .menu-links>li.activeTriggerMobile{background-color:#9c28b1}}@media screen and (min-width:768px){.mega-menu[data-color=purple] .menu-links>li.activeTrigger{background-color:#9c28b1}}.mega-menu[data-color=purple] .menu-links>li.active{background-color:#9c28b1}.mega-menu[data-color=purple] .menu-links>li:hover{background-color:#9c28b1}.mega-menu[data-color=purple] .menu-search-bar li:hover i.fa.fa-search{background:#9c28b1}.mega-menu[data-color=purple] .menu-search-bar input:focus{background:#9c28b1}.mega-menu[data-color=purple] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=purple] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=purple] .drop-down-multilevel li:hover{background:#9c28b1}@media screen and (min-width:768px){.mega-menu[data-color=purple] .drop-down-multilevel li.activeTrigger{background:#9c28b1}}@media screen and (max-width:767px){.mega-menu[data-color=purple] .drop-down-multilevel li.activeTriggerMobile{background:#9c28b1}}.mega-menu[data-color=purple] .drop-down input[type=submit],.mega-menu[data-color=purple] .drop-down input[type=button],.mega-menu[data-color=purple] .drop-down button[type=submit],.mega-menu[data-color=purple] .drop-down button[type=reset],.mega-menu[data-color=purple] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=purple] .drop-down-tab-bar input[type=button],.mega-menu[data-color=purple] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=purple] .drop-down-tab-bar button[type=reset]{background:#9c28b1}.mega-menu[data-color=purple] .drop-down input[type=submit]:hover,.mega-menu[data-color=purple] .drop-down input[type=button]:hover,.mega-menu[data-color=purple] .drop-down button[type=submit]:hover,.mega-menu[data-color=purple] .drop-down button[type=reset]:hover,.mega-menu[data-color=purple] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=purple] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=purple] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=purple] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=purple] .drop-down a:hover,.mega-menu[data-color=purple] .drop-down-tab-bar a:hover{color:#9c28b1}.mega-menu[data-color=purple] .drop-down ::selection,.mega-menu[data-color=purple] .drop-down-tab-bar ::selection{background:#c963dc}@media screen and (min-width:768px){.mega-menu[data-color=purple].vertical-left .menu-search-bar input,.mega-menu[data-color=purple].vertical-left .menu-search-bar li,.mega-menu[data-color=purple].vertical-left .menu-search-bar form,.mega-menu[data-color=purple].vertical-left .menu-search-bar label,.mega-menu[data-color=purple].vertical-right .menu-search-bar input,.mega-menu[data-color=purple].vertical-right .menu-search-bar li,.mega-menu[data-color=purple].vertical-right .menu-search-bar form,.mega-menu[data-color=purple].vertical-right .menu-search-bar label{background:#9c28b1}}.mega-menu[data-color=purple-invert]>section.menu-list-items{background-color:#ae2dc6}.mega-menu[data-color=purple-invert] .menu-logo>li>a:hover{background-color:#9125a5}@media screen and (max-width:767px){.mega-menu[data-color=purple-invert] .menu-links>li.activeTriggerMobile{background-color:#9125a5}}@media screen and (min-width:768px){.mega-menu[data-color=purple-invert] .menu-links>li.activeTrigger{background-color:#9125a5}}.mega-menu[data-color=purple-invert] .menu-links>li.active{background-color:#9125a5}.mega-menu[data-color=purple-invert] .menu-links>li:hover{background-color:#9125a5}.mega-menu[data-color=purple-invert] .menu-search-bar li:hover i.fa.fa-search{background:#9125a5}.mega-menu[data-color=purple-invert] .menu-search-bar input:focus{background:#9125a5}.mega-menu[data-color=purple-invert] .menu-mobile-collapse-trigger{background:#8a239c}.mega-menu[data-color=purple-invert] .menu-mobile-collapse-trigger:hover{background:#651a73}.mega-menu[data-color=purple-invert] .drop-down-multilevel li:hover{background:#9125a5}@media screen and (min-width:768px){.mega-menu[data-color=purple-invert] .drop-down-multilevel li.activeTrigger{background:#9125a5}}@media screen and (max-width:767px){.mega-menu[data-color=purple-invert] .drop-down-multilevel li.activeTriggerMobile{background:#9125a5}}.mega-menu[data-color=purple-invert] .drop-down input[type=submit],.mega-menu[data-color=purple-invert] .drop-down input[type=button],.mega-menu[data-color=purple-invert] .drop-down button[type=submit],.mega-menu[data-color=purple-invert] .drop-down button[type=reset],.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=reset]{background:#9125a5}.mega-menu[data-color=purple-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=purple-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=purple-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=purple-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=purple-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=purple-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#ae2dc6}.mega-menu[data-color=purple-invert] .drop-down a:hover,.mega-menu[data-color=purple-invert] .drop-down-tab-bar a:hover{color:#9125a5}.mega-menu[data-color=purple-invert] .drop-down ::selection,.mega-menu[data-color=purple-invert] .drop-down-tab-bar ::selection{background:#c557d9}@media screen and (min-width:768px){.mega-menu[data-color=purple-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=purple-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=purple-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=purple-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=purple-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=purple-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=purple-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=purple-invert].vertical-right .menu-search-bar label{background:#9125a5}}.mega-menu[data-color=red]>section.menu-list-items{background-color:#333}.mega-menu[data-color=red] .menu-logo>li>a:hover{background-color:#f44236}@media screen and (max-width:767px){.mega-menu[data-color=red] .menu-links>li.activeTriggerMobile{background-color:#f44236}}@media screen and (min-width:768px){.mega-menu[data-color=red] .menu-links>li.activeTrigger{background-color:#f44236}}.mega-menu[data-color=red] .menu-links>li.active{background-color:#f44236}.mega-menu[data-color=red] .menu-links>li:hover{background-color:#f44236}.mega-menu[data-color=red] .menu-search-bar li:hover i.fa.fa-search{background:#f44236}.mega-menu[data-color=red] .menu-search-bar input:focus{background:#f44236}.mega-menu[data-color=red] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=red] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=red] .drop-down-multilevel li:hover{background:#f44236}@media screen and (min-width:768px){.mega-menu[data-color=red] .drop-down-multilevel li.activeTrigger{background:#f44236}}@media screen and (max-width:767px){.mega-menu[data-color=red] .drop-down-multilevel li.activeTriggerMobile{background:#f44236}}.mega-menu[data-color=red] .drop-down input[type=submit],.mega-menu[data-color=red] .drop-down input[type=button],.mega-menu[data-color=red] .drop-down button[type=submit],.mega-menu[data-color=red] .drop-down button[type=reset],.mega-menu[data-color=red] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=red] .drop-down-tab-bar input[type=button],.mega-menu[data-color=red] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=red] .drop-down-tab-bar button[type=reset]{background:#f44236}.mega-menu[data-color=red] .drop-down input[type=submit]:hover,.mega-menu[data-color=red] .drop-down input[type=button]:hover,.mega-menu[data-color=red] .drop-down button[type=submit]:hover,.mega-menu[data-color=red] .drop-down button[type=reset]:hover,.mega-menu[data-color=red] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=red] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=red] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=red] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=red] .drop-down a:hover,.mega-menu[data-color=red] .drop-down-tab-bar a:hover{color:#f44236}.mega-menu[data-color=red] .drop-down ::selection,.mega-menu[data-color=red] .drop-down-tab-bar ::selection{background:#f99d97}@media screen and (min-width:768px){.mega-menu[data-color=red].vertical-left .menu-search-bar input,.mega-menu[data-color=red].vertical-left .menu-search-bar li,.mega-menu[data-color=red].vertical-left .menu-search-bar form,.mega-menu[data-color=red].vertical-left .menu-search-bar label,.mega-menu[data-color=red].vertical-right .menu-search-bar input,.mega-menu[data-color=red].vertical-right .menu-search-bar li,.mega-menu[data-color=red].vertical-right .menu-search-bar form,.mega-menu[data-color=red].vertical-right .menu-search-bar label{background:#f44236}}.mega-menu[data-color=red-invert]>section.menu-list-items{background-color:#f5594e}.mega-menu[data-color=red-invert] .menu-logo>li>a:hover{background-color:#f32b1e}@media screen and (max-width:767px){.mega-menu[data-color=red-invert] .menu-links>li.activeTriggerMobile{background-color:#f32b1e}}@media screen and (min-width:768px){.mega-menu[data-color=red-invert] .menu-links>li.activeTrigger{background-color:#f32b1e}}.mega-menu[data-color=red-invert] .menu-links>li.active{background-color:#f32b1e}.mega-menu[data-color=red-invert] .menu-links>li:hover{background-color:#f32b1e}.mega-menu[data-color=red-invert] .menu-search-bar li:hover i.fa.fa-search{background:#f32b1e}.mega-menu[data-color=red-invert] .menu-search-bar input:focus{background:#f32b1e}.mega-menu[data-color=red-invert] .menu-mobile-collapse-trigger{background:#f32b1e}.mega-menu[data-color=red-invert] .menu-mobile-collapse-trigger:hover{background:#d2180b}.mega-menu[data-color=red-invert] .drop-down-multilevel li:hover{background:#f32b1e}@media screen and (min-width:768px){.mega-menu[data-color=red-invert] .drop-down-multilevel li.activeTrigger{background:#f32b1e}}@media screen and (max-width:767px){.mega-menu[data-color=red-invert] .drop-down-multilevel li.activeTriggerMobile{background:#f32b1e}}.mega-menu[data-color=red-invert] .drop-down input[type=submit],.mega-menu[data-color=red-invert] .drop-down input[type=button],.mega-menu[data-color=red-invert] .drop-down button[type=submit],.mega-menu[data-color=red-invert] .drop-down button[type=reset],.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=reset]{background:#f32b1e}.mega-menu[data-color=red-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=red-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=red-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=red-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=red-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=red-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#f5594e}.mega-menu[data-color=red-invert] .drop-down a:hover,.mega-menu[data-color=red-invert] .drop-down-tab-bar a:hover{color:#f32b1e}.mega-menu[data-color=red-invert] .drop-down ::selection,.mega-menu[data-color=red-invert] .drop-down-tab-bar ::selection{background:#f8867f}@media screen and (min-width:768px){.mega-menu[data-color=red-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=red-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=red-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=red-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=red-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=red-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=red-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=red-invert].vertical-right .menu-search-bar label{background:#f32b1e}}.mega-menu[data-color=teal]>section.menu-list-items{background-color:#333}.mega-menu[data-color=teal] .menu-logo>li>a:hover{background-color:#009788}@media screen and (max-width:767px){.mega-menu[data-color=teal] .menu-links>li.activeTriggerMobile{background-color:#009788}}@media screen and (min-width:768px){.mega-menu[data-color=teal] .menu-links>li.activeTrigger{background-color:#009788}}.mega-menu[data-color=teal] .menu-links>li.active{background-color:#009788}.mega-menu[data-color=teal] .menu-links>li:hover{background-color:#009788}.mega-menu[data-color=teal] .menu-search-bar li:hover i.fa.fa-search{background:#009788}.mega-menu[data-color=teal] .menu-search-bar input:focus{background:#009788}.mega-menu[data-color=teal] .menu-mobile-collapse-trigger{background:#1a1a1a}.mega-menu[data-color=teal] .menu-mobile-collapse-trigger:hover{background:black}.mega-menu[data-color=teal] .drop-down-multilevel li:hover{background:#009788}@media screen and (min-width:768px){.mega-menu[data-color=teal] .drop-down-multilevel li.activeTrigger{background:#009788}}@media screen and (max-width:767px){.mega-menu[data-color=teal] .drop-down-multilevel li.activeTriggerMobile{background:#009788}}.mega-menu[data-color=teal] .drop-down input[type=submit],.mega-menu[data-color=teal] .drop-down input[type=button],.mega-menu[data-color=teal] .drop-down button[type=submit],.mega-menu[data-color=teal] .drop-down button[type=reset],.mega-menu[data-color=teal] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=teal] .drop-down-tab-bar input[type=button],.mega-menu[data-color=teal] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=teal] .drop-down-tab-bar button[type=reset]{background:#009788}.mega-menu[data-color=teal] .drop-down input[type=submit]:hover,.mega-menu[data-color=teal] .drop-down input[type=button]:hover,.mega-menu[data-color=teal] .drop-down button[type=submit]:hover,.mega-menu[data-color=teal] .drop-down button[type=reset]:hover,.mega-menu[data-color=teal] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=teal] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=teal] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=teal] .drop-down-tab-bar button[type=reset]:hover{background-color:#333}.mega-menu[data-color=teal] .drop-down a:hover,.mega-menu[data-color=teal] .drop-down-tab-bar a:hover{color:#009788}.mega-menu[data-color=teal] .drop-down ::selection,.mega-menu[data-color=teal] .drop-down-tab-bar ::selection{background:#00fde4}@media screen and (min-width:768px){.mega-menu[data-color=teal].vertical-left .menu-search-bar input,.mega-menu[data-color=teal].vertical-left .menu-search-bar li,.mega-menu[data-color=teal].vertical-left .menu-search-bar form,.mega-menu[data-color=teal].vertical-left .menu-search-bar label,.mega-menu[data-color=teal].vertical-right .menu-search-bar input,.mega-menu[data-color=teal].vertical-right .menu-search-bar li,.mega-menu[data-color=teal].vertical-right .menu-search-bar form,.mega-menu[data-color=teal].vertical-right .menu-search-bar label{background:#009788}}.mega-menu[data-color=teal-invert]>section.menu-list-items{background-color:#009788}.mega-menu[data-color=teal-invert] .menu-logo>li>a:hover{background-color:#007e71}@media screen and (max-width:767px){.mega-menu[data-color=teal-invert] .menu-links>li.activeTriggerMobile{background-color:#007e71}}@media screen and (min-width:768px){.mega-menu[data-color=teal-invert] .menu-links>li.activeTrigger{background-color:#007e71}}.mega-menu[data-color=teal-invert] .menu-links>li.active{background-color:#007e71}.mega-menu[data-color=teal-invert] .menu-links>li:hover{background-color:#007e71}.mega-menu[data-color=teal-invert] .menu-search-bar li:hover i.fa.fa-search{background:#007e71}.mega-menu[data-color=teal-invert] .menu-search-bar input:focus{background:#007e71}.mega-menu[data-color=teal-invert] .menu-mobile-collapse-trigger{background:#00645a}.mega-menu[data-color=teal-invert] .menu-mobile-collapse-trigger:hover{background:#00312c}.mega-menu[data-color=teal-invert] .drop-down-multilevel li:hover{background:#007e71}@media screen and (min-width:768px){.mega-menu[data-color=teal-invert] .drop-down-multilevel li.activeTrigger{background:#007e71}}@media screen and (max-width:767px){.mega-menu[data-color=teal-invert] .drop-down-multilevel li.activeTriggerMobile{background:#007e71}}.mega-menu[data-color=teal-invert] .drop-down input[type=submit],.mega-menu[data-color=teal-invert] .drop-down input[type=button],.mega-menu[data-color=teal-invert] .drop-down button[type=submit],.mega-menu[data-color=teal-invert] .drop-down button[type=reset],.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=submit],.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=button],.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=submit],.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=reset]{background:#007e71}.mega-menu[data-color=teal-invert] .drop-down input[type=submit]:hover,.mega-menu[data-color=teal-invert] .drop-down input[type=button]:hover,.mega-menu[data-color=teal-invert] .drop-down button[type=submit]:hover,.mega-menu[data-color=teal-invert] .drop-down button[type=reset]:hover,.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=submit]:hover,.mega-menu[data-color=teal-invert] .drop-down-tab-bar input[type=button]:hover,.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=submit]:hover,.mega-menu[data-color=teal-invert] .drop-down-tab-bar button[type=reset]:hover{background-color:#009788}.mega-menu[data-color=teal-invert] .drop-down a:hover,.mega-menu[data-color=teal-invert] .drop-down-tab-bar a:hover{color:#007e71}.mega-menu[data-color=teal-invert] .drop-down ::selection,.mega-menu[data-color=teal-invert] .drop-down-tab-bar ::selection{background:#00e4cd}@media screen and (min-width:768px){.mega-menu[data-color=teal-invert].vertical-left .menu-search-bar input,.mega-menu[data-color=teal-invert].vertical-left .menu-search-bar li,.mega-menu[data-color=teal-invert].vertical-left .menu-search-bar form,.mega-menu[data-color=teal-invert].vertical-left .menu-search-bar label,.mega-menu[data-color=teal-invert].vertical-right .menu-search-bar input,.mega-menu[data-color=teal-invert].vertical-right .menu-search-bar li,.mega-menu[data-color=teal-invert].vertical-right .menu-search-bar form,.mega-menu[data-color=teal-invert].vertical-right .menu-search-bar label{background:#007e71}}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;border-radius:1px;box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}


/* select2 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
    .select2-container .select2-selection--single {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 28px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .select2-container .select2-selection--single .select2-selection__clear {
        position: relative; }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
      padding-right: 8px;
      padding-left: 20px; }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 32px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select2-container .select2-search--inline {
      float: left; }
      .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0; }
        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }
  
  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }
  
  .select2-results {
    display: block; }
  
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }
  
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-results__option[aria-selected] {
      cursor: pointer; }
  
  .select2-container--open .select2-dropdown {
    left: 0; }
  
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .select2-search--dropdown {
    display: block;
    padding: 4px; }
    .select2-search--dropdown .select2-search__field {
      padding: 4px;
      width: 100%;
      box-sizing: border-box; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }
  
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }
  
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
  
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
  
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
      .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
  
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }
  
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
    .select2-container--classic .select2-selection--single:focus {
      border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--classic .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-right: 10px; }
    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
      background-color: #ddd;
      border: none;
      border-left: 1px solid #aaa;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px;
      background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
      .select2-container--classic .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }
  
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
      background: transparent;
      border: none; }
      .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px; }
  
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
  
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
    .select2-container--classic .select2-selection--multiple:focus {
      border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
      list-style: none;
      margin: 0;
      padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
      display: none; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
      color: #888;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #555; }
  
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }
  
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }
  
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }
  
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }
  
  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }
  
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none; }
  
  .select2-container--classic .select2-dropdown--below {
    border-top: none; }
  
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  
  .select2-container--classic .select2-results__option[role=group] {
    padding: 0; }
  
  .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }
  
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }
  
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

    
/* slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* slick theme */
/* Slider */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.7ba97953187dc2907930.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin-bottom: 7% !important;
    z-index: 1;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;/*background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;*/-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

 /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* Flat Icons */

@font-face {
	font-family: "pgsicon-ecommerce";
	src: url(/static/media/ecommerce.46d191dc039d0e0a5de6.eot);
	src: url(/static/media/ecommerce.46d191dc039d0e0a5de6.eot?#iefix) format("embedded-opentype"),
		url(/static/media/ecommerce.6f660d5163d11e998904.woff) format("woff"),
		url(/static/media/ecommerce.2dc4e662639da893a0a4.ttf) format("truetype"),
		url(/static/media/ecommerce.81b8e77977b336658fc1.svg#pgsicon-ecommerce) format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "pgsicon-ecommerce";
		src: url(/static/media/ecommerce.81b8e77977b336658fc1.svg#pgsicon-ecommerce) format("svg");
	}
}

[class^="pgsicon-ecommerce-"]:before, [class*=" pgsicon-ecommerce-"]:before,
[class^="pgsicon-ecommerce-"]:after, [class*=" pgsicon-ecommerce-"]:after {   
	font-family: pgsicon-ecommerce;
	font-style: normal;
 }

.pgsicon-ecommerce-locked:before { content: "\f100"; }
.pgsicon-ecommerce-unlocked:before { content: "\f101"; }
.pgsicon-ecommerce-mobile-shopping:before { content: "\f102"; }
.pgsicon-ecommerce-commerce-4:before { content: "\f103"; }
.pgsicon-ecommerce-shopping-cart-7:before { content: "\f104"; }
.pgsicon-ecommerce-shopping-cart-6:before { content: "\f105"; }
.pgsicon-ecommerce-fashion-1:before { content: "\f106"; }
.pgsicon-ecommerce-arrows-10:before { content: "\f107"; }
.pgsicon-ecommerce-bag-6:before { content: "\f108"; }
.pgsicon-ecommerce-view:before { content: "\f109"; }
.pgsicon-ecommerce-repeat-3:before { content: "\f10a"; }
.pgsicon-ecommerce-delete-2:before { content: "\f10b"; }
.pgsicon-ecommerce-commerce-3:before { content: "\f10c"; }
.pgsicon-ecommerce-shopping-bag-6:before { content: "\f10d"; }
.pgsicon-ecommerce-shopping-bag-5:before { content: "\f10e"; }
.pgsicon-ecommerce-shopping-bag-4:before { content: "\f10f"; }
.pgsicon-ecommerce-shop-1:before { content: "\f110"; }
.pgsicon-ecommerce-placeholder-2:before { content: "\f111"; }
.pgsicon-ecommerce-share-1:before { content: "\f112"; }
.pgsicon-ecommerce-handbag:before { content: "\f113"; }
.pgsicon-ecommerce-filter:before { content: "\f114"; }
.pgsicon-ecommerce-calculator:before { content: "\f115"; }
.pgsicon-ecommerce-barcode:before { content: "\f116"; }
.pgsicon-ecommerce-wallet-1:before { content: "\f117"; }
.pgsicon-ecommerce-invoice-2:before { content: "\f118"; }
.pgsicon-ecommerce-invoice-1:before { content: "\f119"; }
.pgsicon-ecommerce-invoice:before { content: "\f11a"; }
.pgsicon-ecommerce-laptop-1:before { content: "\f11b"; }
.pgsicon-ecommerce-laptop:before { content: "\f11c"; }
.pgsicon-ecommerce-buy:before { content: "\f11d"; }
.pgsicon-ecommerce-24-hours-1:before { content: "\f11e"; }
.pgsicon-ecommerce-online-shop-3:before { content: "\f11f"; }
.pgsicon-ecommerce-new:before { content: "\f120"; }
.pgsicon-ecommerce-shop:before { content: "\f121"; }
.pgsicon-ecommerce-communication:before { content: "\f122"; }
.pgsicon-ecommerce-telephone-1:before { content: "\f123"; }
.pgsicon-ecommerce-24-hours:before { content: "\f124"; }
.pgsicon-ecommerce-like-1:before { content: "\f125"; }
.pgsicon-ecommerce-coupon:before { content: "\f126"; }
.pgsicon-ecommerce-bag-5:before { content: "\f127"; }
.pgsicon-ecommerce-transport:before { content: "\f128"; }
.pgsicon-ecommerce-shapes-3:before { content: "\f129"; }
.pgsicon-ecommerce-worldwide:before { content: "\f12a"; }
.pgsicon-ecommerce-email:before { content: "\f12b"; }
.pgsicon-ecommerce-delivery-truck-1:before { content: "\f12c"; }
.pgsicon-ecommerce-shopping-bag-3:before { content: "\f12d"; }
.pgsicon-ecommerce-box-2:before { content: "\f12e"; }
.pgsicon-ecommerce-box-1:before { content: "\f12f"; }
.pgsicon-ecommerce-telephone:before { content: "\f130"; }
.pgsicon-ecommerce-commerce-2:before { content: "\f131"; }
.pgsicon-ecommerce-shield:before { content: "\f132"; }
.pgsicon-ecommerce-tag:before { content: "\f133"; }
.pgsicon-ecommerce-gift-1:before { content: "\f134"; }
.pgsicon-ecommerce-list:before { content: "\f135"; }
.pgsicon-ecommerce-clipboard:before { content: "\f136"; }
.pgsicon-ecommerce-online-shop-2:before { content: "\f137"; }
.pgsicon-ecommerce-shopping-cart-5:before { content: "\f138"; }
.pgsicon-ecommerce-commerce-1:before { content: "\f139"; }
.pgsicon-ecommerce-commerce:before { content: "\f13a"; }
.pgsicon-ecommerce-headphones-1:before { content: "\f13b"; }
.pgsicon-ecommerce-money-2:before { content: "\f13c"; }
.pgsicon-ecommerce-business-1:before { content: "\f13d"; }
.pgsicon-ecommerce-shopping-bag-2:before { content: "\f13e"; }
.pgsicon-ecommerce-online-shop-1:before { content: "\f13f"; }
.pgsicon-ecommerce-monitor:before { content: "\f140"; }
.pgsicon-ecommerce-shopping-bag-1:before { content: "\f141"; }
.pgsicon-ecommerce-delivery-truck:before { content: "\f142"; }
.pgsicon-ecommerce-box:before { content: "\f143"; }
.pgsicon-ecommerce-online-shop:before { content: "\f144"; }
.pgsicon-ecommerce-shopping-cart-4:before { content: "\f145"; }
.pgsicon-ecommerce-sale-1:before { content: "\f146"; }
.pgsicon-ecommerce-sale:before { content: "\f147"; }
.pgsicon-ecommerce-gift:before { content: "\f148"; }
.pgsicon-ecommerce-credit-card:before { content: "\f149"; }
.pgsicon-ecommerce-shopping-cart-3:before { content: "\f14a"; }
.pgsicon-ecommerce-money-1:before { content: "\f14b"; }
.pgsicon-ecommerce-shopping-cart-2:before { content: "\f14c"; }
.pgsicon-ecommerce-bell:before { content: "\f14d"; }
.pgsicon-ecommerce-arrows-9:before { content: "\f14e"; }
.pgsicon-ecommerce-send-mail:before { content: "\f14f"; }
.pgsicon-ecommerce-wallet:before { content: "\f150"; }
.pgsicon-ecommerce-dollar:before { content: "\f151"; }
.pgsicon-ecommerce-shapes-2:before { content: "\f152"; }
.pgsicon-ecommerce-bag-4:before { content: "\f153"; }
.pgsicon-ecommerce-trash:before { content: "\f154"; }
.pgsicon-ecommerce-money:before { content: "\f155"; }
.pgsicon-ecommerce-cancel:before { content: "\f156"; }
.pgsicon-ecommerce-shopping-1:before { content: "\f157"; }
.pgsicon-ecommerce-security:before { content: "\f158"; }
.pgsicon-ecommerce-recommended:before { content: "\f159"; }
.pgsicon-ecommerce-luxury:before { content: "\f15a"; }
.pgsicon-ecommerce-polo:before { content: "\f15b"; }
.pgsicon-ecommerce-pijama:before { content: "\f15c"; }
.pgsicon-ecommerce-mail:before { content: "\f15d"; }
.pgsicon-ecommerce-paper:before { content: "\f15e"; }
.pgsicon-ecommerce-arrows-8:before { content: "\f15f"; }
.pgsicon-ecommerce-hanger:before { content: "\f160"; }
.pgsicon-ecommerce-google-plus-1:before { content: "\f161"; }
.pgsicon-ecommerce-signs:before { content: "\f162"; }
.pgsicon-ecommerce-shopping-cart-1:before { content: "\f163"; }
.pgsicon-ecommerce-envelope-1:before { content: "\f164"; }
.pgsicon-ecommerce-user-2:before { content: "\f165"; }
.pgsicon-ecommerce-heart-2:before { content: "\f166"; }
.pgsicon-ecommerce-delete-1:before { content: "\f167"; }
.pgsicon-ecommerce-google-plus:before { content: "\f168"; }
.pgsicon-ecommerce-whatsapp:before { content: "\f169"; }
.pgsicon-ecommerce-skype:before { content: "\f16a"; }
.pgsicon-ecommerce-twitter:before { content: "\f16b"; }
.pgsicon-ecommerce-viber:before { content: "\f16c"; }
.pgsicon-ecommerce-snapchat:before { content: "\f16d"; }
.pgsicon-ecommerce-instagram:before { content: "\f16e"; }
.pgsicon-ecommerce-android:before { content: "\f16f"; }
.pgsicon-ecommerce-apple:before { content: "\f170"; }
.pgsicon-ecommerce-google-play:before { content: "\f171"; }
.pgsicon-ecommerce-pinterest:before { content: "\f172"; }
.pgsicon-ecommerce-youtube:before { content: "\f173"; }
.pgsicon-ecommerce-linkedin:before { content: "\f174"; }
.pgsicon-ecommerce-shapes-1:before { content: "\f175"; }
.pgsicon-ecommerce-arrows-7:before { content: "\f176"; }
.pgsicon-ecommerce-360-degrees:before { content: "\f177"; }
.pgsicon-ecommerce-internet:before { content: "\f178"; }
.pgsicon-ecommerce-facebook:before { content: "\f179"; }
.pgsicon-ecommerce-social-media:before { content: "\f17a"; }
.pgsicon-ecommerce-arrows-6:before { content: "\f17b"; }
.pgsicon-ecommerce-arrows-5:before { content: "\f17c"; }
.pgsicon-ecommerce-user-1:before { content: "\f17d"; }
.pgsicon-ecommerce-arrows-4:before { content: "\f17e"; }
.pgsicon-ecommerce-checked:before { content: "\f17f"; }
.pgsicon-ecommerce-heart-1:before { content: "\f180"; }
.pgsicon-ecommerce-repeat-2:before { content: "\f181"; }
.pgsicon-ecommerce-arrows-3:before { content: "\f182"; }
.pgsicon-ecommerce-repeat-1:before { content: "\f183"; }
.pgsicon-ecommerce-user:before { content: "\f184"; }
.pgsicon-ecommerce-placeholder-1:before { content: "\f185"; }
.pgsicon-ecommerce-unlink:before { content: "\f186"; }
.pgsicon-ecommerce-square:before { content: "\f187"; }
.pgsicon-ecommerce-search:before { content: "\f188"; }
.pgsicon-ecommerce-alarm:before { content: "\f189"; }
.pgsicon-ecommerce-like:before { content: "\f18a"; }
.pgsicon-ecommerce-share:before { content: "\f18b"; }
.pgsicon-ecommerce-multiply:before { content: "\f18c"; }
.pgsicon-ecommerce-zoom-in:before { content: "\f18d"; }
.pgsicon-ecommerce-check:before { content: "\f18e"; }
.pgsicon-ecommerce-dress:before { content: "\f18f"; }
.pgsicon-ecommerce-bag-3:before { content: "\f190"; }
.pgsicon-ecommerce-market:before { content: "\f191"; }
.pgsicon-ecommerce-shopping:before { content: "\f192"; }
.pgsicon-ecommerce-arrows-2:before { content: "\f193"; }
.pgsicon-ecommerce-repeat:before { content: "\f194"; }
.pgsicon-ecommerce-arrows-1:before { content: "\f195"; }
.pgsicon-ecommerce-envelope:before { content: "\f196"; }
.pgsicon-ecommerce-shopping-bag:before { content: "\f197"; }
.pgsicon-ecommerce-shopping-cart:before { content: "\f198"; }
.pgsicon-ecommerce-headphones:before { content: "\f199"; }
.pgsicon-ecommerce-reload:before { content: "\f19a"; }
.pgsicon-ecommerce-house:before { content: "\f19b"; }
.pgsicon-ecommerce-avatar-1:before { content: "\f19c"; }
.pgsicon-ecommerce-shuffle:before { content: "\f19d"; }
.pgsicon-ecommerce-avatar:before { content: "\f19e"; }
.pgsicon-ecommerce-star:before { content: "\f19f"; }
.pgsicon-ecommerce-link:before { content: "\f1a0"; }
.pgsicon-ecommerce-padlock:before { content: "\f1a1"; }
.pgsicon-ecommerce-settings:before { content: "\f1a2"; }
.pgsicon-ecommerce-paper-plane:before { content: "\f1a3"; }
.pgsicon-ecommerce-magnifying-glass-1:before { content: "\f1a4"; }
.pgsicon-ecommerce-heart:before { content: "\f1a5"; }
.pgsicon-ecommerce-placeholder:before { content: "\f1a6"; }
.pgsicon-ecommerce-garbage:before { content: "\f1a7"; }
.pgsicon-ecommerce-business:before { content: "\f1a8"; }
.pgsicon-ecommerce-dollar-symbol:before { content: "\f1a9"; }
.pgsicon-ecommerce-magnifying-glass:before { content: "\f1aa"; }
.pgsicon-ecommerce-bag-2:before { content: "\f1ab"; }
.pgsicon-ecommerce-phone-call-1:before { content: "\f1ac"; }
.pgsicon-ecommerce-phone-call:before { content: "\f1ad"; }
.pgsicon-ecommerce-fashion:before { content: "\f1ae"; }
.pgsicon-ecommerce-delete:before { content: "\f1af"; }
.pgsicon-ecommerce-technical-support-line:before { content: "\f1b0"; }
.pgsicon-ecommerce-bag-1:before { content: "\f1b1"; }
.pgsicon-ecommerce-menu-of-three-horizontal-parallel-straight-lines-outline:before { content: "\f1b2"; }
.pgsicon-ecommerce-favorite:before { content: "\f1b3"; }
.pgsicon-ecommerce-e-mail-envelope:before { content: "\f1b4"; }
.pgsicon-ecommerce-replay-arrow:before { content: "\f1b5"; }
.pgsicon-ecommerce-sign:before { content: "\f1b6"; }
.pgsicon-ecommerce-rightwards-pointing-arrow:before { content: "\f1b7"; }
.pgsicon-ecommerce-medical:before { content: "\f1b8"; }
.pgsicon-ecommerce-downwards-pointer:before { content: "\f1b9"; }
.pgsicon-ecommerce-sports:before { content: "\f1ba"; }
.pgsicon-ecommerce-ribbon:before { content: "\f1bb"; }
.pgsicon-ecommerce-arrow:before { content: "\f1bc"; }
.pgsicon-ecommerce-circle-with-left-arrow:before { content: "\f1bd"; }
.pgsicon-ecommerce-play:before { content: "\f1be"; }
.pgsicon-ecommerce-empty-shopping-cart:before { content: "\f1bf"; }
.pgsicon-ecommerce-rightwards-pointer-button:before { content: "\f1c0"; }
.pgsicon-ecommerce-arrow-chevron:before { content: "\f1c1"; }
.pgsicon-ecommerce-arrows:before { content: "\f1c2"; }
.pgsicon-ecommerce-shapes:before { content: "\f1c3"; }
.pgsicon-ecommerce-leftwards-pointer:before { content: "\f1c4"; }
.pgsicon-ecommerce-bag:before { content: "\f1c5"; }
.pgsicon-ecommerce-rounded-magnifying-glass:before { content: "\f1c6"; }
.pgsicon-ecommerce-shopping-basket:before { content: "\f1c7"; }

/* Line Icons */

@font-face{font-family:linecons;src:url(/static/media/linecons.029e7672914ffd40b604.eot);src:url(/static/media/linecons.029e7672914ffd40b604.eot#iefix) format('embedded-opentype'),url(/static/media/linecons.1d571f49a0ff78ada750.woff) format('woff'),url(/static/media/linecons.2810629d4277566a9b43.ttf) format('truetype'),url(/static/media/linecons.977f0e818bb1d4ab852d.svg#openiconic) format('svg');font-weight:400;font-style:normal}[class*=" li-"]:before,[class^=li-]:before{font-family:linecons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.li-heart:before{content:"\e000"}.li-cloud:before{content:"\e001"}.li-star:before{content:"\e002"}.li-tv:before{content:"\e003"}.li-sound:before{content:"\e004"}.li-video:before{content:"\e005"}.li-trash:before{content:"\e006"}.li-user:before{content:"\e007"}.li-key:before{content:"\e008"}.li-search:before{content:"\e009"}.li-settings:before{content:"\e00a"}.li-camera:before{content:"\e00b"}.li-tag:before{content:"\e00c"}.li-lock:before{content:"\e00d"}.li-bulb:before{content:"\e00e"}.li-pen:before{content:"\e00f"}.li-diamond:before{content:"\e010"}.li-display:before{content:"\e011"}.li-location:before{content:"\e012"}.li-eye:before{content:"\e013"}.li-bubble:before{content:"\e014"}.li-stack:before{content:"\e015"}.li-cup:before{content:"\e016"}.li-phone:before{content:"\e017"}.li-news:before{content:"\e018"}.li-mail:before{content:"\e019"}.li-like:before{content:"\e01a"}.li-photo:before{content:"\e01b"}.li-note:before{content:"\e01c"}.li-clock:before{content:"\e01d"}.li-paperplane:before{content:"\e01e"}.li-params:before{content:"\e01f"}.li-banknote:before{content:"\e020"}.li-data:before{content:"\e021"}.li-music:before{content:"\e022"}.li-megaphone:before{content:"\e023"}.li-study:before{content:"\e024"}.li-lab:before{content:"\e025"}.li-food:before{content:"\e026"}.li-t-shirt:before{content:"\e027"}.li-fire:before{content:"\e028"}.li-clip:before{content:"\e029"}.li-shop:before{content:"\e02a"}.li-calendar:before{content:"\e02b"}.li-vallet:before{content:"\e02c"}.li-vynil:before{content:"\e02d"}.li-truck:before{content:"\e02e"}.li-world:before{content:"\e02f"}

/* Font Awesome */

@font-face {
    font-family: 'FontAwesome';
    src: url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot);
    src: url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/static/media/fontawesome-webfont.20fd1704ea223900efa9.woff2) format('woff2'), url(/static/media/fontawesome-webfont.f691f37e57f04c152e23.woff) format('woff'), url(/static/media/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf) format('truetype'), url(/static/media/fontawesome-webfont.6878d55e3615ccf40c38.svg#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
  }
  .fa-li.fa-lg {
    left: -1.85714286em;
  }
  .fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
  }
  .fa-pull-left {
    float: left;
  }
  .fa-pull-right {
    float: right;
  }
  .fa.fa-pull-left {
    margin-right: .3em;
  }
  .fa.fa-pull-right {
    margin-left: .3em;
  }
  /* Deprecated as of 4.4.0 */
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .fa.pull-left {
    margin-right: .3em;
  }
  .fa.pull-right {
    margin-left: .3em;
  }
  .fa-spin {
    animation: fa-spin 2s infinite linear;
  }
  .fa-pulse {
    animation: fa-spin 1s infinite steps(8);
  }
  @keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
  }
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
  }
  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical {
    filter: none;
  }
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  .fa-stack-1x,
  .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .fa-stack-1x {
    line-height: inherit;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .fa-inverse {
    color: #ffffff;
  }
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-glass:before {
    content: "\f000";
  }
  .fa-music:before {
    content: "\f001";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-envelope-o:before {
    content: "\f003";
  }
  .fa-heart:before {
    content: "\f004";
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-star-o:before {
    content: "\f006";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-film:before {
    content: "\f008";
  }
  .fa-th-large:before {
    content: "\f009";
  }
  .fa-th:before {
    content: "\f00a";
  }
  .fa-th-list:before {
    content: "\f00b";
  }
  .fa-check:before {
    content: "\f00c";
  }
  .fa-remove:before,
  .fa-close:before,
  .fa-times:before {
    content: "\f00d";
  }
  .fa-search-plus:before {
    content: "\f00e";
  }
  .fa-search-minus:before {
    content: "\f010";
  }
  .fa-power-off:before {
    content: "\f011";
  }
  .fa-signal:before {
    content: "\f012";
  }
  .fa-gear:before,
  .fa-cog:before {
    content: "\f013";
  }
  .fa-trash-o:before {
    content: "\f014";
  }
  .fa-home:before {
    content: "\f015";
  }
  .fa-file-o:before {
    content: "\f016";
  }
  .fa-clock-o:before {
    content: "\f017";
  }
  .fa-road:before {
    content: "\f018";
  }
  .fa-download:before {
    content: "\f019";
  }
  .fa-arrow-circle-o-down:before {
    content: "\f01a";
  }
  .fa-arrow-circle-o-up:before {
    content: "\f01b";
  }
  .fa-inbox:before {
    content: "\f01c";
  }
  .fa-play-circle-o:before {
    content: "\f01d";
  }
  .fa-rotate-right:before,
  .fa-repeat:before {
    content: "\f01e";
  }
  .fa-refresh:before {
    content: "\f021";
  }
  .fa-list-alt:before {
    content: "\f022";
  }
  .fa-lock:before {
    content: "\f023";
  }
  .fa-flag:before {
    content: "\f024";
  }
  .fa-headphones:before {
    content: "\f025";
  }
  .fa-volume-off:before {
    content: "\f026";
  }
  .fa-volume-down:before {
    content: "\f027";
  }
  .fa-volume-up:before {
    content: "\f028";
  }
  .fa-qrcode:before {
    content: "\f029";
  }
  .fa-barcode:before {
    content: "\f02a";
  }
  .fa-tag:before {
    content: "\f02b";
  }
  .fa-tags:before {
    content: "\f02c";
  }
  .fa-book:before {
    content: "\f02d";
  }
  .fa-bookmark:before {
    content: "\f02e";
  }
  .fa-print:before {
    content: "\f02f";
  }
  .fa-camera:before {
    content: "\f030";
  }
  .fa-font:before {
    content: "\f031";
  }
  .fa-bold:before {
    content: "\f032";
  }
  .fa-italic:before {
    content: "\f033";
  }
  .fa-text-height:before {
    content: "\f034";
  }
  .fa-text-width:before {
    content: "\f035";
  }
  .fa-align-left:before {
    content: "\f036";
  }
  .fa-align-center:before {
    content: "\f037";
  }
  .fa-align-right:before {
    content: "\f038";
  }
  .fa-align-justify:before {
    content: "\f039";
  }
  .fa-list:before {
    content: "\f03a";
  }
  .fa-dedent:before,
  .fa-outdent:before {
    content: "\f03b";
  }
  .fa-indent:before {
    content: "\f03c";
  }
  .fa-video-camera:before {
    content: "\f03d";
  }
  .fa-photo:before,
  .fa-image:before,
  .fa-picture-o:before {
    content: "\f03e";
  }
  .fa-pencil:before {
    content: "\f040";
  }
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-adjust:before {
    content: "\f042";
  }
  .fa-tint:before {
    content: "\f043";
  }
  .fa-edit:before,
  .fa-pencil-square-o:before {
    content: "\f044";
  }
  .fa-share-square-o:before {
    content: "\f045";
  }
  .fa-check-square-o:before {
    content: "\f046";
  }
  .fa-arrows:before {
    content: "\f047";
  }
  .fa-step-backward:before {
    content: "\f048";
  }
  .fa-fast-backward:before {
    content: "\f049";
  }
  .fa-backward:before {
    content: "\f04a";
  }
  .fa-play:before {
    content: "\f04b";
  }
  .fa-pause:before {
    content: "\f04c";
  }
  .fa-stop:before {
    content: "\f04d";
  }
  .fa-forward:before {
    content: "\f04e";
  }
  .fa-fast-forward:before {
    content: "\f050";
  }
  .fa-step-forward:before {
    content: "\f051";
  }
  .fa-eject:before {
    content: "\f052";
  }
  .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-plus-circle:before {
    content: "\f055";
  }
  .fa-minus-circle:before {
    content: "\f056";
  }
  .fa-times-circle:before {
    content: "\f057";
  }
  .fa-check-circle:before {
    content: "\f058";
  }
  .fa-question-circle:before {
    content: "\f059";
  }
  .fa-info-circle:before {
    content: "\f05a";
  }
  .fa-crosshairs:before {
    content: "\f05b";
  }
  .fa-times-circle-o:before {
    content: "\f05c";
  }
  .fa-check-circle-o:before {
    content: "\f05d";
  }
  .fa-ban:before {
    content: "\f05e";
  }
  .fa-arrow-left:before {
    content: "\f060";
  }
  .fa-arrow-right:before {
    content: "\f061";
  }
  .fa-arrow-up:before {
    content: "\f062";
  }
  .fa-arrow-down:before {
    content: "\f063";
  }
  .fa-mail-forward:before,
  .fa-share:before {
    content: "\f064";
  }
  .fa-expand:before {
    content: "\f065";
  }
  .fa-compress:before {
    content: "\f066";
  }
  .fa-plus:before {
    content: "\f067";
  }
  .fa-minus:before {
    content: "\f068";
  }
  .fa-asterisk:before {
    content: "\f069";
  }
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  .fa-gift:before {
    content: "\f06b";
  }
  .fa-leaf:before {
    content: "\f06c";
  }
  .fa-fire:before {
    content: "\f06d";
  }
  .fa-eye:before {
    content: "\f06e";
  }
  .fa-eye-slash:before {
    content: "\f070";
  }
  .fa-warning:before,
  .fa-exclamation-triangle:before {
    content: "\f071";
  }
  .fa-plane:before {
    content: "\f072";
  }
  .fa-calendar:before {
    content: "\f073";
  }
  .fa-random:before {
    content: "\f074";
  }
  .fa-comment:before {
    content: "\f075";
  }
  .fa-magnet:before {
    content: "\f076";
  }
  .fa-chevron-up:before {
    content: "\f077";
  }
  .fa-chevron-down:before {
    content: "\f078";
  }
  .fa-retweet:before {
    content: "\f079";
  }
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  .fa-folder:before {
    content: "\f07b";
  }
  .fa-folder-open:before {
    content: "\f07c";
  }
  .fa-arrows-v:before {
    content: "\f07d";
  }
  .fa-arrows-h:before {
    content: "\f07e";
  }
  .fa-bar-chart-o:before,
  .fa-bar-chart:before {
    content: "\f080";
  }
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-camera-retro:before {
    content: "\f083";
  }
  .fa-key:before {
    content: "\f084";
  }
  .fa-gears:before,
  .fa-cogs:before {
    content: "\f085";
  }
  .fa-comments:before {
    content: "\f086";
  }
  .fa-thumbs-o-up:before {
    content: "\f087";
  }
  .fa-thumbs-o-down:before {
    content: "\f088";
  }
  .fa-star-half:before {
    content: "\f089";
  }
  .fa-heart-o:before {
    content: "\f08a";
  }
  .fa-sign-out:before {
    content: "\f08b";
  }
  .fa-linkedin-square:before {
    content: "\f08c";
  }
  .fa-thumb-tack:before {
    content: "\f08d";
  }
  .fa-external-link:before {
    content: "\f08e";
  }
  .fa-sign-in:before {
    content: "\f090";
  }
  .fa-trophy:before {
    content: "\f091";
  }
  .fa-github-square:before {
    content: "\f092";
  }
  .fa-upload:before {
    content: "\f093";
  }
  .fa-lemon-o:before {
    content: "\f094";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-square-o:before {
    content: "\f096";
  }
  .fa-bookmark-o:before {
    content: "\f097";
  }
  .fa-phone-square:before {
    content: "\f098";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-github:before {
    content: "\f09b";
  }
  .fa-unlock:before {
    content: "\f09c";
  }
  .fa-credit-card:before {
    content: "\f09d";
  }
  .fa-feed:before,
  .fa-rss:before {
    content: "\f09e";
  }
  .fa-hdd-o:before {
    content: "\f0a0";
  }
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  .fa-bell:before {
    content: "\f0f3";
  }
  .fa-certificate:before {
    content: "\f0a3";
  }
  .fa-hand-o-right:before {
    content: "\f0a4";
  }
  .fa-hand-o-left:before {
    content: "\f0a5";
  }
  .fa-hand-o-up:before {
    content: "\f0a6";
  }
  .fa-hand-o-down:before {
    content: "\f0a7";
  }
  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }
  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }
  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }
  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }
  .fa-globe:before {
    content: "\f0ac";
  }
  .fa-wrench:before {
    content: "\f0ad";
  }
  .fa-tasks:before {
    content: "\f0ae";
  }
  .fa-filter:before {
    content: "\f0b0";
  }
  .fa-briefcase:before {
    content: "\f0b1";
  }
  .fa-arrows-alt:before {
    content: "\f0b2";
  }
  .fa-group:before,
  .fa-users:before {
    content: "\f0c0";
  }
  .fa-chain:before,
  .fa-link:before {
    content: "\f0c1";
  }
  .fa-cloud:before {
    content: "\f0c2";
  }
  .fa-flask:before {
    content: "\f0c3";
  }
  .fa-cut:before,
  .fa-scissors:before {
    content: "\f0c4";
  }
  .fa-copy:before,
  .fa-files-o:before {
    content: "\f0c5";
  }
  .fa-paperclip:before {
    content: "\f0c6";
  }
  .fa-save:before,
  .fa-floppy-o:before {
    content: "\f0c7";
  }
  .fa-square:before {
    content: "\f0c8";
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    content: "\f0c9";
  }
  .fa-list-ul:before {
    content: "\f0ca";
  }
  .fa-list-ol:before {
    content: "\f0cb";
  }
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  .fa-underline:before {
    content: "\f0cd";
  }
  .fa-table:before {
    content: "\f0ce";
  }
  .fa-magic:before {
    content: "\f0d0";
  }
  .fa-truck:before {
    content: "\f0d1";
  }
  .fa-pinterest:before {
    content: "\f0d2";
  }
  .fa-pinterest-square:before {
    content: "\f0d3";
  }
  .fa-google-plus-square:before {
    content: "\f0d4";
  }
  .fa-google-plus:before {
    content: "\f0d5";
  }
  .fa-money:before {
    content: "\f0d6";
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-caret-up:before {
    content: "\f0d8";
  }
  .fa-caret-left:before {
    content: "\f0d9";
  }
  .fa-caret-right:before {
    content: "\f0da";
  }
  .fa-columns:before {
    content: "\f0db";
  }
  .fa-unsorted:before,
  .fa-sort:before {
    content: "\f0dc";
  }
  .fa-sort-down:before,
  .fa-sort-desc:before {
    content: "\f0dd";
  }
  .fa-sort-up:before,
  .fa-sort-asc:before {
    content: "\f0de";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-linkedin:before {
    content: "\f0e1";
  }
  .fa-rotate-left:before,
  .fa-undo:before {
    content: "\f0e2";
  }
  .fa-legal:before,
  .fa-gavel:before {
    content: "\f0e3";
  }
  .fa-dashboard:before,
  .fa-tachometer:before {
    content: "\f0e4";
  }
  .fa-comment-o:before {
    content: "\f0e5";
  }
  .fa-comments-o:before {
    content: "\f0e6";
  }
  .fa-flash:before,
  .fa-bolt:before {
    content: "\f0e7";
  }
  .fa-sitemap:before {
    content: "\f0e8";
  }
  .fa-umbrella:before {
    content: "\f0e9";
  }
  .fa-paste:before,
  .fa-clipboard:before {
    content: "\f0ea";
  }
  .fa-lightbulb-o:before {
    content: "\f0eb";
  }
  .fa-exchange:before {
    content: "\f0ec";
  }
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  .fa-user-md:before {
    content: "\f0f0";
  }
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  .fa-suitcase:before {
    content: "\f0f2";
  }
  .fa-bell-o:before {
    content: "\f0a2";
  }
  .fa-coffee:before {
    content: "\f0f4";
  }
  .fa-cutlery:before {
    content: "\f0f5";
  }
  .fa-file-text-o:before {
    content: "\f0f6";
  }
  .fa-building-o:before {
    content: "\f0f7";
  }
  .fa-hospital-o:before {
    content: "\f0f8";
  }
  .fa-ambulance:before {
    content: "\f0f9";
  }
  .fa-medkit:before {
    content: "\f0fa";
  }
  .fa-fighter-jet:before {
    content: "\f0fb";
  }
  .fa-beer:before {
    content: "\f0fc";
  }
  .fa-h-square:before {
    content: "\f0fd";
  }
  .fa-plus-square:before {
    content: "\f0fe";
  }
  .fa-angle-double-left:before {
    content: "\f100";
  }
  .fa-angle-double-right:before {
    content: "\f101";
  }
  .fa-angle-double-up:before {
    content: "\f102";
  }
  .fa-angle-double-down:before {
    content: "\f103";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-angle-up:before {
    content: "\f106";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-desktop:before {
    content: "\f108";
  }
  .fa-laptop:before {
    content: "\f109";
  }
  .fa-tablet:before {
    content: "\f10a";
  }
  .fa-mobile-phone:before,
  .fa-mobile:before {
    content: "\f10b";
  }
  .fa-circle-o:before {
    content: "\f10c";
  }
  .fa-quote-left:before {
    content: "\f10d";
  }
  .fa-quote-right:before {
    content: "\f10e";
  }
  .fa-spinner:before {
    content: "\f110";
  }
  .fa-circle:before {
    content: "\f111";
  }
  .fa-mail-reply:before,
  .fa-reply:before {
    content: "\f112";
  }
  .fa-github-alt:before {
    content: "\f113";
  }
  .fa-folder-o:before {
    content: "\f114";
  }
  .fa-folder-open-o:before {
    content: "\f115";
  }
  .fa-smile-o:before {
    content: "\f118";
  }
  .fa-frown-o:before {
    content: "\f119";
  }
  .fa-meh-o:before {
    content: "\f11a";
  }
  .fa-gamepad:before {
    content: "\f11b";
  }
  .fa-keyboard-o:before {
    content: "\f11c";
  }
  .fa-flag-o:before {
    content: "\f11d";
  }
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  .fa-terminal:before {
    content: "\f120";
  }
  .fa-code:before {
    content: "\f121";
  }
  .fa-mail-reply-all:before,
  .fa-reply-all:before {
    content: "\f122";
  }
  .fa-star-half-empty:before,
  .fa-star-half-full:before,
  .fa-star-half-o:before {
    content: "\f123";
  }
  .fa-location-arrow:before {
    content: "\f124";
  }
  .fa-crop:before {
    content: "\f125";
  }
  .fa-code-fork:before {
    content: "\f126";
  }
  .fa-unlink:before,
  .fa-chain-broken:before {
    content: "\f127";
  }
  .fa-question:before {
    content: "\f128";
  }
  .fa-info:before {
    content: "\f129";
  }
  .fa-exclamation:before {
    content: "\f12a";
  }
  .fa-superscript:before {
    content: "\f12b";
  }
  .fa-subscript:before {
    content: "\f12c";
  }
  .fa-eraser:before {
    content: "\f12d";
  }
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  .fa-microphone:before {
    content: "\f130";
  }
  .fa-microphone-slash:before {
    content: "\f131";
  }
  .fa-shield:before {
    content: "\f132";
  }
  .fa-calendar-o:before {
    content: "\f133";
  }
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  .fa-rocket:before {
    content: "\f135";
  }
  .fa-maxcdn:before {
    content: "\f136";
  }
  .fa-chevron-circle-left:before {
    content: "\f137";
  }
  .fa-chevron-circle-right:before {
    content: "\f138";
  }
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  .fa-chevron-circle-down:before {
    content: "\f13a";
  }
  .fa-html5:before {
    content: "\f13b";
  }
  .fa-css3:before {
    content: "\f13c";
  }
  .fa-anchor:before {
    content: "\f13d";
  }
  .fa-unlock-alt:before {
    content: "\f13e";
  }
  .fa-bullseye:before {
    content: "\f140";
  }
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  .fa-ellipsis-v:before {
    content: "\f142";
  }
  .fa-rss-square:before {
    content: "\f143";
  }
  .fa-play-circle:before {
    content: "\f144";
  }
  .fa-ticket:before {
    content: "\f145";
  }
  .fa-minus-square:before {
    content: "\f146";
  }
  .fa-minus-square-o:before {
    content: "\f147";
  }
  .fa-level-up:before {
    content: "\f148";
  }
  .fa-level-down:before {
    content: "\f149";
  }
  .fa-check-square:before {
    content: "\f14a";
  }
  .fa-pencil-square:before {
    content: "\f14b";
  }
  .fa-external-link-square:before {
    content: "\f14c";
  }
  .fa-share-square:before {
    content: "\f14d";
  }
  .fa-compass:before {
    content: "\f14e";
  }
  .fa-toggle-down:before,
  .fa-caret-square-o-down:before {
    content: "\f150";
  }
  .fa-toggle-up:before,
  .fa-caret-square-o-up:before {
    content: "\f151";
  }
  .fa-toggle-right:before,
  .fa-caret-square-o-right:before {
    content: "\f152";
  }
  .fa-euro:before,
  .fa-eur:before {
    content: "\f153";
  }
  .fa-gbp:before {
    content: "\f154";
  }
  .fa-dollar:before,
  .fa-usd:before {
    content: "\f155";
  }
  .fa-rupee:before,
  .fa-inr:before {
    content: "\f156";
  }
  .fa-cny:before,
  .fa-rmb:before,
  .fa-yen:before,
  .fa-jpy:before {
    content: "\f157";
  }
  .fa-ruble:before,
  .fa-rouble:before,
  .fa-rub:before {
    content: "\f158";
  }
  .fa-won:before,
  .fa-krw:before {
    content: "\f159";
  }
  .fa-bitcoin:before,
  .fa-btc:before {
    content: "\f15a";
  }
  .fa-file:before {
    content: "\f15b";
  }
  .fa-file-text:before {
    content: "\f15c";
  }
  .fa-sort-alpha-asc:before {
    content: "\f15d";
  }
  .fa-sort-alpha-desc:before {
    content: "\f15e";
  }
  .fa-sort-amount-asc:before {
    content: "\f160";
  }
  .fa-sort-amount-desc:before {
    content: "\f161";
  }
  .fa-sort-numeric-asc:before {
    content: "\f162";
  }
  .fa-sort-numeric-desc:before {
    content: "\f163";
  }
  .fa-thumbs-up:before {
    content: "\f164";
  }
  .fa-thumbs-down:before {
    content: "\f165";
  }
  .fa-youtube-square:before {
    content: "\f166";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-xing:before {
    content: "\f168";
  }
  .fa-xing-square:before {
    content: "\f169";
  }
  .fa-youtube-play:before {
    content: "\f16a";
  }
  .fa-dropbox:before {
    content: "\f16b";
  }
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-flickr:before {
    content: "\f16e";
  }
  .fa-adn:before {
    content: "\f170";
  }
  .fa-bitbucket:before {
    content: "\f171";
  }
  .fa-bitbucket-square:before {
    content: "\f172";
  }
  .fa-tumblr:before {
    content: "\f173";
  }
  .fa-tumblr-square:before {
    content: "\f174";
  }
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  .fa-apple:before {
    content: "\f179";
  }
  .fa-windows:before {
    content: "\f17a";
  }
  .fa-android:before {
    content: "\f17b";
  }
  .fa-linux:before {
    content: "\f17c";
  }
  .fa-dribbble:before {
    content: "\f17d";
  }
  .fa-skype:before {
    content: "\f17e";
  }
  .fa-foursquare:before {
    content: "\f180";
  }
  .fa-trello:before {
    content: "\f181";
  }
  .fa-female:before {
    content: "\f182";
  }
  .fa-male:before {
    content: "\f183";
  }
  .fa-gittip:before,
  .fa-gratipay:before {
    content: "\f184";
  }
  .fa-sun-o:before {
    content: "\f185";
  }
  .fa-moon-o:before {
    content: "\f186";
  }
  .fa-archive:before {
    content: "\f187";
  }
  .fa-bug:before {
    content: "\f188";
  }
  .fa-vk:before {
    content: "\f189";
  }
  .fa-weibo:before {
    content: "\f18a";
  }
  .fa-renren:before {
    content: "\f18b";
  }
  .fa-pagelines:before {
    content: "\f18c";
  }
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  .fa-arrow-circle-o-right:before {
    content: "\f18e";
  }
  .fa-arrow-circle-o-left:before {
    content: "\f190";
  }
  .fa-toggle-left:before,
  .fa-caret-square-o-left:before {
    content: "\f191";
  }
  .fa-dot-circle-o:before {
    content: "\f192";
  }
  .fa-wheelchair:before {
    content: "\f193";
  }
  .fa-vimeo-square:before {
    content: "\f194";
  }
  .fa-turkish-lira:before,
  .fa-try:before {
    content: "\f195";
  }
  .fa-plus-square-o:before {
    content: "\f196";
  }
  .fa-space-shuttle:before {
    content: "\f197";
  }
  .fa-slack:before {
    content: "\f198";
  }
  .fa-envelope-square:before {
    content: "\f199";
  }
  .fa-wordpress:before {
    content: "\f19a";
  }
  .fa-openid:before {
    content: "\f19b";
  }
  .fa-institution:before,
  .fa-bank:before,
  .fa-university:before {
    content: "\f19c";
  }
  .fa-mortar-board:before,
  .fa-graduation-cap:before {
    content: "\f19d";
  }
  .fa-yahoo:before {
    content: "\f19e";
  }
  .fa-google:before {
    content: "\f1a0";
  }
  .fa-reddit:before {
    content: "\f1a1";
  }
  .fa-reddit-square:before {
    content: "\f1a2";
  }
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  .fa-delicious:before {
    content: "\f1a5";
  }
  .fa-digg:before {
    content: "\f1a6";
  }
  .fa-pied-piper-pp:before {
    content: "\f1a7";
  }
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  .fa-drupal:before {
    content: "\f1a9";
  }
  .fa-joomla:before {
    content: "\f1aa";
  }
  .fa-language:before {
    content: "\f1ab";
  }
  .fa-fax:before {
    content: "\f1ac";
  }
  .fa-building:before {
    content: "\f1ad";
  }
  .fa-child:before {
    content: "\f1ae";
  }
  .fa-paw:before {
    content: "\f1b0";
  }
  .fa-spoon:before {
    content: "\f1b1";
  }
  .fa-cube:before {
    content: "\f1b2";
  }
  .fa-cubes:before {
    content: "\f1b3";
  }
  .fa-behance:before {
    content: "\f1b4";
  }
  .fa-behance-square:before {
    content: "\f1b5";
  }
  .fa-steam:before {
    content: "\f1b6";
  }
  .fa-steam-square:before {
    content: "\f1b7";
  }
  .fa-recycle:before {
    content: "\f1b8";
  }
  .fa-automobile:before,
  .fa-car:before {
    content: "\f1b9";
  }
  .fa-cab:before,
  .fa-taxi:before {
    content: "\f1ba";
  }
  .fa-tree:before {
    content: "\f1bb";
  }
  .fa-spotify:before {
    content: "\f1bc";
  }
  .fa-deviantart:before {
    content: "\f1bd";
  }
  .fa-soundcloud:before {
    content: "\f1be";
  }
  .fa-database:before {
    content: "\f1c0";
  }
  .fa-file-pdf-o:before {
    content: "\f1c1";
  }
  .fa-file-word-o:before {
    content: "\f1c2";
  }
  .fa-file-excel-o:before {
    content: "\f1c3";
  }
  .fa-file-powerpoint-o:before {
    content: "\f1c4";
  }
  .fa-file-photo-o:before,
  .fa-file-picture-o:before,
  .fa-file-image-o:before {
    content: "\f1c5";
  }
  .fa-file-zip-o:before,
  .fa-file-archive-o:before {
    content: "\f1c6";
  }
  .fa-file-sound-o:before,
  .fa-file-audio-o:before {
    content: "\f1c7";
  }
  .fa-file-movie-o:before,
  .fa-file-video-o:before {
    content: "\f1c8";
  }
  .fa-file-code-o:before {
    content: "\f1c9";
  }
  .fa-vine:before {
    content: "\f1ca";
  }
  .fa-codepen:before {
    content: "\f1cb";
  }
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  .fa-life-bouy:before,
  .fa-life-buoy:before,
  .fa-life-saver:before,
  .fa-support:before,
  .fa-life-ring:before {
    content: "\f1cd";
  }
  .fa-circle-o-notch:before {
    content: "\f1ce";
  }
  .fa-ra:before,
  .fa-resistance:before,
  .fa-rebel:before {
    content: "\f1d0";
  }
  .fa-ge:before,
  .fa-empire:before {
    content: "\f1d1";
  }
  .fa-git-square:before {
    content: "\f1d2";
  }
  .fa-git:before {
    content: "\f1d3";
  }
  .fa-y-combinator-square:before,
  .fa-yc-square:before,
  .fa-hacker-news:before {
    content: "\f1d4";
  }
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  .fa-qq:before {
    content: "\f1d6";
  }
  .fa-wechat:before,
  .fa-weixin:before {
    content: "\f1d7";
  }
  .fa-send:before,
  .fa-paper-plane:before {
    content: "\f1d8";
  }
  .fa-send-o:before,
  .fa-paper-plane-o:before {
    content: "\f1d9";
  }
  .fa-history:before {
    content: "\f1da";
  }
  .fa-circle-thin:before {
    content: "\f1db";
  }
  .fa-header:before {
    content: "\f1dc";
  }
  .fa-paragraph:before {
    content: "\f1dd";
  }
  .fa-sliders:before {
    content: "\f1de";
  }
  .fa-share-alt:before {
    content: "\f1e0";
  }
  .fa-share-alt-square:before {
    content: "\f1e1";
  }
  .fa-bomb:before {
    content: "\f1e2";
  }
  .fa-soccer-ball-o:before,
  .fa-futbol-o:before {
    content: "\f1e3";
  }
  .fa-tty:before {
    content: "\f1e4";
  }
  .fa-binoculars:before {
    content: "\f1e5";
  }
  .fa-plug:before {
    content: "\f1e6";
  }
  .fa-slideshare:before {
    content: "\f1e7";
  }
  .fa-twitch:before {
    content: "\f1e8";
  }
  .fa-yelp:before {
    content: "\f1e9";
  }
  .fa-newspaper-o:before {
    content: "\f1ea";
  }
  .fa-wifi:before {
    content: "\f1eb";
  }
  .fa-calculator:before {
    content: "\f1ec";
  }
  .fa-paypal:before {
    content: "\f1ed";
  }
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  .fa-bell-slash-o:before {
    content: "\f1f7";
  }
  .fa-trash:before {
    content: "\f1f8";
  }
  .fa-copyright:before {
    content: "\f1f9";
  }
  .fa-at:before {
    content: "\f1fa";
  }
  .fa-eyedropper:before {
    content: "\f1fb";
  }
  .fa-paint-brush:before {
    content: "\f1fc";
  }
  .fa-birthday-cake:before {
    content: "\f1fd";
  }
  .fa-area-chart:before {
    content: "\f1fe";
  }
  .fa-pie-chart:before {
    content: "\f200";
  }
  .fa-line-chart:before {
    content: "\f201";
  }
  .fa-lastfm:before {
    content: "\f202";
  }
  .fa-lastfm-square:before {
    content: "\f203";
  }
  .fa-toggle-off:before {
    content: "\f204";
  }
  .fa-toggle-on:before {
    content: "\f205";
  }
  .fa-bicycle:before {
    content: "\f206";
  }
  .fa-bus:before {
    content: "\f207";
  }
  .fa-ioxhost:before {
    content: "\f208";
  }
  .fa-angellist:before {
    content: "\f209";
  }
  .fa-cc:before {
    content: "\f20a";
  }
  .fa-shekel:before,
  .fa-sheqel:before,
  .fa-ils:before {
    content: "\f20b";
  }
  .fa-meanpath:before {
    content: "\f20c";
  }
  .fa-buysellads:before {
    content: "\f20d";
  }
  .fa-connectdevelop:before {
    content: "\f20e";
  }
  .fa-dashcube:before {
    content: "\f210";
  }
  .fa-forumbee:before {
    content: "\f211";
  }
  .fa-leanpub:before {
    content: "\f212";
  }
  .fa-sellsy:before {
    content: "\f213";
  }
  .fa-shirtsinbulk:before {
    content: "\f214";
  }
  .fa-simplybuilt:before {
    content: "\f215";
  }
  .fa-skyatlas:before {
    content: "\f216";
  }
  .fa-cart-plus:before {
    content: "\f217";
  }
  .fa-cart-arrow-down:before {
    content: "\f218";
  }
  .fa-diamond:before {
    content: "\f219";
  }
  .fa-ship:before {
    content: "\f21a";
  }
  .fa-user-secret:before {
    content: "\f21b";
  }
  .fa-motorcycle:before {
    content: "\f21c";
  }
  .fa-street-view:before {
    content: "\f21d";
  }
  .fa-heartbeat:before {
    content: "\f21e";
  }
  .fa-venus:before {
    content: "\f221";
  }
  .fa-mars:before {
    content: "\f222";
  }
  .fa-mercury:before {
    content: "\f223";
  }
  .fa-intersex:before,
  .fa-transgender:before {
    content: "\f224";
  }
  .fa-transgender-alt:before {
    content: "\f225";
  }
  .fa-venus-double:before {
    content: "\f226";
  }
  .fa-mars-double:before {
    content: "\f227";
  }
  .fa-venus-mars:before {
    content: "\f228";
  }
  .fa-mars-stroke:before {
    content: "\f229";
  }
  .fa-mars-stroke-v:before {
    content: "\f22a";
  }
  .fa-mars-stroke-h:before {
    content: "\f22b";
  }
  .fa-neuter:before {
    content: "\f22c";
  }
  .fa-genderless:before {
    content: "\f22d";
  }
  .fa-facebook-official:before {
    content: "\f230";
  }
  .fa-pinterest-p:before {
    content: "\f231";
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  .fa-server:before {
    content: "\f233";
  }
  .fa-user-plus:before {
    content: "\f234";
  }
  .fa-user-times:before {
    content: "\f235";
  }
  .fa-hotel:before,
  .fa-bed:before {
    content: "\f236";
  }
  .fa-viacoin:before {
    content: "\f237";
  }
  .fa-train:before {
    content: "\f238";
  }
  .fa-subway:before {
    content: "\f239";
  }
  .fa-medium:before {
    content: "\f23a";
  }
  .fa-yc:before,
  .fa-y-combinator:before {
    content: "\f23b";
  }
  .fa-optin-monster:before {
    content: "\f23c";
  }
  .fa-opencart:before {
    content: "\f23d";
  }
  .fa-expeditedssl:before {
    content: "\f23e";
  }
  .fa-battery-4:before,
  .fa-battery:before,
  .fa-battery-full:before {
    content: "\f240";
  }
  .fa-battery-3:before,
  .fa-battery-three-quarters:before {
    content: "\f241";
  }
  .fa-battery-2:before,
  .fa-battery-half:before {
    content: "\f242";
  }
  .fa-battery-1:before,
  .fa-battery-quarter:before {
    content: "\f243";
  }
  .fa-battery-0:before,
  .fa-battery-empty:before {
    content: "\f244";
  }
  .fa-mouse-pointer:before {
    content: "\f245";
  }
  .fa-i-cursor:before {
    content: "\f246";
  }
  .fa-object-group:before {
    content: "\f247";
  }
  .fa-object-ungroup:before {
    content: "\f248";
  }
  .fa-sticky-note:before {
    content: "\f249";
  }
  .fa-sticky-note-o:before {
    content: "\f24a";
  }
  .fa-cc-jcb:before {
    content: "\f24b";
  }
  .fa-cc-diners-club:before {
    content: "\f24c";
  }
  .fa-clone:before {
    content: "\f24d";
  }
  .fa-balance-scale:before {
    content: "\f24e";
  }
  .fa-hourglass-o:before {
    content: "\f250";
  }
  .fa-hourglass-1:before,
  .fa-hourglass-start:before {
    content: "\f251";
  }
  .fa-hourglass-2:before,
  .fa-hourglass-half:before {
    content: "\f252";
  }
  .fa-hourglass-3:before,
  .fa-hourglass-end:before {
    content: "\f253";
  }
  .fa-hourglass:before {
    content: "\f254";
  }
  .fa-hand-grab-o:before,
  .fa-hand-rock-o:before {
    content: "\f255";
  }
  .fa-hand-stop-o:before,
  .fa-hand-paper-o:before {
    content: "\f256";
  }
  .fa-hand-scissors-o:before {
    content: "\f257";
  }
  .fa-hand-lizard-o:before {
    content: "\f258";
  }
  .fa-hand-spock-o:before {
    content: "\f259";
  }
  .fa-hand-pointer-o:before {
    content: "\f25a";
  }
  .fa-hand-peace-o:before {
    content: "\f25b";
  }
  .fa-trademark:before {
    content: "\f25c";
  }
  .fa-registered:before {
    content: "\f25d";
  }
  .fa-creative-commons:before {
    content: "\f25e";
  }
  .fa-gg:before {
    content: "\f260";
  }
  .fa-gg-circle:before {
    content: "\f261";
  }
  .fa-tripadvisor:before {
    content: "\f262";
  }
  .fa-odnoklassniki:before {
    content: "\f263";
  }
  .fa-odnoklassniki-square:before {
    content: "\f264";
  }
  .fa-get-pocket:before {
    content: "\f265";
  }
  .fa-wikipedia-w:before {
    content: "\f266";
  }
  .fa-safari:before {
    content: "\f267";
  }
  .fa-chrome:before {
    content: "\f268";
  }
  .fa-firefox:before {
    content: "\f269";
  }
  .fa-opera:before {
    content: "\f26a";
  }
  .fa-internet-explorer:before {
    content: "\f26b";
  }
  .fa-tv:before,
  .fa-television:before {
    content: "\f26c";
  }
  .fa-contao:before {
    content: "\f26d";
  }
  .fa-500px:before {
    content: "\f26e";
  }
  .fa-amazon:before {
    content: "\f270";
  }
  .fa-calendar-plus-o:before {
    content: "\f271";
  }
  .fa-calendar-minus-o:before {
    content: "\f272";
  }
  .fa-calendar-times-o:before {
    content: "\f273";
  }
  .fa-calendar-check-o:before {
    content: "\f274";
  }
  .fa-industry:before {
    content: "\f275";
  }
  .fa-map-pin:before {
    content: "\f276";
  }
  .fa-map-signs:before {
    content: "\f277";
  }
  .fa-map-o:before {
    content: "\f278";
  }
  .fa-map:before {
    content: "\f279";
  }
  .fa-commenting:before {
    content: "\f27a";
  }
  .fa-commenting-o:before {
    content: "\f27b";
  }
  .fa-houzz:before {
    content: "\f27c";
  }
  .fa-vimeo:before {
    content: "\f27d";
  }
  .fa-black-tie:before {
    content: "\f27e";
  }
  .fa-fonticons:before {
    content: "\f280";
  }
  .fa-reddit-alien:before {
    content: "\f281";
  }
  .fa-edge:before {
    content: "\f282";
  }
  .fa-credit-card-alt:before {
    content: "\f283";
  }
  .fa-codiepie:before {
    content: "\f284";
  }
  .fa-modx:before {
    content: "\f285";
  }
  .fa-fort-awesome:before {
    content: "\f286";
  }
  .fa-usb:before {
    content: "\f287";
  }
  .fa-product-hunt:before {
    content: "\f288";
  }
  .fa-mixcloud:before {
    content: "\f289";
  }
  .fa-scribd:before {
    content: "\f28a";
  }
  .fa-pause-circle:before {
    content: "\f28b";
  }
  .fa-pause-circle-o:before {
    content: "\f28c";
  }
  .fa-stop-circle:before {
    content: "\f28d";
  }
  .fa-stop-circle-o:before {
    content: "\f28e";
  }
  .fa-shopping-bag:before {
    content: "\f290";
  }
  .fa-shopping-basket:before {
    content: "\f291";
  }
  .fa-hashtag:before {
    content: "\f292";
  }
  .fa-bluetooth:before {
    content: "\f293";
  }
  .fa-bluetooth-b:before {
    content: "\f294";
  }
  .fa-percent:before {
    content: "\f295";
  }
  .fa-gitlab:before {
    content: "\f296";
  }
  .fa-wpbeginner:before {
    content: "\f297";
  }
  .fa-wpforms:before {
    content: "\f298";
  }
  .fa-envira:before {
    content: "\f299";
  }
  .fa-universal-access:before {
    content: "\f29a";
  }
  .fa-wheelchair-alt:before {
    content: "\f29b";
  }
  .fa-question-circle-o:before {
    content: "\f29c";
  }
  .fa-blind:before {
    content: "\f29d";
  }
  .fa-audio-description:before {
    content: "\f29e";
  }
  .fa-volume-control-phone:before {
    content: "\f2a0";
  }
  .fa-braille:before {
    content: "\f2a1";
  }
  .fa-assistive-listening-systems:before {
    content: "\f2a2";
  }
  .fa-asl-interpreting:before,
  .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
  }
  .fa-deafness:before,
  .fa-hard-of-hearing:before,
  .fa-deaf:before {
    content: "\f2a4";
  }
  .fa-glide:before {
    content: "\f2a5";
  }
  .fa-glide-g:before {
    content: "\f2a6";
  }
  .fa-signing:before,
  .fa-sign-language:before {
    content: "\f2a7";
  }
  .fa-low-vision:before {
    content: "\f2a8";
  }
  .fa-viadeo:before {
    content: "\f2a9";
  }
  .fa-viadeo-square:before {
    content: "\f2aa";
  }
  .fa-snapchat:before {
    content: "\f2ab";
  }
  .fa-snapchat-ghost:before {
    content: "\f2ac";
  }
  .fa-snapchat-square:before {
    content: "\f2ad";
  }
  .fa-pied-piper:before {
    content: "\f2ae";
  }
  .fa-first-order:before {
    content: "\f2b0";
  }
  .fa-yoast:before {
    content: "\f2b1";
  }
  .fa-themeisle:before {
    content: "\f2b2";
  }
  .fa-google-plus-circle:before,
  .fa-google-plus-official:before {
    content: "\f2b3";
  }
  .fa-fa:before,
  .fa-font-awesome:before {
    content: "\f2b4";
  }
  .fa-handshake-o:before {
    content: "\f2b5";
  }
  .fa-envelope-open:before {
    content: "\f2b6";
  }
  .fa-envelope-open-o:before {
    content: "\f2b7";
  }
  .fa-linode:before {
    content: "\f2b8";
  }
  .fa-address-book:before {
    content: "\f2b9";
  }
  .fa-address-book-o:before {
    content: "\f2ba";
  }
  .fa-vcard:before,
  .fa-address-card:before {
    content: "\f2bb";
  }
  .fa-vcard-o:before,
  .fa-address-card-o:before {
    content: "\f2bc";
  }
  .fa-user-circle:before {
    content: "\f2bd";
  }
  .fa-user-circle-o:before {
    content: "\f2be";
  }
  .fa-user-o:before {
    content: "\f2c0";
  }
  .fa-id-badge:before {
    content: "\f2c1";
  }
  .fa-drivers-license:before,
  .fa-id-card:before {
    content: "\f2c2";
  }
  .fa-drivers-license-o:before,
  .fa-id-card-o:before {
    content: "\f2c3";
  }
  .fa-quora:before {
    content: "\f2c4";
  }
  .fa-free-code-camp:before {
    content: "\f2c5";
  }
  .fa-telegram:before {
    content: "\f2c6";
  }
  .fa-thermometer-4:before,
  .fa-thermometer:before,
  .fa-thermometer-full:before {
    content: "\f2c7";
  }
  .fa-thermometer-3:before,
  .fa-thermometer-three-quarters:before {
    content: "\f2c8";
  }
  .fa-thermometer-2:before,
  .fa-thermometer-half:before {
    content: "\f2c9";
  }
  .fa-thermometer-1:before,
  .fa-thermometer-quarter:before {
    content: "\f2ca";
  }
  .fa-thermometer-0:before,
  .fa-thermometer-empty:before {
    content: "\f2cb";
  }
  .fa-shower:before {
    content: "\f2cc";
  }
  .fa-bathtub:before,
  .fa-s15:before,
  .fa-bath:before {
    content: "\f2cd";
  }
  .fa-podcast:before {
    content: "\f2ce";
  }
  .fa-window-maximize:before {
    content: "\f2d0";
  }
  .fa-window-minimize:before {
    content: "\f2d1";
  }
  .fa-window-restore:before {
    content: "\f2d2";
  }
  .fa-times-rectangle:before,
  .fa-window-close:before {
    content: "\f2d3";
  }
  .fa-times-rectangle-o:before,
  .fa-window-close-o:before {
    content: "\f2d4";
  }
  .fa-bandcamp:before {
    content: "\f2d5";
  }
  .fa-grav:before {
    content: "\f2d6";
  }
  .fa-etsy:before {
    content: "\f2d7";
  }
  .fa-imdb:before {
    content: "\f2d8";
  }
  .fa-ravelry:before {
    content: "\f2d9";
  }
  .fa-eercast:before {
    content: "\f2da";
  }
  .fa-microchip:before {
    content: "\f2db";
  }
  .fa-snowflake-o:before {
    content: "\f2dc";
  }
  .fa-superpowers:before {
    content: "\f2dd";
  }
  .fa-wpexplorer:before {
    content: "\f2de";
  }
  .fa-meetup:before {
    content: "\f2e0";
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  
  /*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: -8px -8px 8px #aaaaaa;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:400;font-weight:var(--bs-body-font-weight);line-height:1.5;line-height:var(--bs-body-line-height);color:#212529;color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:#fff;background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:inherit;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:#212529;color:var(--bs-highlight-color);background-color:#fff3cd;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(13,110,253,1);color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:#fff;color:var(--bs-body-bg);background-color:#212529;background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;background-color:var(--bs-body-bg);border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color);color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:1px;border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(1px * 2) solid currentcolor;border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0;border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 1px;border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + 1px);padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + 1px);padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + 1px);padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;color:var(--bs-body-color);-webkit-appearance:none;appearance:none;background-color:#fff;background-color:var(--bs-body-bg);background-clip:padding-box;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;color:var(--bs-body-color);background-color:#fff;background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:rgba(33, 37, 41, 0.75);color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:#e9ecef;background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;color:var(--bs-body-color);background-color:#f8f9fa;background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:1px 0;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(1px * 2));min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:0.25rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2));min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:0.5rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(1px * 2));min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(1px * 2));min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2));min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(1px * 2));height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:0.375rem;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:0.375rem;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(1px * 2));height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(1px * 2));height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;color:var(--bs-body-color);-webkit-appearance:none;appearance:none;background-color:#fff;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:0.25rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:0.5rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e9ecef;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e9ecef;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:rgba(33, 37, 41, 0.75);background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:rgba(33, 37, 41, 0.75);background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(1px * 2));height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(1px * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(33,37,41,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:#fff;background-color:var(--bs-body-bg);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(33,37,41,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0;border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:#f8f9fa;background-color:var(--bs-tertiary-bg);border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:0.5rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:0.25rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(1px * -1);margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#198754;background-color:var(--bs-success);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754;border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754;border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754;background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754;color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#dc3545;background-color:var(--bs-danger);border-radius:0.375rem;border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545;background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545;color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0.375rem;border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(1px * -1);margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(1px * -1);margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:1px solid var(--bs-navbar-toggler-border-color);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:#212529;color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(1px * -1);margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,1)!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,1)!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,1)!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,1)!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,1)!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,1)!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,1)!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,1)!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(13,110,253,1)!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(13,110,253,1)!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,1)!important;color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(10,88,202,1)!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(108,117,125,1)!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(108,117,125,1)!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,1)!important;color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(86,94,100,1)!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(25,135,84,1)!important;color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(25,135,84,1)!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,1)!important;color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,1)!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(13,202,240,1)!important;color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(13,202,240,1)!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,1)!important;color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,1)!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(255,193,7,1)!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,193,7,1)!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,1)!important;color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,1)!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(220,53,69,1)!important;color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(220,53,69,1)!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,1)!important;color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,1)!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(248,249,250,1)!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(248,249,250,1)!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,1)!important;color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,1)!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(33,37,41,1)!important;color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(33,37,41,1)!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,1)!important;color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,1)!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(0,0,0,1)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,0,0,1)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(0,0,0,.75)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(0,0,0,0.75)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(13,110,253,0.5);text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)!important;box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175)!important;box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important;border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important;border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important;border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important;border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important;border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(13,110,253,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(108,117,125,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(25,135,84,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(13,202,240,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(255,193,7,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(220,53,69,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(248,249,250,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(33,37,41,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(0,0,0,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(255,255,255,var(--bs-border-opacity))!important;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:#9ec5fe!important;border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:#c4c8cb!important;border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:#a3cfbb!important;border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:#9eeaf9!important;border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:#ffe69c!important;border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:#f1aeb5!important;border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:#e9ecef!important;border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:#adb5bd!important;border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important;font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(13,110,253,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(108,117,125,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(25,135,84,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(13,202,240,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(255,193,7,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(220,53,69,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(248,249,250,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:rgba(33, 37, 41, 0.75)!important;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:rgba(33, 37, 41, 0.75)!important;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:rgba(33, 37, 41, 0.5)!important;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:#000!important;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:#052c65!important;color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:#2b2f32!important;color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:#0a3622!important;color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:#055160!important;color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:#664d03!important;color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:#58151c!important;color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:#495057!important;color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:#495057!important;color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(13,110,253,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(108,117,125,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(25,135,84,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(13,202,240,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(255,193,7,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(220,53,69,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(248,249,250,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(33,37,41,var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(13,110,253,1)!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(13,110,253,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(108,117,125,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(25,135,84,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(13,202,240,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(255,193,7,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(220,53,69,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(33,37,41,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(233,236,239,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:#cfe2ff!important;background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:#e2e3e5!important;background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:#d1e7dd!important;background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:#cff4fc!important;background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:#fff3cd!important;background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:#f8d7da!important;background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:#fcfcfd!important;background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:#ced4da!important;background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:0.375rem!important;border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:0.25rem!important;border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:0.375rem!important;border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:0.5rem!important;border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:1rem!important;border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:2rem!important;border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important;border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:0.25rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:0.25rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:0.5rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:0.5rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:0.25rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:0.25rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:0.375rem!important;border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:0.5rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:0.5rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:0.25rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:0.25rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:0.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:0.5rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:0.5rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:0.25rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:0.25rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:0.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:0.375rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:0.5rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:0.5rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-1 {
  margin: 10px;
}

.p-1 {
  padding: 10px;
}

.m-2 {
  margin: 20px;
}

.p-2 {
  padding: 20px;
}

.m-3 {
  margin: 30px;
}

.p-3 {
  padding: 30px;
}

.m-4 {
  margin: 40px;
}

.p-4 {
  padding: 40px;
}

.m-5 {
  margin: 50px;
}

.p-5 {
  padding: 50px;
}

.m-6 {
  margin: 60px;
}

.p-6 {
  padding: 60px;
}

.m-7 {
  margin: 70px;
}

.p-7 {
  padding: 70px;
}

.m-8 {
  margin: 80px;
}

.p-8 {
  padding: 80px;
}

.m-9 {
  margin: 90px;
}

.p-9 {
  padding: 90px;
}

.m-10 {
  margin: 100px;
}

.p-10 {
  padding: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mt-1 {
  margin-top: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mb-1 {
  margin-bottom: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.ml-1 {
  margin-left: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.pl-3 {
  padding-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.pl-4 {
  padding-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.pl-6 {
  padding-left: 60px;
}

.ml-7 {
  margin-left: 70px;
}

.pl-7 {
  padding-left: 70px;
}

.ml-8 {
  margin-left: 80px;
}

.pl-8 {
  padding-left: 80px;
}

.ml-9 {
  margin-left: 90px;
}

.pl-9 {
  padding-left: 90px;
}

.ml-10 {
  margin-left: 100px;
}

.pl-10 {
  padding-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mr-1 {
  margin-right: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.pr-4 {
  padding-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.pr-5 {
  padding-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.pr-6 {
  padding-right: 60px;
}

.mr-7 {
  margin-right: 70px;
}

.pr-7 {
  padding-right: 70px;
}

.mr-8 {
  margin-right: 80px;
}

.pr-8 {
  padding-right: 80px;
}

.mr-9 {
  margin-right: 90px;
}

.pr-9 {
  padding-right: 90px;
}

.mr-10 {
  margin-right: 100px;
}

.pr-10 {
  padding-right: 100px;
}

@media (min-width:576px) {
  .m-xs-0 {
    margin: 0px;
  }

  .p-xs-0 {
    padding: 0px;
  }

}

@media (min-width:576px) {
  .m-xs-1 {
    margin: 10px;
  }

  .p-xs-1 {
    padding: 10px;
  }

}

@media (min-width:576px) {
  .m-xs-2 {
    margin: 20px;
  }

  .p-xs-2 {
    padding: 20px;
  }

}

@media (min-width:576px) {
  .m-xs-3 {
    margin: 30px;
  }

  .p-xs-3 {
    padding: 30px;
  }

}

@media (min-width:576px) {
  .m-xs-4 {
    margin: 40px;
  }

  .p-xs-4 {
    padding: 40px;
  }

}

@media (min-width:576px) {
  .m-xs-5 {
    margin: 50px;
  }

  .p-xs-5 {
    padding: 50px;
  }

}

@media (min-width:576px) {
  .m-xs-6 {
    margin: 60px;
  }

  .p-xs-6 {
    padding: 60px;
  }

}

@media (min-width:576px) {
  .m-xs-7 {
    margin: 70px;
  }

  .p-xs-7 {
    padding: 70px;
  }

}

@media (min-width:576px) {
  .m-xs-8 {
    margin: 80px;
  }

  .p-xs-8 {
    padding: 80px;
  }

}

@media (min-width:576px) {
  .m-xs-9 {
    margin: 90px;
  }

  .p-xs-9 {
    padding: 90px;
  }

}

@media (min-width:576px) {
  .m-xs-10 {
    margin: 100px;
  }

  .p-xs-10 {
    padding: 100px;
  }

}

@media (min-width:576px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .pt-xs-0 {
    padding-top: 0px;
  }

}

@media (min-width:576px) {
  .mt-xs-1 {
    margin-top: 10px;
  }

  .pt-xs-1 {
    padding-top: 10px;
  }

}

@media (min-width:576px) {
  .mt-xs-2 {
    margin-top: 20px;
  }

  .pt-xs-2 {
    padding-top: 20px;
  }

}

@media (min-width:576px) {
  .mt-xs-3 {
    margin-top: 30px;
  }

  .pt-xs-3 {
    padding-top: 30px;
  }

}

@media (min-width:576px) {
  .mt-xs-4 {
    margin-top: 40px;
  }

  .pt-xs-4 {
    padding-top: 40px;
  }

}

@media (min-width:576px) {
  .mt-xs-5 {
    margin-top: 50px;
  }

  .pt-xs-5 {
    padding-top: 50px;
  }

}

@media (min-width:576px) {
  .mt-xs-6 {
    margin-top: 60px;
  }

  .pt-xs-6 {
    padding-top: 60px;
  }

}

@media (min-width:576px) {
  .mt-xs-7 {
    margin-top: 70px;
  }

  .pt-xs-7 {
    padding-top: 70px;
  }

}

@media (min-width:576px) {
  .mt-xs-8 {
    margin-top: 80px;
  }

  .pt-xs-8 {
    padding-top: 80px;
  }

}

@media (min-width:576px) {
  .mt-xs-9 {
    margin-top: 90px;
  }

  .pt-xs-9 {
    padding-top: 90px;
  }

}

@media (min-width:576px) {
  .mt-xs-10 {
    margin-top: 100px;
  }

  .pt-xs-10 {
    padding-top: 100px;
  }

}

@media (min-width:576px) {
  .mb-xs-0 {
    margin-bottom: 0px;
  }

  .pb-xs-0 {
    padding-bottom: 0px;
  }

}

@media (min-width:576px) {
  .mb-xs-1 {
    margin-bottom: 10px;
  }

  .pb-xs-1 {
    padding-bottom: 10px;
  }

}

@media (min-width:576px) {
  .mb-xs-2 {
    margin-bottom: 20px;
  }

  .pb-xs-2 {
    padding-bottom: 20px;
  }

}

@media (min-width:576px) {
  .mb-xs-3 {
    margin-bottom: 30px;
  }

  .pb-xs-3 {
    padding-bottom: 30px;
  }

}

@media (min-width:576px) {
  .mb-xs-4 {
    margin-bottom: 40px;
  }

  .pb-xs-4 {
    padding-bottom: 40px;
  }

}

@media (min-width:576px) {
  .mb-xs-5 {
    margin-bottom: 50px;
  }

  .pb-xs-5 {
    padding-bottom: 50px;
  }

}

@media (min-width:576px) {
  .mb-xs-6 {
    margin-bottom: 60px;
  }

  .pb-xs-6 {
    padding-bottom: 60px;
  }

}

@media (min-width:576px) {
  .mb-xs-7 {
    margin-bottom: 70px;
  }

  .pb-xs-7 {
    padding-bottom: 70px;
  }

}

@media (min-width:576px) {
  .mb-xs-8 {
    margin-bottom: 80px;
  }

  .pb-xs-8 {
    padding-bottom: 80px;
  }

}

@media (min-width:576px) {
  .mb-xs-9 {
    margin-bottom: 90px;
  }

  .pb-xs-9 {
    padding-bottom: 90px;
  }

}

@media (min-width:576px) {
  .mb-xs-10 {
    margin-bottom: 100px;
  }

  .pb-xs-10 {
    padding-bottom: 100px;
  }

}

@media (min-width:576px) {
  .ml-xs-0 {
    margin-left: 0px;
  }

  .pl-xs-0 {
    padding-left: 0px;
  }

}

@media (min-width:576px) {
  .ml-xs-1 {
    margin-left: 10px;
  }

  .pl-xs-1 {
    padding-left: 10px;
  }

}

@media (min-width:576px) {
  .ml-xs-2 {
    margin-left: 20px;
  }

  .pl-xs-2 {
    padding-left: 20px;
  }

}

@media (min-width:576px) {
  .ml-xs-3 {
    margin-left: 30px;
  }

  .pl-xs-3 {
    padding-left: 30px;
  }

}

@media (min-width:576px) {
  .ml-xs-4 {
    margin-left: 40px;
  }

  .pl-xs-4 {
    padding-left: 40px;
  }

}

@media (min-width:576px) {
  .ml-xs-5 {
    margin-left: 50px;
  }

  .pl-xs-5 {
    padding-left: 50px;
  }

}

@media (min-width:576px) {
  .ml-xs-6 {
    margin-left: 60px;
  }

  .pl-xs-6 {
    padding-left: 60px;
  }

}

@media (min-width:576px) {
  .ml-xs-7 {
    margin-left: 70px;
  }

  .pl-xs-7 {
    padding-left: 70px;
  }

}

@media (min-width:576px) {
  .ml-xs-8 {
    margin-left: 80px;
  }

  .pl-xs-8 {
    padding-left: 80px;
  }

}

@media (min-width:576px) {
  .ml-xs-9 {
    margin-left: 90px;
  }

  .pl-xs-9 {
    padding-left: 90px;
  }

}

@media (min-width:576px) {
  .ml-xs-10 {
    margin-left: 100px;
  }

  .pl-xs-10 {
    padding-left: 100px;
  }

}

@media (min-width:576px) {
  .mr-xs-0 {
    margin-right: 0px;
  }

  .pr-xs-0 {
    padding-right: 0px;
  }

}

@media (min-width:576px) {
  .mr-xs-1 {
    margin-right: 10px;
  }

  .pr-xs-1 {
    padding-right: 10px;
  }

}

@media (min-width:576px) {
  .mr-xs-2 {
    margin-right: 20px;
  }

  .pr-xs-2 {
    padding-right: 20px;
  }

}

@media (min-width:576px) {
  .mr-xs-3 {
    margin-right: 30px;
  }

  .pr-xs-3 {
    padding-right: 30px;
  }

}

@media (min-width:576px) {
  .mr-xs-4 {
    margin-right: 40px;
  }

  .pr-xs-4 {
    padding-right: 40px;
  }

}

@media (min-width:576px) {
  .mr-xs-5 {
    margin-right: 50px;
  }

  .pr-xs-5 {
    padding-right: 50px;
  }

}

@media (min-width:576px) {
  .mr-xs-6 {
    margin-right: 60px;
  }

  .pr-xs-6 {
    padding-right: 60px;
  }

}

@media (min-width:576px) {
  .mr-xs-7 {
    margin-right: 70px;
  }

  .pr-xs-7 {
    padding-right: 70px;
  }

}

@media (min-width:576px) {
  .mr-xs-8 {
    margin-right: 80px;
  }

  .pr-xs-8 {
    padding-right: 80px;
  }

}

@media (min-width:576px) {
  .mr-xs-9 {
    margin-right: 90px;
  }

  .pr-xs-9 {
    padding-right: 90px;
  }

}

@media (min-width:576px) {
  .mr-xs-10 {
    margin-right: 100px;
  }

  .pr-xs-10 {
    padding-right: 100px;
  }

}

@media (min-width:768px) {
  .m-sm-0 {
    margin: 0px;
  }

  .p-sm-0 {
    padding: 0px;
  }

}

@media (min-width:768px) {
  .m-sm-1 {
    margin: 10px;
  }

  .p-sm-1 {
    padding: 10px;
  }

}

@media (min-width:768px) {
  .m-sm-2 {
    margin: 20px;
  }

  .p-sm-2 {
    padding: 20px;
  }

}

@media (min-width:768px) {
  .m-sm-3 {
    margin: 30px;
  }

  .p-sm-3 {
    padding: 30px;
  }

}

@media (min-width:768px) {
  .m-sm-4 {
    margin: 40px;
  }

  .p-sm-4 {
    padding: 40px;
  }

}

@media (min-width:768px) {
  .m-sm-5 {
    margin: 50px;
  }

  .p-sm-5 {
    padding: 50px;
  }

}

@media (min-width:768px) {
  .m-sm-6 {
    margin: 60px;
  }

  .p-sm-6 {
    padding: 60px;
  }

}

@media (min-width:768px) {
  .m-sm-7 {
    margin: 70px;
  }

  .p-sm-7 {
    padding: 70px;
  }

}

@media (min-width:768px) {
  .m-sm-8 {
    margin: 80px;
  }

  .p-sm-8 {
    padding: 80px;
  }

}

@media (min-width:768px) {
  .m-sm-9 {
    margin: 90px;
  }

  .p-sm-9 {
    padding: 90px;
  }

}

@media (min-width:768px) {
  .m-sm-10 {
    margin: 100px;
  }

  .p-sm-10 {
    padding: 100px;
  }

}

@media (min-width:768px) {
  .mt-sm-0 {
    margin-top: 0px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }

}

@media (min-width:768px) {
  .mt-sm-1 {
    margin-top: 10px;
  }

  .pt-sm-1 {
    padding-top: 10px;
  }

}

@media (min-width:768px) {
  .mt-sm-2 {
    margin-top: 20px;
  }

  .pt-sm-2 {
    padding-top: 20px;
  }

}

@media (min-width:768px) {
  .mt-sm-3 {
    margin-top: 30px;
  }

  .pt-sm-3 {
    padding-top: 30px;
  }

}

@media (min-width:768px) {
  .mt-sm-4 {
    margin-top: 40px;
  }

  .pt-sm-4 {
    padding-top: 40px;
  }

}

@media (min-width:768px) {
  .mt-sm-5 {
    margin-top: 50px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

}

@media (min-width:768px) {
  .mt-sm-6 {
    margin-top: 60px;
  }

  .pt-sm-6 {
    padding-top: 60px;
  }

}

@media (min-width:768px) {
  .mt-sm-7 {
    margin-top: 70px;
  }

  .pt-sm-7 {
    padding-top: 70px;
  }

}

@media (min-width:768px) {
  .mt-sm-8 {
    margin-top: 80px;
  }

  .pt-sm-8 {
    padding-top: 80px;
  }

}

@media (min-width:768px) {
  .mt-sm-9 {
    margin-top: 90px;
  }

  .pt-sm-9 {
    padding-top: 90px;
  }

}

@media (min-width:768px) {
  .mt-sm-10 {
    margin-top: 100px;
  }

  .pt-sm-10 {
    padding-top: 100px;
  }

}

@media (min-width:768px) {
  .mb-sm-0 {
    margin-bottom: 0px;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

}

@media (min-width:768px) {
  .mb-sm-1 {
    margin-bottom: 10px;
  }

  .pb-sm-1 {
    padding-bottom: 10px;
  }

}

@media (min-width:768px) {
  .mb-sm-2 {
    margin-bottom: 20px;
  }

  .pb-sm-2 {
    padding-bottom: 20px;
  }

}

@media (min-width:768px) {
  .mb-sm-3 {
    margin-bottom: 30px;
  }

  .pb-sm-3 {
    padding-bottom: 30px;
  }

}

@media (min-width:768px) {
  .mb-sm-4 {
    margin-bottom: 40px;
  }

  .pb-sm-4 {
    padding-bottom: 40px;
  }

}

@media (min-width:768px) {
  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

}

@media (min-width:768px) {
  .mb-sm-6 {
    margin-bottom: 60px;
  }

  .pb-sm-6 {
    padding-bottom: 60px;
  }

}

@media (min-width:768px) {
  .mb-sm-7 {
    margin-bottom: 70px;
  }

  .pb-sm-7 {
    padding-bottom: 70px;
  }

}

@media (min-width:768px) {
  .mb-sm-8 {
    margin-bottom: 80px;
  }

  .pb-sm-8 {
    padding-bottom: 80px;
  }

}

@media (min-width:768px) {
  .mb-sm-9 {
    margin-bottom: 90px;
  }

  .pb-sm-9 {
    padding-bottom: 90px;
  }

}

@media (min-width:768px) {
  .mb-sm-10 {
    margin-bottom: 100px;
  }

  .pb-sm-10 {
    padding-bottom: 100px;
  }

}

@media (min-width:768px) {
  .ml-sm-0 {
    margin-left: 0px;
  }

  .pl-sm-0 {
    padding-left: 0px;
  }

}

@media (min-width:768px) {
  .ml-sm-1 {
    margin-left: 10px;
  }

  .pl-sm-1 {
    padding-left: 10px;
  }

}

@media (min-width:768px) {
  .ml-sm-2 {
    margin-left: 20px;
  }

  .pl-sm-2 {
    padding-left: 20px;
  }

}

@media (min-width:768px) {
  .ml-sm-3 {
    margin-left: 30px;
  }

  .pl-sm-3 {
    padding-left: 30px;
  }

}

@media (min-width:768px) {
  .ml-sm-4 {
    margin-left: 40px;
  }

  .pl-sm-4 {
    padding-left: 40px;
  }

}

@media (min-width:768px) {
  .ml-sm-5 {
    margin-left: 50px;
  }

  .pl-sm-5 {
    padding-left: 50px;
  }

}

@media (min-width:768px) {
  .ml-sm-6 {
    margin-left: 60px;
  }

  .pl-sm-6 {
    padding-left: 60px;
  }

}

@media (min-width:768px) {
  .ml-sm-7 {
    margin-left: 70px;
  }

  .pl-sm-7 {
    padding-left: 70px;
  }

}

@media (min-width:768px) {
  .ml-sm-8 {
    margin-left: 80px;
  }

  .pl-sm-8 {
    padding-left: 80px;
  }

}

@media (min-width:768px) {
  .ml-sm-9 {
    margin-left: 90px;
  }

  .pl-sm-9 {
    padding-left: 90px;
  }

}

@media (min-width:768px) {
  .ml-sm-10 {
    margin-left: 100px;
  }

  .pl-sm-10 {
    padding-left: 100px;
  }

}

@media (min-width:768px) {
  .mr-sm-0 {
    margin-right: 0px;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

}

@media (min-width:768px) {
  .mr-sm-1 {
    margin-right: 10px;
  }

  .pr-sm-1 {
    padding-right: 10px;
  }

}

@media (min-width:768px) {
  .mr-sm-2 {
    margin-right: 20px;
  }

  .pr-sm-2 {
    padding-right: 20px;
  }

}

@media (min-width:768px) {
  .mr-sm-3 {
    margin-right: 30px;
  }

  .pr-sm-3 {
    padding-right: 30px;
  }

}

@media (min-width:768px) {
  .mr-sm-4 {
    margin-right: 40px;
  }

  .pr-sm-4 {
    padding-right: 40px;
  }

}

@media (min-width:768px) {
  .mr-sm-5 {
    margin-right: 50px;
  }

  .pr-sm-5 {
    padding-right: 50px;
  }

}

@media (min-width:768px) {
  .mr-sm-6 {
    margin-right: 60px;
  }

  .pr-sm-6 {
    padding-right: 60px;
  }

}

@media (min-width:768px) {
  .mr-sm-7 {
    margin-right: 70px;
  }

  .pr-sm-7 {
    padding-right: 70px;
  }

}

@media (min-width:768px) {
  .mr-sm-8 {
    margin-right: 80px;
  }

  .pr-sm-8 {
    padding-right: 80px;
  }

}

@media (min-width:768px) {
  .mr-sm-9 {
    margin-right: 90px;
  }

  .pr-sm-9 {
    padding-right: 90px;
  }

}

@media (min-width:768px) {
  .mr-sm-10 {
    margin-right: 100px;
  }

  .pr-sm-10 {
    padding-right: 100px;
  }

}

@media (min-width:992px) {
  .m-md-0 {
    margin: 0px;
  }

  .p-md-0 {
    padding: 0px;
  }

}

@media (min-width:992px) {
  .m-md-1 {
    margin: 10px;
  }

  .p-md-1 {
    padding: 10px;
  }

}

@media (min-width:992px) {
  .m-md-2 {
    margin: 20px;
  }

  .p-md-2 {
    padding: 20px;
  }

}

@media (min-width:992px) {
  .m-md-3 {
    margin: 30px;
  }

  .p-md-3 {
    padding: 30px;
  }

}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 90%;
  }
}

@media (min-width:992px) {
  .m-md-4 {
    margin: 40px;
  }

  .p-md-4 {
    padding: 40px;
  }

}

@media (min-width:992px) {
  .m-md-5 {
    margin: 50px;
  }

  .p-md-5 {
    padding: 50px;
  }

}

@media (min-width:992px) {
  .m-md-6 {
    margin: 60px;
  }

  .p-md-6 {
    padding: 60px;
  }

}

@media (min-width:992px) {
  .m-md-7 {
    margin: 70px;
  }

  .p-md-7 {
    padding: 70px;
  }

}

@media (min-width:992px) {
  .m-md-8 {
    margin: 80px;
  }

  .p-md-8 {
    padding: 80px;
  }

}

@media (min-width:992px) {
  .m-md-9 {
    margin: 90px;
  }

  .p-md-9 {
    padding: 90px;
  }

}

@media (min-width:992px) {
  .m-md-10 {
    margin: 100px;
  }

  .p-md-10 {
    padding: 100px;
  }

}

@media (min-width:992px) {
  .mt-md-0 {
    margin-top: 0px;
  }

  .pt-md-0 {
    padding-top: 0px;
  }

}

@media (min-width:992px) {
  .mt-md-1 {
    margin-top: 10px;
  }

  .pt-md-1 {
    padding-top: 10px;
  }

}

@media (min-width:992px) {
  .mt-md-2 {
    margin-top: 20px;
  }

  .pt-md-2 {
    padding-top: 20px;
  }

}

@media (min-width:992px) {
  .mt-md-3 {
    margin-top: 30px;
  }

  .pt-md-3 {
    padding-top: 30px;
  }

}

@media (min-width:992px) {
  .mt-md-4 {
    margin-top: 40px;
  }

  .pt-md-4 {
    padding-top: 40px;
  }

}

@media (min-width:992px) {
  .mt-md-5 {
    margin-top: 50px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

}

@media (min-width:992px) {
  .mt-md-6 {
    margin-top: 60px;
  }

  .pt-md-6 {
    padding-top: 60px;
  }

}

@media (min-width:992px) {
  .mt-md-7 {
    margin-top: 70px;
  }

  .pt-md-7 {
    padding-top: 70px;
  }

}

@media (min-width:992px) {
  .mt-md-8 {
    margin-top: 80px;
  }

  .pt-md-8 {
    padding-top: 80px;
  }

}

@media (min-width:992px) {
  .mt-md-9 {
    margin-top: 90px;
  }

  .pt-md-9 {
    padding-top: 90px;
  }

}

@media (min-width:992px) {
  .mt-md-10 {
    margin-top: 100px;
  }

  .pt-md-10 {
    padding-top: 100px;
  }

}

@media (min-width:992px) {
  .mb-md-0 {
    margin-bottom: 0px;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

}

@media (min-width:992px) {
  .mb-md-1 {
    margin-bottom: 10px;
  }

  .pb-md-1 {
    padding-bottom: 10px;
  }

}

@media (min-width:992px) {
  .mb-md-2 {
    margin-bottom: 20px;
  }

  .pb-md-2 {
    padding-bottom: 20px;
  }

}

@media (min-width:992px) {
  .mb-md-3 {
    margin-bottom: 30px;
  }

  .pb-md-3 {
    padding-bottom: 30px;
  }

}

@media (min-width:992px) {
  .mb-md-4 {
    margin-bottom: 40px;
  }

  .pb-md-4 {
    padding-bottom: 40px;
  }

}

@media (min-width:992px) {
  .mb-md-5 {
    margin-bottom: 50px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

}

@media (min-width:992px) {
  .mb-md-6 {
    margin-bottom: 60px;
  }

  .pb-md-6 {
    padding-bottom: 60px;
  }

}

@media (min-width:992px) {
  .mb-md-7 {
    margin-bottom: 70px;
  }

  .pb-md-7 {
    padding-bottom: 70px;
  }

}

@media (min-width:992px) {
  .mb-md-8 {
    margin-bottom: 80px;
  }

  .pb-md-8 {
    padding-bottom: 80px;
  }

}

@media (min-width:992px) {
  .mb-md-9 {
    margin-bottom: 90px;
  }

  .pb-md-9 {
    padding-bottom: 90px;
  }

}

@media (min-width:992px) {
  .mb-md-10 {
    margin-bottom: 100px;
  }

  .pb-md-10 {
    padding-bottom: 100px;
  }

}

@media (min-width:992px) {
  .ml-md-0 {
    margin-left: 0px;
  }

  .pl-md-0 {
    padding-left: 0px;
  }

}

@media (min-width:992px) {
  .ml-md-1 {
    margin-left: 10px;
  }

  .pl-md-1 {
    padding-left: 10px;
  }

}

@media (min-width:992px) {
  .ml-md-2 {
    margin-left: 20px;
  }

  .pl-md-2 {
    padding-left: 20px;
  }

}

@media (min-width:992px) {
  .ml-md-3 {
    margin-left: 30px;
  }

  .pl-md-3 {
    padding-left: 30px;
  }

}

@media (min-width:992px) {
  .ml-md-4 {
    margin-left: 40px;
  }

  .pl-md-4 {
    padding-left: 40px;
  }

}

@media (min-width:992px) {
  .ml-md-5 {
    margin-left: 50px;
  }

  .pl-md-5 {
    padding-left: 50px;
  }

}

@media (min-width:992px) {
  .ml-md-6 {
    margin-left: 60px;
  }

  .pl-md-6 {
    padding-left: 60px;
  }

}

@media (min-width:992px) {
  .ml-md-7 {
    margin-left: 70px;
  }

  .pl-md-7 {
    padding-left: 70px;
  }

}

@media (min-width:992px) {
  .ml-md-8 {
    margin-left: 80px;
  }

  .pl-md-8 {
    padding-left: 80px;
  }

}

@media (min-width:992px) {
  .ml-md-9 {
    margin-left: 90px;
  }

  .pl-md-9 {
    padding-left: 90px;
  }

}

@media (min-width:992px) {
  .ml-md-10 {
    margin-left: 100px;
  }

  .pl-md-10 {
    padding-left: 100px;
  }

}

@media (min-width:992px) {
  .mr-md-0 {
    margin-right: 0px;
  }

  .pr-md-0 {
    padding-right: 0px;
  }

}

@media (min-width:992px) {
  .mr-md-1 {
    margin-right: 10px;
  }

  .pr-md-1 {
    padding-right: 10px;
  }

}

@media (min-width:992px) {
  .mr-md-2 {
    margin-right: 20px;
  }

  .pr-md-2 {
    padding-right: 20px;
  }

}

@media (min-width:992px) {
  .mr-md-3 {
    margin-right: 30px;
  }

  .pr-md-3 {
    padding-right: 30px;
  }

}

@media (min-width:992px) {
  .mr-md-4 {
    margin-right: 40px;
  }

  .pr-md-4 {
    padding-right: 40px;
  }

}

@media (min-width:992px) {
  .mr-md-5 {
    margin-right: 50px;
  }

  .pr-md-5 {
    padding-right: 50px;
  }

}

@media (min-width:992px) {
  .mr-md-6 {
    margin-right: 60px;
  }

  .pr-md-6 {
    padding-right: 60px;
  }

}

@media (min-width:992px) {
  .mr-md-7 {
    margin-right: 70px;
  }

  .pr-md-7 {
    padding-right: 70px;
  }

}

@media (min-width:992px) {
  .mr-md-8 {
    margin-right: 80px;
  }

  .pr-md-8 {
    padding-right: 80px;
  }

}

@media (min-width:992px) {
  .mr-md-9 {
    margin-right: 90px;
  }

  .pr-md-9 {
    padding-right: 90px;
  }

}

@media (min-width:992px) {
  .mr-md-10 {
    margin-right: 100px;
  }

  .pr-md-10 {
    padding-right: 100px;
  }

}

@media (min-width:1200px) {
  .m-lg-0 {
    margin: 0px;
  }

  .p-lg-0 {
    padding: 0px;
  }

}

@media (min-width:1200px) {
  .m-lg-1 {
    margin: 10px;
  }

  .p-lg-1 {
    padding: 10px;
  }

}

@media (min-width:1200px) {
  .m-lg-2 {
    margin: 20px;
  }

  .p-lg-2 {
    padding: 20px;
  }

}

@media (min-width:1200px) {
  .m-lg-3 {
    margin: 30px;
  }

  .p-lg-3 {
    padding: 30px;
  }

}

@media (min-width:1200px) {
  .m-lg-4 {
    margin: 40px;
  }

  .p-lg-4 {
    padding: 40px;
  }

}

@media (min-width:1200px) {
  .m-lg-5 {
    margin: 50px;
  }

  .p-lg-5 {
    padding: 50px;
  }

}

@media (min-width:1200px) {
  .m-lg-6 {
    margin: 60px;
  }

  .p-lg-6 {
    padding: 60px;
  }

}

@media (min-width:1200px) {
  .m-lg-7 {
    margin: 70px;
  }

  .p-lg-7 {
    padding: 70px;
  }

}

@media (min-width:1200px) {
  .m-lg-8 {
    margin: 80px;
  }

  .p-lg-8 {
    padding: 80px;
  }

}

@media (min-width:1200px) {
  .m-lg-9 {
    margin: 90px;
  }

  .p-lg-9 {
    padding: 90px;
  }

}

@media (min-width:1200px) {
  .m-lg-10 {
    margin: 100px;
  }

  .p-lg-10 {
    padding: 100px;
  }

}

@media (min-width:1200px) {
  .mt-lg-0 {
    margin-top: 0px;
  }

  .pt-lg-0 {
    padding-top: 0px;
  }

}

@media (min-width:1200px) {
  .mt-lg-1 {
    margin-top: 10px;
  }

  .pt-lg-1 {
    padding-top: 10px;
  }

}

@media (min-width:1200px) {
  .mt-lg-2 {
    margin-top: 20px;
  }

  .pt-lg-2 {
    padding-top: 20px;
  }

}

@media (min-width:1200px) {
  .mt-lg-3 {
    margin-top: 30px;
  }

  .pt-lg-3 {
    padding-top: 30px;
  }

}

@media (min-width:1200px) {
  .mt-lg-4 {
    margin-top: 40px;
  }

  .pt-lg-4 {
    padding-top: 40px;
  }

}

@media (min-width:1200px) {
  .mt-lg-5 {
    margin-top: 50px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

}

@media (min-width:1200px) {
  .mt-lg-6 {
    margin-top: 60px;
  }

  .pt-lg-6 {
    padding-top: 60px;
  }

}

@media (min-width:1200px) {
  .mt-lg-7 {
    margin-top: 70px;
  }

  .pt-lg-7 {
    padding-top: 70px;
  }

}

@media (min-width:1200px) {
  .mt-lg-8 {
    margin-top: 80px;
  }

  .pt-lg-8 {
    padding-top: 80px;
  }

}

@media (min-width:1200px) {
  .mt-lg-9 {
    margin-top: 90px;
  }

  .pt-lg-9 {
    padding-top: 90px;
  }

}

@media (min-width:1200px) {
  .mt-lg-10 {
    margin-top: 100px;
  }

  .pt-lg-10 {
    padding-top: 100px;
  }

}

@media (min-width:1200px) {
  .mb-lg-0 {
    margin-bottom: 0px;
  }

  .pb-lg-0 {
    padding-bottom: 0px;
  }

}

@media (min-width:1200px) {
  .mb-lg-1 {
    margin-bottom: 10px;
  }

  .pb-lg-1 {
    padding-bottom: 10px;
  }

}

@media (min-width:1200px) {
  .mb-lg-2 {
    margin-bottom: 20px;
  }

  .pb-lg-2 {
    padding-bottom: 20px;
  }

}

@media (min-width:1200px) {
  .mb-lg-3 {
    margin-bottom: 30px;
  }

  .pb-lg-3 {
    padding-bottom: 30px;
  }

}

@media (min-width:1200px) {
  .mb-lg-4 {
    margin-bottom: 40px;
  }

  .pb-lg-4 {
    padding-bottom: 40px;
  }

}

@media (min-width:1200px) {
  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

}

@media (min-width:1200px) {
  .mb-lg-6 {
    margin-bottom: 60px;
  }

  .pb-lg-6 {
    padding-bottom: 60px;
  }

}

@media (min-width:1200px) {
  .mb-lg-7 {
    margin-bottom: 70px;
  }

  .pb-lg-7 {
    padding-bottom: 70px;
  }

}

@media (min-width:1200px) {
  .mb-lg-8 {
    margin-bottom: 80px;
  }

  .pb-lg-8 {
    padding-bottom: 80px;
  }

}

@media (min-width:1200px) {
  .mb-lg-9 {
    margin-bottom: 90px;
  }

  .pb-lg-9 {
    padding-bottom: 90px;
  }

}

@media (min-width:1200px) {
  .mb-lg-10 {
    margin-bottom: 100px;
  }

  .pb-lg-10 {
    padding-bottom: 100px;
  }

}

@media (min-width:1200px) {
  .ml-lg-0 {
    margin-left: 0px;
  }

  .pl-lg-0 {
    padding-left: 0px;
  }

}

@media (min-width:1200px) {
  .ml-lg-1 {
    margin-left: 10px;
  }

  .pl-lg-1 {
    padding-left: 10px;
  }

}

@media (min-width:1200px) {
  .ml-lg-2 {
    margin-left: 20px;
  }

  .pl-lg-2 {
    padding-left: 20px;
  }

}

@media (min-width:1200px) {
  .ml-lg-3 {
    margin-left: 30px;
  }

  .pl-lg-3 {
    padding-left: 30px;
  }

}

@media (min-width:1200px) {
  .ml-lg-4 {
    margin-left: 40px;
  }

  .pl-lg-4 {
    padding-left: 40px;
  }

}

@media (min-width:1200px) {
  .ml-lg-5 {
    margin-left: 50px;
  }

  .pl-lg-5 {
    padding-left: 50px;
  }

}

@media (min-width:1200px) {
  .ml-lg-6 {
    margin-left: 60px;
  }

  .pl-lg-6 {
    padding-left: 60px;
  }

}

@media (min-width:1200px) {
  .ml-lg-7 {
    margin-left: 70px;
  }

  .pl-lg-7 {
    padding-left: 70px;
  }

}

@media (min-width:1200px) {
  .ml-lg-8 {
    margin-left: 80px;
  }

  .pl-lg-8 {
    padding-left: 80px;
  }

}

@media (min-width:1200px) {
  .ml-lg-9 {
    margin-left: 90px;
  }

  .pl-lg-9 {
    padding-left: 90px;
  }

}

@media (min-width:1200px) {
  .ml-lg-10 {
    margin-left: 100px;
  }

  .pl-lg-10 {
    padding-left: 100px;
  }

}

@media (min-width:1200px) {
  .mr-lg-0 {
    margin-right: 0px;
  }

  .pr-lg-0 {
    padding-right: 0px;
  }

}

@media (min-width:1200px) {
  .mr-lg-1 {
    margin-right: 10px;
  }

  .pr-lg-1 {
    padding-right: 10px;
  }

}

@media (min-width:1200px) {
  .mr-lg-2 {
    margin-right: 20px;
  }

  .pr-lg-2 {
    padding-right: 20px;
  }

}

@media (min-width:1200px) {
  .mr-lg-3 {
    margin-right: 30px;
  }

  .pr-lg-3 {
    padding-right: 30px;
  }

}

@media (min-width:1200px) {
  .mr-lg-4 {
    margin-right: 40px;
  }

  .pr-lg-4 {
    padding-right: 40px;
  }

}

@media (min-width:1200px) {
  .mr-lg-5 {
    margin-right: 50px;
  }

  .pr-lg-5 {
    padding-right: 50px;
  }

}

@media (min-width:1200px) {
  .mr-lg-6 {
    margin-right: 60px;
  }

  .pr-lg-6 {
    padding-right: 60px;
  }

}

@media (min-width:1200px) {
  .mr-lg-7 {
    margin-right: 70px;
  }

  .pr-lg-7 {
    padding-right: 70px;
  }

}

@media (min-width:1200px) {
  .mr-lg-8 {
    margin-right: 80px;
  }

  .pr-lg-8 {
    padding-right: 80px;
  }

}

@media (min-width:1200px) {
  .mr-lg-9 {
    margin-right: 90px;
  }

  .pr-lg-9 {
    padding-right: 90px;
  }

}

@media (min-width:1200px) {
  .mr-lg-10 {
    margin-right: 100px;
  }

  .pr-lg-10 {
    padding-right: 100px;
  }

}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-image {
  background-image: url(/static/media/img-02.43b84441d8c2de019d5c.jpeg);
}

.bg-image-1 {
  background-image: url(/static/media/small-banner.e356a5fb43dd018400e5.jpg);
}

.bg-gray {
  background: #f5f5f5;
}

.bg-dark-gray {
  background: #323232;
}

.bg-yellow {
  background-color: #ff0 !important;
}

.bg-primary {
  background-color: var(--sage) !important;
}

.row-equal-height {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.row-equal-height [class*="col-"] {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  opacity: 0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  top: 50%;
  background: 0 0;
  padding: 0;
  border: none;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav i {
  font-size: 18px;
  width: 28px;
  height: 40px;
  line-height: 40px;
  background: #323232;
  color: #fff;
  border-radius: 2px;
  border: 0 solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
  padding-left: 2px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  transition: all .2s ease-in-out;
  margin-top: -3px;
}

.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  background: 0 0;
  padding: 0;
}

.owl-carousel:hover .owl-nav .owl-next:hover i,
.owl-carousel:hover .owl-nav .owl-prev:hover i {
  background: var(--sage);
}

.owl-carousel:hover .owl-nav .owl-next:focus,
.owl-carousel:hover .owl-nav .owl-prev:focus {
  outline: 0;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: 15px;
}

.owl-carousel .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: -35px;
  text-indent: inherit;
  left: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  background: 0 0;
  padding: 0;
  border: none;
}

.owl-carousel .owl-dots .owl-dot span {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background: #555;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  background: var(--sage);
}

.owl-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}

.owl-theme .owl-nav {
  margin-top: -17px;
}

::selection {
  background: #999999;
  color: #fff;
  text-shadow: none;
}

body {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
   overflow-x: hidden !important;
   width: 100%;
}

.button,
a,
button,
input,
input[type=submit],
select,
textarea {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

btn,
input,
select,
textarea {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 26px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  word-break: break-word;
}

table {
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
}

table#wp-calendar {
  background: #fff;
}

table caption {
  color: #969696;
}

table th {
  background: #fbfbfb;
  color: #323232;
}

table td,
table th {
  border: 1px solid #eaeaea;
  padding: 4px 8px;
}

dl dd {
  margin-bottom: 15px;
}

dl dd:last-child {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 25px;
  margin-bottom: 1em;
}

ol {
  padding-left: 0;
}

ol li {
  list-style: decimal inside;
}

ol ol {
  padding-left: 25px;
}

ul li {
  list-style: inherit;
}

ul.list-inside {
  padding-left: 15px;
}

ul.list-inside li {
  list-style-position: inside;
}

a {
  color: var(--sage);
  outline: 0;
}

a:focus,
a:hover {
  color: #323232;
  text-decoration: none;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

img {
  max-width: 100%;
}

pre {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #e1e1e1;
}

select {
  border-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  height: 43px;
  padding: 0 10px;
}

abbr[title] {
  text-decoration: none;
}

audio,
video {
  width: 100%;
  vertical-align: top;
}

btn,
input,
select,
textarea {
  outline: 0;
}

button.submit {
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
}

.form-control,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
textarea {
  width: 100%;
  padding: 10px 15px;
  height: 46px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #969696;
  font-size: 14px;
}

.form-control:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
textarea:focus {
  border-color: var(--sage);
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  padding: 13px;
}

input[type=submit] {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background: #323232;
  color: #fff;
}

textarea {
  padding: 13px;
  height: auto;
}

/**************************
    HEADER CLASSIC
**************************/
.menu-list-items .navbar {
  padding: 0;
}

header.site-header {
  position:  fixed;
  width: 100%;
  z-index: 1021;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.mobile-filter-content{
  position: fixed;
  width: 100%;
  z-index: 900;
  margin-top: 0.5%;
  background-color: #fff;
  border-bottom: .1rem solid #ccc;
  border-top: .1rem solid #ccc;
  background: #fff;
}

.mobile-filter-options-content{
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 900;
  background-color: #fff;
  -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.mobile-ul-filter-options{
  list-style: none;
}

.mobile-li-filter-options{
  border-bottom: .1rem solid #ccc;
  padding: 0.5rem 0;
  width: 95%;
}

.paddingHeaderMobile{
  padding-top: 14.6%;
}

.paddingHeaderDesktop{
  padding-top: 5.5%;
}

header.site-header .logo-wrapper {
  text-align: left;
}

header.site-header .logo-wrapper img {

}

header.site-header .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 0;
}

header.site-header .topbar .topbar-link ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

header.site-header .topbar .topbar-link ul li {
  font-size: 13px;
  padding-right: 15px;
  line-height: 30px;
}

header.site-header .topbar .topbar-link ul li a {
  color: #323232;
  transition: all .3s ease-in-out;
}

header.site-header .topbar .topbar-link ul li a:hover {
  color: var(--sage);
}

header.site-header .topbar .topbar-link ul li a:first-child {
  padding-left: 0;
}

header.site-header .topbar .topbar-link ul li i {
  padding-right: 5px;
  color: inherit;
}

header.site-header .topbar .topbar-link .topbar-social_profiles {
  padding-left: 0;
}

header.site-header .topbar .topbar-link .topbar-social_profiles li {
  padding: 0;
  text-align: center;
}

header.site-header .topbar .topbar-right .topbar-link {
  display: inline-block;
  vertical-align: top;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li {
  padding-right: 0;
  padding-left: 12px;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li a {
  color: #323232;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li a:hover {
  color: var(--sage);
}

header.site-header .topbar .topbar-right .topbar-link > ul > li .top-menu li:first-child {
  padding-left: 0;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li .topbar-social_profiles {
  padding-left: 0;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li .topbar-social_profiles li:first-child {
  padding-right: 0;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li .topbar-social_profiles li a {
  padding: 10px 6px;
}

header.site-header .topbar .topbar-right .topbar-link > ul > li .topbar-social_profiles li a i {
  padding-right: 0;
}

header.site-header .topbar .dropdown-menu {
  min-width: 6.5rem;
  overflow-y: auto;
  padding: 0;
  top: 12px !important;
}

header.site-header .topbar .dropdown-menu .dropdown-item {
  padding: 0 15px;
  color: #969696;
  font-size: 13px;
  line-height: 32px;
  background: #fff;
}

header.site-header .topbar .dropdown-menu .dropdown-item:focus,
header.site-header .topbar .dropdown-menu .dropdown-item:hover {
  background-color: var(--sage);
  color: #fff;
}

header.site-header .dropdown-toggle:after {
  content: "";
  margin-left: 12px;
  border-top: .35em solid;
  border-left: .35em solid transparent;
  border-right: .35em solid transparent;
  vertical-align: middle;
}


header.site-header .logo-wrapper {
  padding: 20px 0;
}

header.site-header .header-style-default .ciya-tools {
  margin-top: 0;
  margin-left: 15px;
  display: inline-block;
}

header.site-header .ciya-tools {
  float: right;
  margin-left: 15px;
}

.profile-important{
  height: 28px !important;
  width: 28px !important;
}

header.site-header .ciya-tools-actions {
  padding: 0;
  margin: 0;
}

.input-submit{
text-transform:  none !important;
}

header.site-header .ciya-tools-actions > li {
  list-style-type: none;
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  line-height: 45px;
  text-align: center;
  position: relative;
}

.padding-ciya-tools-mobile {
  padding-left: 28px !important;
}

header.site-header .ciya-tools-actions > li.user-login{
  display: flex;
  align-items: center;
}

header.site-header .ciya-tools-actions > li .glyph-icon {
  font-size: 20px;
}

header.site-header .ciya-tools-actions > li i {
  font-size: 22px;
  margin-right: 0;
  color: #323232;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

header.site-header .ciya-tools-actions > li a {
  color: #323232;
}

header.site-header .ciya-tools-actions > li a:hover {
  color: var(--sage);
}

header.site-header .ciya-tools-actions > li a:hover i {
  color: var(--sage);
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart {
  background-color: #fff;
  color: #323232;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 430px;
  z-index: 9999;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 15px;
  -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container {
  position: relative;
  width: 100%;
  max-height: 338px;
  overflow: hidden;
  max-height: 340px;
  padding-bottom: 0;
  padding: 0;
  overflow: auto;
  margin-bottom: 15px;
  border-bottom: 3px double #f5f5f5;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart {
  padding: 0;
  margin: 0;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart .ciya-mini-cart-item {
  list-style-type: none;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  line-height: 18px;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart .ciya-mini-cart-item img {
  max-width: 60px;
  margin-right: 10px;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart .ciya-mini-cart-item a {
  font-weight: 400;
  margin-bottom: 3px;
  overflow: hidden;
  display: inline-block;
  line-height: 18px;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart .ciya-mini-cart-item a.remove {
  font-size: 18px;
  color: #323232 !important;
  position: absolute;
  top: 0;
  left: auto;
  right: 5px;
  margin-top: 0;
  margin-left: 0;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart .ciya-mini-cart-item a.product-title {
  font-size: 13px;
  color: #323232;
  margin-right: 20px;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .pgs-product-list-widget-container .svelta-mini-cart .ciya-mini-cart-item a.product-title:hover {
  color: var(--sage);
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .quantity {
  padding: 0;
  position: relative;
  display: block;
  line-height: 18px;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .quantity .amount {
  font-weight: 600;
  color: var(--sage);
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__total {
  border: none;
  border-top: 0 solid #f5f5f5;
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__total.total {
  border-top: 0 double #f5f5f5;
  padding: 0;
  margin-bottom: 0;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__total.total strong {
  color: #323232;
  min-width: 40px;
  display: inline-block;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__total.total .amount {
  float: right;
  font-size: 20px;
  font-weight: 600;
  padding-left: 5px;
  color: var(--sage);
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons {
  padding: 0;
  margin: 0;
  display: flex;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons .button {
  margin: 0;
  padding: 5px 27px;
  margin-right: 5px;
  line-height: 34px;
  width: 49%;
  border-radius: 0;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons a.button {
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons a.button:last-child {
  background: #323232;
  margin-right: 0;
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons a.button:last-child:hover {
  background: var(--sage);
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons a.button:first-child {
  background: var(--sage);
}

header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons a.button:first-child:hover {
  background: #323232;
}

header.site-header .ciya-tools-actions li:hover .cart-contents .widget-shopping-cart {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

header.site-header .ciya-tools-actions li:hover .cart-contents .widget-shopping-cart .svelta-mini-cart-empty-message {
  margin: 10px 0;
}

header.site-header .ciya-tools-cart .cart-link,
header.site-header .ciya-tools-cart a,
header.site-header .ciya-tools-wishlist .cart-link,
header.site-header .ciya-tools-wishlist a {
  position: relative;
}

header.site-header .ciya-tools-cart .cart-link .count,
header.site-header .ciya-tools-cart .cart-link .svelta-wishlist-count,
header.site-header .ciya-tools-cart a .count,
header.site-header .ciya-tools-cart a .svelta-wishlist-count,
header.site-header .ciya-tools-wishlist .cart-link .count,
header.site-header .ciya-tools-wishlist .cart-link .svelta-wishlist-count,
header.site-header .ciya-tools-wishlist a .count,
header.site-header .ciya-tools-wishlist a .svelta-wishlist-count {
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: -12px;
  margin-right: -17px;
  color: #fff;
  background: var(--sage);
  border-radius: 50%;
}

header.site-header .header-nav {
  background: var(--sage);
}

header.site-header .sticky-wrapper {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 96px;
  overflow: hidden;
}

header.site-header .sticky-wrapper.is-sticky {
  opacity: 1;
  z-index: 9999;
}

header.site-header.is-sticky {
  width: 100%;
  left: 0;
  z-index: 999;
  position: fixed;
  top: 0px;
}

header.site-header.is-sticky .container-fluid {
  max-width: 1300px;
  padding-right: 15px;
  padding-left: 15px;
}

header.site-header.is-sticky .topbar {
  display: none;
}

header.site-header.is-sticky .logo-wrapper {
  padding: 14px 0px;
}

header.site-header.is-sticky .header-search-wrap {
  display: none;
}

header.site-header.is-sticky .mega-menu .menu-links > li > a {
  height: 70px;
  line-height: 70px;
}

header.site-header.is-sticky .mega-menu .menu-links > li .drop-down.grid-col-12 {
  width: 1270px;
  left: 50%;
  margin-left: -635px;
}

.mega-menu .menu-links > li:hover {
  background-color: transparent !important;
}

.mega-menu .menu-links > li:hover > a {
  color: var(--sage);
}

.mega-menu .menu-links > li > a {
  border: 0 solid #fff;
  outline: none;
  text-decoration: none;
  padding: 0 10px 0 10px;
  line-height: 83px;
  font-weight: 400;
  height: 83px;
  vertical-align: baseline;
  text-align: left;
  width: auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 0 0;
  font-family: inherit;
  font-size: 14px;
}

.mega-menu .menu-links > li > a i {
  padding-left: 5px !important;
}

.mega-menu .menu-links > li.active {
  background-color: transparent;
}

.mega-menu .menu-links > li.active > a {
  color: var(--sage) !important;
}

.mega-menu .menu-links .drop-down-multilevel {
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.mega-menu .menu-links .drop-down-multilevel li:hover {
  background-color: transparent;
  color: var(--sage);
}

.mega-menu .menu-links .drop-down-multilevel li:hover > a {
  color: var(--sage);
}

.mega-menu .menu-links .drop-down-multilevel li:hover > a i {
  color: var(--sage) !important;
}

.mega-menu .menu-links .drop-down-multilevel a {
  background: rgba(255, 255, 255, 0);
  color: #969696;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px 8px 15px;
  line-height: 22px;
  min-height: auto;
}

.mega-menu .menu-links .drop-down-multilevel a span {
  transition: all 0.3s ease-in-out;
}

.mega-menu .menu-links .drop-down-multilevel a:hover span {
  color: var(--sage);
}

.mega-menu .menu-links .drop-down {
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.mega-menu .menu-links .drop-down h4 {
  color: #323232;
  margin-bottom: 15px;
}

.mega-menu .menu-links .drop-down a {
  color: #969696;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0 3px 0;
  line-height: 22px;
  min-height: auto;
  color: #969696;
}

.mega-menu .menu-links .drop-down a:hover {
  color: var(--sage);
}

.mega-menu .menu-links .drop-down .grid-col-2 {
  width: 20%;
}

.mega-menu > section.menu-list-items {
  background-color: transparent;
}

.search_form-wrap {
  float: right;
}

.search_form-wrap .select2-container {
  width: 225px !important;
}

.search_form-wrap .search_form-inner input.form-control {
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
  width: 450px;
  padding-right: 50px;
  font-size: 15px;
  box-shadow: none;
  height: 45px;
  min-width: 220px;
  padding: 0 25px;
  border-radius: 0 50px 50px 0;
}

.search_form-wrap .search_form-inner .select2-selection.select2-selection--single {
  border: none;
}

.search_form-wrap .search_form-search-button {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  right: 5px;
}

.search_form-wrap .search_form-search-button:before {
  content: "\f002";
  right: 0;
  position: relative;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  top: 0;
  font-size: 16px;
  line-height: 43px;
  font-family: FontAwesome;
  color: var(--sage);
  transition: all .5s ease-out 0s;
}

.search_form-wrap .search_form-search-button input[type=submit] {
  border: none;
  height: 45px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  z-index: 9;
  transition: none;
  background: 0 0;
}

.search_form-wrap .search_form-input-wrap {
  position: relative;
}

.search_form-wrap .search-form {
  display: flex;
}

.search_form-wrap .search-form .screen-reader-text {
  display: none;
}

.search_form-wrap .search-form .search_form-search-field {
  position: relative;
  vertical-align: top;
}

.search_form-wrap .select2-selection--single {
  border-radius: 50px 0 0 50px;
  height: 45px;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  padding-left: 15px;
}

.search_form-wrap .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  color: #969696;
}

.search_form-wrap .select2-selection--single .select2-selection__arrow {
  height: 41px;
  width: 30px;
}

.select2-container--default .select2-dropdown {
  border: none;
  border-color: #e8e8e8;
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
  overflow: auto;
}

.select2-container--default .select2-selection--single {
  height: 45px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  color: #969696;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  width: 30px;
}

.select2-container--default .select2-results__option {
  padding: 5px 15px;
  line-height: 24px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--sage);
  color: #fff;
}

.select2-container--default .select2-results__option:hover {
  background-color: var(--sage);
  color: #fff;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: var(--sage);
  color: #fff;
}

.select2-search--dropdown {
  display: none;
}

/********************************
    header-style-menu-default
********************************/
.header-style-menu-default .topbar .topbar-link ul li:first-child {
  padding-right: 10px;
}

.header-style-menu-default .topbar .topbar-link ul li:last-child {
  padding-right: 0;
}

/********************************
    Header-style-logo-center
********************************/
.header-style-logo-center .header-search-wrap .search-button-wrap .search-button {
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #323232;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header-style-logo-center .header-search-wrap .search-button-wrap .search-button:hover {
  color: var(--sage);
}

.header-style-logo-center .header-search-wrap .search-button-wrap .btn.focus,
.header-style-logo-center .header-search-wrap .search-button-wrap .btn:focus,
.header-style-logo-center .header-search-wrap .search-button-wrap .btn-primary,
.header-style-logo-center .header-search-wrap .search-button-wrap .btn-primary:focus {
  box-shadow: none;
}

.header-style-logo-center .logo-wrapper {
  text-align: center !important;
}

.header-style-logo-center .logo-wrapper img {
  max-height: 45px;
}

.header-style-logo-center .primary-nav-wrapper {
  vertical-align: middle;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

/********************************
    Header-style-menu-center
********************************/
.header-style-menu-center .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.header-style-menu-center .topbar {
  padding: 0 !important;
}

.header-style-menu-center .topbar .topbar-link ul {
  align-items: center;
}

.header-style-menu-center .topbar .topbar-left li.topbar_item {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 14px;
}

.header-style-menu-center .topbar .topbar-left li.topbar_item:first-child {
  border: none;
  padding-left: 0;
}

.header-style-menu-center .topbar .topbar-left li.topbar_item:first-child a {
  padding-left: 0;
}

.header-style-menu-center .topbar .topbar-left li.topbar_item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-menu-center .topbar .topbar-right .topbar-link > ul > li .top-menu li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 14px;
}

.header-style-menu-center .topbar .topbar-right .topbar-link > ul > li .top-menu li:first-child {
  padding-left: 14px !important;
}

.header-style-menu-center .topbar .topbar-right .topbar-link > ul > li .top-menu li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-menu-center .header-nav-right-wrapper {
  text-align: right;
}

.header-style-menu-center .header-nav-right-wrapper .ciya-tools {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.header-style-menu-center .header-search-wrap {
  display: inline-block;
  vertical-align: middle;
}

.header-style-menu-center .header-search-wrap .search-button-wrap .search-button {
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #323232;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header-style-menu-center .header-search-wrap .search-button-wrap .search-button:hover {
  color: var(--sage);
}

.header-style-menu-center .header-search-wrap .search-button-wrap .btn.focus,
.header-style-menu-center .header-search-wrap .search-button-wrap .btn:focus,
.header-style-menu-center .header-search-wrap .search-button-wrap .btn-primary,
.header-style-menu-center .header-search-wrap .search-button-wrap .btn-primary:focus {
  box-shadow: none;
}

.header-style-menu-center .header-search-wrap .search-button-wrap span {
  display: none;
}

.header-style-menu-center .header-nav {
  background: transparent !important;
}

.header-style-menu-center .mega-menu .menu-links > li > a {
  color: #323232;
}

.header-style-menu-center .mega-menu .menu-links > li:hover > a,
.header-style-menu-center .mega-menu .menu-links > li:focus > a {
  color: var(--sage);
}

.header-style-menu-center .primary-nav-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
}

.header-style-menu-center .logo-wrapper {
  text-align: center;
}

.header-style-menu-center .logo-wrapper img {
  max-height: 45px;
}

.header-style-menu-center .drop-down.grid-col-12 {
  width: 1170px;
  left: 50%;
  margin-left: -585px;
}

/********************************
    Header-style-menu-right
********************************/
.header-style-menu-right .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.header-style-menu-right .topbar {
  padding: 0 !important;
}

.header-style-menu-right .topbar .topbar-link ul {
  align-items: center;
}

.header-style-menu-right .topbar .topbar-left li.topbar_item {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 14px;
}

.header-style-menu-right .topbar .topbar-left li.topbar_item:first-child {
  border: none;
  padding-left: 0;
}

.header-style-menu-right .topbar .topbar-left li.topbar_item:first-child a {
  padding-left: 0;
}

.header-style-menu-right .topbar .topbar-left li.topbar_item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-menu-right .topbar .topbar-right .topbar-link > ul > li .top-menu li {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 14px;
}

.header-style-menu-right .topbar .topbar-right .topbar-link > ul > li .top-menu li:first-child {
  padding-left: 14px !important;
}

.header-style-menu-right .topbar .topbar-right .topbar-link > ul > li .top-menu li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-menu-right .logo-wrapper {
  text-align: center;
}

.header-style-menu-right .logo-wrapper img {
  max-height: 45px;
}

.header-style-menu-right .header-nav {
  background: transparent !important;
  text-align: right;
}

.header-style-menu-right .mega-menu .menu-links > li > a {
  color: #323232;
}

.header-style-menu-right .primary-nav-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.header-style-menu-right .header-search-wrap {
  display: inline-block;
  vertical-align: middle;
}

.header-style-menu-right .header-search-wrap .search-button-wrap .search-button {
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #323232;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header-style-menu-right .header-search-wrap .search-button-wrap .search-button:hover {
  color: var(--sage);
}

.header-style-menu-right .header-search-wrap .search-button-wrap .btn.focus,
.header-style-menu-right .header-search-wrap .search-button-wrap .btn:focus,
.header-style-menu-right .header-search-wrap .search-button-wrap .btn-primary,
.header-style-menu-right .header-search-wrap .search-button-wrap .btn-primary:focus {
  box-shadow: none;
}

.header-style-menu-right .header-search-wrap .search-button-wrap span {
  display: none;
}

.header-style-menu-right .header-nav-right-wrapper {
  text-align: right;
  padding-right: 15px;
}

.header-style-menu-right .header-nav-right-wrapper .ciya-tools {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

/********************************
    Header-style-Topbar-with-Main-Header
********************************/
.header-style-topbar-with-main-header .logo-wrapper {
  text-align: center;
}

.header-style-topbar-with-main-header .logo-wrapper img {
  max-height: 45px;
}

.header-style-topbar-with-main-header .header-nav-right-wrapper {
  text-align: right;
  padding-right: 0px;
}

.header-style-topbar-with-main-header .header-nav-right-wrapper .ciya-tools {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.header-style-topbar-with-main-header .ciya-tools-actions > li i {
  color: #fff !important;
}

.header-style-topbar-with-main-header .ciya-tools-actions > li i:hover:hover {
  color: #323232 !important;
}

.header-style-topbar-with-main-header .ciya-tools-cart a .count,
.header-style-topbar-with-main-header .ciya-tools-wishlist a .svelta-wishlist-count {
  background: #323232 !important;
}


.header-style-topbar-with-main-header .header-search-wrap {
  display: inline-block;
  vertical-align: middle;
}

.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap .search-button {
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap .search-button:hover {
  color: #323232;
}

.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap .btn.focus,
.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap .btn:focus,
.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap .btn-primary,
.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap .btn-primary:focus {
  box-shadow: none;
}

.header-style-topbar-with-main-header .header-search-wrap .search-button-wrap span {
  display: none;
}

.header-style-topbar-with-main-header .primary-nav-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.header-style-topbar-with-main-header .header-main-bg-color-default {
  background-color: var(--sage);
}

/********************************
    header-style-right-topbar-main
********************************/
.header-style-right-topbar-main .topbar-bg-color-default {
  background: var(--sage);
}

.header-style-right-topbar-main .topbar-link > ul > li a {
  color: #fff !important;
}

.header-style-right-topbar-main .topbar {
  padding: 5px 20px !important;
}

.header-style-right-topbar-main .logo-wrapper {
  text-align: center;
}

.header-style-right-topbar-main .logo-wrapper img {
  max-height: 45px;
}

.header-style-right-topbar-main .header-search-wrap {
  display: inline-block;
  vertical-align: middle;
}

.header-style-right-topbar-main .header-search-wrap .search-button-wrap .search-button {
  width: 35px;
  height: 45px;
  line-height: 45px;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #323232;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.header-style-right-topbar-main .header-search-wrap .search-button-wrap .search-button:hover {
  color: var(--sage);
}

.header-style-right-topbar-main .header-search-wrap .search-button-wrap .btn.focus,
.header-style-right-topbar-main .header-search-wrap .search-button-wrap .btn:focus,
.header-style-right-topbar-main .header-search-wrap .search-button-wrap .btn-primary,
.header-style-right-topbar-main .header-search-wrap .search-button-wrap .btn-primary:focus {
  box-shadow: none;
}

.header-style-right-topbar-main .header-search-wrap .search-button-wrap span {
  display: none;
}

.header-style-right-topbar-main .header-nav-right-wrapper {
  text-align: right;
  padding-right: 0px;
}

.header-style-right-topbar-main .header-nav-right-wrapper .ciya-tools {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.header-style-right-topbar-main .header-main-bg-color-default {
  background-color: transparent;
  padding: 5px 15px;
}

.header-style-right-topbar-main .header-nav {
  background: transparent !important;
}

.header-style-right-topbar-main .mega-menu .menu-links > li > a {
  color: #323232;
}

.header-style-right-topbar-main .border-left {
  border-color: #ddd;
}

#primary-menu i.hot-label,
#primary-menu i.new-label,
#primary-menu i.popular-label,
#primary-menu i.sale-label {
  background: #ffba03;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 2px 5px;
  line-height: 16px;
  margin-left: 5px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.mobile-menu {
  display: none;
}

.search-modal {
  margin: 20px;
  background: #fff;
}

.search-modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered-footer{
  min-height: calc(100% - 3.5rem) !important;
}

.text-transform-none{
  text-transform: none !important;
}

.search-modal .search-wrapper {
  max-width: 100%;
  margin: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.search-modal .search-wrapper .search-modal-content {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap {
  float: none;
  text-align: left;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search-form {
  align-items: center;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner {
  padding: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .search_form-input-wrap {
  width: 100%;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner input.form-control {
  width: 100%;
  min-width: 100%;
  border-radius: 0;
  width: 100%;
  height: 55px;
  padding: 0 15px;
  font-size: 16px;
  border: none;
  padding-right: 60px;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .select2-selection.select2-selection--single {
  border-radius: 0;
  background: transparent;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .search_form-category-wrap {
  position: relative;
  padding-right: 10px;
  vertical-align: middle;
  display: table-cell;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .search_form-category-wrap:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: #ddd;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-search-button {
  width: 50px;
  height: 55px;
}

.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-search-button:before {
  line-height: 55px;
}

.search-modal .search-wrapper .search-modal-content .modal-header {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 40px;
  right: 40px;
}

.search-modal .search-wrapper .search-modal-content .modal-header .close span {
  font-size: 0;
}

.search-modal .search-wrapper .search-modal-content .modal-header .close span:before {
  content: "\f156";
  font-family: pgsicon-ecommerce;
  font-size: 22px;
}

.search-modal .search-wrapper .search-modal-content .search-modal-content-inner {
  width: 50%;
  margin: auto;
}

.search-modal .search-wrapper .search-modal-content .search-modal-content-inner .search_form-keywords-title {
  font-size: 22px;
  text-align: center;
  padding: 60px 0 20px 0;
  color: #323232;
  font-weight: 600;
}

.search-modal .search-wrapper .search-modal-content .search-modal-content-inner .search_form-keywords-list {
  text-align: center;
}

.search-modal .search-wrapper .search-modal-content .search-modal-content-inner .search_form-keywords-list li {
  list-style: none;
  display: inline-block;
}

.search-modal .search-wrapper .search-modal-content .search-modal-content-inner .search_form-keywords-list li a {
  display: inline-block;
  color: #969696;
  line-height: 24px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  margin: 5px 3px;
  padding: 4px 18px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.compare-modal {
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
}

.compare-modal.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

.compare-modal .compare-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  border: 20px solid #fff;
  overflow: hidden;
  overflow-y: auto;
}

.compare-modal .compare-content {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.compare-modal .compare-content .compare-title {
  position: relative;
  margin-bottom: 15px;
}

.compare-modal .compare-content .compare-title h1 {
  background: 0 0;
  font-size: 22px;
  color: var(--sage);
  font-weight: 600;
  margin-bottom: 5px;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  text-align: center;
}

.compare-modal .compare-content .compare-title button.close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.compare-modal .compare-content .compare-title button.close:focus {
  box-shadow: none;
  outline: none;
}

.compare-modal .compare-content table td,
.compare-modal .compare-content table th {
  vertical-align: middle;
}

.compare-modal .compare-content table th {
  width: 20%;
}

.compare-modal .compare-content table td {
  width: 26%;
}

.compare-modal .compare-content table tbody tr th {
  text-align: right;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.compare-modal .compare-content table tbody tr td {
  text-align: center;
}

.compare-modal .compare-content table tbody tr td:nth-of-type(odd) {
  background: #f7f7f7;
}

.compare-modal .compare-content table tbody tr td a {
  color: #969696;
}

.compare-modal .compare-content table tbody tr td a span {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  border-radius: 18px;
  display: inline-block;
  font-weight: 600;
  color: red;
  font-size: 1em;
}

.compare-modal .compare-content table tbody tr td a span:hover {
  background-color: red;
  color: #fff;
}

.compare-modal .compare-content table tbody tr.image .image-wrap img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DADADA;
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 20px;
  max-width: none;
  width: 220px;
}

.compare-modal .compare-content table tbody tr.price .ciya-Price-amount.amount {
  font-size: 16px;
  text-decoration: none;
  padding: 0 5px;
  display: inline-block;
  font-weight: 600;
  color: var(--sage);
}



.compare-modal .compare-content table tbody tr.add-to-cart a {
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  margin: 10px 0;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

.compare-modal .compare-content table tbody tr.add-to-cart a:hover {
  background: #323232;
}

.compare-modal .compare-content table tbody tr.description p,
.compare-modal .compare-content table tbody tr.description span,
.compare-modal .compare-content table tbody tr.description td,
.compare-modal .compare-content table tbody tr.dimensions p,
.compare-modal .compare-content table tbody tr.dimensions span,
.compare-modal .compare-content table tbody tr.dimensions td,
.compare-modal .compare-content table tbody tr.pa-size p,
.compare-modal .compare-content table tbody tr.pa-size span,
.compare-modal .compare-content table tbody tr.pa-size td,
.compare-modal .compare-content table tbody tr.sku p,
.compare-modal .compare-content table tbody tr.sku span,
.compare-modal .compare-content table tbody tr.sku td {
  color: #969696;
}

.compare-modal .compare-content table tbody tr.stock span {
  color: #009900;
}

.compare-modal .compare-content table tbody .remove th,
.compare-modal .compare-content table tbody .remove td {
  border-top: none;
  border-bottom: none;
}

.compare-modal .compare-content table tbody .image th,
.compare-modal .compare-content table tbody .image td {
  border-top: none;
}

.compare-modal .compare-content table tbody tr.title td {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #323232;
}

/* Responsive */
@media screen and (max-width:991px) {
  .header-style-menu-center .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-menu {
    display: block;
  }

  #mainMenu,
  .slicknav_btn,
  .topbar {
    display: none;
  }

  header.site-header .ciya-tools {
    margin-left: 0;
  }

  header.site-header .ciya-tools .ciya-tools-action i {
    font-size: 18px;
  }

  .mobile-butoon-menu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    padding-right: 0px;
  }

  .mobile-butoon-menu a {
    text-align: center;
    display: block;
    color: #323232;
    font-size: 18px;
    position: relative;
    width: 20px;
    height: 24px;
    margin-left: 5px;
  }

  .mobile-butoon-menu a span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #323232;
    left: 0;
    top: 11px;
  }

  .mobile-butoon-menu a span:after,
  .mobile-butoon-menu a span:before {
    transition: all .2s ease-in-out 0s;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #323232;
    left: 0;
  }

  .mobile-butoon-menu a span:before {
    top: -7px;
  }

  .mobile-butoon-menu a span:after {
    top: 7px;
  }

  .slicknav_menu {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    z-index: 99;
    padding: 0px 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin-top: -1px;
  }

}

/*-----------------Header mobile menu---------------------*/
header.site-header .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 12px;
  vertical-align: middle;
  border: medium none;
}

.navbar-nav .dropdown-menu {
  -ms-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.1);
  border: medium none;
}

.navbar-expand-md .navbar-nav .dropdown-menu.dropdown-menu-right.show {
  transform: rotateX(0deg);
  transition: all 400ms ease 0s;
  padding: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  top: 59px;
  left: auto;
  width: 100%;
  right: auto;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transform: rotateX(90deg);
  transform-origin: 0 0;
  margin-top:-5px;
}

.navbar-nav .dropdown-menu .dropdown-item:first-child {
  padding-top: 10px;
}
.navbar-nav .dropdown-menu .dropdown-item{
  padding: 10px 20px;
}
.navbar-nav .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 10px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 6px 20px;
}

.navbar-nav .dropdown-menu .dropdown-item a {
  color: #969696;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--sage);
}

.navbar-nav .dropdown-menu .dropdown-item  a {
  color: #969696;
  padding: 8px 15px 8px 15px;
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  color: #323232;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--sage);
}

nav.navbar.navbar-light.bg-faded {
  display: none;
}

.navbar.navbar-light .navbar-toggler {
  border: medium none;
  position: absolute;
  left: 0px;
  top: -54px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  transition: all 0.3s ease-in-out;
  transform: rotateX(90deg);
  transform-origin: 0 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu.dropdown-menu-right.show {
  transform: rotateX(0deg);
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .dropdown-menu.show {
  transform: rotateX(0deg);
  transition: all 0.3s ease-in-out;
}

.navbar-nav .dropdown-menu .dropdown-item a {
  color: #323232;
}

.navbar-light .navbar-nav .nav-link {
  color: #323232;
  font-size: 14px;
  padding: 29px 10px;
  text-transform: uppercase;
}

nav.navbar.navbar-light.bg-faded {
  display: none;
}

.border-nav{
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.dropdown-menu-right{
  width: 100%;
  border: none;
}

.buttonsubmenu{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  border: none;
  margin-bottom: 0px;
  display: block;
  background-color: white !important;
  letter-spacing: normal !important;
  color: var(--black) !important;
  text-transform: uppercase;
}

.buttonsubmenu:not(:disabled):not(.disabled).active:focus{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  display: block;
  line-height: 1.25;
  border: none;
  background-color: white !important;
  letter-spacing: normal !important;
  color: var(--black) !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.navbar.navbar-light .navbar-toggler {
  border: medium none;
  position: absolute;
  left: 0px;
  top: -54px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(/static/media/toggle.3585d30750bf065eed5c.svg)
}

.icon-filter {
  background-image: url(/static/media/filter.62c6b904f95b53151574.svg)
}


.share-icon {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  word-wrap: break-word;
  color:black;
  width: 100%;
  padding-left:10px;
}

.share-image{
  margin-right:10px;
}

/********************************
    footer-default
********************************/
footer.site-footer {
  background: #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
}

footer.site-footer .footer-widgets-wrapper {
  padding: 30px 0 35px;
}

footer.site-footer .logo-wrapper {
  text-align: left;
}

footer.site-footer .logo-wrapper img {
  max-width: 200px;
}

footer.site-footer .footer-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #323232;
}

footer.site-footer .widget {
  margin-top: 30px;
}

footer.site-footer .widget ul {
  margin-bottom: 0;
  padding-left: 0;
}

footer.site-footer .widget ul li {
  margin: 5px 0;
  line-height: 30px;
  list-style-type: none;
}

footer.site-footer .widget ul li a {
  color: #969696;
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

footer.site-footer .widget ul li:hover a {
  color: var(--sage);
}

footer.site-footer .pgs-social-profiles .social-profiles ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}

footer.site-footer .pgs-social-profiles .social-profiles ul li {
  display: inline-block;
  margin: 0;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
  list-style-type: none;
}

footer.site-footer .pgs-social-profiles .social-profiles ul li a i {
  border: 1px solid rgba(173, 173, 173, 0.5);
  font-size: 13px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  vertical-align: top;
  text-align: center;
  color: #969696;
  transition: all .3s ease-in-out;
}

footer.site-footer .pgs-social-profiles .social-profiles ul li a:hover i {
  background-color: var(--sage);
  border-color: var(--sage);
  color: #fff;
}

footer.site-footer .footer-nav-menu .footer-title {
  margin-bottom: 25px;
  text-transform: capitalize;
}

footer.site-footer .footer-nav-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}

footer.site-footer .footer-nav-menu ul li {
  list-style-type: none;
}

footer.site-footer .footer-nav-menu ul li a {
  position: relative;
  padding: 0;
  padding-left: 15px;
  transition: all .2s ease-in-out;
}

footer.site-footer .footer-nav-menu ul li a:after,
footer.site-footer .footer-nav-menu ul li a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  opacity: 1;
  transition: all .2s ease-in-out;
}

footer.site-footer .footer-nav-menu ul li a:after {
  left: -10px;
  opacity: 0;
}

footer.site-footer .footer-nav-menu ul li a:hover:after {
  left: 0px;
  opacity: 1;
}

footer.site-footer .footer-nav-menu ul li a:hover:before {
  left: 10px;
  opacity: 0;
}

footer.site-footer .pgs-contact-widget ul li i {
  display: table-cell;
  padding-right: 10px;
  min-width: 24px;
  color: var(--sage);
}

footer.site-footer .pgs-contact-widget ul li span {
  display: table-cell;
}

footer.site-footer .pgs-newsletter-widget .newsletter_form {
  position: relative;
}

footer.site-footer .pgs-newsletter-widget .newsletter_form .newsletter-email {
  margin-bottom: 0;
  padding-right: 55px;
  color: #323232;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  padding: 0 15px;
  height: 46px;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
}

footer.site-footer .pgs-newsletter-widget .newsletter_form .newsletter-email:focus {
  border-color: var(--sage);
}

footer.site-footer .pgs-newsletter-widget .newsletter_form .button-area .input-group-btn > .btn {
  width: 43px;
  height: 46px;
  position: absolute;
  font-size: 0;
  top: 0;
  right: 0;
  padding: 0;
  line-height: 46px;
  background: var(--sage);
  color: #fff;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
}

footer.site-footer .pgs-newsletter-widget .newsletter_form .button-area .input-group-btn > .btn:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-size: 14px;
}

footer.site-footer .pgs-opening-widget .pgs-opening-hours ul li {
  list-style-type: none;
  color: #969696;
  margin: 3px 0;
}

footer.site-footer .pgs-opening-widget .pgs-opening-hours ul li i {
  margin-right: 8px;
  color: var(--sage);
}

footer.site-footer .pgs-opening-widget .pgs-opening-hours ul li span {
  font-weight: 600;
  width: 120px;
  display: inline-block;
}

footer.site-footer .pgs-opening-widget .pgs-opening-hours ul li label {
  margin-bottom: 0;
}

footer.site-footer .pgs-instagram-widget .pgs-instgram-widget .instgram-item {
  width: 29%;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

footer.site-footer .pgs-instagram-widget .pgs-instgram-widget .instgram-item:nth-child(-n+3) {
  margin-top: 0;
}

footer.site-footer .pgs-gallery-widget .pgs-gallery {
  display: inline-block;
  width: 100%;
}

footer.site-footer .pgs-gallery-widget .pgs-gallery .gallery-item {
  border: 1px solid #ddd;
  margin-right: 4%;
  margin-bottom: 4%;
  border-radius: 3px;
  width: 29%;
  float: left;
}

footer.site-footer .pgs-gallery-widget .pgs-gallery .gallery-item img {
  margin-bottom: 0;
  border-radius: 3px;
}

footer.site-footer .pgs-recent-entries .recent-post {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: table;
  width: 100%;
}

footer.site-footer .pgs-recent-entries .recent-post .recent-post-image {
  width: 65px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
}

footer.site-footer .pgs-recent-entries .recent-post .recent-post-info {
  display: table-cell;
  vertical-align: middle;
}

footer.site-footer .pgs-recent-entries .recent-post .recent-post-info a {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  line-height: 20px;
  margin-bottom: 3px;
  display: inline-block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

footer.site-footer .pgs-recent-entries .recent-post .recent-post-info .post-date {
  display: block;
  font-size: 12px;
}

footer.site-footer .pgs-recent-entries .recent-post .recent-post-info .post-date i {
  margin-right: 7px;
  color: var(--sage);
}

footer.site-footer .pgs-apps-store .apps-store-img .apps-store-item {
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
}

footer.site-footer .pgs-apps-store .apps-store-img .apps-store-item img {
  width: 140px;
}

footer.site-footer .pgs-products .product-list-widget li {
  padding: 10px 0;
}

footer.site-footer .pgs-products .product-list-widget li a {
  font-weight: 500;
  color: #323232;
  font-size: 13px;
}

footer.site-footer .pgs-products .product-list-widget li a .media img {
  margin-right: 15px;
  margin-left: 0;
  width: 60px;
}

footer.site-footer .pgs-products .product-list-widget li a .media .amount {
  color: var(--sage);
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(142, 142, 142, 0.2);
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .pgs-social-profiles {
  margin-bottom: 20px;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .pgs-social-profiles .social-profiles ul li a i {
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .pgs-social-profiles .social-profiles ul li a:hover i {
  background-color: none;
  border: none;
  color: var(--sage);
}

footer.site-footer .footer-bottom-wrapper .footer-bottom h5 {
  display: inline-block;
  margin-bottom: 0;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .apps-store-img {
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .pgs-newsletter-widget .newsletter_form {
  position: relative;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .pgs-newsletter-widget .newsletter_form .button-area .input-group-btn > .btn.submit {
  width: auto;
  background: none;
  padding: 0 15px;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 46px;
  color: #000000;
  text-transform: uppercase;
  border-radius: 0 50px 50px 0;
}

footer.site-footer .footer-bottom-wrapper .footer-bottom .pgs-newsletter-widget .newsletter_form .button-area .input-group-btn > .btn:before {
  margin-right: 14px;
}

footer.site-footer .site-info {
  font-weight: 600;
  font-size:11px;
  color: #000000;
  text-transform: uppercase;
  background:#f4f1f173;
  padding: 25px 0;
}

footer.site-footer .site-info .footer-widget p {
  margin-bottom: 0;
  color: #000000;
}

footer.site-footer .site-info .footer-widget p a {
  color: #000000;
}

footer.site-footer .site-info .footer-widget p a:hover {
  color: #000000;
}

footer.site-footer .product-tag-cloud .tagcloud a {
  background: 0 0;
  color: #000000;
  margin-bottom: 8px;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  line-height: 28px;
  padding: 0 12px;
  text-transform: uppercase;
  border-radius: 2px;
}

footer.site-footer .product-tag-cloud .tagcloud a:hover,
footer.site-footer .product-tag-cloud .tagcloud a:focus {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}

footer.site-footer .product-tag-cloud .tagcloud a.tag-cloud-link {
  border: 1px solid rgba(150, 150, 150, 0.25);
  padding: 0 17px;
  font-size: 13px !important;
}

footer.site-footer .footer-align-left {
  text-align: left;
}

footer.site-footer .footer-align-center {
  text-align: center;
}

footer.site-footer .footer-align-center .footer-nav-menu ul li a {
  padding-left: 0;
}

footer.site-footer .footer-align-center .footer-nav-menu ul li a:before,
footer.site-footer .footer-align-center .footer-nav-menu ul li a:after {
  content: "";
}

footer.site-footer .footer-align-center .pgs-contact-widget ul li i {
  display: inline-block;
}

footer.site-footer .footer-align-center .pgs-contact-widget ul li span {
  display: inline-block;
}

footer.site-footer .footer-align-right {
  text-align: right;
}

/********************************
    footer-style-2
********************************/
footer.site-footer.footer-style-2 .footer-widgets {
  text-align: center;
}

footer.site-footer.footer-style-2 .footer-nav-menu ul li {
  padding: 0 10px;
  display: inline-block;
}

footer.site-footer.footer-style-2 .footer-widgets-wrapper {
  padding: 30px 0 50px;
}

/********************************
    footer-style-4
********************************/
@media (min-width:1200px) {
  .container {
    max-width: 1300px;
  }

}

#preloader {
  opacity: 0.6;
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

#preloader > div {
  height: 100%;
  position: relative;
  width: 100%;
}

#preloader > div svg {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}


#preloader-modal-cart {
  opacity: 0.6;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

#preloader-modal-cart > div {
  height: 100%;
  position: relative;
  width: 100%;
}

#preloader-modal-cart > div svg {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

#back-to-top .top {
  z-index: 998;
  margin: 0;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 40px;
  font-size: 24px;
  background: var(--sage);
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.header_intro_bg-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-image: url(/static/media/img-01.5f7968072714a390d89c.jpeg) !important;
}

.header_intro_opacity::before {
  background-color: rgba(30, 30, 30, 0.8);
}

.inner-intro {
  height: auto !important;
  background: #fbfbfb;
  padding: 10px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}

.inner-intro.header_intro {
  height: 200px !important;
  position: relative;
  z-index: 0;
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}

.inner-intro.header_intro.header_intro_opacity-custom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.inner-intro.header_intro h1 {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: capitalize;
}

.inner-intro.header_intro .page-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.inner-intro.header_intro .page-breadcrumb li {
  line-height: 22px;
  color: #fff;
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 5px;
  padding-left: 8px;
}

.inner-intro.header_intro .page-breadcrumb li:before {
  content: "/";
  font-family: FontAwesome;
  position: relative;
  left: -8px;
  height: 20px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.inner-intro.header_intro .page-breadcrumb li.home:before {
  content: "\f015";
  line-height: 19px;
}

.inner-intro.header_intro .page-breadcrumb li span {
  position: relative;
  padding-left: 0;
}

.inner-intro.header_intro .page-breadcrumb li span a {
  color: inherit;
}

.inner-intro.header_intro .page-breadcrumb li:last-child {
  margin-right: 0;
}

.inner-intro.header_intro .page-breadcrumb li:hover a,
.inner-intro.header_intro .page-breadcrumb li:focus a {
  color: var(--sage);
}

.inner-intro.header_intro .page-breadcrumb li:hover.home:before,
.inner-intro.header_intro .page-breadcrumb li:focus.home:before {
  color: var(--sage);
}

.inner-intro h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
  word-wrap: break-word;
  text-transform: capitalize;
  font-weight: 600;
}

.inner-intro .page-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

.inner-intro .page-breadcrumb li {
  line-height: 22px;
  color: #323232;
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 5px;
  padding-left: 8px;
}

.inner-intro .page-breadcrumb li:before {
  content: "/";
  font-family: FontAwesome;
  position: relative;
  left: -8px;
  height: 20px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.inner-intro .page-breadcrumb li.home:before {
  content: "\f015";
  line-height: 19px;
}

.inner-intro .page-breadcrumb li span {
  position: relative;
  padding-left: 0;
}

.inner-intro .page-breadcrumb li span a {
  color: inherit;
}

.inner-intro .page-breadcrumb li:last-child {
  margin-right: 0;
}

.inner-intro .page-breadcrumb li:hover a,
.inner-intro .page-breadcrumb li:focus a {
  color: var(--sage);
}

.inner-intro .page-breadcrumb li:hover.home:before,
.inner-intro .page-breadcrumb li:focus.home:before {
  color: var(--sage);
}

.inner-intro .container {
  height: 100%;
}

.inner-intro .intro-title {
  height: 100%;
  position: relative;
  z-index: 9;
}

.inner-intro .intro-title-inner {
  margin-bottom: 0;
  width: 100%;
}

.inner-intro .intro-section-center .intro-title-inner,
.inner-intro .intro-section-center .page-breadcrumb {
  text-align: center;
  padding-bottom: 0;
}

.inner-intro .intro-section-right .intro-title-inner,
.inner-intro .intro-section-right .page-breadcrumb {
  text-align: right;
}

.inner-intro .intro-section-left .intro-title-inner,
.inner-intro .intro-section-left .page-breadcrumb {
  text-align: left;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  font-weight: 700;
}

.bg-dark-gray .section-title h1,
.bg-dark-gray .section-title h2,
.bg-dark-gray .section-title h3,
.bg-dark-gray .section-title h4,
.bg-dark-gray .section-title h5,
.bg-dark-gray .section-title h6 {
  color: #fff;
}

.bg-dark-gray p {
  color: #fff;
}

.table {
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

.table th {
  line-height: 1.5em;
  font-weight: 700;
}

.svelta_info_box-content_alignment-center {
  text-align: center;
}

.svelta_info_box-content_alignment-center .svelta_info_box-icon-inner {
  margin: 0 auto;
}

.svelta_info_box-layout-style_1.svelta_info_box-content_alignment-center .svelta_info_box-icon,
.svelta_info_box-layout-style_1.svelta_info_box-content_alignment-right .svelta_info_box-icon {
  display: inline-block;
}

.svelta_info_box-layout-style_1 .svelta_info_box-icon {
  margin-bottom: 15px;
}

.svelta_info_box-content_alignment-right {
  text-align: right;
}

.svelta_info_box-layout-style_2 .svelta_info_box-inner {
  clear: both;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-xs .svelta_info_box-icon {
  font-size: 22px;
  line-height: 22px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-icon {
  width: 65px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-sm .svelta_info_box-icon {
  font-size: 33px;
  line-height: 33px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-icon {
  width: 77px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-md .svelta_info_box-icon {
  font-size: 44px;
  line-height: 44px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-icon {
  width: 87px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-lg .svelta_info_box-icon {
  font-size: 55px;
  line-height: 55px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-icon {
  width: 75px;
  padding-left: 0;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-xs .svelta_info_box-icon i:before {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-sm .svelta_info_box-icon i:before {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-md .svelta_info_box-icon i:before {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-lg .svelta_info_box-icon i:before {
  font-size: 48px;
  line-height: 88px;
  margin-bottom: 15px;
}

.svelta_info_box-with-icon.svelta_info_box-icon_position-left .svelta_info_box-inner {
  display: table;
  width: 100%;
}

.svelta_info_box-with-icon.svelta_info_box-icon_position-left .svelta_info_box-icon {
  width: 6%;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}

.svelta_info_box-with-icon.svelta_info_box-icon_position-left .left-info-icon-bottom .svelta_info_box-icon {
  width: 87px;
  float: left;
}

.svelta_info_box-with-icon.svelta_info_box-icon_position-left .svelta-info-left-icon .svelta_info_box-icon {
  display: table-cell;
  float: none;
}

.svelta_info_box-with-icon.svelta_info_box-icon_position-right .svelta_info_box-icon {
  float: right;
  padding-left: 15px;
}

.col-sm-3 .svelta_info_box-with-icon.svelta_info_box-icon_position-right .svelta_info_box-content {
  width: 78%;
}

.col-sm-4 .svelta_info_box-with-icon.svelta_info_box-icon_position-right .svelta_info_box-content {
  width: 83%;
}

.col-sm-5 .svelta_info_box-with-icon.svelta_info_box-icon_position-right .svelta_info_box-content {
  width: 87%;
}

.col-sm-6 .svelta_info_box-with-icon.svelta_info_box-icon_position-right .svelta_info_box-content {
  width: 90%;
}

.col-sm-3 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 70%;
}

.col-sm-4 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 75%;
}

.col-sm-5 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 72%;
}

.col-sm-6 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 77%;
}

.col-sm-3 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 75%;
}

.col-sm-4 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 67%;
}

.col-sm-5 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 74%;
}

.col-sm-6 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 79%;
}

.col-sm-3 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 78%;
}

.col-sm-4 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 70%;
}

.col-sm-5 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 76%;
}

.col-sm-6 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 81%;
}

.col-sm-3 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 80%;
}

.col-sm-4 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 73%;
}

.col-sm-5 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 78%;
}

.col-sm-6 .svelta_info_box-icon-style-flat.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 82%;
}

.col-sm-3 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 72%;
}

.col-sm-4 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 66%;
}

.col-sm-5 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 72%;
}

.col-sm-6 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-lg .svelta_info_box-content {
  width: 77%;
}

.col-sm-3 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 73%;
}

.col-sm-4 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 77%;
}

.col-sm-5 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 74%;
}

.col-sm-6 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-md .svelta_info_box-content {
  width: 76%;
}

.col-sm-3 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 75%;
}

.col-sm-4 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 72%;
}

.col-sm-5 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 76%;
}

.col-sm-6 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-sm .svelta_info_box-content {
  width: 81%;
}

.col-sm-3 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 78%;
}

.col-sm-4 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 75%;
}

.col-sm-5 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 78%;
}

.col-sm-6 .svelta_info_box-icon-style-border.svelta_info_box-icon_position-right.svelta_info_box-icon-size-xs .svelta_info_box-content {
  width: 82%;
}

.svelta_info_box-with-icon.svelta_info_box-icon-style-border .svelta_info_box-icon-inner,
.svelta_info_box-with-icon.svelta_info_box-icon-style-border .svelta_info_box-icon-outer {
  display: inline-block;
}

.svelta_info_box-with-icon.svelta_info_box-icon-style-flat .svelta_info_box-icon-inner,
.svelta_info_box-with-icon.svelta_info_box-icon-style-flat .svelta_info_box-icon-outer {
  display: inline-block;
}

.svelta_info_box-with-icon.svelta_info_box-icon-style-flat .svelta_info_box-icon-inner {
  background-color: #878787;
  color: #fff;
}

.svelta_info_box-icon-shape-rounded .svelta_info_box-icon-inner,
.svelta_info_box-icon-shape-rounded .svelta_info_box-icon-outer {
  border-radius: 5px;
}

.svelta_info_box-icon-shape-round .svelta_info_box-icon-inner,
.svelta_info_box-icon-shape-round .svelta_info_box-icon-outer {
  border-radius: 50%;
}

.svelta_info_box-icon-style-border .svelta_info_box-icon-inner {
  border: 1px solid #878787;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-xs .svelta_info_box-icon-inner,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-xs .svelta_info_box-icon-inner {
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-sm .svelta_info_box-icon-inner,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-sm .svelta_info_box-icon-inner {
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-md .svelta_info_box-icon-inner,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-md .svelta_info_box-icon-inner {
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-lg .svelta_info_box-icon-inner,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-lg .svelta_info_box-icon-inner {
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-xs .svelta_info_box-icon-inner .vc-mono,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-xs .svelta_info_box-icon-inner .vc-mono {
  line-height: 11px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-sm .svelta_info_box-icon-inner .vc-mono,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-sm .svelta_info_box-icon-inner .vc-mono {
  line-height: 14px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-md .svelta_info_box-icon-inner .vc-mono,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-md .svelta_info_box-icon-inner .vc-mono,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-border.svelta_info_box-icon-size-lg .svelta_info_box-icon-inner .vc-mono,
.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-lg .svelta_info_box-icon-inner .vc-mono {
  line-height: 26px;
}

.svelta_info_box.svelta_info_box-icon-style-border .svelta_info_box-icon-inner,
.svelta_info_box.svelta_info_box-icon-style-flat .svelta_info_box-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svelta_info_box.svelta_info_box-icon-style-border.svelta_info_box-icon-source-image .svelta_info_box-icon-inner,
.svelta_info_box.svelta_info_box-icon-style-flat.svelta_info_box-icon-source-image .svelta_info_box-icon-inner {
  display: inline-block;
}

.svelta_info_box-icon-shape-square .svelta_info_box-icon {
  font-size: 30px;
}

.svelta_info_box-outer-border .svelta_info_box-icon-outer {
  border: 1px solid #323232;
  padding: 5px;
}

.svelta_info_box-description p {
  margin-bottom: 0;
  line-height: 22px;
}

.svelta_info_box-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.svelta_info_box-icon-source-image .svelta_info_box-icon {
  display: inline-block;
}

.svelta_info_box-icon-source-image .svelta_info_box-icon img {
  width: 100%;
  padding: 10px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-lg .svelta_info_box-icon img {
  padding: 20px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-md .svelta_info_box-icon img {
  padding: 16px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-sm .svelta_info_box-icon img {
  padding: 14px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-xs .svelta_info_box-icon img {
  padding: 12px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-xs .svelta_info_box-icon {
  width: 42px;
  margin-bottom: 15px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-sm .svelta_info_box-icon {
  width: 52px;
  margin-bottom: 15px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-md .svelta_info_box-icon {
  width: 62px;
  margin-bottom: 15px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-lg .svelta_info_box-icon {
  width: 82px;
  margin-bottom: 15px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-xs.svelta_info_box-icon_position-left .svelta_info_box-icon,
.svelta_info_box-icon-source-image.svelta_info_box-icon-size-xs.svelta_info_box-icon_position-right .svelta_info_box-icon {
  width: 82px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-sm.svelta_info_box-icon_position-left .svelta_info_box-icon,
.svelta_info_box-icon-source-image.svelta_info_box-icon-size-sm.svelta_info_box-icon_position-right .svelta_info_box-icon {
  width: 94px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-md.svelta_info_box-icon_position-left .svelta_info_box-icon,
.svelta_info_box-icon-source-image.svelta_info_box-icon-size-md.svelta_info_box-icon_position-right .svelta_info_box-icon {
  width: 99px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-size-lg.svelta_info_box-icon_position-left .svelta_info_box-icon,
.svelta_info_box-icon-source-image.svelta_info_box-icon-size-lg.svelta_info_box-icon_position-right .svelta_info_box-icon {
  width: 110px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-default .svelta_info_box-icon img {
  padding: 0;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-default.svelta_info_box-icon-size-xs .svelta_info_box-icon {
  width: 42px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-default.svelta_info_box-icon-size-sm .svelta_info_box-icon {
  width: 52px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-default.svelta_info_box-icon-size-md .svelta_info_box-icon {
  width: 62px;
}

.svelta_info_box-icon-source-image.svelta_info_box-icon-style-default.svelta_info_box-icon-size-lg .svelta_info_box-icon {
  width: 72px;
}

.svelta_info_box.svelta_info_box-icon-style-default.svelta_info_box-icon_position-left .svelta_info_box-icon {
  padding-right: 25px;
}

.svelta_info_box.svelta_info_box-icon-style-default.svelta_info_box-icon_position-left.svelta_info_box-icon-size-sm .svelta_info_box-icon {
  padding-right: 18px;
}

.info_box-step_position-above_title .svelta_info_box-inner {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.info_box-step_position-above_title .svelta_info_box-step {
  font-size: 36px;
  font-weight: 700;
  color: #ddd;
}

.theme-dark .info_box-step_position-above_title .svelta_info_box-step {
  color: #fff;
}

.info_box-step_position-under_icon .svelta_info_box-step {
  font-weight: 700;
  color: #323232;
  opacity: .1;
  line-height: 95px;
}

.info_box-step_position-under_icon .svelta_info_box-icon-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.info_box-step_position-under_icon .svelta_info_box-step-wrapper {
  text-align: center;
}

.info_box-step_position-under_icon .svelta_info_box-icon-wrap {
  position: relative;
  min-width: 100px;
}

.info_box-step_position-under_icon .svelta_info_box-inner {
  padding: 15px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.13);
}

.info_box-step_position-under_icon.svelta_info_box-icon-size-lg .svelta_info_box-step {
  font-size: 60px;
}

.info_box-step_position-under_icon.svelta_info_box-icon-size-md .svelta_info_box-step {
  font-size: 50px;
}

.info_box-step_position-under_icon.svelta_info_box-icon-size-sm .svelta_info_box-step {
  font-size: 40px;
}

.info_box-step_position-under_icon.svelta_info_box-icon-size-xs .svelta_info_box-step {
  font-size: 30px;
}

.info_box-step_position-opposite_icon .svelta_info_box-content {
  position: relative;
}

.info_box-step_position-opposite_icon .svelta_info_box-step-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.info_box-step_position-opposite_icon .svelta_info_box-step {
  font-size: 95px;
  font-weight: 700;
  color: #777;
  opacity: .1;
  line-height: 95px;
}

.info_box-step_position-under_icon.svelta_info_box-icon-source-image .svelta_info_box-icon-wrap,
.info_box-step_position-under_icon.svelta_info_box-with-icon .svelta_info_box-icon-wrap {
  min-width: inherit;
}

.info_box-step_position-under_icon.svelta_info_box-icon-source-image .svelta_info_box-icon img {
  padding: 4px;
}

.theme-dark .info_box-step_position-opposite_icon .svelta_info_box-step {
  color: #fff;
}

.svelta_info_box-layout-style_3 .svelta_info_box-content {
  margin-top: 15px;
}

.svelta_info_box-layout-style_3 .svelta_info_box-icon-wrap {
  position: relative;
  padding: 15px 0;
}

.svelta_info_box.svelta_info_box-layout-style_3 .svelta_info_box-icon-outer {
  display: table-cell;
  min-width: 70px;
  text-align: center;
}

.svelta_info_box.svelta_info_box-layout-style_3 .svelta_info_box-title {
  display: table-cell;
  padding: 0 0 0 15px;
  margin: 0;
  vertical-align: middle;
}

.svelta_info_box-layout-style_3 .svelta_info_box-step-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

.svelta_info_box-layout-style_3 .svelta_info_box-step {
  font-size: 85px;
  font-weight: 700;
  color: #000;
  opacity: .03;
  line-height: 85px;
}

.svelta_info_box-layout-style_3.svelta_info_box-icon-style-border .svelta_info_box-icon-outer,
.svelta_info_box-layout-style_3.svelta_info_box-icon-style-flat .svelta_info_box-icon-outer {
  margin-bottom: 15px;
}

.svelta_info_box-layout-style_3.svelta_info_box-content_alignment-center .svelta_info_box-title,
.svelta_info_box-layout-style_3.svelta_info_box-content_alignment-right .svelta_info_box-title {
  display: inherit;
}

.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-lg .svelta_info_box-icon,
.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-md .svelta_info_box-icon,
.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-sm .svelta_info_box-icon,
.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-xs .svelta_info_box-icon {
  width: inherit;
  margin-bottom: inherit;
}

.svelta_info_box-layout-style_3.svelta_info_box-content_alignment-right .svelta_info_box-step-wrapper {
  left: auto;
  right: 0;
}

.svelta_info_box.svelta_info_box-layout-style_3.svelta_info_box-content_alignment-right .svelta_info_box-icon-outer {
  display: inline-block;
  float: right;
}

.svelta_info_box-layout-style_3.svelta_info_box-content_alignment-right .svelta_info_box-title {
  display: inline-block;
  padding: 0 15px 0 0;
}

.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-lg .svelta_info_box-icon-outer {
  min-width: 70px;
}

.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-md .svelta_info_box-icon-outer {
  min-width: 65px;
}

.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-sm .svelta_info_box-icon-outer {
  min-width: 60px;
}

.svelta_info_box-layout-style_3.svelta_info_box-icon-source-image.svelta_info_box-icon-size-xs .svelta_info_box-icon-outer {
  min-width: 55px;
}

.svelta_info_box-layout-style_4 .svelta_info_box-step-wrapper {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}

.svelta_info_box-layout-style_4 .svelta_info_box-step {
  color: var(--sage);
  margin-bottom: 0;
}

.svelta_info_box-layout-style_4 h2.svelta_info_box-step {
  font-size: 50px;
  line-height: 50px;
}

.svelta_info_box-layout-style_4 h3.svelta_info_box-step {
  font-size: 40px;
  line-height: 40px;
}

.svelta_info_box-layout-style_4 h4.svelta_info_box-step {
  font-size: 34px;
  line-height: 34px;
}

.svelta_info_box-layout-style_4 h5.svelta_info_box-step {
  font-size: 28px;
  line-height: 28px;
}

.svelta_info_box-layout-style_4 h6.svelta_info_box-step {
  font-size: 22px;
  line-height: 22px;
}

.svelta_info_box-layout-style_4 .svelta_info_box-title {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-weight: 700;
}

.svelta_info_box-layout-style_4 .svelta_info_box-content {
  margin-top: 5px;
}

.svelta_info_box-layout-style_5 .svelta_info_box-icon {
  display: table-cell;
  padding-right: 65px;
  text-align: center;
  position: relative;
  vertical-align: top;
  padding-top: 2px;
}

.svelta_info_box-layout-style_5 .svelta_info_box-icon:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 40px;
  width: 30px;
  height: 1px;
  background: #ccc;
}

.svelta_info_box-layout-style_5 .svelta_info_box-content {
  display: table-cell;
}

.svelta_info_box-layout-style_5 .svelta_info_box-icon-outer {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.svelta_info_box-layout-style_5 .svelta_info_box-icon-outer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #969696;
}

.svelta_info_box-layout-style_5 .svelta_info_box-icon-outer .svelta_info_box-icon-inner {
  font-size: 24px;
}

.svelta_info_box-layout-style_5 .svelta_info_box-step {
  font-size: 16px;
  color: var(--sage);
  font-weight: 700;
  line-height: 22px;
  vertical-align: top;
}

.svelta_info_box-layout-style_5 .svelta_info_box-title {
  font-weight: 600;
}

.svelta_info_box-layout-style_5 h2.svelta_info_box-title {
  font-size: 26px;
  line-height: 32px;
}

.svelta_info_box-layout-style_5 h3.svelta_info_box-title {
  font-size: 24px;
  line-height: 30px;
}

.svelta_info_box-layout-style_5 h4.svelta_info_box-title {
  font-size: 22px;
  line-height: 28px;
}

.svelta_info_box-layout-style_5 h5.svelta_info_box-title {
  font-size: 20px;
  line-height: 26px;
}

.svelta_info_box-layout-style_5 h6.svelta_info_box-title {
  font-size: 18px;
  line-height: 22px;
}

.theme-dark .svelta_info_box-layout-style_5 .svelta_info_box-icon:before {
  background: rgba(255, 255, 255, 0.2);
}

.svelta_info_box-with-icon.svelta_info_box-icon-style-border.svelta_info_box-icon-size-md .svelta_info_box-icon i:before,
.svelta_info_box-with-icon.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-md .svelta_info_box-icon i:before {
  font-size: 32px;
}

.svelta_info_box-with-icon.svelta_info_box-icon-style-border.svelta_info_box-icon-size-lg .svelta_info_box-icon i:before,
.svelta_info_box-with-icon.svelta_info_box-icon-style-flat.svelta_info_box-icon-size-lg .svelta_info_box-icon i:before {
  font-size: 36px;
}

.svelta_info_box.svelta_info_box-layout-style_1.svelta_info_box-icon-style-default.svelta_info_box-icon-size-lg .svelta_info_box-icon i:before {
  line-height: 55px;
}

.svelta_info_box.svelta_info_box-layout-style_2.svelta_info_box-icon-style-default.svelta_info_box-icon-size-lg .svelta_info_box-icon i:before {
  line-height: 60px;
}

.info_box-step_position-above_title .svelta_info_box-step {
  line-height: 34px;
}

.info_box-step_position-under_icon .svelta_info_box-inner {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 10px 0;
}

.info_box-step_position-opposite_icon .svelta_info_box-step {
  font-size: 80px;
  line-height: 60px;
}

.svelta_info_box-layout-style_3 .svelta_info_box-icon-wrap {
  padding: 0;
}

.svelta_info_box.svelta_info_box-layout-style_3 .svelta_info_box-icon-outer {
  min-width: 20px;
}

.svelta_info_box-layout-style_3.svelta_info_box-with-icon.svelta_info_box-icon-source-font.svelta_info_box-icon-size-lg .svelta_info_box-icon i:before {
  line-height: 66px;
}

.svelta_info_box_2 .svelta_info_box_2-title {
  margin-bottom: 10px;
}

.svelta_info_box_2 .svelta_info_box_2-content p {
  margin-bottom: 0;
}

.svelta_info_box_2.svelta_info_box_2-icon-shape-rounded .svelta_info_box_2-icon-inner {
  border-radius: 3px;
}

.svelta_info_box_2.svelta_info_box_2-icon-shape-round .svelta_info_box_2-icon-inner {
  border-radius: 75px;
  overflow: hidden;
}

.svelta_info_box_2.svelta_info_box_2-icon-size-lg.svelta_info_box_2-icon-shape-round .svelta_info_box_2-icon-inner img {
  padding: 10px !important;
}

.svelta_info_box_2.svelta_info_box_2-icon-size-xlg.svelta_info_box_2-icon-shape-round .svelta_info_box_2-icon-inner img {
  padding: 15px !important;
}

.svelta_info_box_2-content_alignment-center {
  text-align: center;
}

.svelta_info_box_2-content_alignment-right {
  text-align: right;
}

.svelta_info_box_2-icon-style-default .svelta_info_box_2-icon {
  margin-bottom: 15px;
  display: inline-block;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-source-image .svelta_info_box_2-icon {
  margin-bottom: 20px;
}

.svelta_info_box_2-icon-style-default .svelta_info_box_2-icon-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner {
  font-size: 28px;
  line-height: 28px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner {
  font-size: 35px;
  line-height: 35px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner {
  font-size: 45px;
  line-height: 45px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner {
  font-size: 55px;
  line-height: 55px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner {
  font-size: 70px;
  line-height: 70px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-xs.svelta_info_box_2-icon_position-left .svelta_info_box_2-icon,
.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-xs.svelta_info_box_2-icon_position-right .svelta_info_box_2-icon {
  width: 35px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-sm.svelta_info_box_2-icon_position-left .svelta_info_box_2-icon,
.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-sm.svelta_info_box_2-icon_position-right .svelta_info_box_2-icon {
  width: 45px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-md.svelta_info_box_2-icon_position-left .svelta_info_box_2-icon,
.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-md.svelta_info_box_2-icon_position-right .svelta_info_box_2-icon {
  width: 55px;
}

.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-lg.svelta_info_box_2-icon_position-left .svelta_info_box_2-icon,
.svelta_info_box_2-icon-style-default.svelta_info_box_2-icon-size-lg.svelta_info_box_2-icon_position-right .svelta_info_box_2-icon {
  width: 65px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner {
  font-size: 20px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner {
  font-size: 25px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner {
  font-size: 30px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner {
  font-size: 38px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner {
  font-size: 44px;
}

.svelta_info_box_2-icon-style-border .svelta_info_box_2-icon-inner {
  border-width: 2px;
  border-style: solid;
  border-color: var(--sage);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.svelta_info_box_2-icon-style-flat .svelta_info_box_2-icon-inner {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.svelta_info_box_2-icon-style-border .svelta_info_box_2-icon-inner img,
.svelta_info_box_2-icon-style-flat .svelta_info_box_2-icon-inner img {
  padding: 12px;
  width: 100%;
  height: 100%;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner img,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner img {
  padding: 4px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner img,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner img {
  padding: 5px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner img,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner img {
  padding: 6px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner img,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner img {
  padding: 8px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner img,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner img {
  padding: 10px;
}

.svelta_info_box_2.svelta_info_box_2-icon-style-border .svelta_info_box_2-icon,
.svelta_info_box_2.svelta_info_box_2-icon-style-flat .svelta_info_box_2-icon {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--sage);
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon-inner {
  width: 45px;
  height: 45px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon-inner {
  width: 55px;
  height: 55px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon-inner {
  width: 75px;
  height: 75px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner {
  width: 85px;
  height: 85px;
}

.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon-inner {
  width: 100px;
  height: 100px;
}

.svelta_info_box_2-icon_position-left {
  text-align: left;
}

.svelta_info_box_2-icon_position-right {
  text-align: right;
}

.svelta_info_box_2-icon_position-left .svelta_info_box_2-icon-inner,
.svelta_info_box_2-icon_position-right .svelta_info_box_2-icon-inner {
  margin-bottom: 0;
}

.svelta_info_box_2-icon_position-left .svelta_info_box_2-inner,
.svelta_info_box_2-icon_position-right .svelta_info_box_2-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.svelta_info_box_2-icon_position-left .svelta_info_box_2-inner {
  flex-direction: row;
}

.svelta_info_box_2-icon_position-right .svelta_info_box_2-inner {
  flex-direction: row-reverse;
}

.svelta_info_box_2-icon_position-left .svelta_info_box_2-inner .svelta_info_box_2-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}

.svelta_info_box_2-icon-source-image .svelta_info_box_2-icon-inner {
  display: inline-block;
}

.svelta_info_box_2-icon-source-image.svelta_info_box_2-icon-size-xs .svelta_info_box_2-icon {
  width: 50px;
}

.svelta_info_box_2-icon-source-image.svelta_info_box_2-icon-size-sm .svelta_info_box_2-icon {
  width: 60px;
}

.svelta_info_box_2-icon-source-image.svelta_info_box_2-icon-size-md .svelta_info_box_2-icon {
  width: 70px;
}

.svelta_info_box_2-icon-source-image.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon {
  width: 85px;
}

.svelta_info_box_2-icon-source-image.svelta_info_box_2-icon-size-xlg .svelta_info_box_2-icon {
  width: 100px;
}

.svelta_info_box_2-icon_position-left .svelta_info_box_2-inner .svelta_info_box_2-content {
  flex: 1 1 auto;
}

.svelta_info_box_2-icon_position-right .svelta_info_box_2-inner .svelta_info_box_2-content {
  flex: 1 1 auto;
}

.svelta_info_box_2-icon_position-right .svelta_info_box_2-inner .svelta_info_box_2-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  text-align: center;
}

.svelta_info_box_2-layout-style_3 .svelta_info_box_2-title {
  margin: 10px 0;
}

.svelta_info_box_2-layout-style_3 .svelta_info_box_2-inner {
  padding: 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s ease-in-out;
  min-height: 225px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.svelta_info_box_2.svelta_info_box_2-layout-style_1.animated .svelta_info_box_2-icon-inner,
.svelta_info_box_2.svelta_info_box_2-layout-style_2.animated .svelta_info_box_2-icon-inner {
  transition: all 0.3s ease-in-out;
}

.svelta_info_box_2.svelta_info_box_2-layout-style_1.animated:hover .svelta_info_box_2-icon-inner,
.svelta_info_box_2.svelta_info_box_2-layout-style_2.animated:hover .svelta_info_box_2-icon-inner {
  transform: scale(1.2);
}

.svelta_info_box_2.svelta_info_box_2-layout-style_2.svelta_info_box_2-content_alignment-left.svelta_info_box_2-with-icon.svelta_info_box_2-icon-source-font.svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-lg.svelta_info_box_2-icon-shape-round.svelta_info_box_2-icon_position-left {
  padding-left: 0;
}

/* Address Block */
.address-block {
  position: relative;
  padding-left: 80px;
}

.address-block.default {
  padding-left: 70px;
}

.address-block.default i:before {
  font-size: 40px;
}

.address-block i {
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 54px;
  color: var(--sage);
}

.address-block i:before {
  font-size: 26px;
}

.address-block .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.address-block span {
  display: block;
  line-height: 20px;
}

.address-block.border {
  border: none !important;
}

.address-block.border i {
  border: 2px solid var(--sage);
}

.address-block.rounded i {
  border-radius: 10%;
}

.address-block.round i {
  border-radius: 100%;
}

.address-block.flat i {
  line-height: 60px;
  background: var(--sage);
  color: #fff;
}

/* Banners */

@keyframes ciya-shine {
  100% {
    left: 125%;
  }

}

.svelta_banner_wrapper {
  background-size: cover;
  background-position: center center;
}

.svelta_banner {
  position: relative;
  overflow: hidden;
  background: none;
  font-family: "Open Sans", sans-serif;
}

.svelta_banner .svelta_banner-image {
  transition: .5s all ease-in-out;
}

.svelta_banner .svelta_banner-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  padding: 25px;
  transition: background .5s ease;
}

.svelta_banner-style-style-1.svelta_banner .svelta_banner-content.svelta_banner-content-vtop {
  bottom: inherit;
}

.svelta_banner-style-style-1.svelta_banner .svelta_banner-content.svelta_banner-content-vbottom {
  top: inherit;
}

.svelta_banner-style-style-1.svelta_banner .svelta_banner-content.svelta_banner-content-vbottom .svelta_banner-content-wrapper {
  justify-content: center;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper {
  vertical-align: top;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-text {
  line-height: normal;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 500;
  color: #323232;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap {
  position: relative;
  z-index: 9;
  margin-top: 15px;
  display: flex;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap .svelta_banner-btn {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-style-link .svelta_banner-btn {
  font-weight: 600;
  border-bottom: 0px solid;
  padding-left: 0;
  padding-right: 0;
  color: var(--sage);
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-size-md .svelta_banner-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 44px;
  padding: 0 25px;
  border: 2px solid #323232;
  color: #323232;
  background: none;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-size-md .svelta_banner-btn:hover,
.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-size-md .svelta_banner-btn:focus {
  border: 2px solid var(--sage);
  color: var(--sage);
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-style-flat .svelta_banner-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 44px;
  padding: 0 25px;
  background: var(--sage);
  color: #fff;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-style-flat .svelta_banner-btn:hover,
.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-style-flat .svelta_banner-btn:focus {
  background: #323232;
  color: #fff;
}




.svelta_banner .svelta_banner-content.svelta_banner-content-hcenter .svelta_banner-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svelta_banner .svelta_banner-content.svelta_banner-content-hright .svelta_banner-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.svelta_banner .svelta_banner-content-hleft {
  text-align: left;
}

.svelta_banner .svelta_banner-content-hcenter {
  text-align: center;
}

.svelta_banner .svelta_banner-content-hright {
  text-align: right;
}

.svelta_banner .svelta_banner-content-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.svelta_banner .svelta_banner-content-inner-wrapper {
  display: table-cell;
}

.svelta_banner .svelta_banner-content-vtop .svelta_banner-content-inner-wrapper {
  vertical-align: top;
  font-size: 70px;
}

.svelta_banner .svelta_banner-content-vmiddle .svelta_banner-content-inner-wrapper {
  vertical-align: middle;
}

.svelta_banner .svelta_banner-content-vbottom .svelta_banner-content-inner-wrapper {
  vertical-align: bottom;
}

.svelta_banner.svelta_banner-effect-zoom:hover .svelta_banner-image {
  transform: scale(1.08);
}

.svelta_banner.svelta_banner-effect-flash:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}

.svelta_banner.svelta_banner-effect-flash:hover:before {
  animation: ciya-shine 1.5s;
  transition: all .6s ease-in-out;
  left: -100%;
}

.svelta_banner.svelta_banner-effect-border:after,
.svelta_banner.svelta_banner-effect-border:before {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all .5s ease 0s;
  z-index: 2;
}

.svelta_banner.svelta_banner-effect-border:before {
  border-top: 1px dotted rgba(255, 255, 255, 0.7);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  transform: scale(1, 0);
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
}

.svelta_banner.svelta_banner-effect-border:after {
  border-left: 1px dotted rgba(255, 255, 255, 0.7);
  border-right: 1px dotted rgba(255, 255, 255, 0.7);
  transform: scale(0, 1);
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
}

.svelta_banner.svelta_banner-effect-border:hover:before {
  opacity: 1;
  transform: scale(1);
}

.svelta_banner.svelta_banner-effect-border:hover:after {
  opacity: 1;
  transform: scale(1);
}

.svelta_banner .svelta_banner-badge {
  border-radius: 50%;
  color: #323232;
  display: inline-block;
  font-size: 15px;
  height: 70px;
  line-height: 15px;
  max-height: 100%;
  padding: 5px;
  position: absolute;
  width: 70px;
  margin: 30px;
}

.svelta_banner .svelta_banner-badge.svelta_banner-badge_type-flat {
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  background-color: #ff0000;
  color: #fff;
}

.svelta_banner .svelta_banner-badge.svelta_banner-badge_style-style-1.svelta_banner-badge_type-flat.svelta_banner-badge_align-vtop.svelta_banner-badge_align-hleft {
  width: 80px;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
  background-color: #ffffff;
  bottom: inherit;
  color: var(--sage);
}

.svelta_banner .svelta_banner-badge .svelta_banner-badge-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.svelta_banner .svelta_banner-badge .svelta_banner-badge-inner .svelta_banner-badge-text {
  overflow: hidden;
  padding: 3px;
}

.svelta_banner .svelta_banner-badge_align-vtop {
  top: 0;
}

.svelta_banner .svelta_banner-badge_align-vbottom {
  bottom: 0;
}

.svelta_banner .svelta_banner-badge_align-hleft {
  left: 0;
}

.svelta_banner .svelta_banner-badge_align-hright {
  right: 0;
}

.svelta_banner .svelta_banner-badge_align-hcenter {
  transform: translate(-50%, -50%);
  left: 50%;
}

.svelta_banner .svelta_banner-badge_align-vbottom.svelta_banner-badge_align-hcenter,
.svelta_banner .svelta_banner-badge_align-vtop.svelta_banner-badge_align-hcenter {
  transform: translate(-50%, 0);
}

.svelta_banner .svelta_banner-badge_type-border {
  color: #008000;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-color: #008000;
  border-width: 2px;
  border-style: solid;
}

.svelta_categorybox_wrapper {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.svelta_categorybox_wrapper:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 155px 160px 155px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  position: absolute;
  right: -20px;
  bottom: 0;
}

.svelta_categorybox_wrapper .category-box {
  padding: 20px 0 20px 20px;
  background-repeat: no-repeat;
  background-position: 120% 100%;
  transition: all .3s ease-out 0s;
  position: relative;
  overflow: hidden;
}

.svelta_categorybox_wrapper .category-box h2 {
  color: var(--sage);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.svelta_categorybox_wrapper .category-box .subhead {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #323232;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul {
  padding: 0;
  margin-bottom: 0;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li {
  margin-bottom: 0;
  text-transform: capitalize;
  list-style: none;
  line-height: 30px;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li a {
  color: #969696;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li a i {
  margin-right: 12px;
  font-size: 16px;
  color: #969696;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li a:hover,
.svelta_categorybox_wrapper .category-box .category-box-link ul li a:focus {
  padding-left: 4px;
  transition: all .3s ease-out 0s;
  color: var(--sage);
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li.view-all {
  margin-top: 5px;
  padding-bottom: 0;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li.view-all a {
  color: var(--sage);
  padding-left: 0;
  text-decoration: underline;
}

.svelta_categorybox_wrapper .category-box .category-box-link ul li.view-all a:hover,
.svelta_categorybox_wrapper .category-box .category-box-link ul li.view-all a:focus {
  text-decoration: none;
  color: #323232;
}

.svelta_categorybox_wrapper .category-box:hover {
  background-position: 110% 100%;
}

.svelta_clients .list-inline {
  margin: 0;
}

.svelta_clients.svelta_clients-list-type-grid.svelta_clients-grid-column-4 {
  padding-top: 0;
}

.svelta_clients .list-inline li {
  float: left;
  margin-bottom: 6%;
  margin-right: 2%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.svelta_clients.svelta_clients-grid-column-5 li {
  width: 18.4%;
}

.svelta_clients.svelta_clients-grid-column-5 li:nth-child(5n+5) {
  margin-right: 0;
}

.svelta_clients.svelta_clients-grid-column-4 li {
  width: 23.5%;
}

.svelta_clients.svelta_clients-grid-column-4 li:nth-child(4n+4) {
  margin-right: 0;
}

.svelta_clients.svelta_clients-grid-column-3 li {
  width: 32%;
}

.svelta_clients.svelta_clients-grid-column-3 li:nth-child(3n+3) {
  margin-right: 0;
}

.svelta_clients.svelta_clients-grid-column-2 li {
  width: 49%;
}

.svelta_clients.svelta_clients-grid-column-2 li:nth-child(2n+2) {
  margin-right: 0;
}

.image-slider-items .pro-deta {
  text-align: center;
  position: relative;
}

.image-slider-items .pro-deta .about-image img {
  display: inline-block;
  transform-style: inherit;
  width: 100%;
}

.errorMessageRemove {
  display: none;
}
.fileUploader .errorMessage {
    word-break: break-all;
    padding: 5px;
    line-height: 20px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    display: none;
}

.image-slider-items.image-slider-style-1 .about-details {
  background: #fff;
  padding: 25px 30px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-top: none;
}

.image-slider-items.image-slider-style-1 .about-details .about-des {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 22px;
  line-height: 20px;
  position: relative;
}

.image-slider-items.image-slider-style-1 .about-details .about-des:before,
.image-slider-items.image-slider-style-1 .about-details .about-des:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  background: #ddd;
}

.image-slider-items.image-slider-style-1 .about-details .about-des:before {
  left: -20px;
}

.image-slider-items.image-slider-style-1 .about-details .about-des:after {
  right: -20px;
}

.image-slider-items.image-slider-style-1 .about-details .title {
  font-size: 16px;
  margin-bottom: 0;
}

.image-slider-items.image-slider-style-2 .about-details {
  background: rgba(255, 255, 255, 0.92);
  padding: 15px 20px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.image-slider-items.image-slider-style-2 .about-details .about-des {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 20px;
  color: var(--sage);
}

.image-slider-items.image-slider-style-2 .about-details .title {
  font-size: 16px;
  margin-bottom: 0;
}

.kite-box {
  display: table;
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

.kite-box .kite-images-wrapper {
  position: relative;
  left: -15%;
  width: 55%;
  max-width: 55%;
  transform: rotate(45deg);
}

.kite-box .kite-images-wrapper .image-inner {
  margin: 7px;
  overflow: hidden;
  position: relative;
}

.kite-box .kite-images-wrapper .image-inner .kite-image {
  transform: rotate(-45deg);
}

.kite-box .kite-images-wrapper .image-inner .kite-image img {
  transform: scale(1.5);
}

.kite-box .kite-images-wrapper .image-inner .kite-images-actions {
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: right;
  z-index: 9;
  transform: translateY(-50%);
}

.kite-box .kite-images-wrapper .image-inner .kite-images-actions .kite-actions-wrapper {
  transform: rotate(-45deg);
}

.kite-box .kite-images-wrapper .image-inner .kite-images-actions .title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.kite-box .kite-images-wrapper .image-inner .kite-images-actions .kite-btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s ease-in-out 0s;
  border-radius: 3px;
}

.kite-box .kite-steps-wrapper {
  display: table-cell;
  width: 45%;
  max-width: 45%;
}

.kite-box .kite-steps-wrapper .kite-step-inner {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  margin-left: 0;
}

.kite-box .kite-steps-wrapper .kite-step-inner.top-step {
  margin-left: -100px;
}

.kite-box .kite-steps-wrapper .kite-step-inner.middle-step {
  margin-left: 0px;
}

.kite-box .kite-steps-wrapper .kite-step-inner.bottom-step {
  margin-left: -100px;
}

.kite-box .kite-steps-wrapper .step-number {
  display: table-cell;
  font-size: 150px;
  color: var(--sage);
  font-weight: 900;
  line-height: 115px;
  vertical-align: top;
  padding-right: 20px;
}

.kite-box .kite-steps-wrapper .step-content {
  display: table-cell;
  vertical-align: top;
}

.kite-box .kite-steps-wrapper .step-content .step-title {
  font-size: 26px;
  color: #323232;
  font-weight: 600;
  margin-bottom: 10px;
}

.kite-box .kite-steps-wrapper .step-content .step-description {
  font-size: 16px;
  color: #969696;
  font-weight: 400;
  line-height: 30px;
}

.svelta_list {
  padding-left: 0;
}

.svelta_list.icon-list-type-none li {
  list-style-type: none;
}

.svelta_list.icon-list-type-none li p {
  margin-bottom: 0;
}

.svelta_list.list-unstyled li {
  list-style-type: none;
  line-height: 24px;
  display: table;
  margin: 0;
}

.svelta_list.list-unstyled li .svelta-list-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 0;
}

.svelta_list li {
  list-style-type: circle;
}

.svelta_list li a {
  color: #969696;
}

.svelta_list li a:hover,
.svelta_list li a:focus {
  color: var(--sage);
}

.svelta_list li .svelta-list-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 0;
}

.svelta_list i {
  color: var(--sage);
  display: table-cell;
  padding-top: 5px;
}

.newsletter-wrapper.newsletter-style-1 {
  text-align: center;
}
 .newsletter-wrapper.newsletter-style-1.newsletter-design-1 > div {
  background-size: cover;

 }

.newsletter-wrapper.newsletter-style-1 .newsletter p {
  padding: 0 50px;
  margin-bottom: 0;
}

.newsletter-wrapper.newsletter-style-1 .newsletter p + .section-field {
  margin-top: 25px;
}

.newsletter-wrapper.newsletter-style-1 .newsletter .section-field {
  margin-top: 15px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .newsletter_form {
  display: block;
  width: 100%;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area {
  display: block;
  padding-right: 0;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area input[type=text] {
  border-right: none;
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding-right: 134px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit {
  min-width: 125px;
  line-height: 46px;
  padding: 0 10px;
  border-radius: 0 3px 3px 0;
  transition: all .3s ease-out 0s;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit:hover,
.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area .btn.submit:focus {
  background: #323232;
  color: #fff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .newsletter_form {
  display: block;
  width: 100%;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .input-area {
  display: block;
  padding-right: 165px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .input-area input[type=text] {
  border: 0 solid #e5e5e5;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 50px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-2 .button-area .btn.submit {
  background: var(--sage);
  padding: 0 40px;
  min-width: 155px;
  line-height: 46px;
  border-radius: 50px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .newsletter_form {
  display: block;
  width: 100%;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area {
  display: block;
  padding-right: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area input[type=text] {
  border: none;
  background: var(--sage);
  padding-left: 25px;
  padding-right: 130px;
  height: 50px;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .input-area input[type=text]::placeholder {
  color: #fff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .btn.submit {
  background: 0 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  min-width: 120px;
  line-height: 50px;
  border-radius: 0 50px 50px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .btn.submit:hover,
.newsletter-wrapper.newsletter-style-1.newsletter-design-3 .button-area .btn.submit:focus {
  color: #fff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .newsletter_form {
  display: block;
  width: 100%;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area {
  display: block;
  padding-right: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area input[type=text] {
  border: none;
  background: #323232;
  padding-left: 20px;
  padding-right: 140px;
  height: 50px;
  color: #fff;
  border-radius: 50px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .input-area input[type=text]::placeholder {
  color: #fff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .btn.submit {
  background: 0 0;
  min-width: 115px;
  border: none;
  padding: 0 20px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 0 50px 50px 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .btn.submit:hover,
.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area .btn.submit:focus {
  color: var(--sage);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:before {
  content: "\f1d9";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s ease-out 0s;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:hover:before,
.newsletter-wrapper.newsletter-style-1.newsletter-design-5 .button-area:focus:before {
  color: var(--sage);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .newsletter_form {
  display: block;
  width: 100%;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area {
  display: block;
  padding-right: 0;
  position: relative;
  padding-left: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area input[type=text] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: 0 0;
  padding-left: 0;
  padding-right: 120px;
  height: 50px;
  border-radius: 0;
}

.newsletter-wrapper .newsletter_form .error {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  color: #dc3545;
  bottom: -24px;
  text-align: center;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit {
  background: 0 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  min-width: 120px;
  line-height: 46px;
  border-radius: 0 50px 50px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #323232;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit:hover,
.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn.submit:focus {
  color: var(--sage);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:before {
  content: "\f1d9";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 0;
  color: #323232;
  transform: translateY(-50%);
  transition: all .3s ease-out 0s;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:hover:before,
.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:focus:before {
  color: var(--sage);
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .newsletter_form {
  display: block;
  width: 100%;
  position: relative;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area {
  display: block;
  padding-right: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area input[type=text] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding-left: 15px;
  padding-right: 130px;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.newsletter-style-2.svelta_newsletter-content-alignment-center.newsletter-bg-type-light .input-area {
 position: relative;
 margin-bottom: 30px;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area input[type=text]::placeholder {
  color: #fff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit {
  background: 0 0;
  min-width: 115px;
  padding: 0 15px;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  border-radius: 0 50px 50px 0;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit:hover,
.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit:focus {
  color: #fff;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:before {
  content: "\f1d9";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  transform: translateY(-50%);
  transition: all .3s ease-out 0s;
}

.newsletter-wrapper .newsletter-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
}

.newsletter-wrapper .input-area {
  margin-bottom: 20px;
}

.newsletter-wrapper .input-area input[type=text] {
  width: 100%;
}

.newsletter-wrapper .button-area {
  display: inline-block;
  position: relative;
}

.newsletter-bg {
  margin-top: 10px;
}

.newsletter-bg p.title {
  text-align: center;
}

.product-deals-items-column .product-deals-item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  min-height: 140px;
}

.product-deals-items-column .product-deals-item .product-deals-item-left {
  display: table-cell;
  width: 35%;
  background-color: #fff;
  vertical-align: middle;
}

.product-deals-items-column .product-deals-item .product-deals-item-right {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 50px;
  background-color: #fff;
}

.product-deals-items-column .product-deals-item .product-deals-item-right .product-deal-content .product-deal-title {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.product-deals-items-column .product-deals-item .product-deals-item-right .product-deal-content .product-deal-title a {
  color: #323232;
}

.product-deals-items-column .product-deals-item .product-deals-item-right .product-deal-content .product-deal-title a:hover,
.product-deals-items-column .product-deals-item .product-deals-item-right .product-deal-content .product-deal-title a:focus {
  color: var(--sage);
}

.product-deals-items-column .product-deals-item .product-deals-item-right .product-deal-content .product-deal-content-rating .star-rating {
  font-size: 12px;
}

.product-deals-items-column .product-deals-item .product-deals-item-right .product-deal-content .product-deal-content-price ins {
  background: 0;
  font-size: 18px;
  color: var(--sage);
  font-weight: 600;
  margin-left: 5px;
}

.product-reviews .rating {
  display: flex;
}

.product-reviews .rating li {
  margin-right: 2px;
}

.product-reviews .rating li .fa-star,
.product-reviews .rating li .fa-star-half-o {
  color: #ffbe00;
}

.product-reviews .product-reviews-comment {
  display: flex;
}

.product-reviews .product-reviews-comment .comment-avatar {
  width: 80px;
  margin-right: 20px;
}

.product-reviews .product-reviews-comment .comment-text {
  width: 100%;
  border: 1px solid #e4e1e3;
  padding: 15px;
}

.products-listing-intro-wrapper {
  height: 100%;
  padding: 25px 25px 85px 25px;
  position: relative;
  z-index: 1;
}

.products-listing-intro-wrapper.products-listing-intro-content-alignment-left {
  text-align: left;
}

.products-listing-intro-wrapper.products-listing-intro-content-alignment-right {
  text-align: right;
}

.products-listing-intro-wrapper .products-listing-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.products-listing-intro-wrapper .products-listing-control {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  padding-top: 0;
  width: 100%;
}

.products-listing-intro-wrapper .products-listing-nav > div {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #969696;
  line-height: 48px;
  cursor: pointer;
  margin-right: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}

.products-listing-intro-wrapper .products-listing-link {
  margin-top: 15px;
}

.products-listing-intro-wrapper .products-listing-link a {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

.products-listing-intro-wrapper .products-listing-intro-wrapper-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}

.products-listing-intro-bg_type-image,
.products-listing-intro-bg_type-image h2 {
  color: #fff;
}

.svelta-products-shortcode .btn.btn-solid {
  border: 1px solid #e5e5e5;
}

.svelta-products-shortcode .btn.btn-solid:hover {
  background: #f5f5f5;
  color: #323232;
}

.latest-post-wrapper .latest-post-item .latest-post-item-inner {
  position: relative;
  display: table;
  height: 100%;
}

.latest-post-wrapper .latest-post-item .latest-post-image {
  display: table-cell;
  width: 50%;
  height: 100%;
  background: #ddd;
}

.latest-post-wrapper .latest-post-item .latest-post-image img {
  width: 100%;
}

.latest-post-wrapper .latest-post-item .latest-post-content {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  position: relative;
  height: 100%;
}

.latest-post-wrapper .latest-post-item .post-date {
  position: absolute;
  top: 5px;
  left: 0;
  margin-left: -85px;
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  color: var(--sage);
  font-size: 18px;
  font-weight: 600;
  padding-top: 7px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.latest-post-wrapper .latest-post-item .post-date span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}

.latest-post-wrapper .latest-post-item .latest-post-meta {
  display: inline-block;
  margin-bottom: 5px;
}

.latest-post-wrapper .latest-post-item .latest-post-meta ul {
  padding: 0;
  margin: 0;
}

.latest-post-wrapper .latest-post-item .latest-post-meta ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  color: #969696;
  line-height: 24px;
}

.latest-post-wrapper .latest-post-item .latest-post-meta ul li a {
  color: #969696;
}

.latest-post-wrapper .latest-post-item .latest-post-meta ul li a:hover,
.latest-post-wrapper .latest-post-item .latest-post-meta ul li a:focus {
  color: var(--sage);
}

.latest-post-wrapper .latest-post-item .latest-post-meta ul li i {
  margin-right: 5px;
  color: var(--sage);
}

.latest-post-wrapper .latest-post-item .blog-title {
  font-size: 18px;
  color: #323232;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}

.latest-post-wrapper .latest-post-item .blog-title a {
  color: #323232;
}

.latest-post-wrapper .latest-post-item .blog-title a:hover,
.latest-post-wrapper .latest-post-item .blog-title a:focus {
  color: var(--sage);
}

.latest-post-wrapper .latest-post-item .latest-post-category span {
  background: var(--sage);
  padding: 0 25px;
  display: inline-block;
  color: #fff;
  line-height: 28px;
  text-transform: capitalize;
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer {
  display: inline-block;
  width: 100%;
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer a {
  float: left;
  line-height: 28px;
  margin-bottom: -58px;
  padding-top: 30px;
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer a:hover,
.latest-post-wrapper .latest-post-item .latest-post-entry-footer a:focus {
  color: var(--sage);
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer .latest-post-social-share {
  margin-left: -9px;
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer .latest-post-social-share ul {
  padding: 0;
  margin: 0;
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer .latest-post-social-share ul li {
  list-style-type: none;
  display: table-cell;
}

.latest-post-wrapper .latest-post-item .latest-post-entry-footer .latest-post-social-share ul li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  color: #969696;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-content {
  padding: 0;
  padding-left: 30px;
  vertical-align: middle;
  position: static;
  text-align: left;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .post-date {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #323232;
  color: #fff;
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  margin-left: 0;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .post-date span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  line-height: inherit;
  padding-left: 5px;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-entry-footer {
  display: inline-block;
  width: 100%;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-entry-footer a {
  float: none;
  color: #969696;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 0;
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-entry-footer a:hover,
.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-entry-footer a:focus {
  color: var(--sage);
}

.latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-entry-footer .latest-post-social-share {
  display: none;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-item-inner {
  background: #fff;
  border: 1px solid #eeeeee;
  display: block;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-image {
  width: 100%;
  height: auto;
  display: block;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-content {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px;
  background: 0 0;
  position: static;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .post-date {
  position: absolute;
  left: 0;
  top: 15px;
  background: #323232;
  color: #fff;
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  margin-left: 0;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .post-date span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  line-height: inherit;
  padding-left: 5px;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .blog-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.latest-post-wrapper.latest-post-style-2 .latest-post-item .latest-post-entry-footer {
  display: none;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-item-inner {
  box-shadow: none;
  padding-bottom: 30px;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-image {
  width: 100%;
  height: auto;
  display: block;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-content {
  background: #fff;
  width: 91%;
  height: auto;
  display: block;
  margin: 0 4.5%;
  margin-top: -40px;
  padding: 40px 20px 15px;
  position: relative;
  z-index: 9;
  text-align: center;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .post-date {
  left: 50%;
  top: -35px;
  margin-left: -30px;
  background: var(--sage);
  color: #fff;
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  transform: inherit;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .post-date .post-date-inner {
  transform: inherit;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .blog-title {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .blog-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-meta {
  display: none;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-entry-footer {
  position: relative;
  bottom: auto;
  top: -5px;
  left: 0;
  padding: 0;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-entry-footer a {
  float: none;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-entry-footer a:hover,
.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-entry-footer a:focus {
  color: #323232;
}

.latest-post-wrapper.latest-post-style-3 .latest-post-item .latest-post-social-share {
  display: none;
}

.latest-post-wrapper.latest-post-style-4 .latest-post-item .latest-post-content {
  padding: 15px 0 15px 50px;
  vertical-align: middle;
}

.latest-post-wrapper.latest-post-style-4 .latest-post-item .post-date {
  background: var(--sage);
  color: #fff;
  margin-left: -30px;
  top: 30px;
}

.latest-post-wrapper.latest-post-style-4 .latest-post-item .latest-post-entry-footer a {
  margin-bottom: 0;
  padding: 2px 26px;
  border: 2px solid #e8e8e8;
  color: #969696;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.latest-post-wrapper.latest-post-style-4 .latest-post-item .latest-post-entry-footer a:hover,
.latest-post-wrapper.latest-post-style-4 .latest-post-item .latest-post-entry-footer a:focus {
  border-color: var(--sage);
  color: var(--sage);
}

.latest-post-wrapper.latest-post-style-4 .latest-post-item .latest-post-social-share {
  display: none;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner {
  display: block;
  height: auto;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .latest-post-image {
  display: block;
  width: 100%;
  height: auto;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .latest-post-content {
  display: block;
  vertical-align: inherit;
  padding: 20px 0 0;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .post-date {
  top: 10px;
  left: inherit;
  right: 10px;
  margin-left: 0;
  width: auto;
  height: auto;
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 12px;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .post-date i {
  color: var(--sage);
  margin-right: 3px;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .latest-post-meta {
  margin-bottom: 0;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .latest-post-entry-footer a {
  float: none;
  line-height: inherit;
  margin-bottom: 0;
  padding-top: 0;
  color: #969696;
  position: relative;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .latest-post-entry-footer a:after {
  content: "";
  background: #e5e5e5;
  height: 1px;
  width: 45px;
  display: inline-block;
  top: 50%;
  position: absolute;
  margin-top: 1px;
  margin-left: 8px;
  transition: all .2s ease-in-out;
}

.latest-post-wrapper.latest-post-style-5 .latest-post-item .latest-post-item-inner .latest-post-social-share {
  display: none;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-content {
  padding: 0 0 0 60px;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .post-date {
  top: 0;
  left: 0;
  margin-left: 0;
  width: auto;
  height: auto;
  color: #323232;
  font-size: 32px;
  font-weight: 900;
  padding: 0 0 5px 0;
  box-shadow: none;
  background: 0 0;
  border-bottom: 2px solid #e5e5e5;
  line-height: 32px;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .post-date span {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 2px;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-category {
  margin-bottom: 10px;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-category span {
  padding: 0 15px;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-meta {
  margin-bottom: 0;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-entry-footer a {
  margin-bottom: 0;
  padding: 2px 26px;
  border: 2px solid #e8e8e8;
  color: #969696;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-entry-footer a:hover,
.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-entry-footer a:focus {
  border-color: var(--sage);
  color: var(--sage);
}

.latest-post-wrapper.latest-post-style-6 .latest-post-item .latest-post-social-share {
  display: none;
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-content {
  padding: 0 0 0 20px;
  vertical-align: middle;
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-category {
  margin-bottom: 5px;
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-category span {
  padding: 0 15px;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-meta {
  margin-bottom: 0;
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-entry-footer a {
  margin-bottom: 0;
  padding: 2px 26px;
  border: 2px solid #e8e8e8;
  color: #969696;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-entry-footer a:hover,
.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-entry-footer a:focus {
  border-color: var(--sage);
  color: var(--sage);
}

.latest-post-wrapper.latest-post-style-7 .latest-post-item .latest-post-social-share {
  display: none;
}

.latest-post-type-grid .latest-post-item .latest-post-content,
.latest-post-type-carousel .latest-post-item .latest-post-content {
  height: 100%;
}

.latest-post-type-grid .latest-post-main {
  margin-top: -30px;
}

.latest-post-type-grid .latest-post-main .latest-post-item {
  margin-bottom: 0;
  padding-top: 30px;
  height: 100%;
}

.latest-post-type-carousel.latest-post-style-2 .owl-carousel .latest-post-item {
  padding-bottom: 1px;
}

.latest-post-type-carousel.latest-post-style-2 .owl-carousel .latest-post-item-inner {
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

@keyframes svelta-social-toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }

}

.svelta-social-icons ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.svelta-social-icons ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 4px 8px 4px 0;
  margin-bottom: 10px;
}

.svelta-social-icons ul li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  border: 0;
  background: 0 0;
  color: #323232;
  overflow: hidden;
  transition: all .3s ease;
}

.svelta-social-icons ul li:hover i {
  webkit-animation: svelta-social-toTopFromBottom .3s forwards;
  animation: svelta-social-toTopFromBottom .3s forwards;
}

.svelta-social-icons.svelta-social-size-medium ul li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.svelta-social-icons.svelta-social-size-large ul li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 20px;
}

.svelta-social-icons.svelta-social-size-extra-large ul li a {
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-size: 20px;
}

.svelta-social-icons.svelta-social-style-border ul li a {
  border: 1px solid #eee;
  background: 0 0;
}

.bg-dark-gray .svelta-social-icons li a {
  color: #fff;
}

.svelta-social-icons.svelta-social-effect-color-hover a:hover,
.svelta-social-icons.svelta-social-style-flat-color a {
  color: #fff;
  border: 0;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-rss a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-rss a {
  background-color: #faa33d;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-facebook a:hover,
.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-facebook-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-facebook a,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-facebook-square a {
  background-color: #5d82d1;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-twitter a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-twitter a {
  background-color: #40bff5;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-vimeo a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-vimeo a {
  background-color: #35c6ea;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-myspace a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-myspace a {
  background-color: #008dde;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-youtube a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-youtube a {
  background-color: #ef4e41;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-instagram a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-instagram a {
  background-color: #548bb6;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-gplus a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-gplus a {
  background-color: #d68400;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-stumbleupon a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-stumbleupon a {
  background-color: #ff5c30;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-lastfm a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-lastfm a {
  background-color: #f34320;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pinterest a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pinterest a {
  background-color: #e13138;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-google a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-google a {
  background-color: #eb5e4c;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-evernote a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-evernote a {
  background-color: #9acf4f;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-dribbble a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-dribbble a {
  background-color: #f7659c;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-skype a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-skype a {
  background-color: #13c1f3;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-forrst a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-forrst a {
  background-color: #45ad76;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-linkedin a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-linkedin a {
  background-color: #238cc8;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-wordpress a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-wordpress a {
  background-color: #2592c3;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-grooveshark a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-grooveshark a {
  background-color: #ffb21d;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-delicious a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-delicious a {
  background-color: #377bda;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-behance a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-behance a {
  background-color: #1879fd;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-dropbox a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-dropbox a {
  background-color: #17a3eb;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-soundcloud a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-soundcloud a {
  background-color: #ff7e30;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-deviantart a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-deviantart a {
  background-color: #6a8a7b;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-yahoo a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-yahoo a {
  background-color: #ab47ac;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-flickr a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-flickr a {
  background-color: #ff48a3;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-digg a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-digg a {
  background-color: #75788d;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-blogger a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-blogger a {
  background-color: #ff9233;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-tumblr a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-tumblr a {
  background-color: #426d9b;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-quora a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-quora a {
  background-color: #ea3d23;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-github a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-github a {
  background-color: #3f91cb;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-amazon a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-amazon a {
  background-color: #ff8e2e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-xing a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-xing a {
  background-color: #1a8e8c;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-wikipedia a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-wikipedia a {
  background-color: #b3b5b8;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-android a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-android a {
  background-color: #a4c639;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-googleplus a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-googleplus a {
  background-color: #d34836;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-apple a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-apple a {
  background-color: #999;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-twitter-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-twitter-square a {
  background-color: #40bff5;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-linkedin-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-linkedin-square a {
  background-color: #238cc8;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-github-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-github-square a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pinterest-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pinterest-square a {
  background-color: #e13138;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-google-plus-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-google-plus-square a {
  background-color: #da4f43;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-google-plus a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-google-plus a {
  background-color: #da4f43;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-github-alt a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-github-alt a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-maxcdn a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-maxcdn a {
  background-color: #ff5b02;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-html5 a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-html5 a {
  background-color: #e44d26;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-css3 a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-css3 a {
  background-color: #0071bb;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-btc a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-btc a {
  background-color: #f7931a;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-youtube-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-youtube-square a {
  background-color: #c12025;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-stack-overflow a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-stack-overflow a {
  background-color: #f48023;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-xing-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-xing-square a {
  background-color: #006567;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-youtube-play a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-youtube-play a {
  background-color: #c12025;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-adn a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-adn a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-bitbucket a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-bitbucket a {
  background-color: #205081;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-bitbucket-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-bitbucket-square a {
  background-color: #205081;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-tumblr-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-tumblr-square a {
  background-color: #395976;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-windows a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-windows a {
  background-color: #04aef4;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-linux a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-linux a {
  background-color: #fc0;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-foursquare a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-foursquare a {
  background-color: #fa4778;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-trello a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-trello a {
  background-color: #007cc3;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-gratipay a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-gratipay a {
  background-color: #630;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-vk a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-vk a {
  background-color: #4c75a3;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-vk a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-vk a {
  background-color: #4c75a3;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-weibo a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-weibo a {
  background-color: #f93;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-renren a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-renren a {
  background-color: #005eac;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pagelines a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pagelines a {
  background-color: #1996fc;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-stack-exchange a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-stack-exchange a {
  background-color: #f48023;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-vimeo-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-vimeo-square a {
  background-color: #23b6ea;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-slack a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-slack a {
  background-color: #78d4b6;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-yahoo a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-yahoo a {
  background-color: #7b0099;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-reddit a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-reddit a {
  background-color: #ff4500;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-reddit-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-reddit-square a {
  background-color: #ff4500;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-stumbleupon-circle a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-stumbleupon-circle a {
  background-color: #eb4924;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pied-piper-pp a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pied-piper-pp a {
  background-color: #388e3c;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pied-piper-alt a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pied-piper-alt a {
  background-color: #388e3c;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-drupal a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-drupal a {
  background-color: #2aa9e0;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-joomla a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-joomla a {
  background-color: #116faf;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-behance-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-behance-square a {
  background-color: #005cff;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-steam a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-steam a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-steam-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-steam-square a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-spotify a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-spotify a {
  background-color: #1dd069;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-openid a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-openid a {
  background-color: #f7931e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-vine a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-vine a {
  background-color: #1ccd94;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-codepen a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-codepen a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-jsfiddle a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-jsfiddle a {
  background-color: #4679a4;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-rebel a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-rebel a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-empire a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-empire a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-git-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-git-square a {
  background-color: #f05033;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-hacker-news a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-hacker-news a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-tencent-weibo a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-tencent-weibo a {
  background-color: #006cb6;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-qq a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-qq a {
  background-color: #4d97d4;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-weixin a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-weixin a {
  background-color: #50b31b;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-share-alt a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-share-alt a {
  background-color: #02bf01;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-share-alt-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-share-alt-square a {
  background-color: #02bf01;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-slideshare a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-slideshare a {
  background-color: #42c0fb;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-twitch a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-twitch a {
  background-color: #6441a4;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-yelp a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-yelp a {
  background-color: #d32323;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-paypal a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-paypal a {
  background-color: #253b80;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-google-wallet a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-google-wallet a {
  background-color: #d7d7d7;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-visa a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-visa a {
  background-color: #3958a6;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-mastercard a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-mastercard a {
  background-color: #003663;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-git a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-git a {
  background-color: #f05033;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-discover a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-discover a {
  background-color: #f60;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-amex a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-amex a {
  background-color: #2f77bf;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-paypal a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-paypal a {
  background-color: #002f86;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-stripe a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-stripe a {
  background-color: #009cde;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-lastfm a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-lastfm a {
  background-color: #d20039;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-lastfm-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-lastfm-square a {
  background-color: #d20039;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-ioxhost a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-ioxhost a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-angellist a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-angellist a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-meanpath a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-meanpath a {
  background-color: #538dd6;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-buysellads a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-buysellads a {
  background-color: #f05033;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-connectdevelop a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-connectdevelop a {
  background-color: #3b164a;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-dashcube a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-dashcube a {
  background-color: #ff7f00;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-forumbee a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-forumbee a {
  background-color: #86ad22;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-leanpub a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-leanpub a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-sellsy a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-sellsy a {
  background-color: #0075c8;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-shirtsinbulk a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-shirtsinbulk a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-skyatlas a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-skyatlas a {
  background-color: #4cc3c8;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-facebook-official a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-facebook-official a {
  background-color: #3b5998;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pinterest-p a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pinterest-p a {
  background-color: #cb2027;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-whatsapp a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-whatsapp a {
  background-color: #29a71a;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-viacoin a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-viacoin a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-medium a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-medium a {
  background-color: #263238;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-y-combinator a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-y-combinator a {
  background-color: #f26522;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-optin-monster a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-optin-monster a {
  background-color: #9cff00;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-opencart a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-opencart a {
  background-color: #23c1f0;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-expeditedssl a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-expeditedssl a {
  background-color: #455a64;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-jcb a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-jcb a {
  background-color: #fba51a;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-cc-diners-club a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-cc-diners-club a {
  background-color: #1b458e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-gg a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-gg a {
  background-color: #f7931e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-gg-circle a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-gg-circle a {
  background-color: #f7931e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-tripadvisor a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-tripadvisor a {
  background-color: #7db557;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-odnoklassniki a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-odnoklassniki a {
  background-color: #f96200;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-odnoklassniki-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-odnoklassniki-square a {
  background-color: #f96200;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-get-pocket a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-get-pocket a {
  background-color: #ef4056;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-wikipedia-w a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-wikipedia-w a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-safari a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-safari a {
  background-color: #409ed4;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-chrome a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-chrome a {
  background-color: #333;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-firefox a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-firefox a {
  background-color: #f58d00;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-opera a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-opera a {
  background-color: #ff1a2e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-internet-explorer a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-internet-explorer a {
  background-color: #2672ec;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-contao a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-contao a {
  background-color: #f47c00;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-500px a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-500px a {
  background-color: #1e88e5;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-houzz a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-houzz a {
  background-color: #8ac541;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-black-tie a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-black-tie a {
  background-color: #000;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-fonticons a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-fonticons a {
  background-color: #109d58;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-reddit-alien a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-reddit-alien a {
  background-color: #ff4500;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-edge a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-edge a {
  background-color: #2c74be;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-codiepie a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-codiepie a {
  background-color: #96deda;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-modx a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-modx a {
  background-color: #61a349;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-fort-awesome a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-fort-awesome a {
  background-color: #1d9e74;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-usb a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-usb a {
  background-color: #0054a6;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-product-hunt a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-product-hunt a {
  background-color: #da542f;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-mixcloud a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-mixcloud a {
  background-color: #27394d;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-scribd a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-scribd a {
  background-color: #32201e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-bluetooth a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-bluetooth a {
  background-color: #0a3c91;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-bluetooth-b a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-bluetooth-b a {
  background-color: #0a3c91;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-gitlab a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-gitlab a {
  background-color: #30353e;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-wpbeginner a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-wpbeginner a {
  background-color: #f60;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-wpforms a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-wpforms a {
  background-color: #b85a1b;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-envira a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-envira a {
  background-color: #7cc048;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-glide a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-glide a {
  background-color: #00a7ff;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-glide-g a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-glide-g a {
  background-color: #00a7ff;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-viadeo a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-viadeo a {
  background-color: #ff7e00;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-viadeo-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-viadeo-square a {
  background-color: #ff7e00;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-snapchat a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-snapchat a {
  background-color: #fff010;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-snapchat-ghost a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-snapchat-ghost a {
  background-color: #fff010;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-snapchat-square a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-snapchat-square a {
  background-color: #fff010;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-pied-piper a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-pied-piper a {
  background-color: #2e9e48;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-first-order a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-first-order a {
  background-color: maroon;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-yoast a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-yoast a {
  background-color: #9d2563;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-themeisle a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-themeisle a {
  background-color: #1599c4;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-google-plus-official a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-google-plus-official a {
  background-color: #dd5044;
}

.svelta-social-icons.svelta-social-effect-color-hover .svelta-social-color-font-awesome a:hover,
.svelta-social-icons.svelta-social-style-flat-color .svelta-social-color-font-awesome a {
  background-color: #1d9e74;
}

.svelta-social-icons.svelta-social-shape-rounded li a {
  border-radius: 3px;
}

.svelta-social-icons.svelta-social-shape-round li a {
  border-radius: 100%;
}

.team {
  background: #fff;
  border: none;
  padding-top: 0;
  text-align: center;
  position: relative;
  cursor: default;
  overflow: hidden;
}

.team .team-description {
  opacity: 0;
  background: #323232;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transition: all .3s ease;
}

.team .team-description h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.team .team-description span {
  color: var(--sage);
}

.team .team-social-icon {
  background: var(--sage);
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  transition: all .3s ease;
  padding: 15px 10px;
}

.team .team-social-icon ul {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin-bottom: 0;
}

.team .team-social-icon ul li {
  display: inline-block;
  margin: 0 2px;
}

.team .team-social-icon ul li a {
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  transition: all .3s ease;
  margin-bottom: 0;
}

.team .team-social-icon ul li a:last-child {
  margin-right: 0;
}

.team:hover .team-description {
  opacity: 1;
}

.team:hover .team-social-icon {
  bottom: 68px;
}

.team.shadow {
  border: 1px solid #f5f5f5;
  transition: all .3s ease;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05) !important;
}

.team.shadow .team-info {
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -65px;
  transition: all .3s ease;
}

.team.shadow .team-info .team-description {
  background: 0 0;
  position: static;
  position: initial;
  padding: 15px 10px;
  opacity: 1;
}

.team.shadow .team-info .team-description h4 {
  color: #323232;
}

.team.shadow .team-info .team-description span {
  color: #969696;
}

.team.shadow .team-info .team-social-icon {
  position: inherit;
  background: none;
  bottom: 0;
  position: relative;
  z-index: 9;
}

.team.shadow:hover .team-info {
  bottom: 0;
  background: var(--sage);
}

.team.shadow:hover .team-info .team-description h4 {
  color: #fff;
}

.team.shadow:hover .team-info .team-description span {
  color: #fff;
}

.svelta_team_members_style_style-1 .owl-carousel .owl-item img {
  display: inline-block;
}

.svelta_team_members_style_style-3 .team.shadow:hover .team-social-icon a {
  border: 2px solid #fff;
}

.testimonial {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  position: relative;
}

.testimonial .slick-initialized .slick-slide {
  outline: 0;
}

.testimonial i.fa-quote-left {
  font-size: 70px;
  margin-bottom: 20px;
  color: var(--sage);
}

.testimonial p {
  font-size: 18px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 15px;
  font-style: italic;
}

.testimonial .client-info {
  margin-bottom: 20px;
}

.testimonial .client-info .author-name {
  display: inline-block;
  font-size: 14px;
  color: var(--sage);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 28px;
}

.testimonial .client-info .author-name + span:before {
  content: "|";
  font-size: 14px;
  padding: 0 6px;
  color: #969696;
}

.testimonial .testimonial-nav {
  margin-bottom: 0;
  width: 200px;
  margin: 0 auto;
}

.testimonial .testimonial-nav .slick-slide {
  margin: 0;
}

.testimonial .testimonial-nav .slick-slide .author-photo {
  margin-bottom: 0;
  cursor: pointer;
}

.testimonial .testimonial-nav .slick-slide img {
  padding: 8px;
  transition: .3s;
  border-radius: 80px;
}

.testimonial .testimonial-nav .slick-current img {
  padding: 0;
  border: 3px solid var(--sage);
}

.testimonial.testimonial-style-1 .author-photo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.testimonial.testimonial-style-1 .author-photo img {
  margin: 0 auto;
}

.testimonial.testimonial-style-1 .slick-prev:before,
.testimonial.testimonial-style-1 .slick-next:before {
  color: #323232;
}

.testimonial.testimonial-style-1 .slick-prev:hover:before,
.testimonial.testimonial-style-1 .slick-next:hover:before {
  color: var(--sage);
}

.testimonial.testimonial-style-1 .slick-next {
  right: 40%;
  top: inherit;
  bottom: 10px;
  z-index: 9;
}

.testimonial.testimonial-style-1 .slick-prev {
  left: 40%;
  top: inherit;
  bottom: 10px;
  z-index: 9;
}

.testimonial.testimonial-style-1 .slick-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 18px;
  color: #323232;
}

.testimonial.testimonial-style-1 .slick-prev:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 18px;
  color: #323232;
}

.testimonial.testimonial-style-2 .client-image {
  margin-bottom: 20px;
  padding-top: 20px;
}

.testimonial.testimonial-style-2 .client-image .author-photo img {
  width: 125px;
  height: auto;
  display: inline-block;
  border: 4px solid #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
}

.testimonial.testimonial-style-2 .client-info p {
  color: #969696;
  font-style: normal;
  font-size: 15px;
  margin-top: 15px;
}

.testimonial.testimonial-style-2 .testimonials-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial.testimonial-style-3 {
  text-align: left;
}

.testimonial.testimonial-style-3 .owl-item {
  padding: 0 20px;
}

.testimonial.testimonial-style-3 .owl-item .item {
  background: #fff;
  margin: 20px 0;
  padding: 23px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.testimonial.testimonial-style-3 .testimonial-content p {
  line-height: 28px;
  color: #e8e8e8;
  font-size: 15px;
  font-style: normal;
  margin: 0;
}

.testimonial.testimonial-style-3 .testimonial-meta {
  display: table;
  padding-top: 20px;
}

.testimonial.testimonial-style-3 .testimonial-meta .client-image {
  display: table-cell;
  padding-right: 15px;
}

.testimonial.testimonial-style-3 .testimonial-meta .client-image .author-photo img {
  width: 65px;
  border: 2px solid var(--sage);
  border-radius: 50%;
}

.testimonial.testimonial-style-3 .testimonial-meta .client-info {
  margin-bottom: 20px;
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  color: #e8e8e8;
}

.testimonial.testimonial-style-3 .testimonial-meta .client-info:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 46px;
  position: absolute;
  left: 3px;
  top: 12px;
  opacity: .1;
  color: #e8e8e8;
}

.testimonial.testimonial-style-3 .testimonial-meta .client-info span:before {
  color: #e8e8e8;
}

.bg-dark-gray .testimonial.testimonial-style-3 .owl-item .item {
  background: rgba(255, 255, 255, 0.03);
}

.insta_v2_content img {
  width: 100%;
  height: auto;
}

.insta_v2_header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.insta_v2_header--title {
  -ms-box-flex: 0 0 auto;
  flex: 1 1 auto;
  margin-right: 10px;
}

.insta_v2_header--title .insta_v2_title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.insta_v2_header--button {
  margin-left: auto;
  flex: 0 0 132px;
}

.insta_v2_header--button a {
  background: var(--sage);
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 24px;
  padding: 8px 18px 8px 35px;
  position: relative;
}

.insta_v2_header--button a i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 18px;
}

.insta_v2_header--button a:hover {
  background: #323232;
}

.pgs-mtpl-header-wrapper .nav {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.pgs-mtpl-header-wrapper .nav li {
  list-style-type: none;
  margin: 2px;
  display: inline-block;
}

.pgs-mtpl-header-wrapper .nav li a {
  color: #323232;
}

.pgs-mtpl-header-wrapper .mtpl-tabs--tabs_style-style-1 {
  position: relative;
}

.pgs-mtpl-header-wrapper .mtpl-tabs--tabs_style-style-1 li {
  position: relative;
  margin: 2px 8px;
}

.pgs-mtpl-header-wrapper .mtpl-tabs--tabs_style-style-1 li a {
  padding: 0 8px;
  font-size: 18px;
  font-weight: 400;
}

.pgs-mtpl-header-wrapper .mtpl-tabs--tabs_style-style-1 li a.active {
  color: var(--sage);
}

.pgs-mtpl-header-tabs_alignment-center .nav {
  text-align: center;
}

@keyframes animateZoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }

}

.sidebar .widget {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.sidebar .widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper .price_slider_wrapper-inner {
  width: 100%;
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper .button {
  font-size: 14px;
  float: right;
  background: 0 0;
  color: #323232;
  padding: 0;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0px;
  position: relative;
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper .button:before {
  content: "\f0b0";
  font-family: FontAwesome;
  padding-right: 10px;
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper .button:hover {
  color: var(--sage);
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper .ui-slider {
  margin-bottom: 20px;
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper input#amount {
  height: auto;
  color: #969696;
  border: 0;
  position: absolute;
  padding: 0;
  width: auto;
}

.price_slider_wrapper .input-range__track--active {
  background: var(--sage);
}

.price_slider_wrapper .input-range__slider {
  background: var(--sage);
  border-color: var(--sage);
}

.price_slider_wrapper .input-range__label--value {
  top: -30px;
}

.price_slider_wrapper .input-range__label {
  left: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.price_slider_wrapper .input-range__label--max,
.price_slider_wrapper .input-range__label--min {
  right: 10px;
  left: inherit;
  display: none;
}

.sidebar .shop-sidebar-widgets .widget_price_filter .price_slider_wrapper .price_slider_wrapper-inner {
  margin-bottom: 10px;
}

.sidebar .shop-sidebar-widgets .ui-slider {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #e9e9e9;
  height: 5px;
  border-radius: 1em;
  border: 0;
}

.sidebar .shop-sidebar-widgets .ui-slider .ui-slider-range {
  background-color: var(--sage);
  border-radius: 0;
}

.sidebar .shop-sidebar-widgets .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 2px solid var(--sage);
  top: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  cursor: ew-resize;
}

.sidebar .shop-sidebar-widgets .ui-slider .ui-slider-handle:focus {
  outline: 0;
}

.sidebar .shop-sidebar-widgets .button {
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  float: right;
  padding: 0 15px;
  line-height: 33px;
  font-size: 13px;
}

.sidebar .shop-sidebar-widgets .button:hover {
  background: #323232;
}

.sidebar .shop-sidebar-widgets .button:focus {
  outline: 0;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow-x: hidden;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list:focus {
  outline: none;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term {
  padding: 0;
  margin: 6px 0;
  padding-right: 50px;
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:first-child {
  margin-top: 0;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > a {
  color: #969696;
  padding: 0;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > a > span {
  background: #e8e8e8;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > a > span:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 1px;
  line-height: 16px;
  left: 3px;
  opacity: 0;
  transition: all .3s ease-out 0s;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:hover a > span {
  background: var(--sage);
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:hover a > span:before {
  opacity: 1;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:hover span {
  color: var(--sage);
  border-color: var(--sage);
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term .woocommerce_attribute_item-title {
  font-size: 14px;
  line-height: 18px;
  color: #969696;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > .count {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid rgba(130, 130, 130, 0.3);
  width: 35px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  color: #969696;
  transform: translateY(-50%);
  transition: all .2s ease-out 0s;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term .attribute_item-title {
  display: inline-block;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .shop-sidebar-widgets .pgs-widget-layered-nav-list div span {
  text-transform: capitalize;
  padding-left: 10px;
}

.sidebar .pgs-widget-layered-nav-list-container .custom-control-label {
  text-transform: capitalize;
}

.custom-control-input:checked~.custom-control-label::before {
  background: var(--sage);
  border-color: var(--sage);
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-control-label:after {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 13px;
  height: 13px;
}

.sidebar .pgs-widget-layered-nav-list-container .custom-control-input:checked~.custom-control-label::before {
  background: var(--sage);
  border-color: var(--sage);
}

.sidebar .pgs-widget-layered-nav-list-container div label {
  padding-left: 10px;
  margin-bottom: 0;
}

.sidebar .pgs-widget-layered-nav-list-container .collection-filter-checkbox label {
  padding-left: 4px;
}

.sidebar .shop-sidebar-widgets .widget_product_categories {
  max-height: inherit;
  height: auto !important;
  padding-bottom: 10px;
}

.sidebar .shop-sidebar-widgets .widget_product_categories .product-categories {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto !important;
  overflow: inherit;
  padding: 0;
}

.sidebar .shop-sidebar-widgets .widget_product_categories .product-categories li {
  list-style-type: none;
  position: relative;
  margin: 0;
}

.sidebar .shop-sidebar-widgets .widget_product_categories .product-categories li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  line-height: 24px;
}

.sidebar .shop-sidebar-widgets .widget_product_categories .product-categories li a:hover {
  color: var(--sage);
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items {
  padding: 0;
  margin: 0;
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items li {
  position: relative;
  list-style-type: none;
  padding: 12px 15px;
  border: 1px solid #e8e8e8;
  margin: 6px 0;
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items li h5 {
  margin-bottom: 0;
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items li h5 a {
  display: block;
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items li h5 a:hover {
  color: var(--sage);
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items li img {
  height: 23px;
  width: auto;
}

.sidebar .shop-sidebar-widgets .pgs_brand_filters .pgs-brand-items .widget_brand-product-count {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.sidebar .shop-sidebar-widgets .widget_pgs_social_profiles {
  border-top: 1px solid #f1f1f1;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.sidebar .shop-sidebar-widgets .widget.widget_price_filter {
  padding-bottom: 30px;
}

.carousel-wrapper .item a {
  display: inline-block;
  border: 1px solid #f7f7f7;
  background: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
  padding: 15px;
  padding-top: 10px;
  position: relative;
}

.carousel-wrapper .item a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 45px;
  height: 1px;
  background: #fff;
  z-index: 0;
  transform: translateX(-50%);
}

.carousel-wrapper .item a:hover {
  border-color: var(--sage);
}

.carousel-wrapper .item a:hover .category-name,
.carousel-wrapper .item a:hover .category-products-count {
  color: var(--sage);
}

.carousel-wrapper .item a:hover .cat-count {
  border-color: var(--sage);
  color: var(--sage);
}

.carousel-wrapper .category-image img {
  display: inline;
  width: auto;
}

.carousel-wrapper .category-name {
  color: #969696;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  transition: all .2s ease-in-out;
}

.carousel-wrapper .category-products-count {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-wrapper .category-products-count .cat-count {
  display: inline-block;
  position: relative;
  border: 1px solid #e8e8e8;
  color: #969696;
  min-width: 33px;
  border-radius: 50px;
  line-height: 16px;
  font-size: 12px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.carousel-wrapper .category-products-count .cat-label {
  display: none;
}

.products-header .right-banner,
.products-header .loop-header {
  margin-bottom: 30px;
}

.products-header .loop-header-filters {
  margin-bottom: 15px;
}

.products-header .loop-header-filters .widget {
  margin-bottom: 0;
}

.products-header .loop-header-filters .widget .widgettitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 26px;
  text-transform: uppercase;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .row > .widget {
  border-left: 1px solid #f1f1f1;
  padding-left: 25px;
  padding-right: 25px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .row > .widget:first-child {
  border-left: none;
  padding-left: 15px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .row > .widget:last-child {
  padding-right: 15px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_price_filter .price_slider_wrapper .price_slider_wrapper-inner {
  width: 100%;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_price_filter .price_slider_wrapper .button {
  font-size: 14px;
  float: right;
  background: 0 0;
  color: #323232;
  padding: 0;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0px;
  position: relative;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_price_filter .price_slider_wrapper .button:before {
  content: "\f0b0";
  font-family: FontAwesome;
  padding-right: 10px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_price_filter .price_slider_wrapper .button:hover {
  color: var(--sage);
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_price_filter .price_slider_wrapper .ui-slider {
  margin-bottom: 20px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container {
  position: relative;
  width: 100%;
  min-height: 215px;
  max-height: 215px;
  overflow: hidden;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container.has-scrollbar {
  min-height: inherit;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term {
  padding: 0;
  margin: 6px 0;
  padding-right: 50px;
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:first-child {
  margin-top: 0;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > a {
  color: #969696;
  padding: 0;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > a > span {
  background: #e8e8e8;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > a > span:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 1px;
  line-height: 16px;
  left: 3px;
  opacity: 0;
  transition: all .3s ease-out 0s;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:hover a > span {
  background: var(--sage);
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:hover a > span:before {
  opacity: 1;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term:hover span {
  color: var(--sage);
  border-color: var(--sage);
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term .woocommerce_attribute_item-title {
  font-size: 14px;
  line-height: 18px;
  color: #969696;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term > .count {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid rgba(130, 130, 130, 0.3);
  width: 35px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  color: #969696;
  transform: translateY(-50%);
  transition: all .2s ease-out 0s;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list-container > .pgs-widget-layered-nav-list > .wc-layered-nav-term .attribute_item-title {
  display: inline-block;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .pgs-widget-layered-nav-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
  margin: 5px 0px;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
  display: inline-block;
  color: #969696;
  line-height: 24px;
  font-weight: 400;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_rating_filter ul li a:hover {
  color: var(--sage);
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}

.products-header .loop-header-filters .pgs_widgets_shop-filters .widget_rating_filter ul li .star-rating .fa-star {
  color: #ffbe00;
}

.products-header .pgs-shop-filters-wrapper .shop-filter {
  padding: 0;
  padding-right: 10px;
}

.products-header .pgs-shop-filters-wrapper .shop-filter .select2 {
  width: 100%;
}

.products-header .pgs-shop-filters-wrapper .row > div:last-child .shop-filter {
  padding-right: 0;
}

.products-header .pgs-shop-filters-wrapper .row > [class*=col] {
  margin-bottom: 10px;
}

.products-header .pgs-shop-filters-wrapper .shop-filter-search {
  position: relative;
}

.products-header .pgs-shop-filters-wrapper .shop-filter-search:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 11px;
  left: 15px;
  margin-right: 0;
}

.products-header .pgs-shop-filters-wrapper .shop-filter-search input.search-field {
  padding-left: 35px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  height: 45px;
  border-radius: 0;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .price_slider_wrapper-inner {
  float: left;
  width: 67%;
  position: relative;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .price_slider_wrapper-inner input#amount {
  height: auto;
  color: #969696;
  border: 0;
  position: absolute;
  padding: 0;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .ui-slider {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #e9e9e9;
  height: 5px;
  border-radius: 1em;
  border: 0;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: var(--sage);
  border-radius: 0;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 2px solid var(--sage);
  top: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  cursor: ew-resize;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .ui-slider .ui-slider-handle:focus {
  outline: 0;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .button {
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  float: right;
  padding: 0 15px;
  line-height: 33px;
  font-size: 13px;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .button:hover {
  background: #323232;
}

.products-header .pgs-shop-filters-wrapper .price_slider_wrapper .button:focus {
  outline: 0;
}

.products-header .select2-container {
  width: 100% !important;
}

.products-header .select2-container.select2-container--default {
  padding-left: 0;
  height: 35px;
}

.products-header .select2-container.select2-container--default .select2-selection--single {
  border-color: #e8e8e8;
  padding-left: 5px;
  border-radius: 0;
  outline: 0;
  height: 35px;
}

.products-header .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
  font-size: 14px;
  color: #969696;
}

.products-header .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 33px;
  line-height: 33px;
}

.products-header .loop-header-tools {
  padding: 10px 0;
}

.products-header .loop-header-tools .result-count {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 42px;
  margin-right: 15px;
}

.products-header .loop-header-tools .ordering {
  float: right;
  display: inline-block;
  margin: 0;
  width: 206px;
}

.products-header .loop-header-tools .gridlist-toggle-wrap {
  float: right;
  margin-left: 15px;
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle {
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle .gridlist-button {
  display: inline-block;
  background-color: #ddd;
  width: 19px;
  height: 19px;
  color: #323232;
  font-size: 0;
  line-height: normal !important;
  padding: 0;
  margin-left: 8px;
  text-align: center;
  transition: all .3s ease-out 0s;
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle .gridlist-button em {
  display: none;
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle .grid-2-column {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABVJREFUCNdjYHjAgBf///8AhgmpBQBbshab5Q9hwwAAAABJRU5ErkJggg==);
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle .grid-3-column {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABRJREFUCNdjYONhwMD//z8AYVLlAN0VDIfsUYs8AAAAAElFTkSuQmCC);
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle .grid-4-column {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABNJREFUCNdj4HBiQMH//z8gVwwA99QNO/drNWsAAAAASUVORK5CYII=);
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle .gridlist-toggle-list {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjQAb//z9Ax6TIAwBDRhytPv/RAAAAAABJRU5ErkJggg==);
}

.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle a:hover,
.products-header .loop-header-tools .gridlist-toggle-wrap .gridlist-toggle a.active {
  background-color: var(--sage);
}

.products .product {
  animation: animateZoom .5s ease-in-out;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  transition: all .2s ease-out 0s;
}

.products .product .product-thumbnail .product-thumbnail-main {
  overflow: hidden;
}

.products .product .product-thumbnail .product-thumbnail-swap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  transition: all .3s ease-out 0s;
}

@media screen and (min-width: 1025px) {
  .products .product a img {
    width: 100%;
    height: auto;
  
    display: block;
    box-shadow: none;
  }
}

@media screen and (max-width: 1024px) {
  .products .product a img {
    width: 100%;
    height: calc(2.10059*((100vw - 28px)/2 - 4px));
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: none;
  }
}



.col-6-custom {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.products .product .price {
  margin-bottom: 0;
  font-size: .857em;
  display: block;
  font-weight: 400;
  color: #323232;
}

.products .product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
}

.products .product .price ins {
  background: 0 0;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.products .product .product-actions {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  opacity: 1;
  text-align: center;
  transition: all .3s ease-out 0s;
  z-index: 9;
}

.products .product .product-actions .product-action-add-to-cart {
  display: inline-block;
}

.products .product .product-actions a {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0 2px !important;
  display: inline-block;
  font-size: 0;
  background: var(--sage);
  line-height: 32px;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all .2s ease-out 0s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.products .product .product-actions a:before {
  content: "";
  position: relative;
  left: 0;
  top: 6px;
  font-family: FontAwesome;
  font-size: 16px;
}

.products .product .product-actions .product-action-wishlist a:before {
  content: "\f004";
}

.products .product:hover .product-actions {
  opacity: 1;
}

.products .product .onsale,
.products .product .featured {
  position: absolute;
  top: 15px !important;
  left: auto;
  right: 0;
  z-index: 5;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  padding: 0 8px 0 8px;
  border-radius: 0;
  transform: rotate(-45deg) translateY(-100%);
  -webkit-transform: rotate(0) translateY(0);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  text-align: center;
  min-height: inherit;
  min-width: inherit;
  margin: 0 !important;
  background: #323232;
}

.products .product .onsale:before,
.products .product .onsale:after,
.products .product .featured:before,
.products .product .featured:after {
  content: "";
  position: absolute;
  left: -10px;
  color: #323232;
  border: solid 10px transparent;
  border-left-color: #323232;
}

.products .product .onsale:before,
.products .product .featured:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.products .product .onsale:after,
.products .product .featured:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.products .product .featured {
  background: #f4524d;
}

.products .product .featured:before,
.products .product .featured:after {
  content: "";
  position: absolute;
  left: -10px;
  color: #f4524d;
  border: solid 10px transparent;
  border-left-color: #f4524d;
}

.products .product-inner .stock {
  display: inline-block;
  background: rgba(97, 208, 8, 0.8);
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin-bottom: 0;
  border-radius: 2px;
}

.products .product-inner .out-of-stock {
  background: #de4646;
  font-size: 14px;
  min-width: 110px;
  text-align: center;
}

.products .product-inner:hover .product-thumbnail .product-thumbnail-main img {
  transform: scale(1.1);
}

.products .product-inner:hover .product-thumbnail .product-thumbnail-swap {
  opacity: 1;
}

.products .product-inner:hover .product-thumbnail .product-thumbnail-swap img {
  transform: scale(1.1);
}

.products .product-thumbnail {
  position: relative;
  overflow: hidden;
}

.products a {
  text-decoration: none;
}

.products .product-thumbnail-inner {
  position: relative;
}

.products .product-thumbnail-inner img {
  width: 100%;
  transition: all .6s ease-out 0s;
  transform: scale(1);
}

.products .product-info {
  text-align: center;
  padding: 20px;
}

.products .product-info .svelta-product-category {
  text-transform: capitalize;
  display: flex;
}

.products .product-info .fa-star,
.products .product-info .fa-star-half-o {
  color: #ffbe00;
}

.products .product-info .svelta-product-category,
.products .product-info .svelta-product-category a {
  font-size: 14px;
  color: #ababab;
  line-height: 18px;
  display: block;
}

.products .product-info .svelta-product-name{
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}



.products .product-info .svelta-product-category:hover,
.products .product-info .svelta-product-category a:hover {
  color: #323232;
}

.products .product-info .product-name {
  padding-bottom: 0;
  margin: 0;
}

.products .product-info .product-name a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  display: block;
  color: #323232;
}

.products .product-info .product-name a:hover,
.products .product-info .product-name a:focus {
  color: var(--sage);
}

.products .product-info .price .amount-installment {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #757575;
  font-size: 12px;
}

.products .product_title_type-single_line .product-info .product-name a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.products .product_icon_type-line-icon .product-actions .product-action-wishlist .add_to_wishlist:before {
  content: "\f18a";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product_icon_type-line-icon .product-actions .product-action-compare a:before {
  content: "\f176";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product_icon_type-line-icon .product-actions .product-action-add-to-cart a:before {
  content: "\f1bf";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product_icon_type-line-icon .product-actions .product-action-quick-view a:before {
  content: "\f109";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product-details__short-description {
  display: none;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  max-height: inherit;
  overflow: hidden;
}

.products .product-details__short-description p {
  margin: 0;
}

.products .open-quick-view {
  position: absolute;
  top: 15px;
  left: 50%;
  min-width: 115px;
  background: var(--sage);
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  padding: 7px 20px;
  border-radius: 50px;
  transition: all .2s ease-out 0s;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.products .open-edit-view {
  position: absolute;
  top: 15px;
  right: 60px;
  background: var(--sage);
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}

.product-delete {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #dc3545;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}

.products .open-edit-view:hover,
.product-delete:hover {
  color: #ffffff;
  background: #323232;
}

.products .product-hover-style-default {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-default .product-inner .stock {
  transition: all .3s ease-out 0s;
  opacity: 1;
}

.products .product-hover-style-default .product-inner .out-of-stock {
  width: calc(100% - 30px);
  line-height: 28px;
  font-size: 13px;
}

.products .product-hover-style-default .open-quick-view {
  top: 5px;
  left: 5px;
  opacity: 1;
  transform: translate(0, 0);
  font-size: 0;
  color: #323232;
  background: 0 0;
  min-width: auto;
  padding: 10px;
  line-height: normal;
  vertical-align: top;
  border-radius: 0;
}

.products .product-hover-style-default .open-quick-view:before {
  content: "\f109";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
  position: relative;
  left: 0;
  top: 0;
}

.products .product-hover-style-default .open-quick-view:hover {
  color: var(--sage);
}

.products .product-hover-style-default .product-actions {
  padding-left: 15px;
  padding-right: 15px;
  bottom: 10px;
  opacity: 0;
}

.products .product-hover-style-default .product-actions .product-actions-inner {
  background: #323232;
}

.products .product-hover-style-default .product-actions .product-actions-inner > .product-action {
  display: inline-block;
  vertical-align: top;
}

.products .product-hover-style-default .product-actions .product-actions-inner.product-action-wishlist {
  float: none;
}

.products .product-hover-style-default .product-actions .product-actions-inner > .product-action-add-to-cart + .product-action-wishlist {
  float: left;
}

.products .product-hover-style-default .product-actions .product-action-add-to-cart {
  width: calc(100% - 46px);
  border-left: 1px solid #5a5a5a;
}

.products .product-hover-style-default .product-actions .product-action-add-to-cart a {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #a7a5a6;
  line-height: 40px;
  text-transform: uppercase;
}

.products .product-hover-style-default .product-actions a {
  background: 0 0;
  box-shadow: inherit;
  margin: 0 !important;
  border-radius: 0;
  color: #a7a5a6;
}

.products .product-hover-style-default .product-actions a:hover {
  color: #fff;
}

.products .product-hover-style-default .product-info {
  padding: 0;
  margin-top: 10px;
  text-align: left;
  padding-left: 10px;
  position: relative;
}

.products .product-hover-style-default .product-info .product-name {
  padding-top: 5px;
  margin-bottom: 3px;
}

.products .product-hover-style-default .product-info .price {
  text-align: inherit;
}

.products .product-hover-style-default .product-rating-price {
  display: flex;
}

.products .product-hover-style-default .product-rating-price .product-rating {
  margin-left: auto;
}

.products .product-hover-style-default:hover .product-inner .stock {
  opacity: 0;
}

.products .product-hover-style-default:hover .open-quick-view {
  opacity: 1;
  background: 0 0;
}

.products .product-hover-style-default:hover .product-actions {
  bottom: 15px;
}

.products .product-hover-style-default.product_icon_type-line-icon .open-quick-view:before {
  content: "\f109";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions-inner {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart a {
  color: #323232;
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart a:hover,
.products .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart a:focus {
  color: var(--sage);
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions .product-action-add-to-cart a:before {
  content: '';
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions a {
  color: #323232;
}

.products .product-hover-style-default.product-hover-button-style-light .product-actions a:hover,
.products .product-hover-style-default.product-hover-button-style-light .product-actions a:focus {
  color: var(--sage);
}

.products .product-hover-style-icon-top-left,
.products .product-hover-style-icon-top-right {
  border: none;
  box-shadow: none;
}

.products .product-hover-style-icon-top-left .product-actions,
.products .product-hover-style-icon-top-right .product-actions {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: -5px;
  width: auto;
  opacity: 0;
  visibility: hidden;
}

.products .product-hover-style-icon-top-left .product-actions .product-actions-inner,
.products .product-hover-style-icon-top-right .product-actions .product-actions-inner {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.products .product-hover-style-icon-top-left .product-actions .product-actions-inner > .product-action,
.products .product-hover-style-icon-top-right .product-actions .product-actions-inner > .product-action {
  position: relative;
}

.products .product-hover-style-icon-top-left .product-actions .product-actions-inner > .product-action:after,
.products .product-hover-style-icon-top-right .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.products .product-hover-style-icon-top-left .product-actions a,
.products .product-hover-style-icon-top-right .product-actions a {
  width: 55px;
  height: 55px;
  line-height: 40px;
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  border-radius: 0;
  box-shadow: none;
}

.products .product-hover-style-icon-top-left .product-actions a:hover,
.products .product-hover-style-icon-top-right .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-style-icon-top-left .open-quick-view,
.products .product-hover-style-icon-top-right .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-icon-top-left .product-inner .stock,
.products .product-hover-style-icon-top-right .product-inner .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-icon-top-left .product-inner .out-of-stock,
.products .product-hover-style-icon-top-right .product-inner .out-of-stock {
  width: calc(100% - 30px);
  line-height: 28px;
  font-size: 13px;
  top: auto;
  bottom: 15px;
  opacity: 1;
}

.products .product-hover-style-icon-top-left .product-info,
.products .product-hover-style-icon-top-right .product-info {
  padding: 0;
  padding-top: 12px;
  padding-right: 35px;
  position: relative;
  text-align: left;
}

.products .product-hover-style-icon-top-left .product-info .svelta-product-category,
.products .product-hover-style-icon-top-right .product-info .svelta-product-category {
  display: none;
}

.products .product-hover-style-icon-top-left .product-info .product-name,
.products .product-hover-style-icon-top-right .product-info .product-name {
  padding: 0;
}

.products .product-hover-style-icon-top-left .product-info .price,
.products .product-hover-style-icon-top-right .product-info .price {
  text-align: left;
}

.products .product-hover-style-icon-top-left .product-info .price .amount,
.products .product-hover-style-icon-top-right .product-info .price .amount {
  color: var(--sage);
}

.products .product-hover-style-icon-top-left .product-info .price del .amount,
.products .product-hover-style-icon-top-right .product-info .price del .amount {
  color: #323232;
}

.products .product-hover-style-icon-top-left .product-action-wishlist,
.products .product-hover-style-icon-top-right .product-action-wishlist {
  position: absolute;
  right: 0;
  top: 0;
}

.products .product-hover-style-icon-top-left .product-action-wishlist a,
.products .product-hover-style-icon-top-right .product-action-wishlist a {
  width: 25px;
  height: 45px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 0;
  line-height: 32px;
  color: #323232;
}

.products .product-hover-style-icon-top-left .product-action-wishlist a:before,
.products .product-hover-style-icon-top-right .product-action-wishlist a:before {
  position: relative;
  left: 0;
  top: 6px;
  content: "\f18a";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product-hover-style-icon-top-left:hover .product-actions,
.products .product-hover-style-icon-top-right:hover .product-actions {
  left: 15px;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-icon-top-right .product-actions {
  left: auto;
  right: -5px;
}

.products .product-hover-style-icon-top-right .product-inner .stock {
  left: auto;
  right: 15px;
}

.products .product-hover-style-icon-top-right:hover .product-actions {
  right: 15px;
  opacity: 1;
  visibility: visible;
  left: auto;
}

.products .product-hover-style-icon-bottom-right {
  border: none;
  box-shadow: none;
}

.products .product-hover-style-icon-bottom-right .product-actions {
  width: auto;
  transform: inherit;
  top: auto;
  bottom: 30px;
  opacity: 0;
  left: auto;
  right: 15px;
}

.products .product-hover-style-icon-bottom-right .product-actions .product-actions-inner {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.products .product-hover-style-icon-bottom-right .product-actions .product-actions-inner > .product-action {
  position: relative;
}

.products .product-hover-style-icon-bottom-right .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.products .product-hover-style-icon-bottom-right .product-actions .product-actions-inner > .product-action:last-child:after {
  height: 0 !important;
}

.products .product-hover-style-icon-bottom-right .product-actions a {
  width: 55px;
  height: 55px;
  line-height: 40px;
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  border-radius: 0;
  box-shadow: none;
}

.products .product-hover-style-icon-bottom-right .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-style-icon-bottom-right .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-icon-bottom-right .product-inner .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-icon-bottom-right .product-inner .out-of-stock {
  width: calc(100% - 30px);
  line-height: 28px;
  font-size: 13px;
  top: auto;
  bottom: 15px;
  opacity: 1;
}

.products .product-hover-style-icon-bottom-right .product-info {
  padding: 0;
  padding-top: 15px;
  position: relative;
}

.products .product-hover-style-icon-bottom-right .product-info .product-name {
  padding-top: 5px;
}

.products .product-hover-style-icon-bottom-right:hover .product-actions {
  bottom: 15px;
  opacity: 1;
}

.products .product-hover-style-image-center {
  box-shadow: none;
  border: 1px solid #eee;
}

.products .product-hover-style-image-center .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-image-center .open-quick-view {
  top: auto;
  bottom: 30px;
  opacity: 0;
  transform: translate(-50%, 0);
}

.products .product-hover-style-image-center .product-actions {
  bottom: auto;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0;
}

.products .product-hover-style-image-center .product-actions .product-actions-inner > .product-action {
  display: inline-block;
  vertical-align: top;
}

.products .product-hover-style-image-center .open-quick-view {
  top: auto;
  bottom: 30px;
  opacity: 0;
  transform: translate(-50%, 0);
}

.products .product-hover-style-image-center .product-info {
  position: relative;
  border: none;
  min-height: 118px;
}

.products .product-hover-style-image-center .product-info .product-name {
  padding-top: 5px;
}

.products .product-hover-style-image-center.product-hover-button-style-border .product-actions a {
  color: #fff;
}

.products .product-hover-style-image-center.product-hover-button-style-border .open-quick-view {
  background: #fff;
  color: #323232;
}

.products .product-hover-style-image-center.product-hover-button-style-border .open-quick-view:hover {
  color: #fff;
}

.products .product-hover-style-image-center:hover {
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
}

.products .product-hover-style-image-center:hover .product-actions {
  opacity: 1;
  bottom: auto;
  top: 50%;
}

.products .product-hover-style-image-center:hover .open-quick-view {
  bottom: 15px;
  opacity: 1;
}

.products .product-hover-style-image-center:hover .open-quick-view:hover {
  background: #323232;
}

.products .product-hover-style-image-left {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-image-left .product-actions {
  width: auto;
  transform: inherit;
  top: auto;
  bottom: 30px;
  opacity: 0;
  left: 15px;
}

.products .product-hover-style-image-left .product-actions .product-actions-inner {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.products .product-hover-style-image-left .product-actions .product-actions-inner > .product-action {
  position: relative;
}

.products .product-hover-style-image-left .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 99;
}

.products .product-hover-style-image-left .product-actions .product-actions-inner > .product-action:last-child:after {
  content: "";
  width: 25px;
  height: 0;
  background: #e5e5e5;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 99;
}

.products .product-hover-style-image-left .product-actions a {
  width: 55px;
  height: 55px;
  min-width: inherit;
  line-height: 40px;
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.products .product-hover-style-image-left .price {
  overflow: hidden;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-image-left .price > * {
  position: relative;
  top: 0;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-image-left .price + .product-action-add-to-cart {
  margin-top: -30px;
}

.products .product-hover-style-image-left .product-info .product-name {
  padding: 5px 0px;
}

.products .product-hover-style-image-left .product-action-add-to-cart {
  margin: 0;
  margin-top: 0;
  line-height: 22px;
  overflow: hidden;
}

.products .product-hover-style-image-left .product-action-add-to-cart .button {
  margin: 0;
  background: 0 0;
  color: #323232;
  padding: 0;
  line-height: 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: all .2s ease-out 0s;
  bottom: -22px;
}

.products .product-hover-style-image-left .product-action-add-to-cart .button:before {
  position: relative;
  left: 0;
  top: 0;
  padding-right: 10px;
  font-weight: 400;
  content: "\f139";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product-hover-style-image-left .product-action-add-to-cart .button:hover {
  color: var(--sage);
}

.products .product-hover-style-image-left .product-inner .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-image-left .open-quick-view {
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-image-left:hover {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-image-left:hover .product-actions {
  bottom: 15px;
  opacity: 1;
}

.products .product-hover-style-image-left:hover .price {
  opacity: 0;
}

.products .product-hover-style-image-left:hover .product-action-add-to-cart .button {
  bottom: 0;
}

.products .product-hover-style-image-left.product-hover-button-style-flat.product-hover-button-style-dark .product-actions .product-actions-inner {
  background: #323232;
}

.products .product-hover-button-style-flat .product-actions a {
  background: #fff;
  color: #323232;
}

.products .product-hover-button-style-flat .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-button-style-border .product-thumbnail {
  z-index: 0;
}

.products .product-hover-button-style-border .product-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-out 0s;
  background: var(--sage);
  z-index: 1;
}

.products .product-hover-button-style-border .product-actions a {
  background: 0 0;
  box-shadow: none;
  border: 2px solid #fff;
  color: #fff;
  width: 43px;
  height: 43px;
  line-height: 28px;
}

.products .product-hover-button-style-border .product-actions a:hover {
  background: #fff;
  border-color: transparent !important;
  color: var(--sage);
}

.products .product-hover-button-style-border:hover .product-thumbnail:after {
  opacity: .8;
}

.products .product-hover-style-icons-transparent-center {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-icons-transparent-center .product-inner .stock {
  top: 15px;
  bottom: auto;
}

.products .product-hover-style-icons-transparent-center .product-inner .stock.out-of-stock {
  top: auto;
  bottom: 15px;
}

.products .product-hover-style-icons-transparent-center .product-actions {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  transition: all .2s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out 0s;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner > .product-action {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -2px;
  top: 13px;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner > .product-action a {
  background: 0 0;
  box-shadow: none;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner .product-action-add-to-cart {
  float: none;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner .product-action-add-to-cart a {
  margin: 0 !important;
  width: 100%;
  height: auto;
  font-size: 13px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 8px 25px;
  display: inline;
  text-transform: uppercase;
  cursor: pointer;
}

.products .product-hover-style-icons-transparent-center .product-actions .product-actions-inner .product-action-add-to-cart a:hover {
  background: #fff;
  color: #323232;
}

.products .product-hover-style-icons-transparent-center .product-action-quick-view:after {
  width: 0 !important;
}

.products .product-hover-style-icons-transparent-center .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-icons-transparent-center .product-action-add-to-cart a:before {
  content: '' !important;
}

.products .product-hover-style-icons-transparent-center .product-action-add-to-cart:after {
  width: 0 !important;
}

.products .product-hover-style-icons-transparent-center .product-inner .out-of-stock {
  width: calc(100% - 30px);
  line-height: 28px;
  font-size: 13px;
}

.products .product-hover-style-icons-transparent-center:hover .product-actions {
  visibility: visible;
  opacity: 1;
}

.products .product-hover-style-icons-transparent-center:hover .product-actions .product-actions-inner {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-info-transparent-center {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-info-transparent-center .product-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-out 0s;
}

.products .product-hover-style-info-transparent-center .product-info {
  position: absolute;
  left: 0;
  top: 48%;
  z-index: 2;
  text-align: center;
  width: 100%;
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}

.products .product-hover-style-info-transparent-center .product-info .svelta-product-category,
.products .product-hover-style-info-transparent-center .product-info .svelta-product-category a {
  color: rgba(255, 255, 255, 0.9);
}

.products .product-hover-style-info-transparent-center .product-info .product-name {
  padding-top: 0.5em;
}

.products .product-hover-style-info-transparent-center .product-info .product-name a {
  color: #fff;
}

.products .product-hover-style-info-transparent-center .product-info .product-name a:hover {
  color: var(--sage);
}

.products .product-hover-style-info-transparent-center .product-info .price {
  line-height: 24px;
}

.products .product-hover-style-info-transparent-center .product-info .price del .amount {
  color: #fff;
  opacity: 0.5;
}

.products .product-hover-style-info-transparent-center .product-info .price ins .amount {
  color: #fff;
}

.products .product-hover-style-info-transparent-center .product-actions {
  position: relative;
  bottom: auto;
  margin-bottom: 5px;
}

.products .product-hover-style-info-transparent-center .product-actions .product-actions-inner > .product-action {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.products .product-hover-style-info-transparent-center .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -2px;
  top: 13px;
}

.products .product-hover-style-info-transparent-center .product-actions .product-actions-inner > .product-action a {
  background: 0 0;
  box-shadow: none;
}

.products .product-hover-style-info-transparent-center .product-action-add-to-cart {
  float: none;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.products .product-hover-style-info-transparent-center .product-action-add-to-cart a {
  margin: 0 !important;
  width: 100%;
  height: auto;
  font-size: 13px;
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 8px 25px;
  display: inline;
  text-transform: uppercase;
  cursor: pointer;
}

.products .product-hover-style-info-transparent-center .product-action-add-to-cart a:hover {
  background: #fff;
  color: #323232;
}

.products .product-hover-style-info-transparent-center .product-action-quick-view:after {
  width: 0 !important;
}

.products .product-hover-style-info-transparent-center .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-info-transparent-center .product-action-add-to-cart a:before {
  content: '' !important;
}

.products .product-hover-style-info-transparent-center .product-action-add-to-cart:after {
  width: 0 !important;
}

.products .product-hover-style-info-transparent-center .product-inner .out-of-stock {
  width: calc(100% - 30px);
  line-height: 28px;
  font-size: 13px;
}

.products .product-hover-style-info-transparent-center:hover .product-actions {
  opacity: 1;
}

.products .product-hover-style-info-transparent-center:hover .product-info {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-info-transparent-center:hover .product-inner:before {
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-standard-info-transparent {
  border: none;
  box-shadow: none;
}

.products .product-hover-style-standard-info-transparent .product-inner .stock {
  bottom: 20px;
  right: 15px;
  left: auto;
  z-index: 1;
}

.products .product-hover-style-standard-info-transparent .product-actions {
  position: absolute;
  bottom: auto;
  left: auto;
  top: 15px;
  right: -5px;
  width: auto;
  opacity: 0;
  visibility: hidden;
}

.products .product-hover-style-standard-info-transparent .product-actions .product-actions-inner {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.products .product-hover-style-standard-info-transparent .product-actions .product-actions-inner > .product-action {
  position: relative;
}

.products .product-hover-style-standard-info-transparent .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.products .product-hover-style-standard-info-transparent .product-actions a {
  width: 55px;
  height: 50px;
  line-height: 40px;
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  border-radius: 0;
  box-shadow: none;
}

.products .product-hover-style-standard-info-transparent .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-style-standard-info-transparent .product-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-right: 85px;
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
}

.products .product-hover-style-standard-info-transparent .product-info .svelta-product-category,
.products .product-hover-style-standard-info-transparent .product-info .svelta-product-category a,
.products .product-hover-style-standard-info-transparent .product-info .svelta-product-category a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
}

.products .product-hover-style-standard-info-transparent .product-info .product-name {
  padding-top: 5px;
}

.products .product-hover-style-standard-info-transparent .product-info .product-name a {
  color: #fff;
}

.products .product-hover-style-standard-info-transparent .product-info .product-name a:hover {
  color: var(--sage);
}

.products .product-hover-style-standard-info-transparent .product-info .standard-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-right: 90px;
}

.products .product-hover-style-standard-info-transparent .product-info .standard-info .price {
  line-height: 24px;
  color: #fff;
}

.products .product-hover-style-standard-info-transparent:hover {
  border: none;
  box-shadow: none;
}

.products .product-hover-style-standard-info-transparent:hover .product-actions {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-standard-quick-shop {
  border: none;
  box-shadow: none;
}

.products .product-hover-style-standard-quick-shop .onsale {
  right: auto;
  left: 0;
}

.products .product-hover-style-standard-quick-shop .product-actions {
  position: absolute;
  bottom: auto;
  left: auto;
  top: 15px;
  right: -5px;
  width: auto;
  opacity: 0;
  visibility: hidden;
}

.products .product-hover-style-standard-quick-shop .product-actions .product-actions-inner {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.products .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action {
  position: relative;
}

.products .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action a {
  width: 55px;
  height: 50px;
  line-height: 40px;
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  border-radius: 0;
  box-shadow: none;
}

.products .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action a:hover {
  color: var(--sage);
}

.products .product-hover-style-standard-quick-shop .product-actions .product-actions-inner > .product-action:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.products .product-hover-style-standard-quick-shop .product-action-add-to-cart {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.products .product-hover-style-standard-quick-shop .product-action-add-to-cart a {
  margin-top: 0;
  position: relative;
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
}

.products .product-hover-style-standard-quick-shop .product-action-add-to-cart a:hover {
  background: #323232;
}

.products .product-hover-style-standard-quick-shop:hover .product-actions {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-minimal {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-minimal .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-minimal .product-action-quick-view {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 7px;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-out 0s;
}

.products .product-hover-style-minimal .product-action-quick-view .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0;
  padding: 5px 0;
  background: #fff;
  color: #969696;
}

.products .product-hover-style-minimal .product-action-quick-view .open-quick-view:before {
  content: "\f06e";
  position: relative;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  padding-right: 8px;
}

.products .product-hover-style-minimal .product-info {
  padding: 0;
  padding-top: 10px;
  text-align: left;
  position: relative;
}

.products .product-hover-style-minimal .product-info .svelta-product-category {
  display: none;
}

.products .product-hover-style-minimal .product-info .product-name {
  padding-top: 5px;
}

.products .product-hover-style-minimal .product-info .product-actions {
  position: relative;
  bottom: auto;
  width: auto;
  left: auto;
  float: right;
  line-height: 20px;
}

.products .product-hover-style-minimal .product-info .product-actions .product-actions-inner > .product-action {
  float: left;
}

.products .product-hover-style-minimal .product-info .product-actions .product-actions-inner > .product-action a {
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  box-shadow: none;
  width: 35px;
  height: 30px;
  line-height: 20px;
  vertical-align: top;
}

.products .product-hover-style-minimal .product-info .product-actions .product-actions-inner > .product-action a:hover {
  color: var(--sage);
}

.products .product-hover-style-minimal .product-info .price {
  line-height: 28px;
  text-align: left;
  visibility: visible;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-minimal .product-info .price + .product-action-add-to-cart {
  margin-top: -27px;
}

.products .product-hover-style-minimal .product-info .price + .product-action-add-to-cart a {
  transform: translateY(100%);
}

.products .product-hover-style-minimal .product-info .product-action-add-to-cart {
  line-height: 20px;
  height: 25px;
  margin-top: 0;
  overflow: hidden;
}

.products .product-hover-style-minimal .product-info .product-action-add-to-cart a {
  margin-top: 0;
  background: 0 0;
  color: var(--sage);
  padding: 0;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transform: translateY(0);
  transition: all .25s ease-out 0s;
}

.products .product-hover-style-minimal:hover {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-minimal:hover .product-action-quick-view {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-minimal:hover .product-action-quick-view .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0;
  padding: 5px 0;
  background: #fff;
  color: #969696;
}

.products .product-hover-style-minimal:hover .product-info .price {
  opacity: 0;
  visibility: hidden;
}

.products .product-hover-style-minimal:hover .product-info .product-action-add-to-cart a {
  transform: translateY(0);
}

.products .product-hover-style-minimal-hover-cart {
  border: none;
  box-shadow: none;
  background: 0 0;
  margin-bottom: 60px;
}

.products .product-hover-style-minimal-hover-cart .product-action-add-to-cart {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-minimal-hover-cart .product-action-add-to-cart a {
  font-size: 0;
  color: #fff;
  background: 0 0;
  padding: 0;
  position: relative;
  top: 47%;
  opacity: 1;
  transform: translateY(-50%);
}

.products .product-hover-style-minimal-hover-cart .product-action-add-to-cart a:before {
  content: "\f139";
  font-family: pgsicon-ecommerce;
  font-size: 42px;
}

.products .product-hover-style-minimal-hover-cart .product-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px;
  width: 100%;
  transform: translateY(100%);
  transition: all .3s ease-out 0s;
  margin: 0;
}

.products .product-hover-style-minimal-hover-cart .product-name a {
  background: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 13px;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  display: block;
}

.products .product-hover-style-minimal-hover-cart .product-name a:hover {
  color: var(--sage);
}

.products .product-hover-style-minimal-hover-cart .product-info {
  position: relative;
  padding: 0;
  padding-top: 10px;
  padding-right: 110px;
}

.products .product-hover-style-minimal-hover-cart .product-info .price {
  line-height: 22px;
  text-align: left;
  padding-top: 5px;
  float: left;
}

.products .product-hover-style-minimal-hover-cart .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-minimal-hover-cart .product-actions {
  bottom: auto;
  width: auto;
  left: auto;
  right: 0;
  line-height: 20px;
  overflow: hidden;
}

.products .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner {
  transform: translateY(-90%);
  display: inline-block;
  position: relative;
  top: 0;
  width: 100%;
  vertical-align: top;
  transition: all .3s ease-out 0s;
}

.products .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner > .product-action {
  float: left;
}

.products .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner > .product-action a {
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  box-shadow: none;
  width: 35px;
  height: 30px;
  line-height: 20px;
  vertical-align: top;
}

.products .product-hover-style-minimal-hover-cart .product-actions .product-actions-inner > .product-action a:hover {
  color: var(--sage);
}

.products .product-hover-style-minimal-hover-cart .svelta-product-category {
  display: none;
}

.products .product-hover-style-minimal-hover-cart:hover {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-minimal-hover-cart:hover .product-name {
  transform: translateY(0);
}

.products .product-hover-style-minimal-hover-cart:hover .product-action-add-to-cart {
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-minimal-hover-cart:hover .product-action-add-to-cart a {
  top: 50%;
}

.products .product-hover-style-minimal-hover-cart:hover .product-actions {
  opacity: 1;
}

.products .product-hover-style-minimal-hover-cart:hover .product-actions .product-actions-inner {
  transform: translateY(0);
}

.products .product-hover-style-hover-summary {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-hover-summary .content-hover-block {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: 0;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transform: scale(0.98);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.products .product-hover-style-hover-summary .product-thumbnail {
  z-index: 8;
}

.products .product-hover-style-hover-summary .product-action-wishlist {
  position: absolute;
  top: 18px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out 0s;
}

.products .product-hover-style-hover-summary .product-action-wishlist a {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  font-size: 0;
  line-height: 32px;
  color: #323232;
}

.products .product-hover-style-hover-summary .product-action-wishlist a:before {
  content: "\f08a";
  position: relative;
  left: 0;
  top: 6px;
  font-family: FontAwesome;
  font-size: 16px;
}

.products .product-hover-style-hover-summary .product-actions {
  bottom: 0;
  background: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #efefef;
  z-index: 11;
  transform: translateY(100%);
  transition: all .3s ease-out 0s;
}

.products .product-hover-style-hover-summary .product-actions a {
  width: 50px;
  height: 40px;
  line-height: 30px;
  margin: 0 !important;
  background: 0 0;
  color: #323232;
  border-radius: 0;
  box-shadow: none;
}

.products .product-hover-style-hover-summary .product-action-add-to-cart {
  width: calc(100% - 102px);
  display: inline-block;
}

.products .product-hover-style-hover-summary .product-action-add-to-cart a {
  background: var(--sage);
  color: #fff;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  transition: all .3s ease-out 0s;
  border-radius: 0;
  box-shadow: none;
  margin: 0 !important;
}

.products .product-hover-style-hover-summary .product-action-add-to-cart a:before {
  content: '' !important;
}

.products .product-hover-style-hover-summary .product-action-add-to-cart a:hover {
  background: #323232;
}

.products .product-hover-style-hover-summary .product-action-compare {
  float: left;
}

.products .product-hover-style-hover-summary .product-action-quick-view {
  float: right;
}

.products .product-hover-style-hover-summary .product-action-quick-view .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-hover-summary .product-info {
  text-align: center;
  padding: 0;
  padding-top: 15px;
  position: relative;
  top: 0;
  z-index: 8;
  transition: all .3s ease-out 0s;
}

.products .product-hover-style-hover-summary .product-info .svelta-product-category,
.products .product-hover-style-hover-summary .product-info .svelta-product-category a {
  display: block;
  line-height: 18px;
}

.products .product-hover-style-hover-summary .product-info .product-name {
  padding-top: 3px;
}

.products .product-hover-style-hover-summary .product-info .product-name a {
  font-weight: 600;
}

.products .product-hover-style-hover-summary .product-info .svelta-product-description {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  transition: all .15s ease-out 0s;
}

.products .product-hover-style-hover-summary .product-info .svelta-product-description.svelta-short-description .svelta-description-inner {
  max-height: 75px !important;
}

.products .product-hover-style-hover-summary .stock {
  left: 50%;
  transform: translateX(-50%);
}

.products .product-hover-style-hover-summary .stock.out-of-stock {
  width: calc(100% - 30px);
  line-height: 28px;
  font-size: 13px;
}

.products .product-hover-style-hover-summary:hover {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-hover-summary:hover .product-inner {
  position: relative;
  z-index: 9;
}

.products .product-hover-style-hover-summary:hover .content-hover-block {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity .25s ease-in-out;
}

.products .product-hover-style-hover-summary:hover .product-action-wishlist {
  top: 10px;
  opacity: 1;
  visibility: visible;
}

.products .product-hover-style-hover-summary:hover .product-actions {
  transform: translateY(0);
}

.products .product-hover-style-hover-summary:hover .product-info {
  top: -5px;
}

.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description {
  opacity: 1;
  visibility: visible;
  color: #969696;
}

.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description .svelta-description-inner {
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  max-height: inherit;
  overflow: hidden;
}

.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description .cs-more-btn {
  display: block;
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
}

.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description .cs-more-btn span {
  vertical-align: top;
  position: relative;
  padding: 0 15px;
}

.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description .cs-more-btn span:before,
.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description .cs-more-btn span:after {
  content: "";
  background: #ddd;
  height: 1px;
  width: 300px;
  position: absolute;
  top: 10px;
  left: 100%;
}

.products .product-hover-style-hover-summary:hover .product-info .svelta-product-description .cs-more-btn span:after {
  left: auto;
  right: 100%;
}

.products .product-hover-style-info-bottom-bar {
  box-shadow: none;
  border: 1px solid #eee;
}

.products .product-hover-style-info-bottom-bar .open-quick-view {
  background: #fff !important;
  color: #323232;
  font-size: 13px;
  width: 135px;
  height: 42px;
  opacity: 0;
  line-height: 41px;
  padding: 0;
  top: 60%;
  border-radius: 50px;
  transform: translate(-50%, -70%);
  transition: all .3s ease-out 0s;
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.products .product-hover-style-info-bottom-bar .open-quick-view:hover {
  color: var(--sage);
}

.products .product-hover-style-info-bottom-bar .open-quick-view:before {
  content: "\f06e";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  padding-right: 4px;
}

.products .product-hover-style-info-bottom-bar .product-info {
  z-index: 9;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  min-height: 100px;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-info-bottom-bar .product-info .svelta-product-category {
  display: none;
}

.products .product-hover-style-info-bottom-bar .product-info .product-name {
  padding-top: 0;
}

.products .product-hover-style-info-bottom-bar .product-actions {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  bottom: 10px;
  opacity: 0;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart {
  width: calc(100% - 90px);
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  display: inline-flex;
}

.products .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart a {
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  background: var(--sage);
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.products .product-hover-style-info-bottom-bar .product-actions .product-action-add-to-cart a:before {
  content: "\f1bf";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
  top: 0;
  padding-right: 10px;
  position: relative;
  left: 0;
}

.products .product-hover-style-info-bottom-bar .product-actions a {
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  color: #323232;
}

.products .product-hover-style-info-bottom-bar .product-actions a:hover {
  color: #fff;
  background: var(--sage);
}

.products .product-hover-style-info-bottom-bar .product-actions .product-action-wishlist {
  float: left;
}

.products .product-hover-style-info-bottom-bar .product-actions .product-action-compare {
  float: right;
}

.products .product-hover-style-info-bottom-bar .stock {
  left: 15px;
  top: 15px;
  bottom: auto;
}

.products .product-hover-style-info-bottom-bar:hover {
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
}

.products .product-hover-style-info-bottom-bar:hover .product-info {
  top: -40px;
}

.products .product-hover-style-info-bottom-bar:hover .open-quick-view {
  opacity: 1;
  top: 50%;
}

.products .product-hover-style-info-bottom-bar:hover .product-actions {
  bottom: -1px;
  opacity: 1;
}

.products .product-hover-style-info-bottom {
  box-shadow: none;
  border: 1px solid #eee;
  padding-bottom: 65px;
  position: relative;
}

.products .product-hover-style-info-bottom .open-quick-view {
  background: #fff !important;
  color: #323232;
  font-size: 13px;
  width: 135px;
  height: 42px;
  opacity: 0;
  line-height: 41px;
  padding: 0;
  top: 60%;
  border-radius: 50px;
  transform: translate(-50%, -70%);
  transition: all .3s ease-out 0s;
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.products .product-hover-style-info-bottom .open-quick-view:hover {
  color: var(--sage);
}

.products .product-hover-style-info-bottom .open-quick-view:before {
  content: "\f06e";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  padding-right: 4px;
}

.products .product-hover-style-info-bottom .product-info {
  padding: 20px 20px;
  padding-bottom: 0;
  position: relative;
}

.products .product-hover-style-info-bottom .product-info .svelta-product-category {
  display: none;
}

.products .product-hover-style-info-bottom .product-info .product-name {
  padding-top: 0;
}

.products .product-hover-style-info-bottom .product-actions {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  margin-top: 0;
}

.products .product-hover-style-info-bottom .product-actions .product-action {
  display: inline-block;
  vertical-align: top;
}

.products .product-hover-style-info-bottom .product-actions .product-action-add-to-cart {
  width: calc(100% - 115px);
}

.products .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a {
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  background: var(--sage);
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
}

.products .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a:hover {
  color: #fff;
}

.products .product-hover-style-info-bottom .product-actions .product-action-add-to-cart a:before {
  content: "\f1bf";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
  top: 0;
  padding-right: 10px;
  position: relative;
  left: 0;
}

.products .product-hover-style-info-bottom .product-actions a {
  width: 55px;
  height: 40px;
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  color: #323232;
}

.products .product-hover-style-info-bottom .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-style-info-bottom .product-actions .product-action-wishlist {
  float: left;
}

.products .product-hover-style-info-bottom .product-actions .product-action-compare {
  float: right;
}

.products .product-hover-style-info-bottom .stock {
  left: 15px;
  top: 15px;
  bottom: auto;
}

.products .product-hover-style-info-bottom:hover {
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
}

.products .product-hover-style-info-bottom:hover .open-quick-view {
  opacity: 1;
  top: 50%;
}

.products .product-hover-style-image-bottom-bar {
  box-shadow: none;
  border: 0;
}

.products .product-hover-style-image-bottom-bar .open-quick-view {
  background: #fff !important;
  color: #323232;
  font-size: 13px;
  width: 135px;
  height: 42px;
  opacity: 0;
  line-height: 41px;
  padding: 0;
  top: 60%;
  border-radius: 50px;
  transform: translate(-50%, -70%);
  transition: all .3s ease-out 0s;
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.products .product-hover-style-image-bottom-bar .open-quick-view:hover {
  color: var(--sage);
}

.products .product-hover-style-image-bottom-bar .open-quick-view:before {
  content: "\f06e";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  padding-right: 4px;
}

.products .product-hover-style-image-bottom-bar .product-info {
  z-index: 9;
  background: #fff;
  padding: 0;
  padding-top: 15px;
  position: relative;
  top: 0;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-image-bottom-bar .product-info .svelta-product-category {
  display: none;
}

.products .product-hover-style-image-bottom-bar .product-info .product-name {
  padding-top: 0;
}

.products .product-hover-style-image-bottom-bar .product-actions {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  bottom: -46px;
  opacity: 0;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart {
  width: calc(100% - 90px);
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  display: inline-flex;
}

.products .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart a {
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  background: var(--sage);
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.products .product-hover-style-image-bottom-bar .product-actions .product-action-add-to-cart a:before {
  content: "\f1bf";
  font-family: pgsicon-ecommerce;
  font-size: 18px;
  top: 0;
  padding-right: 10px;
  position: relative;
  left: 0;
}

.products .product-hover-style-image-bottom-bar .product-actions a {
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  color: #323232;
}

.products .product-hover-style-image-bottom-bar .product-actions a:hover {
  color: #fff;
  background: var(--sage);
}

.products .product-hover-style-image-bottom-bar .product-actions .product-action-wishlist {
  float: left;
}

.products .product-hover-style-image-bottom-bar .product-actions .product-action-compare {
  float: right;
}

.products .product-hover-style-image-bottom-bar .stock {
  left: 15px;
  top: 15px;
  bottom: auto;
}

.products .product-hover-style-image-bottom-bar:hover {
  border: 0;
  box-shadow: none;
}

.products .product-hover-style-image-bottom-bar:hover .open-quick-view {
  opacity: 1;
  top: 50%;
}

.products .product-hover-style-image-bottom-bar:hover .product-actions {
  bottom: 0px;
  opacity: 1;
}

.products .product-hover-style-image-bottom-2 {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-image-bottom-2 .product-actions {
  bottom: -5px;
  opacity: 0;
}

.products .product-hover-style-image-bottom-2 .product-actions .product-actions-inner {
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  padding: 0 10px;
  border-radius: 50px;
}

.products .product-hover-style-image-bottom-2 .product-actions .product-action {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.products .product-hover-style-image-bottom-2 .product-actions .product-action:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e5e5e5;
  width: 1px;
  height: 20px;
}

.products .product-hover-style-image-bottom-2 .product-actions .product-action:last-child:before {
  width: 0;
}

.products .product-hover-style-image-bottom-2 .product-actions a {
  width: 45px;
  height: 55px;
  line-height: 40px;
  margin: 0 !important;
  background: 0 0;
  box-shadow: none;
}

.products .product-hover-style-image-bottom-2 .product-actions a:hover {
  color: #fff;
}

.products .product-hover-style-image-bottom-2 .open-quick-view {
  min-width: auto;
  left: inherit;
  top: inherit;
  transform: inherit;
}

.products .product-hover-style-image-bottom-2 .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-image-bottom-2 .product-info .price ins .amount {
  color: var(--sage);
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions .product-actions-inner {
  background: #323232;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions .product-action:before {
  background: #545454;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions .product-action.product-action-add-to-cart a:before {
  content: '' !important;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions a {
  color: #a7a5a6;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-dark .product-actions a:hover {
  color: #fff;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-dark.product-hover-button-shape-round .product-actions .product-action.product-action-add-to-cart a:before {
  content: '\f1bf' !important;
  font-family: pgsicon-ecommerce;
  font-size: 18px;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-light .product-actions .product-actions-inner {
  border-radius: 2px;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-light .product-actions .product-action:before {
  background: #e5e5e5;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-light .product-actions a {
  color: #323232;
}

.products .product-hover-style-image-bottom-2.product-hover-button-style-light .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-style-image-bottom-2:hover {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-image-bottom-2:hover .product-actions {
  opacity: 1;
  bottom: 15px;
}

.products .product-hover-style-image-bottom {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-image-bottom .product-actions {
  bottom: -10px;
  opacity: 0;
  text-align: center;
}

.products .product-hover-style-image-bottom .product-actions .product-actions-inner {
  display: inline-block;
  vertical-align: top;
}

.products .product-hover-style-image-bottom .product-actions .product-actions-inner > .product-action {
  float: left;
}

.products .product-hover-style-image-bottom .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-image-bottom:hover {
  border: none;
  box-shadow: none;
  background: 0 0;
}

.products .product-hover-style-image-bottom:hover .product-actions {
  opacity: 1;
  bottom: 15px;
}

.products .product-hover-style-image-bottom .stock {
  bottom: auto;
  top: 15px;
}

.products .product-hover-style-icons-rounded {
  border: 0;
  box-shadow: none;
}

.products .product-hover-style-icons-rounded .product-action-add-to-cart {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  transition: all .2s ease-out 0s;
}

.products .product-hover-style-icons-rounded .product-action-add-to-cart a {
  width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 2px 0;
  text-align: center;
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
}

.products .product-hover-style-icons-rounded .product-action-add-to-cart a:hover {
  background: #323232;
}

.products .product-hover-style-icons-rounded .product-actions {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: -5px;
  width: auto;
  opacity: 0;
  visibility: hidden;
}

.products .product-hover-style-icons-rounded .product-actions .product-actions-inner > .product-action {
  margin-bottom: 6px;
}

.products .product-hover-style-icons-rounded .product-actions a {
  margin: 0 !important;
  background: #fff;
  color: #323232;
  border-radius: 70px;
}

.products .product-hover-style-icons-rounded .product-actions a:hover {
  color: var(--sage);
}

.products .product-hover-style-icons-rounded .open-quick-view {
  min-width: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.products .product-hover-style-icons-rounded .stock {
  left: 15px;
  top: 15px;
  bottom: auto;
  transition: all .2s ease-out 0s;
  opacity: 1;
}

.products .product-hover-style-icons-rounded .stock.out-of-stock {
  bottom: 15px;
  top: auto;
}

.products .product-hover-style-icons-rounded:hover {
  border: 0;
  box-shadow: none;
}

.products .product-hover-style-icons-rounded:hover .product-action-add-to-cart {
  bottom: 0;
}

.products .product-hover-style-icons-rounded:hover .product-actions {
  left: 15px;
  opacity: 1;
  visibility: visible;
}

.products.list li.product {
  width: 100%;
  margin-right: 0;
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

.products.list .product.product-hover-style-hover-summary:hover {
  border-bottom: 1px solid #e8e8e8;
}

.products.list li.product:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.products.list li.product:hover {
  box-shadow: none;
}

.products.list .product .product-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap
}

.products.list .product-thumbnail {
  position: relative;
  flex: 0 0 280px;
}

.products.list .product-thumbnail img {
  width: 100% !important;
  margin-right: 0 !important;
}

.box-image-resize {
  background-size: cover;
  background-position: center center;
  height: 142px;
  width: 100%;
}

.box-image-resize-mobile {
  background-size: cover;
  background-position: center center;
  height: 102px;
  width: 100%;
}

.products.list .product-info {
  flex: 1 1 auto;
  text-align: left;
  position: relative;
  top: 0;
  padding: 0px;
  margin-left: 30px;
}

.products.list .product-info .gridlist-buttonwrap {
  display: none;
}

.products.list .product-hover-style-image-center .product-info .product-actions,
.products.list .product-hover-style-image-left .product-info .product-actions,
.products.list .product-hover-style-image-bottom .product-info .product-actions,
.products.list .product .product-info .product-actions {
  display: block;
  opacity: 1;
  position: relative;
  left: 0;
  top: 0;
  transform: inherit;
  text-align: left;
  width: inherit;
  visibility: visible;
}

.products.list li.product-hover-style-info-bottom .product-name,
.products.list li.product-hover-style-info-bottom-bar .product-name {
  padding: 0.5em 0;
}

.products.list li.product-hover-style-info-bottom .product-info .product-actions a {
  width: 45px;
}

.products.list .product-hover-style-info-bottom .product-thumbnail .product-actions,
.products.list .product-hover-style-info-bottom-bar .product-thumbnail .product-actions {
  display: none;
}

.products.list .product-hover-style-icon-top-left .product-actions-inner {
  box-shadow: none;
}

.products.list li.product.product-hover-style-icon-top-left .product-info .product-actions .product-action {
  float: left;
}

.products.list li.product.product-hover-style-icon-top-left .product-info .product-actions a {
  line-height: 34px;
}

.products.list .star-rating-wrapper {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 7px;
}

.products.list .star-rating-wrapper:after {
  width: 80px;
  left: 0;
  top: 3px;
  z-index: -1;
  background: #ffffff;
  margin-left: 0;
}

.products.list .star-rating-wrapper .star-rating {
  margin: 0;
}

.products.list li.product .svelta-product-category {
  padding-bottom: 7px;
}

.products.list li.product .product-name {
  padding: 0;
  padding-bottom: 5px;
}

.products.list li.product .price {
  float: none;
  width: 100%;
  text-align: left;
  margin: 0;
}

.products.list li.product.product-hover-style-icons-rounded .price,
.products.list li.product-hover-style-icons-bottom-right .price,
.products.list li.product-hover-style-image-bottom .price {
  margin-bottom: 5px;
}

.products.list li.product.product-hover-style-image-left .woocommerce-product-details__short-description,
.products.list li.product.product-hover-style-button-standard .woocommerce-product-details__short-description,
.products.list li.product.product-hover-style-icons-left .woocommerce-product-details__short-description,
.products.list li.product-hover-style-icons-rounded .woocommerce-product-details__short-description,
.products.list li.product-hover-style-image-bottom .woocommerce-product-details__short-description {
  margin-top: 10px;
  margin-bottom: 0;
}

.products.list li.product .price del .amount {
  font-size: 18px;
  margin-right: 5px;
  color: #969696;
}

.products.list li.product .price .amount {
  font-size: 18px;
  color: var(--sage);
}

.products.list li.product img {
  margin-bottom: 0;
}

ul.products .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  max-height: inherit;
  overflow: hidden;
}

.products.list .woocommerce-product-details__short-description {
  margin-bottom: 0;
}

ul.products .woocommerce-product-details__short-description p {
  margin: 0;
}

.products.list li.product .woocommerce-product-details__short-description strong {
  display: inline-block;
}

.products.list .product-thumbnail .stock,
ul.products .product-inner .product-info .stock {
  display: none;
}

.products.list .product-info .stock {
  display: inline-block;
  position: absolute;
  left: -120px;
  bottom: auto;
  top: 28px;
  margin-top: -5px;
  margin-bottom: 15px;
  transform: inherit;
}

.products.list .product-hover-style-standard-quick-shop .product-info .svelta-product-variations-wrapper {
  text-align: left;
}

.products.list .product-hover-style-standard-quick-shop .product-info .stock {
  position: relative;
  left: 0;
  margin: 0;
  top: 0;
  min-width: inherit;
  padding: 3px 15px;
}

.products.list li.product .product-info .product-actions a {
  background: none;
  color: var(--sage);
  border: 1px solid #eeeeee;
  border-radius: 3px;
  vertical-align: top;
  line-height: 30px;
  margin: 0 !important;
  margin-right: 5px !important;
  box-shadow: none;
}

.products.list li.product .product-info .product-actions .product-action-add-to-cart a {
  background: var(--sage);
  color: #ffffff;
  width: auto;
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px;
  border: none;
}

.products.list li.product .product-info .product-actions .product-action-add-to-cart a:hover {
  background: #323232;
}

.products.list li.product .product-info .product-actions .product-action {
  float: none;
}

.products.list li.product .product-info .product-actions,
.products.list li.product .product-info .product-actions .product-action-add-to-cart {
  width: auto;
  border: none;
}

.products.list li.product .product-info .product-actions .product-action-add-to-cart a:before {
  top: 0;
  padding-right: 7px;
}

.products.list .countdown {
  margin: 15px 0px !important;
}

/* Quick View List Style */
.products.list .product-hover-style-icon-top-left .open-quick-view {
  transform: inherit;
  left: 0;
}

.products.list .product-hover-style-default .open-quick-view {
  top: 0 !important;
  left: 0 !important;
  transform: inherit;
}

.svelta-pagination {
  text-align: center;
  justify-content: center;
}

.svelta-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
  border: none;
}

.svelta-pagination ul li {
  line-height: inherit;
  list-style: none;
  overflow: hidden;
  float: left;
  padding: 0;
  border: none;
  margin: 0 4px;
  display: inline-block;
}

.svelta-pagination ul li span,
.svelta-pagination ul li a {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  min-width: 1em;
  display: block;
  font-size: 15px;
  color: #323232;
  font-weight: 600;
  border: 1px solid #ececec;
  background: #f5f5f5;
  padding: 13px 15px;
  border-radius: 3px;
  transition: all .3s ease-out 0s;
}

.svelta-pagination ul li span.current,
.svelta-pagination ul li a.current {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff;
}

.svelta-pagination ul li a:hover {
  border-color: var(--sage);
  background: var(--sage);
  color: #fff;
}

.inner-intro.inner-intro-alt {
  height: auto !important;
  background: #fbfbfb;
  padding: 10px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}

.inner-intro.inner-intro-alt .page-breadcrumb {
  margin-top: 0;
}

.inner-intro.inner-intro-alt .page-breadcrumb li {
  color: #323232;
}

.product-hover-button-style-dark .product-actions .product-action.product-action-add-to-cart a:before {
  content: '' !important;
}

.wishlist-not-found {
  text-align: center;
}

.wishlist-not-found .btn.btn-solid {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.wishlist-not-found .btn.btn-solid:hover {
  background: var(--sage);
  color: #ffffff;
}

.wishlist-no-found img {
  height: 80px;
}

.svelta-product-gallery {
  position: relative;
}

.svelta-product-gallery .svelta-product-gallery_buttons_wrapper {
  position: absolute;
  right: 0;
  bottom: 7px;
  background: #fff;
  padding: 5px;
  border-radius: 5px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.svelta-product-gallery .svelta-product-gallery_buttons_wrapper .svelta-product-gallery_button {
  display: table-cell;
  padding: 3px;
  vertical-align: top;
}

.svelta-product-gallery .svelta-product-gallery_buttons_wrapper .svelta-product-gallery_button a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  color: #323232;
  border-radius: 3px;
  vertical-align: top;
}

.svelta-product-gallery .svelta-product-gallery_buttons_wrapper .svelta-product-gallery_button a:hover {
  background: #323232;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.svelta-gallery-style-default .svelta-product-thumbnails {
  margin-top: 10px;
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slide {
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slider .slick-arrow {
  background: #fff;
  width: 25px;
  height: 25px;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  font-size: 0;
  line-height: 35px;
  border-radius: 3px;
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slider .slick-arrow:before {
  font-family: FontAwesome;
  color: var(--sage);
  font-size: 12px;
  opacity: 1;
  line-height: 22px;
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slider:hover .slick-prev {
  left: 5px;
  opacity: 1;
  background: #fff;
}

.svelta-gallery-style-default .svelta-product-thumbnails .slick-slider:hover .slick-next {
  right: 5px;
  opacity: 1;
  background: #fff;
}

.single-product .product_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.single-product .edit-icon {
  position: relative;
}

.single-product .edit-icon:before {
  position: absolute;
  left: 0;
  top: 0;
}

.single-product .product-rating {
  margin-bottom: 20px;
}

.single-product .product-rating .star-rating {
  float: left;
  line-height: 20px;
  margin-right: 10px;
}

.single-product .product-rating .star-rating .fa-star {
  color: #ffbe00;
}

.single-product .product-rating .review-link {
  color: #969696;
  font-size: 13px;
  line-height: 18px;
}

.single-product .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    font-weight: bold;
    color: #4d4d4d;
}

.single-product .product-details__short-description {
  padding-bottom: 20px;
  max-height: inherit;
}

.single-product .product-size-guide {
  margin-bottom: 20px;
}

.single-product .product-size-guide .open-product-size-guide {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #969696;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  padding-left: 12px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}

.single-product .product-size-guide .open-product-size-guide:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQBAMAAAAPAfkrAAAAJFBMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJxz++mLAAAAC3RSTlMA3SJmVRHMu6qZMxU58oMAAABCSURBVAjXY9iNABsYgJAbivBzGLgZgGADEKNz4ACTsxBIsW1UAHNYBEGCnA4QGUUQRz0AwWFuYkBwoncb4DMaxQsAH+Ipp3o5sP0AAAAASUVORK5CYII=);
  width: 23px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.single-product .product-size-guide .open-product-size-guide:hover {
  background: #fbfbfb;
}

.single-product .cart {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.single-product .cart .quantity {
  position: relative;
  padding: 0 24px;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

.single-product .cart .quantity .qty {
  text-align: center;
}

.single-product .cart .quantity input {
  width: 50px !important;
  height: 45px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  color: #969696;
  border: 1px solid #e6e6e6;
  height: 45px;
  background: #f8f8f8;
}

.single-product .cart .quantity .quantity-button {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 20px;
  text-align: center;
  color: #969696;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 45px;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 45px;
  background: #fff;
}

.single-product .cart .quantity .quantity-button.quantity-up {
  position: absolute;
  width: 26px;
  height: 100%;
  right: 0;
  top: 0;
}

.single-product .cart .quantity .quantity-button.quantity-down {
  position: absolute;
  width: 26px;
  height: 100%;
  left: 0;
  top: 0;
}

.single-product .cart .button {
  vertical-align: middle;
  float: left;
  padding: 10px 20px;
  position: relative;
  border: none;
  font-size: 14px;
  background: var(--sage);
  text-align: center;
  border: none;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
}


.single-product .cart .button:hover {
  background: #323232;
}

.single-product .product-summary-actions {
  margin-bottom: 25px;
  border-bottom: 1px solid #d3ced2;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.single-product .product-summary-actions .add-to-wishlist {
  float: left;
  margin: 0;
  margin-right: 20px;
  margin-left: 12px;
  position: relative;
}

.single-product .product-summary-actions .add-to-wishlist a {
  color: #323232;
  line-height: 30px;
  font-size: 15px;
}

.single-product .product-summary-actions .add-to-wishlist a:before {
  content: "\f08a";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
  color: var(--sage);
}

.single-product .product-summary-actions .add-to-wishlist-fill a:before {
  content: "\f004";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
  color: var(--sage);
}

.single-product .product-summary-actions .add-to-wishlist a:hover {
  color: var(--sage);
}

.single-product .product-summary-actions .compare {
  background: 0 0;
  font-size: 15px;
  color: #323232;
  padding: 0;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 20px;
}

.single-product .product-summary-actions .compare:before {
  content: "\f066";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
  color: var(--sage);
}

.single-product .product-summary-actions .compare:hover {
  color: var(--sage);
}

.single-product .product_meta {
  margin-bottom: 25px;
}

.single-product .product_meta > span {
  display: block;
  font-size: 15px;
  margin: 8px 0;
  color: #969696;
}

.single-product .product_meta > span label {
  padding-right: 5px;
  margin-bottom: 0;
  color: #323232;
  font-weight: 600;
}

.single-product .product_meta > span a {
  color: #969696;
}

.single-product .product_meta > span a:hover {
  color: var(--sage);
}

.single-product .social-profiles {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #d3ced2;
  border-bottom: 1px solid #d3ced2;
  position: relative;
  padding-left: 60px;
}

.single-product .social-profiles .share-label {
  float: left;
  margin-top: 3px;
  color: #323232;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 10px;
}

.single-product .social-profiles ul {
  padding: 0;
  margin: 0;
}

.single-product .social-profiles ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0;
  float: left;
}

.single-product .social-profiles ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
  text-align: center;
  line-height: 30px;
  background: 0 0;
  border-radius: 3px;
  color: var(--sage);
}

.single-product .social-profiles ul li a:hover {
  background: var(--sage);
  color: #fff;
}

.single-product .sidebar > .widget {
  border: 1px solid #ececec;
  padding: 18px;
  margin-bottom: 20px;
}

.single-product .sidebar .pgs_brand_filters .block-content {
  text-align: center;
}

.single-product .sidebar .pgs_brand_filters .block-content h5 {
  margin-bottom: 20px;
}

.single-product .sidebar .pgs_brand_filters .brand-products {
  padding: 6px 20px;
  background: #323232;
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}

.single-product .sidebar .pgs_brand_filters .brand-products:hover {
  background: var(--sage);
}

.single-product .sidebar .pgs_qr_code {
  position: relative;
  border: 2px dashed #ddd;
}

.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup {
  padding: 15px 15px 0 15px;
}

.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link {
  text-decoration: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABRBAMAAACUOG3uAAAAG1BMVEUAAAABAQEHBwcJCQgTExITExIGBgYDAwMQEA+GNdz4AAAACXRSTlMALiAWCgUlKhHDmbOdAAACq0lEQVRIx92Vz3OaQBTHmQQcrw8d8Yg0Oj2CRPRIUm087iTYegydiD2WGdQe6TTh7+7C7rK/dHJu3kHE+fDe933fPjH+u/gSyvGmAk+gxCBWiADUKGTAysE5iZGDLRMm2Esp1rmNFKLXXB+zLPObb+ngHIGMBwBwCWEbOoHwFfeJLhHdDMcPz/Mm9RWluo4rEKM8Rzgej5owNMIWbvM6x7uEDEwVQtMxh3eIayDEBkf9gTTijhIVNiLBbrxoSgP4XBMoCMP91l5M+5rSkZM0OSLzrdoe1gkhkESsCNEZVtsife2boFX5RIjrF0xEy5qQp/9Alc5jK9oWxlbX0aVEcMwGWyfb64RREQJvxCLBJ2Smz8WaN0SCDyiqb3XXNyapcjphfVG50Yin/EiUrpIIGamvzdZKqdKoe1ttpovQV4krYESnV20gDtyaGEiDsydtDjRdjPxaB/iipaVJdLwuJ1gHuA3RFwkk9IKiCcnhIIGYma0fFqLnFGAsjGXgqSd5home1gtv/x5OgOMWsR9GCvEVaNy0s/X2ImHmjOAdJ9K+fAc4emHo7bmU61Sqcgc/UZMrAohZuxIRQNwKdOmGqUTZ1num3dqhXOX3ivlwaK7fYCftfgcrvaHrWlDi2VS7dUqSo6DP9NaaYztaha1+Lrv+NyAPd2qwDtV1hNvZib0YjzJh1Vl9MnWXvVyU6QdAbv7wwVjyvyXAmLvLCRDCRmRNHCQQJk+Rw44aYxsCIW1YTG0YnidMrJOaXVwihmyErkTwiMbMyfICYbFcAyQQ9mrTBtsSSX4OQvhMxuHSG/lAm2YoaV1MMiY/MRlseHOwQxoxLcL9Ug2kRagbupNtJ45UhA+Sa+eW81WTikqd8APFecEuvvK/hJrAdEp5XdFkpluyRFR67xsfMP4BgxK73lGvlO0AAAAASUVORK5CYII=);
  background-position: right center;
  background-size: auto;
  display: block;
  background-repeat: no-repeat;
  height: auto;
  min-height: 72px;
}

.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-popup-link-inner {
  width: calc(100% - 75px);
  text-align: left;
}

.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-label {
  font-size: 16px;
  font-weight: 600;
}

.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-desc {
  color: #969696;
  font-size: 13px;
  line-height: 19px;
}

.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-desc p {
  margin-bottom: 0;
}

.single-product .sidebar .widget_media_image {
  background: 0 0;
  border: none;
  padding: 0;
}

.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

.product_list_widget li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.product_list_widget li a {
  line-height: 18px !important;
  font-weight: 500;
  color: #323232 !important;
  font-size: 13px;
  display: block !important;
}

.product_list_widget li a:hover {
  color: var(--sage) !important;
}

.product_list_widget li img {
  height: auto;
  box-shadow: none;
  float: left;
  margin-right: 15px;
  margin-left: 0;
  width: 60px;
}

.product_list_widget li .price_code {
  color: var(--sage);
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
}

.request-box .form-control {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.05);
  vertical-align: top;
}

.request-box .form-control:focus {
  border-color: var(--sage);
}

.request-box .btn {
  display: block;
  width: 100%;
  background: #323232;
  box-shadow: none;
}

.request-box .btn:hover {
  background: var(--sage);
}

.widget_product_tag_cloud .tagcloud a {
  background: 0 0;
  color: #969696;
  margin-bottom: 8px;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  line-height: 28px;
  padding: 0 12px;
  font-size: 12px !important;
  text-transform: uppercase;
  border-radius: 2px;
}

.widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  border-color: var(--sage);
  background: var(--sage);
}

.svelta-sticky-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 25px 0;
  box-shadow: 0 -3px 13px rgba(0, 0, 0, 0.1);
  transition: all .25s ease-out 0s;
  transform: translateY(100%);
}

.svelta-sticky-btn.sticky {
  transform: translateY(0);
}

.svelta-sticky-btn .svelta-sticky-btn-content {
  float: left;
  display: table;
}

.svelta-sticky-btn .svelta-sticky-btn-content .svelta-sticky-btn-thumbnail {
  display: table-cell;
}

.svelta-sticky-btn .svelta-sticky-btn-content .svelta-sticky-btn-thumbnail img {
  width: 45px;
}

.svelta-sticky-btn .svelta-sticky-btn-content .svelta-sticky-btn-info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.svelta-sticky-btn .svelta-sticky-btn-content .product-title {
  margin-bottom: 0;
  display: block;
  width: 400px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.svelta-sticky-btn .svelta-sticky-btn-content .star-rating {
  float: none;
  margin: 0;
  margin-top: 5px;
}

.svelta-sticky-btn .svelta-sticky-btn-content .star-rating .fa-star {
  color: #ffbe00;
}

.svelta-sticky-btn .svelta-sticky-btn-cart {
  float: right;
  display: table;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .wishlist-compare-button {
  width: 75px;
  margin-top: 7px;
  margin-right: 10px;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .wishlist-compare-button > div {
  display: inline-block;
  vertical-align: top;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .wishlist-compare-button .product-action-wishlist a {
  display: inline-block;
  background: 0 0;
  font-size: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .wishlist-compare-button .product-action-wishlist a:before {
  content: "\f08a";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  color: #323232;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .wishlist-compare-button .product-action-compare a {
  display: inline-block;
  background: 0 0;
  font-size: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .wishlist-compare-button .product-action-compare a:before {
  content: "\f066";
  position: relative;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  color: #323232;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .price {
  font-size: 18px;
  line-height: 26px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.svelta-sticky-btn .svelta-sticky-btn-cart .cart {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.product-nav-btn {
  position: fixed;
  bottom: 125px;
  right: 35px;
  z-index: 9;
  box-shadow: none;
}

.product-nav-btn .product-nav-arrow {
  position: absolute;
  left: 14px;
  top: 18px;
  opacity: 0;
  color: #969696;
}

.product-nav-btn .product-nav-arrow:before {
  content: attr(data-title);
  color: #fff;
}

.product-nav-btn .product-nav-arrow i {
  display: none;
}

.product-nav-btn .product-nav-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
}

.product-nav-btn .product-nav-image img {
  opacity: 1;
  transition: all .5s ease-out 0s;
}

.product-nav-btn .product-nav-content {
  position: absolute;
  top: 8px;
  width: 180px;
  text-align: right;
  opacity: 0;
  transition: all .5s ease-out 0s;
  visibility: hidden;
}

.product-nav-btn .product-nav-content .product_nav_title {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product-nav-btn .product-nav-content .product-nav-content-rating {
  display: none;
}

.product-nav-btn .product-nav-content .product-nav-content-price del {
  color: #323232;
}

.product-nav-btn .product-nav-content .product-nav-content-price ins {
  background: 0 0;
  color: var(--sage);
}

.product-nav-btn.product-nav-btn-next .product-nav-content {
  right: 95px;
}

.product-nav-btn:hover .product-nav-image {
  background: #323232;
}

.product-nav-btn:hover .product-nav-image img {
  opacity: 0;
}

.product-nav-btn:hover .product-nav-arrow {
  opacity: 1;
  background: 0 0 !important;
}

.product-nav-btn:hover .product-nav-content {
  right: 75px;
  opacity: 1;
  visibility: visible;
}

.product-content-bottom {
  margin-top: 40px;
}

.product-content-bottom .nav-tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  position: relative;
}

.product-content-bottom .nav-tabs li {
  margin-right: 5px;
}

.product-content-bottom .nav-tabs li a {
  position: relative;
  cursor: pointer;
  border: 1px solid #d3ced2;
  padding: 0;
  border-radius: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #323232;
  padding: 12px 22px;
}

.product-content-bottom .nav-tabs li a:before {
  content: "";
  width: 20%;
  height: 3px;
  background: var(--sage);
  top: -1px;
  left: 30%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all .4s ease-out 0s;
  opacity: 0;
  position: absolute;
  width: 5px;
  height: 5px;
}

.product-content-bottom .nav-tabs li a:hover {
  border: 1px solid #d3ced2;
}

.product-content-bottom .nav-tabs li a:hover:before {
  width: 100%;
  left: 0;
  opacity: 1;
  box-shadow: none;
  background: var(--sage);
}

.product-content-bottom .nav-tabs li a.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
  color: var(--sage);
}

.product-content-bottom .nav-tabs li a.active:before {
  width: 100%;
  left: 0;
  opacity: 1;
  box-shadow: none;
  background: var(--sage);
}

.product-content-bottom .tab-content {
  margin-bottom: 35px;
}

.product-content-bottom .tab-content .tab-pane h2 {
  font-size: 18px;
  font-weight: 500;
}

.svelta_info_box_2-icon_position-left {
  padding: 30px;
}

.svelta_info_box_2-icon_position-left .svelta_info_box_2-icon {
  padding-right: 25px;
  font-size: 44px;
  line-height: 44px;
  color: var(--sage);
}

.products.related h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-wrapper {
  padding: 60px 50px;
}

.contact-wrapper .form-group {
  width: 100%;
}

.contact-wrapper .btn.btn-default {
  width: auto;
  background: var(--sage);
  border-color: var(--sage);
  color: #ffffff;
}

.contact-wrapper .btn.btn-default:hover {
  background: #323232;
  border-color: #323232;
}

.form-group .error {
  color: #dc3545;
}

.error-block {
  margin-bottom: 50px;
}

.error-block h1 {
  font-size: 200px;
  line-height: 260px;
  margin-bottom: 0;
  color: var(--sage);
  font-weight: 600;
}

.error-block p {
  font-size: 30px;
  font-weight: 600;
  color: #323232;
}

.error-search-box {
  width: 100%;
  margin: 0;
}

.error-search-box p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
}

.error-search-box #searchform {
  position: relative;
}

.error-search-box #searchform .screen-reader-text {
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 0;
  width: 1px;
  overflow: hidden;
}

.error-search-box #searchform input {
  padding-right: 85px;
}

.error-search-box #searchform .search-button {
  margin: 0;
  min-width: 70px;
  font-size: 15px;
  display: inline-block;
  padding: 11px 20px;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  line-height: normal;
  background: var(--sage);
}

.content-404-image {
  margin-bottom: -60px;
}

.maintenance {
  min-height: 100vh;
  position: relative;
  padding-bottom: 64px;
}

.maintenance .header {
  background: 0 0;
  text-align: center;
}

.maintenance .header img {
  margin: 20px 0;
}

.maintenance .mntc-cs-item.mntc-cs-content {
  padding: 80px 0 20px;
}

.maintenance .mntc-cs-item.mntc-cs-content i {
  font-size: 100px;
  margin-bottom: 25px;
  color: #e4e4e4;
}

.maintenance .mntc-cs-item.mntc-cs-content h1 {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 50px;
}

.maintenance .mntc-cs-item.mntc-cs-content p {
  font-size: 32px;
  padding: 0 250px;
  line-height: 44px;
}

.maintenance footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  box-shadow: none;
}

.coming-soon {
  min-height: 100vh;
  position: relative;
  padding-bottom: 64px;
}

.coming-soon .header {
  background: 0 0;
  text-align: center;
}

.coming-soon .header img {
  margin: 20px 0;
}

.coming-soon .mntc-cs-item.mntc-cs-content {
  padding: 80px 0 20px;
  text-align: center;
}

.coming-soon .mntc-cs-item.mntc-cs-content i {
  font-size: 100px;
  margin-bottom: 25px;
  color: #e4e4e4;
}

.coming-soon .mntc-cs-item.mntc-cs-content h1 {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 50px;
}

.coming-soon .mntc-cs-item.mntc-cs-content p {
  font-size: 28px;
  padding: 0 50px;
  line-height: 36px;
}

.coming-soon .commingsoon_countdown {
  padding: 0;
  margin: 15px 0 30px;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  vertical-align: top;
}

.coming-soon .commingsoon_countdown li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  padding: 14px 6px;
  margin: 0 2px;
  background: #f5f5f5;
  color: #323232;
}

.coming-soon .commingsoon_countdown li span {
  vertical-align: top;
  color: var(--sage);
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}

.coming-soon .commingsoon_countdown li p {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  vertical-align: top;
  text-transform: capitalize;
}

.coming-soon .commingsoon_countdown li:last-child {
  border-right: none;
}

.coming-soon footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  box-shadow: none;
}

.wishlist-table thead th {
  background: 0 0;
  border: none;
  padding: 15px 10px;
  text-align: left;
  font-weight: 700;
  color: #323232;
}

.wishlist-table thead th.product-thumbnail {
  width: 100px;
}

.wishlist-table thead td {
  vertical-align: middle;
  line-height: 1.5em;
  text-align: left;
  border: none;
  border-top: 1px solid #e7e7e7;
  padding: 16px 12px;
  color: #969696;
}

.wishlist-table thead td.product-thumbnail a {
  display: block;
  border: none;
  max-width: 80px;
}

.wishlist-table thead td.product-thumbnail a img {
  width: 70px;
  height: auto;
}

.wishlist-table thead td.product-stock-status .wishlist-in-stock {
  color: #61d008;
}

.wishlist-table thead td.product-stock-status .wishlist-out-of-stock {
  color: #f00;
}

.wishlist-table thead td.product-add-to-cart .add_to_cart_button {
  font-weight: 500;
  line-height: 26px;
  background: var(--sage);
  color: #fff;
  display: block !important;
  margin: 0;
  width: 180px;
  text-align: center !important;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  text-transform: uppercase;
  border-radius: 3px;
}

.wishlist-table thead td.product-add-to-cart .add_to_cart_button:hover,
.wishlist-table thead td.product-add-to-cart .add_to_cart_button:focus {
  background: #323232;
}

.cart-table thead th {
  background: 0 0;
  border: none;
  padding: 15px 10px;
  text-align: left;
  font-weight: 700;
  color: #323232;
}


.br{
  display:block;
}

.table-mobile {
  font-size: 9px !important;
}

.cart-table thead th.product-thumbnail {
  width: 100px;
}

.cart-table thead td {
  vertical-align: middle;
  line-height: 1.5em;
  text-align: left;
  border: none;
  border-top: 1px solid #e7e7e7;
  padding: 16px 12px;
  color: #969696;
}

.cart-table thead td.product-remove {
  text-align: center;
  width: 50px;
}

.cart-table thead td.product-remove .remove {
  display: inline-block;
  font-size: 0;
  color: #969696;
}

.cart-table thead td.product-remove .remove:before {
  content: "\f014";
  position: relative;
  left: 6px;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
}

.cart-table thead td.product-thumbnail a {
  display: block;
  border: none;
  width: 80px;
}

.cart-table thead td.product-thumbnail a img {
  width: 70px;
  height: auto;
}

.cart-table thead td.product-quantity {
  min-width: 80px;
}

.cart-table thead td.product-quantity .quantity {
  position: relative;
  padding: 0 24px;
  display: inline-block;
  width: auto;
}

.cart-table thead td.product-quantity .quantity .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 0;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.cart-table thead td.product-quantity .quantity input {
  width: 50px !important;
  height: 45px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  color: #969696;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
}

.cart-table thead td.product-quantity .quantity .quantity-button {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 20px;
  text-align: center;
  color: #969696;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 45px;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cart-table thead td.product-quantity .quantity .quantity-button.quantity-up {
  position: absolute;
  width: 26px;
  height: 100%;
  right: 0;
  top: 0;
}

.cart-table thead td.product-quantity .quantity .quantity-button.quantity-down {
  position: absolute;
  width: 26px;
  height: 100%;
  left: 0;
  top: 0;
}

.cart-table thead td.actions {
  text-align: right;
}

.cart-table thead td.actions .coupon {
  float: left;
}

.cart-table thead td.actions .coupon label {
  display: none;
}

.cart-table thead td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  width: 250px;
  margin-right: 0;
  padding: 0 15px;
  background: #f5f5f5;
  border: none;
  height: 40px;
  border-radius: 0;
}

.cart-table thead td.actions .button {
  background: var(--sage);
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  float: none;
  height: 40px;
  border-radius: 0;
  color: #fff;
}

.cart-table thead td.actions .button:hover {
  background: #323232;
}

.cart-table thead td.actions .button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5;
  padding: 0 18px;
  color: #fff;
}

.cart-table thead td.actions .button:disabled[disabled]:hover {
  opacity: .1;
}

.cart_totals {
  float: none;
  width: auto;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  padding: 0 20px 20px;
}

.cart_totals h2 {
  font-size: 20px;
  line-height: 30px;
  color: #4b4949;
  padding: 20px;
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.cart-collaterals h2 {
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
  margin: 0;
  color: #4b4949;
  font-weight: 600;
  text-align: center;
}

.cart_totals h4 {
  font-size: 15px;
  line-height: 30px;
  color: grey;
  font-weight: 600;
  text-align: center;
}
.box-login-body{
    float: none;
    width: auto;
    border: 1px solid #e8e8e8;
    padding: 0 20px 20px;
}

.cart-collaterals h4 {
  font-size: 15px;
  line-height: 30px;
  color: grey;
  font-weight: 600;
  text-align: center;
}

.cart_totals .shop_table {
  text-align: left;
  width: 100%;
  border-radius: 0;
  border-collapse: separate;
  margin: 0 -1px 20px 0;
  padding: 0;
  border: none;
  background: #fff;
}

.cart_totals .shop_table .cart-subtotal th,
.cart_totals .shop_table .cart-subtotal td {
  border-top: 0;
}

.cart_totals .shop_table th {
  width: 35%;
  vertical-align: top;
  line-height: 1.5em;
  border: none;
  background: 0 0;
  text-align: left;
  font-size: 18px;
  color: #323232;
  padding: 15px 20px;
  font-weight: 600;
  border-top: 1px solid #e8e8e8;
}

.cart_totals .shop_table .order-total th {
  vertical-align: middle;
}

.cart_totals .shop_table td {
  font-weight: 600;
  color: #323232;
  text-align: right;
  font-size: 18px;
  border: none;
  padding: 20px;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #e8e8e8;
}

.cart_totals .shop_table .shipping {
  padding-top: 25px;
}

.cart_totals .shop_table .shipping th,
.cart_totals .shop_table .shipping td {
  font-size: 14px;
}

.cart_totals .shop_table .order-total td {
  font-size: 26px;
  color: var(--sage);
}

.cart_totals .shop_table #shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.cart_totals .shop_table #shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside;
}

.cart_totals .shop_table #shipping_method li input {
  margin: 5px .4375em 0 0;
  vertical-align: top;
}

.cart_totals .shop_table #shipping_method label {
  font-weight: 400;
}

.cart_totals .shop_table #shipping_method .amount {
  font-weight: 700;
}

.cart_totals .shop_table p {
  margin-bottom: 0;
  font-weight: 400;
}

.cart_totals .shop_table .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block;
  font-weight: 400;
}

.cart_totals .shipping-calculator .popup-content {
  padding: 15px 0 !important;
}

.cart_totals .shipping-calculator .popup-content .shop_table td {
  padding: 20px 0px 20px 20px;
  border: none;
}

.cart_totals .shipping-calculator .popup-content .shop_table td
.cart_totals .shop_table .shipping-calculator-button:after {
  font-family: FontAwesome;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  text-decoration: none;
  content: "\f0d1";
}

.cart_totals .proceed-to-checkout a.button {
  padding: 15px 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 0;
  background: #323232;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.no-padding: {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.coupon a.button {
  padding: 9px 15px;
  font-size: 15px;
  margin-top: 1px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 0;
  background: #323232;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.coupon  a.button:hover {
  background: var(--sage);
}

.cart_totals .proceed-to-checkout a.button:hover {
  background: var(--sage);
}

.user-info {
  color: #fff;
  font-size: 14px;
  padding: 25px 190px;
  padding-left: 60px;
  margin: 0;
  margin-bottom: 20px;
  border: none;
  line-height: 30px;
  padding-left: 120px;
  padding-right: 25px;
  color: #323232;
  border: none;
  background: #f9f9f9;
  font-weight: 700;
  margin-bottom: 20px;
}

.user-info:before {
  display: inline-block;
  position: absolute;
  font-size: 18px;
  position: absolute;
  left: 50px;
  top: 26px;
  font-family: FontAwesome;
  color: #000;
  opacity: .1;
  font-size: 64px;
}

.user-info.message:before {
  content: "\f090";
}

.user-info.coupon:before {
  content: "\f145";
}

.user-info a {
  padding-left: 5px;
  text-decoration: underline;
  color: #323232;
  font-weight: 400;
}

.user-info a:hover {
  text-decoration: none;
  color: var(--sage);
}

.billing-fields label {
  display: block;
}

.billing-fields .select2-container,
.billing-fields .select2-selection--single {
  width: 100% !important;
}

.checkout-review-order {
  border: 1px solid #e5e5e5;
  padding: 15px 30px 0 30px;
  position: relative;
}

.checkout-review-order .checkout-review-order-table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 0;
  border: none;
  border-collapse: collapse;
}

.checkout-review-order .checkout-review-order-table th {
  font-weight: 700;
  padding: 15px 0;
  line-height: 1.5em;
  background: 0 0;
  border: none;
  font-size: 18px;
  color: #323232;
  border-top: 1px solid #ececec;
}

.checkout-review-order .checkout-review-order-table td {
  vertical-align: middle;
  line-height: 1.5em;
  border: none;
  border-color: rgba(255, 255, 255, 0.08);
  padding: 15px 0px;
  font-size: 14px;
  border-top: 1px solid #ececec;
}

.checkout-review-order .checkout-review-order-table thead th {
  border-top: none;
}

.checkout-review-order .checkout-review-order-table .cart-subtotal td {
  font-weight: 700;
  font-size: 18px;
  color: #323232;
}

.checkout-review-order .checkout-review-order-table #shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.checkout-review-order .checkout-review-order-table #shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside;
}

.checkout-review-order .checkout-review-order-table #shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top;
}

.checkout-review-order .checkout-review-order-table #shipping_method li label {
  display: inline;
}

.checkout-review-order .checkout-review-order-table #shipping_method li label .amount {
  font-weight: 700;
}

.checkout-review-order .checkout-review-order-table .order-total td {
  color: var(--sage);
  font-size: 26px;
}

.checkout-review-order .payment_methods {
  margin: 0;
  list-style: none outside;
  text-align: left;
  padding: 0;
  border: none;
}

.checkout-review-order .payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  list-style: none;
  color: #323232;
  margin: 18px 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: 0;
}

.checkout-review-order .payment_methods li input {
  margin: 0 1em 0 0;
  margin-right: 5px;
}

.checkout-review-order .payment_methods li label {
  margin-bottom: 0;
  font-weight: 600;
}

.checkout-review-order .payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background: #f3f3f3;
  color: #323232;
  border-radius: 3px;
}

.checkout-review-order .payment_box:before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
  border-bottom-color: #f3f3f3;
}

.checkout-review-order .payment_box p {
  line-height: 24px;
  margin-bottom: 0;
}

.checkout-review-order .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

.checkout-review-order .payment_method_paypal .about_paypal {
  float: right;
  font-size: .83em;
  line-height: 30px;
  padding-left: 5px;
}

.checkout-review-order .place-order {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 0;
  width: auto;
}

.checkout-review-order .place-order .terms-and-conditions-wrapper p {
  margin: 0 30px 30px;
}

.checkout-review-order .place-order .terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 1.618em;
  padding: 1.618em;
}

.checkout-review-order #place_order {
  padding: 15px 40px;
  margin-bottom: 0;
  font-size: 16px;
  float: none;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  background: #323232;
  color: #fff;
}

.checkout-review-order #place_order:hover {
  background: var(--sage);
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget.widget_search #searchform {
  position: relative;
}

.sidebar .widget.widget_search #searchform .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 0;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.sidebar .widget.widget_search #searchform input {
  padding-right: 30px;
  border: 1px solid #e5e5e5;
}

.sidebar .widget.widget_search #searchform input:focus {
  border-color: var(--sage);
}

.sidebar .widget.widget_search .search-button {
  background: 0 0;
  border: none;
  position: absolute;
  right: 2px;
  top: 0;
  line-height: 46px;
  padding: 0 10px;
  color: #969696;
  cursor: pointer;
}

.sidebar .widget.widget_recent_entries .recent-post,
.sidebar .widget.widget_recent_entries ul li {
  display: table;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  width: 100%;
}

.sidebar .widget.widget_recent_entries .recent-post:last-child,
.sidebar .widget.widget_recent_entries ul li:last-child {
  border-bottom: 0;
}

.sidebar .widget.widget_recent_entries .recent-post .recent-post-image,
.sidebar .widget.widget_recent_entries .recent-post .recent-post-info {
  display: table-cell;
  vertical-align: middle;
}

.sidebar .widget.widget_recent_entries .recent-post .recent-post-image {
  width: 65px;
  padding-right: 12px;
}

.sidebar .widget.widget_recent_entries .recent-post .recent-post-info a {
  font-size: 14px;
  color: #323232;
  line-height: 20px;
  margin-bottom: 3px;
  display: inline-block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.sidebar .widget.widget_recent_entries .recent-post .recent-post-info a:hover {
  color: var(--sage);
}

.cursor-pointer {
   cursor: pointer;
}

.sidebar .widget.widget_recent_entries .recent-post .recent-post-info .post-date {
  display: block;
  font-size: 12px;
  color: #969696;
}

.sidebar .widget.widget_recent_entries .recent-post .recent-post-info .post-date i {
  margin-right: 7px;
  color: var(--sage);
}

.sidebar .widget.widget_archive ul,
.sidebar .widget.widget_categories ul,
.sidebar .widget.widget_meta ul,
.sidebar .widget.widget_pages ul,
.sidebar .widget.widget_pgs_contact_widget ul,
.sidebar .widget.widget_pgs_social_profiles ul,
.sidebar .widget.widget_recent_comments ul,
.sidebar .widget.widget_rss ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar .widget.widget_archive ul li,
.sidebar .widget.widget_categories ul li,
.sidebar .widget.widget_meta ul li,
.sidebar .widget.widget_pages ul li {
  padding-left: 15px;
  position: relative;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--sage);
}

.sidebar .widget.widget_archive ul li:before,
.sidebar .widget.widget_categories ul li:before,
.sidebar .widget.widget_meta ul li:before,
.sidebar .widget.widget_pages ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  height: 24px;
  width: 10px;
  display: inline-block;
  text-align: left;
  color: #969696;
  margin-right: 15px;
  font-weight: 100;
  line-height: 22px;
  padding-left: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}

.sidebar .widget.widget_archive ul li {
  font-weight: 600;
}

.sidebar .widget.widget_categories ul li {
  font-weight: 600;
}

.sidebar .widget.widget_categories ul li .widget_categories-post-count {
  margin-left: 5px;
  color: var(--sage);
  font-weight: 600;
}

.sidebar .widget .social-profiles ul li {
  display: inline-block;
  margin: 0;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
  list-style-type: none;
  text-align: center;
}

.sidebar .widget .social-profiles ul li a {
  width: auto;
  height: auto;
  background: 0 0;
  border: none;
  border-radius: 0;
  vertical-align: top;
  line-height: inherit;
  transition: inherit;
}

.sidebar .widget .social-profiles ul li a:hover i {
  border-color: transparent;
  background: var(--sage);
  color: #fff;
}

.sidebar .widget .social-profiles ul li i {
  border: 1px solid rgba(173, 173, 173, 0.5);
  font-size: 13px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  vertical-align: top;
  transition: all .3s ease-in-out;
}

.sidebar .widget ul li {
  list-style-type: none;
  margin: 5px 0;
}

.sidebar .widget ul li a {
  font-weight: 400;
  text-transform: capitalize;
  color: #969696;
  display: inline-block;
  line-height: 24px;
}

.sidebar .widget ul li a:hover {
  color: var(--sage);
}

.sidebar .widget .widget-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.post {
  margin-bottom: 60px;
}

.post .blog-entry-audio,
.post .blog-entry-grid,
.post .blog-entry-html-video,
.post .blog-entry-quote,
.post .blog-entry-slider,
.post .blog-entry-vimeo,
.post .blog-entry-you-tube,
.post .post-entry-image {
  margin-bottom: 25px;
}

.post .blog-entry-audio img,
.post .blog-entry-grid img,
.post .blog-entry-html-video img,
.post .blog-entry-quote img,
.post .blog-entry-slider img,
.post .blog-entry-vimeo img,
.post .blog-entry-you-tube img,
.post .post-entry-image img {
  width: 100%;
}

.post .entry-header-section {
  position: relative;
  margin-bottom: 15px;
}

.post .entry-header-section .entry-meta-date {
  display: block;
  margin-bottom: 5px;
}

.post .entry-header-section .entry-meta-date a {
  color: var(--sage);
  text-transform: uppercase;
  font-weight: 600;
}

.post .entry-header-section .entry-title {
  color: #323232;
  font-weight: 600;
  margin-bottom: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 24px;
  line-height: 34px;
}

.post .entry-header-section .entry-title a {
  color: #323232;
}

.post .entry-header-section .entry-meta ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post .entry-header-section .entry-meta ul li {
  list-style-type: none;
  display: inline;
  margin-right: 8px;
  line-height: 20px;
  color: #bbb;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post .entry-header-section .entry-meta ul li .fa-comments-o {
  padding-right: 3px;
}

.post .entry-header-section .entry-meta ul li:after {
  content: "/";
  padding-left: 8px;
  color: #ccc;
  font-size: 11px;
  position: relative;
  top: 1px;
}

.post .entry-header-section .entry-meta ul li:last-child {
  margin-right: 0;
}

.post .entry-header-section .entry-meta ul li:last-child:after {
  content: '';
}

.post .entry-header-section .entry-meta ul li a {
  color: #bbb;
  font-size: 12px;
}

.post .entry-header-section .entry-meta ul li a:hover {
  color: var(--sage);
}

.post .entry-header-section .entry-content {
  margin-bottom: 30px;
}

.post .entry-footer {
  position: relative;
  clear: both;
}

.post .entry-footer .readmore {
  background: #323232;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
}

.post .entry-footer .readmore:hover {
  background: var(--sage);
}

.post .share {
  position: absolute;
  cursor: pointer;
  right: 0;
  z-index: 9;
  top: 0;
}

.post .share .share-button {
  background: 0 0;
  border-radius: 3px;
  padding: 2px 12px;
  font-size: 13px;
  color: #323232;
  position: relative;
  display: inline-block;
  z-index: 99;
  border: 1px solid #e5e5e5;
}

.post .share a {
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
}

.post .share ul {
  float: none;
  opacity: 0;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 1px 10px;
  margin-bottom: 0;
  right: 10px;
  top: 0;
  position: absolute;
  display: table;
  visibility: hidden;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  list-style-type: none;
}

.post .share ul:before {
  position: absolute;
  z-index: 999;
  content: "";
  right: -10px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #f9f9f9;
  box-shadow: 0 0 black;
}

.post .share ul li {
  display: table-cell;
  line-height: 26px;
  list-style: none;
}

.post .share ul li a {
  display: block;
  padding: 2px 10px 2px;
  font-size: 14px;
}

.post .share ul li .facebook-share {
  color: #3b5998;
}

.post .share ul li .twitter-share {
  color: #55acee;
}

.post .share ul li .linkedin-share {
  color: #007bb5;
}

.post .share ul li .facebook-share {
  color: #3b5998;
}

.post .share ul li .google-plus-share {
  color: #fc5b4d;
}

.post .share ul li .pinterest-share {
  color: #ca2028;
}

.post .share:hover ul {
  opacity: 1;
  right: 55px;
  visibility: visible;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.post .blog-entry-quote blockquote {
  background: var(--sage);
  color: #fff;
  border-left: none;
  padding: 25px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-left: 50px;
  padding-top: 40px;
  border-radius: 5px;
}

.post .blog-entry-quote blockquote .fa,
.post .blog-entry-quote blockquote i {
  float: left;
}

.post .blog-entry-quote blockquote i {
  position: absolute;
  left: 25px;
  top: 15px;
  opacity: .25;
  margin: 0;
  font-size: 80px;
  color: #fff;
}

.post .blog-entry-quote blockquote p {
  display: table;
  vertical-align: top;
  margin-bottom: 10px;
}

.post .blog-entry-quote blockquote .quote-author {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  text-align: left !important;
}

.navigation.pagination {
  padding-left: 15px;
  display: block;
}

.navigation.pagination .page-numbers {
  border: none;
  padding-left: 0;
  margin-bottom: 0;
}

.navigation.pagination .page-numbers li {
  border: none;
  margin: 4px;
  list-style: none;
  display: inline-block;
  line-height: inherit;
}

.navigation.pagination .page-numbers li > span,
.navigation.pagination .page-numbers li > a {
  background: #fff;
  font-size: 15px;
  color: #323232;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  border-radius: 3px;
  transition: all .3s ease-out 0s;
  display: inline-block;
}

.navigation.pagination .page-numbers li a:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff;
}

.navigation.pagination .page-numbers li .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 0;
  width: 1px;
  overflow: hidden;
}

.navigation.pagination .page-numbers li .current {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff;
}

.blog-grid .post {
  background: #fff;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.blog-grid .post .entry-meta-date {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}

.blog-grid .post .entry-meta-date a {
  background: var(--sage);
  color: #fff;
  padding: 0 18px;
  line-height: 32px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.blog-grid .post.format-quote .entry-meta-date {
  position: relative;
  top: 0;
  margin-bottom: 10px;
}

.single-post .entry-content {
  margin-bottom: 40px;
}

.single-post .entry-footer .share {
  position: static;
  position: initial;
  padding-left: 25%;
}

.single-post .entry-footer .share .share-button {
  position: absolute;
  left: 0;
  top: 7px;
  background: 0 0;
  padding: 0;
  color: #323232;
  font-weight: 500;
  font-size: 14px;
  cursor: default;
  border: none;
}

.single-post .entry-footer .share .share-button:after {
  content: attr(data-title);
  padding-left: 8px;
}

.single-post .entry-footer .share ul {
  position: relative;
  visibility: visible;
  opacity: 1;
  background: 0 0;
  right: 0;
  padding: 0;
}

.single-post .entry-footer .share ul li {
  display: inline;
  float: right;
  list-style-type: none;
}

.single-post .entry-footer .share ul li a {
  display: block;
  padding: 5px 25px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin: 2px;
  border-radius: 3px;
}

.single-post .entry-footer .share ul li .facebook-share:hover {
  color: #fff;
  background: #3b5998;
  border-color: #3b5998;
}

.single-post .entry-footer .share ul li .twitter-share:hover {
  color: #fff;
  background: #55acee;
  border-color: #55acee;
}

.single-post .entry-footer .share ul li .linkedin-share:hover {
  color: #fff;
  background: #007bb5;
  border-color: #007bb5;
}

.single-post .entry-footer .share ul li .facebook-share:hover {
  color: #fff;
  background: #3b5998;
  border-color: #3b5998;
}

.single-post .entry-footer .share ul li .google-plus-share:hover {
  color: #fff;
  background: #fc5b4d;
  border-color: #fc5b4d;
}

.single-post .entry-footer .share ul li .pinterest-share:hover {
  color: #fff;
  background: #ca2028;
  border-color: #ca2028;
}

.single-post .entry-footer .share:hover ul {
  position: relative;
  visibility: visible;
  opacity: 1;
  background: 0 0;
  right: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 0;
  width: 1px;
  overflow: hidden;
}

.post-navigation .nav-links {
  display: table;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.post-navigation .nav-links:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}

.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
  background: 0 0;
  color: #323232;
  padding: 15px 0;
  font-weight: 500;
  border-radius: 3px;
  display: block;
  -ms-word-break: break-all;
  word-break: break-all;
}

.post-navigation .nav-links .nav-previous {
  padding-right: 1%;
  float: left;
}

.post-navigation .nav-links .nav-next {
  padding-left: 1%;
  float: right;
}

.related-posts {
  margin-bottom: 30px;
}

.related-posts h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.related-posts .related-post-info h5 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

.related-posts .related-post-info h5 a {
  color: #969696;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.ReactTable .rt-noData {
  padding: 8px 20px;
  margin-top: 2px;
}

.comments-area .comment-respond {
  margin-bottom: 30px;
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input[type=checkbox] {
  margin-right: 10px;
  margin-top: 6px;
}

.comments-area .comment-respond .section-field,
.comments-area .respond-form .section-field {
  display: inline-block;
  width: 31.33333%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}

.comments-area .comment-respond .section-field i,
.comments-area .respond-form .section-field i {
  display: none;
}

.comments-area .comment-respond .section-field.comment-form-url,
.comments-area .respond-form .section-field.comment-form-url {
  margin-right: 0;
}

.comments-area .comment-respond .section-field.textarea,
.comments-area .respond-form .section-field.textarea {
  width: 100%;
  float: none;
}

.comments-area .comment-respond .section-field.textarea textarea,
.comments-area .respond-form .section-field.textarea textarea {
  width: 100%;
  height: auto;
}

.comments-area .comment-respond .form-submit,
.comments-area .respond-form .form-submit {
  display: inline-block;
  margin-bottom: 0;
}

.comments-area .respond-form .form-submit .submit {
  background: var(--sage);
  color: #ffffff;
  border-color: var(--sage);
}

.comments-area .respond-form .form-submit .submit:hover {
  background: #323232;
  border-color: #323232;
}

.my-account h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
  position: absolute;
  top: 30px;
  left: 50px;
  font-weight: 600;
}

.my-account .form {
  padding: 30px;
  padding-top: 80px;
  margin-bottom: 0;
  height: 100%;
  border: solid;
  border-width: 3px;
  border-color: #e8ebf1;
}

.my-account .form .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}

.my-account .form .form-row {
  margin: 0;
  margin-bottom: 20px;
}

.my-account .form button.button {
  margin-right: 10px;
  border: none;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  background: var(--sage);
}

.my-account .form button.button:hover {
  background: #323232;
}

.my-account .form .remember {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 15px;
}

.my-account .form.register .form-row {
  margin-bottom: 0;
}

.shop-filter-wrapper .rangeslider-horizontal .rangeslider__fill {
  background: var(--sage);
  box-shadow: none;
}

.shop-filter-wrapper .rangeslider {
  box-shadow: none;
}

.shop-filter-wrapper .rangeslider-horizontal {
  height: 6px;
}

.shop-filter-wrapper .rangeslider-horizontal .rangeslider__handle {
  box-shadow: none;
  border: 3px solid  var(--sage);
  width: 18px;
  height: 18px;
  background: #ffffff;
}

.shop-filter-wrapper .rangeslider-horizontal .rangeslider__handle:after {
  display: none
}

/* home slider 01 */
.slider-01 .slide-inner {
  position: relative;
}

.slider-01 .slide-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: 16%;
}

.slider-01 .slide-content .slide-sale {
  font-size: 50px;
  line-height: 50px;
  display: inline-flex;
  padding: 4px 6px;
  font-weight: 600;
  background: #323232;
  color: #ffffff;
}

.slider-01 .slide-content .slide-sale span {
  padding-left: 10px;
  font-size: 24px;
  line-height: 24px;
}

.slider-01 .slide-content .slide-title h1 {
  font-size: 140px;
  line-height: 140px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.slider-01 .slide-content .slide-left {
  margin-top: 40px;
}

.slider-01 .slide-content .slide-subtitle {
  font-size: 80px;
  line-height: 80px;
  color: #323232;
  font-weight: 700;
  margin-top: 20px;
}

.slider-01 .slide-content .slide-since {
  margin-top: 30px;
  display: inline-block;
  background: #fff2d5;
  padding: 6px 10px;
  font-size: 22px;
  line-height: 22px;
  color: #323232;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

.slider-01 .slide-content .slide-offer {
  font-size: 50px;
  text-transform: capitalize;
  line-height: 50px;
  word-spacing: 100vw;
  color: #323232;
  font-weight: 700;
}

.slider-01 .slide-content .slide-button {
  font-size: 18px;
  border-bottom: 2px solid #323232;
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

.slider-01 .slide-content .slide-button:hover {
  color: var(--sage);
  border-color: var(--sage);
}

.slider-01 .slide-content .slide-button-flat {
  font-size: 14px;
  color: #323232;
  background: #efcac8;
  font-weight: 700;
  padding: 10px 22px;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
}

.slider-01 .slide-content .slide-button-flat:hover {
  color: #ffffff;
  background: var(--sage);
}

.slider-01 .slick-next {
  right: 0;
}

/* home slider 02 */
.slider-02 .slide-inner {
  position: relative;
}

.slider-02 .slide-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-02 .slide-content .slide-right {
  text-align: center;
  margin-left: auto;
  padding: 80px 50px;
  background: #ffffff;
  border: 20px solid transparent;
  border-image: url(/static/media/spring-pat.cd35d9f60915270e3ba7.jpg) 50;
}

.slider-02 .slide-content .slide-left {
  text-align: center;
  padding: 80px 50px;
  background: #ffffff;
  border: 20px solid transparent;
  border-image: url(/static/media/spring-pat2.b77a78600f31752adad7.jpg) 50;
}

.slider-02 .slide-content .slide-subtitle {
  text-transform: uppercase;
  font-weight: 500;
  color: #323232;
}

.slider-02 .slide-content .slide-title h1 {
  font-size: 72px;
  line-height: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.slider-02 .slide-content .slide-button-flat {
  font-size: 18px;
  color: #ffffff;
  background: #323232;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 0px;
  display: inline-block;
  border-radius: 330px;
}

.slider-02 .slide-content .slide-button-flat:hover {
  color: #ffffff;
  background: var(--sage);
}

.slider-02 .slick-next {
  right: 0;
}

/* home slider 03 */
.slider-03 .slide-inner {
  position: relative;
}

.slider-03 .slide-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-03 .slide-content .slide-since {
  margin-top: 30px;
  display: inline-block;
  background: #323232;
  padding: 8px 60px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 6px;
}

.logo-mobile {
  max-width: 80%;
  margin-left: 12%;
}

.slider-03 .slide-content .slide-title h1 {
  font-size: 65px;
  line-height: 100px;
  margin-bottom: 50px;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.slider-03 .slide-content .slide-button {
  font-size: 18px;
  border-bottom: 2px solid #323232;
  color: #323232;
  font-weight: 700;
  display: inline-block;
}

.slider-03 .slide-content .slide-button:hover {
  color: var(--sage);
  border-color: var(--sage);
}

.slider-03 .slick-next {
  right: 0;
}

/* home slider 04 */
.slider-04 .slide-inner {
  position: relative;
}

.slider-04 .slide-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-04 .slide-content .slide-inner {
  padding: 80px 50px;
  box-shadow: 15px 15px 0px rgb(253, 225, 214);
}

.slider-04 .slide-content .slide-title h1 {
  font-size: 65px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-04 .slide-content .slide-subtitle {
  font-weight: 500;
  color: #323232;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 20px;
}

.slider-04 .slide-content p {
  font-size: 18px;
}

.slider-04 .slide-content .slide-inner-02 {
  padding: 40px 40px;
  box-shadow: 15px 15px 0px rgb(253, 225, 214);
  position: relative;
}

.slider-04 .slide-content .slide-inner-02 .slide-sale {
  position: absolute;
  left: 0;
  right: 0;
}

.slider-04 .slide-content .slide-button {
  font-size: 18px;
  border-bottom: 2px solid #323232;
  color: #323232;
  font-weight: 700;
  display: inline-block;
}

.slider-04 .slide-content .slide-button:hover {
  color: var(--sage);
  border-color: var(--sage);
}

/* slider-simple-arrow */
.slider-simple-arrow .slick-next {
  right: 40px;
}

.slider-simple-arrow .slick-prev {
  left: 40px;
  z-index: 1;
}

.slider-simple-arrow .slick-prev,
.slider-simple-arrow .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.slider-simple-arrow .slick-prev:before,
.slider-simple-arrow .slick-next:before {
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  color: #323232;
  background: #ffffff;
  font-family: FontAwesome;
}

.slider-simple-arrow .slick-prev:before {
  content: "\f053";
}

.slider-simple-arrow .slick-next:before {
  content: "\f054";
}

/* slider-arrow-hover */
.slider-arrow-hover {
  overflow: hidden;
}

.slick-next,
.slick-prev {
  height: 40px;
}

.slider-arrow-hover .slick-next {
  right: -30px;
}

.slider-arrow-hover .slick-prev {
  left: -30px;
  z-index: 1;
}

.slider-arrow-hover .slick-prev,
.slider-arrow-hover .slick-next {
  line-height: 40px;
  height: 40px;
}

.slider-arrow-hover .slick-prev:before,
.slider-arrow-hover .slick-next:before {
  font-size: 14px;
  width: 26px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  color: #ffffff;
  opacity: 1;
  background: #323232;
  transition: all 0.3s ease-in-out;
  font-family: FontAwesome;
}

.slider-arrow-hover .slick-prev:hover:before,
.slider-arrow-hover .slick-next:hover:before {
  color: #ffffff;
  background: var(--sage);
}

.slider-arrow-hover .slick-prev:before {
  content: "\f053";
}

.slider-arrow-hover .slick-next:before {
  content: "\f054";
}

.slider-arrow-hover:hover .slick-next {
  right: 20px;
}

.slider-arrow-hover:hover .slick-prev {
  left: 15px;
  z-index: 1;
}

/* slider-spacing-10  */
.slider-spacing-10 .slick-list {
  margin: 0 -10px;
}

.slider-spacing-10 .item > div {
  margin: 10px;
}

/* OrderHistory */
.woocommerce-MyAccount-navigation .nav .nav-item .nav-link {
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 14px 26px;
  color: #969696;
}

.woocommerce-MyAccount-navigation .nav .nav-item .nav-link i {
  padding-right: 6px;
}

.woocommerce-MyAccount-navigation .nav .nav-item .nav-link:hover,
.woocommerce-MyAccount-navigation .nav .nav-item .nav-link.active {
  background: #f5f5f5;
}

.orderhistory-table thead.thead-light th {
  background: #f5f5f5;
  padding: 14px 20px;
  border-bottom: 0;
}

.orderhistory-table tbody tr td {
  padding: 14px 20px;
}

.orderhistory-table .action-button {
  padding: 10px 20px;
  background-color: var(--sage);
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
}

.orderhistory-table .action-button:hover {
  background-color: #323232;
  color: var(--sage);
}

/* woocommerce-Address */
.woocommerce-Address {
  padding: 20px;
}

.woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
}

.woocommerce-Address .woocommerce-Address-title .edit {
  margin-left: auto;
}

.woocommerce-Address .woocommerce-Address-info {
  background: #ffffff;
  padding: 20px;
}

.woocommerce-Address .woocommerce-Address-info li {
  display: flex;
}

.woocommerce-Address .woocommerce-Address-info li span {
  min-width: 90px;
  display: inline-block;
}

.add-new-card {
  padding: 10px 20px;
  background-color: var(--sage);
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
}

.add-new-card:hover {
  background-color: #323232;
  color: var(--sage);
}

/* success-screen */
.success-screen {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.success-screen .thank-you {
  background: var(--sage);
  padding: 40px;
}

.success-screen .thank-you i {
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
}

.success-screen .thank-you span {
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
}

.ordered-detail {
  padding: 0 40px 40px 40px;
}

.ordered-item {
  background: #f5f5f5;
  margin-bottom: 5px;
  text-align: center;
}

.ordered-item h6 {
  font-size: 16px;
}

.ordered-detail .table .ordered-item .ordered-image {
  width: 50px;
  display: inline-block;
  border: none;
}

.ordered-detail .table td {
  padding: 20px 10px;
  vertical-align: top;
}

.table.total-table td {
  padding: 10px 20px;
}

.success-screen .button {
  padding: 10px 20px;
  background: var(--sage);
  color: #ffffff;
}

/* reports page */
.reports-table.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.reports-table th,
.reports-table td {
  padding: 20px;
}

.reports-table .table th,
.reports-table .table td {
  vertical-align: middle;
}

.reports-tab .nav-pills .nav-link {
  margin-left: 4px;
  background: #f5f5f5;
  color: #323232;
}

.reports-tab .nav-pills .nav-link.active,
.reports-tab .nav-pills .show>.nav-link,
.reports-tab .nav-pills .nav-link:hover {
  background: var(--sage);
  color: #ffffff;
}

/* invoices page */
.ReactTable .view-button {
  background: var(--sage);
  color: #ffffff;
  padding: 10px 14px 0;
  font-size: 0px;
  border-radius: 3px;
}

.ReactTable .view-button i {
  font-size: 14px;
  padding-left: 0 !important;
}

.ReactTable .delete-button {
  background: #dc3545;
  color: #ffffff !important;
  padding: 10px 14px 0;
  border-radius: 3px;
  margin-left: 3px;
  cursor: pointer;
  font-size: 0px;
  width: 42px;
  text-align: center;
}

.ReactTable .delete-button i {
  font-size: 14px;
  padding-left: 0 !important;
}

.ReactTable .rt-th,
.ReactTable .rt-td {
  padding: 15px 10px;
  font-weight: 600;
}

.ReactTable .rt-tr-group:nth-of-type(odd) {
  background: #f5f5f5;
}

.ReactTable .rt-thead .rt-th,
.ReactTable .rt-thead .rt-td {
  padding: 10px 10px;
}

.ReactTable .rt-td > div {
  display: flex;
  flex-wrap: wrap;
}

.ReactTable .rt-thead.-header {
  box-shadow: none;
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5;
}

.ReactTable .rt-thead .rt-resizable-header-content {
  font-weight: 700;
  color: #323232;
}

.ReactTable .rt-thead .rt-th {
  padding: 20px 10px;
}

.ReactTable .-pagination input,
.ReactTable .-pagination select {
  color: #969696;
}

.ReactTable .-pagination {
  box-shadow: none;
  border-top-width: 1px;
}

.invoices-table .rt-resizable-header {
  position: relative;
  padding-right: 20px;
}

.invoices-table .rt-resizable-header:before {
  position: absolute;
  content: "\f175";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 14px;
  color: #969696;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}

.invoices-table .rt-resizable-header:after {
  position: absolute;
  content: "\f176";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 14px;
  color: #969696;
  right: 16px;
  top: 50%;
  margin-top: -8px;
}

.invoices-table .rt-resizable-header.-sort-asc:after {
  color: var(--sage);
}

.invoices-table .rt-resizable-header.-sort-desc:before {
  color: var(--sage);
}

.invoices-table .rt-resizable-header:nth-child(2):before,
.invoices-table .rt-resizable-header:nth-child(2):after {
  display: none;
}

.modal-delete .modal-content {
  padding: 20px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  color: #323232;
}

.modal-delete .modal-content .action-button {
  background: var(--sage);
  color: #ffffff;
  padding: 6px 20px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 3px;
}

.modal-delete .modal-content .action-button.no {
  background: #dc3545;
  color: #ffffff;
}

.svelta-pagination .page-item.active .page-link {
  background: var(--sage);
  border-color: var(--sage);
}

.woocommerce-Address .woocommerce-Address-info strong {
  word-break: break-word;
}

.btn {
  padding: 10px 20px;
  border-radius: 3px;
}

.btn-primary {
  background: var(--sage)!important;
  border-color: var(--sage)!important;
  color: #ffffff!important;
}

.btn-primary:focus {
  background: var(--sage)!important;
  border-color:var(--sage)!important;
  color: #ffffff!important;
}

.btn-primary:disabled {
  background: var(--sage)!important;
  border-color: var(--sage) !important;
  color: #ffffff!important;
}

.btn-primary:active {
  background: var(--sage)!important;
  border-color: var(--sage)!important;
  color: #ffffff!important;
}



.btn-primary:hover {
  background:#adc199!important;
  border-color: #adc199!important;
  color: #ffffff!important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
  color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  background: #323232;
  border-color: #323232;
  color: #ffffff;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none;
  color: #ffffff;
}

/* admin profile */
.admin-profile {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 30px;
}

.admin-profile .admin-profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 30px;
}

.admin-profile .admin-profile-number {
  color: #323232;
  background: transparent;
}

.admin-profile .admin-profile-number i {
  color: var(--sage);
}

/* collaboration page */
.collaboration-table .user-image {
  width: 40px;
  height: 40px;
}

.collaboration-table tbody {
  border-bottom: 1px solid #e8e8e8;
}

.collaboration-table tbody h3 {
  padding: 20px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 20px;
}

.collaboration-table .delete-button {
  background: #dc3545;
  color: #ffffff;
  padding: 6px 20px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 3px;
}

.collaboration-table th,
.collaboration-table td {
  padding: 20px;
  text-transform: capitalize;
  vertical-align: middle;
}

/* modal add user */
.modal-add-user .modal-content {
  padding: 20px;
  color: #323232;
}

.modal-add-user .modal-content .action-button {
  background: var(--sage);
  color: #ffffff;
  padding: 6px 20px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 3px;
}

.modal-add-user .modal-content .action-button.no {
  background: #dc3545;
  color: #ffffff;
  border-color: #dc3545;
}

/* admin-menu */
.admin-menu {
  background: #f5f5f5;
  padding: 50px 0 0;
}

.admin-menu .logo {
  width: 160px;
}

.admin-menu .navbar {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  position: relative;
  bottom: -20px;
  padding: 0;
  border-radius: 3px;
}

.admin-menu .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: capitalize;
  color: #323232;
  padding: 12px 20px;
}

.admin-menu .navbar .navbar-nav .nav-item .nav-link i {
  padding-right: 6px;
}

.admin-menu .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--sage);
}

.admin-menu .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--sage);
}

.admin-menu .navbar .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
}

.admin-menu .navbar .dropdown .dropdown-menu .nav-link {
  padding: 10px 20px;
  color: #323232;
}

.admin-menu .navbar .dropdown .dropdown-menu .dropdown-item:hover .nav-link {
  color: var(--sage)  ;
}

.admin-menu .navbar .dropdown .dropdown-item {
  padding: 8px 20px;
  font-weight: 500;
}

.admin-menu .navbar .dropdown .dropdown-item i {
  padding-right: 6px;
}

.admin-menu .navbar .dropdown .dropdown-item.active,
.admin-menu .navbar .dropdown .dropdown-item:active,
.admin-menu .navbar .dropdown .dropdown-item:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: #ffffff !important;
  box-shadow: none;
}

/* profile-dropdown */
.profile-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #323232;
  text-align: left;
}

.profile-dropdown .dropdown-toggle::after {
  border-top: 0.6em solid;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  margin-left: 20px;
}

.profile-dropdown .dropdown-toggle:focus,
.profile-dropdown .dropdown-toggle:active {
  border: 0;
  box-shadow: inherit;
}

.profile-dropdown .dropdown-toggle .profile-img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: inherit !important;
}

.profile-dropdown .btn-secondary:not(:disabled):not(.disabled).active,
.profile-dropdown .btn-secondary:not(:disabled):not(.disabled):active,.profile-dropdown.show> .btn-secondary.dropdown-toggle {
  color: #323232;
}

.profile-dropdown .dropdown-menu {
  width: 240px;
  border-radius: inherit;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.profile-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
}

.profile-dropdown .dropdown-menu .dropdown-item a {
  color: #323232;
  padding: 10px 20px;
}

.profile-dropdown .dropdown-menu .dropdown-item i {
  padding-right: 8px;
}

.profile-dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: var(--sage);
}

.header .mega-menu .menu-links li a.active {
  color: #db2d2e;
}

.seen-data {
  background: #28a745;
  color: #ffffff;
  padding: 20px;
}

.infinite-scroll-component {
  overflow: hidden !important;
}

.lazyload-img {
  background-image: url(/static/media/loader-2.b3a3fa1ee52c75416c32.svg);
  background-position: center center;
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  padding: 12px 30px;
  margin-left: -25px;
}

/* single-product edit */
.single-product-edit .entry-summary .form-control {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.single-product-edit .entry-summary .product_title {
  color: #323232;
  text-overflow: ellipsis;
}

.single-product-edit .entry-summary .form-group label {
  position: relative;
  padding-left: 21px;
  margin-right: 20px;
}

.single-product-edit .entry-summary .form-group label .form-check-input {
  margin-left: 0;
  left: 0;
  margin-top: 5px;
}

.single-product-edit .fileContainer .chooseFileButton {
  background: #323232;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--sage);
  border-radius: 50%;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.single-product-edit .fileContainer .chooseFileButton:hover {
  background: #ffffff;
}

.single-product-edit .fileContainer .chooseFileButton:before {
  content: "\f044";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -7px;
}

.single-product-edit .svelta-product-thumbnail__image {
  position: relative;
}

.single-product-edit .fileContainer {
  position: inherit;
  padding: 0;
  margin: 0;
}

.single-product-edit .fileContainer p {
  display: none;
}

.single-product-edit .fileContainer .uploadPictureContainer {
  width: 100%;
}

.single-product-edit .fileContainer .uploadPictureContainer img {
  object-fit: cover;
  width: 103px;
  height: 131px;
}

.single-product-edit .fileContainer .uploadPictureContainer {
  margin: 0;
  border: none;
  box-shadow: none;
}

.single-product-edit .fileContainer .deleteImage {
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  top: 0;
  right: 0;
}

.single-product-edit .fileContainer .uploadPictureContainer {
  padding: 0;
}

.single-product-edit .fileContainer .uploadPicturesWrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.single-product-edit .summary .form-group {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.single-product-edit .summary .title {
  font-weight: 600;
  color: #323232;
  margin-bottom: 0;
}

.single-product-edit .edit-icon {
  position: relative;
}

.single-product-edit .product-top-right-inner {
  padding-left: 30px;
}

.single-product-edit .edit-icon:before {
  position: absolute;
  content: "\f044";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  left: -40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  color: #323232;
  text-align: center;
  top: 10px;
  border-radius: 3px;
}

.single-product-edit .product-top-right-inner .btn {
  color: #ffffff;
  margin-right: 5px;
}

.single-product-edit .product-top-right-inner .btn-primary:not(:disabled):not(.disabled).active,
.single-product-edit .product-top-right-inner .btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
  background: #323232;
  color: #ffffff;
}

.single-product-edit .product-top-right-inner a:not([href]):not([tabindex]):focus,
.single-product-edit .product-top-right-inner a:not([href]):not([tabindex]):hover {
  color: #ffffff;
}

.svelta-product-thumbnails__wrapper .slick-track {
  width: 100% !important;
}

/*modal-login*/
.modal .modal-header {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.modal .modal-header .close {
  padding: 0;
  background: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--sage);
  text-shadow: none;
  position: absolute;
  right: -20px;
  top: -20px;
  margin: 0;
  z-index: 99;
}

.modal .modal-header .close:hover {
  background: #323232;
  color: #fff;
}

.svelta_banner.svelta_banner-style-deal-2.svelta_banner-effect-none {
  margin-top: 10px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.modal-login .modal-header {
  background: var(--sage);
  padding: 24px;
}

.modal-login .modal-header h4 {
  color: #ffffff;
}

.modal-login .nav-tabs.nav-tabs {
  border: none;
  margin-bottom: 20px;
  justify-content: center;
}

.modal-login .nav-tabs.nav-tabs .nav-link {
  background: #fbfbfb;
  cursor: pointer;
  border-radius: 3px;
  color: #323232;
  border: none;
  margin-right: 3px;
}

.modal-login .nav-tabs.nav-tabs .nav-link.active {
  background: var(--sage);
  color: #ffffff;
}

.modal-login .modal-body {
  padding: 30px;
}

.modal-login .modal-body .form-control {
  background: #ffffff;
}

.pagination {
  justify-content: center;
}

.pagination .page-link {
  padding: 12px 18px;
  color: #323232;
}

.page-item.active .page-link {
  background: #03d39f;
  color: #ffffff;
  border-color: var(--sage);
}

.react-tabs__tab-list {
  border: none !important;
  margin-bottom: 20px !important;
}

.react-tabs .react-tabs__tab-list .react-tabs__tab {
  background: #f5f5f5;
  color: #323232;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  margin-right: 3px;
  margin-bottom: 3px;
}

.react-tabs .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected,
.react-tabs .react-tabs__tab-list .react-tabs__tab:hover {
  background: #03d39f;
  border-color: #03d39f;
  color: #ffffff;
}

.reports-table {
  margin-top: 80px;
}

.Toastify__toast--success {
  background: #28a745;
  box-shadow: none;
}

.Toastify__toast--warning {
  background: #ffc107;
  color: #323232;
  box-shadow: none;
}

.Toastify__toast-body {
  padding: 2px 20px;
}

.Toastify__toast {
  padding: 0;
  min-height: 44px;
  box-shadow: none;
}

.Toastify__close-button {
  min-height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, .3);
  padding: 10px 20px;
}

.ril__caption,
.ril__toolbar {
  background: transparent !important;
}

.svelta-btn .inline_hover:hover,
.svelta-btn.inline_hover:hover {
  color: var(--sage);
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  z-index: 10000 !important;
}

.popup-overlay {
  z-index: 9999 !important;
}

button:focus {
  outline: 0
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .single-post .entry-footer .share {
    width: 100%;
    display: flex;
  }

  .single-post .entry-footer .share .single-share-box {
    margin-left: auto;
  }

  .post {
    margin-bottom: 110px;
  }

  .recent-post .recent-post-image img {
    width: 100%;
  }

  .content-wrapper .content-wrapper {
    width: 100%;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    z-index: 999;
  }

  .svelta_info_box_2-icon_position-left {
    padding-bottom: 0;
  }

  .svelta_info_box_2-icon_position-left.icon-left-spacing {
    padding-bottom: 30px;
  }

  .ReactTable .rt-th,
  .ReactTable .rt-td {
    padding: 15px 6px 15px 6px;
  }

  .ReactTable .-pagination {
    padding: 6px 6px 0px 6px;
  }

  .single-product-edit .fileContainer .chooseFileButton {
    left: 50%;
    margin-left: -20px;
  }

  select {
    padding: 0 0px 0 10px
  }

  .Toastify__toast-body {
    padding: 20px 20px;
  }

  .cart_totals .shipping-calculator .popup-content {
    background: transparent !important;
    border: none !important;
    top: 32%;
  }

  .cart_totals .shop_table td {
    text-align: left;
  }

  .ReactTable .-pagination input {
    padding: 5px 7px 12px 7px;
  }

}

.img-icon-user {
  max-width: 100%;
  height: 28px;
  margin-bottom: 25.5%;
}

.hidden-login {
  display: none !important; 
}

.box-login {
   border-radius: 10px;
   transition: all 0.3s;
   box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
   font-size: 14px;
}

.no-padding{
  padding-left: 0 !important;
}
.button-social-facebook {
 width: 270px;
 background: #3B5998;
}

.login-calendar{
  width: 100%;
  padding: 10px 15px;
  height: 46px;
  background: #fff;
  color: #969696;
  font-size: 14px;
}

.button-social-google {
  width: 270px;
  background: #dd4b39;
 }


 .modalCart {
  min-height: 798px;
 }

 .product-detail-cart{
   min-height: 700px;
 }

 .rightbarDesktop{
  width: 25%;
  position: fixed !important;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1000 !important;
  background: #f9f9f9;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}

.rightbarMobile {
  width: 80%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1000;
  background: #f9f9f9;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}
.cartheader-desktop {
  height:10%;
  background: var(--sage);
}

.cartlist-desktop{
  height:70%;
  overflow: auto;
  background: transparent;
  color: #969696;
}

.font-grey {
  color: #969696;
}

.cartlist-mobile{
  height:60%;
  overflow: auto;
  background: transparent;
  color: #969696;
}


.cartlist-paid-desktop{
  height:20%;
  color: #969696;
}

.cartlist-paid-mobile{
  height:30%;
  color: #969696;
}

.list-cart-side {
  color: #969696;
}

.subtotal-desktop{
  font-size: 18px;
  border-top: 1px solid rgb(224, 224, 224);
}

.border-product-cart{
  border-bottom: 1px solid rgb(224, 224, 224);
}

.profile-left-bar{
  height: 80vh;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(238, 238, 238);
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
}

.profile-border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
}

.order-box{
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}

.break-line{
  white-space: nowrap;
}

.profile-menu-link{
  color: grey;
}

.profile-menu-link-active{
  color: var(--sage);
}

.profile-menu-link:hover{
  color: var(--sage);
}

.react-date-picker__wrapper {
  border: none !important;
}

.react-date-picker__inputGroup {
  min-width: 40% !important;
}

.white-space {
  white-space: pre-wrap;
}

.box_whatsapp{
 position: fixed !important;
 align-items: center;
 align-self: flex-end;
 background-color: rgb(29 29 29);
 border-radius: 50%;
 box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
 color: rgb(79, 206, 93);
 cursor: pointer;
 display: flex;
 font-size: 2em;
 height: 45px;
 justify-content: center;
 margin-bottom: 15px;
 margin-right: 15px;
 margin-left: 15px;
 outline: transparent;
 -webkit-user-select: none;
 user-select: none;
 width: 45px;
 -webkit-box-align: center;
 -webkit-box-pack: center;
 bottom: 0px;
 right: 0px;
}

.icon_whatsapp {
  color: white;
}

.font-doacao {
  font-family: "Open Sans", sans-serif;
  font-weight: 540;
  line-height: 15px;
  font-size: 12px;
  color: #626365;
}

.avatar-purpose {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
  box-shadow: 0 0 0 10px #e6e6e6;
  color: grey;
  box-shadow: 0 0 0 1px #e6e6e6;
  line-height: 36px;
  box-shadow: 0 0 0 1px #e6e6e6;
  text-align: center;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  border: 2px solid white;
  /* float: left; */
  cursor: pointer;
  background-size: cover !important;           /* Faz com que a imagem cubra todo o círculo */
  background-position: center !important;  ;      /* Centraliza a imagem dentro do círculo */
  background-repeat: no-repeat !important;  ;     /* Evita que a imagem se repita */
}


.tag-discount {
  align-items: center;
  background: #000;
  bottom: 0;
  color: #fff;
  display: flex;
  z-index: 100;
  flex-direction: column;
  height: 3rem;
  position: absolute;
  width: 3rem;
  font-size: 11px;
}

.tag-discount-left {
  align-items: center;
  background: #000;
  bottom: 0;
  color: #fff;
  display: flex;
  z-index: 100;
  flex-direction: column;
  height: 3rem;
  position: absolute;
  width: 3rem;
  font-size: 11px;
  margin-left: 10px;
}



.tag-natural {
  align-items: center;
  background: white;
  top: 0;
  display: flex;
  z-index: 100;
  flex-direction: column;
  position: absolute;
  font-size: 11px;
  background-image:  url(/static/media/folha.941b63c41c1b2ab9992d.webp); /* Caminho da sua imagem */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  background-size: cover;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
  line-height: 36px;
  box-shadow: 0 0 0 1px #2ea824;
  margin-left: 4px;
  margin-top: 4px;
  text-align: center;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  border: 2px solid white;
  /* float: left; */
  cursor: pointer;
}

.tag-natural-left {
  align-items: center;
  background: white;
  top: 0;
  display: flex;
  z-index: 100;
  flex-direction: column;
  position: absolute;
  font-size: 11px;
  background-image:  url(/static/media/folha.941b63c41c1b2ab9992d.webp); /* Caminho da sua imagem */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  background-size: cover;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
  line-height: 36px;
  box-shadow: 0 0 0 1px #2ea824;
  margin-left: 14px;
  margin-top: 4px;
  text-align: center;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  border: 2px solid white;
  /* float: left; */
  cursor: pointer;
}

.title-span-discount {
  margin-top: -15%;
}

.box-cart-mobile{
  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 16%);
}

.line{
  border-bottom: 1px solid #ccc;
}

.btn-delete-cart {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  z-index: 9;
  display: flex;
  align-items: center;
}

.btn-card-delete{
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  background: #dc3545;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}

.btn-card-edit{
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 60px;
  background: #04d39f;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}

.price-card{
  color: #323232;
  font-weight: 600;
  font-size: 1.1rem;
}

.min-height-700 {
  min-height: 700px;
}

.min-height-600 {
  min-height: 600px;
}

.min-height-150 {
  min-height: 150px;
}

.min-height-180 {
  min-height: 180px;
}

.name-product-card {
  font-size: 0.9rem;
  color: #000;
}

.color-product-card {
  font-size: 1.2rem;
  color: #000;
}

.btn-botton{
  position: absolute;
  bottom: 0;
}

.mt-minus-10 {
  margin-top: -10px;
}

.wishlist-comprar-button {
  padding: 9px 15px;
  font-size: 15px;
  margin-top: 0.5rem;
  font-weight: 500;
  line-height: 26px;
  border-radius: 0;
  background-color: #323232;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.wishlist-comprar-button:disabled {
  background-color: #FFFFFF;
  color: grey;
  border: 1px solid rgba(0,0,0,.125);
}
.installment-price {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  color: #757575;
}

.discount-off {
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    color: #087908;
    text-decoration: none;
}

.no-bullets {
  list-style-type: none;
}

.content-details-product{
     font-size: 12px;
    line-height: 16px;
    color: #343a40;
    padding: 0 0 16px;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    line-height: 18px;
}

@media (min-width:376px) {
  .shop-content{
  margin-top: 25.5%;
  }
}

@media (min-width:768px) {
    .shop-content{
    margin-top: 7%;
    }
}

.footer-fixed-pay{
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  z-index: 900;
  padding: 8px 16px;
  background: #fff;
  box-shadow: 0 -4px 2px rgb(0 0 0 / 10%);
  transform: translateY(0);
  transition: .4s ease-in-out;
}

.animated-header {
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.animated-header.show {
  transform: translateY(0);
}

.animated-header.hide {
  transform: translateY(-100%);
}

.header-fixed-promotion {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
  background-color:black;
  font-size: 10px;
  overflow: hidden;
  color: #fff;
  font-weight: 100;
  z-index: 999;
}

.site-content {
  margin-top: 30px;
}

.marker-ul{
  list-style-type: disc;
}

.list-ul{
  list-style: none;
}
.tp-bullets.custom .tp-bullet {
    background: transparent;
  }
  
  .tp-bullets.custom div.tp-bullet {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 30px;
    font-size: 24px;
    color: #323232;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .tp-bullets.custom div.tp-bullet:before {
    text-align: center;
    line-height: 27px;
    width: 27px;
    display: inline-block;
  }
  
  .tp-bullets.custom div.tp-bullet:after {
    content: "/";
    position: absolute;
    right: 0px;
    font-size: 30px;
    color: #323232;
  }
  
  .tp-bullets.custom div.tp-bullet:last-child:after {
    content: none;
  }
  
  .tp-bullets.custom div.tp-bullet.selected {
    background: transparent;
    color: var(--sage);
    font-size: 36px;
  }
  
  .tp-bullets.custom div.tp-bullet.selected:hover,
  .tp-bullets.custom div.tp-bullet:hover {
    background: transparent;
    color: var(--sage);
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(1):before {
    content: "01";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(2):before {
    content: "02";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(3):before {
    content: "03";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(4):before {
    content: "04";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(5):before {
    content: "05";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(6):before {
    content: "06";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(7):before {
    content: "07";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(8):before {
    content: "08";
  }
  
  .tp-bullets.custom div.tp-bullet:nth-child(9):before {
    content: "09";
  }
  
  .custom.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
  }
  
  .custom .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #aaa;
    background: rgba(125, 125, 125, 0.5);
    cursor: pointer;
    box-sizing: content-box;
  }
  
  .custom .tp-bullet:hover,
  .custom .tp-bullet.selected {
    background: #7d7d7d;
  }
  
  body,
  html {
    font-family: "Open Sans", sans-serif;
  }
  body {
    overflow-x: hidden !important;
    width: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .header-style-menu-center .mega-menu .menu-links > li.current-menu-item > a {
    color: var(--sage);
  }
  
  .border-space {
    border-width: 1px;
    margin-top: 20px;
    margin-left: 80%;
    border-color: #323232;
    border-style: solid;
  }
  
  .border-space.border-space-dark {
    border-color: #323232;
  }
  
  .border-space.border-space-light {
    border-color: #fff;
  }
  
  .section {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  
  .section-1 .section-title h2 {
    font-size: 56px;
    line-height: 67px;
    text-align: right;
    font-weight: 700;
    word-break: break-word;
  }
  
  .section-1 .single_image-content {
    margin-top: -70px;
  }
  
  .section-1 .single_image-content p {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
  
  .section-1 .single_image-content p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
  }
  
  .section-1 .single_image-content p.text-dark {
    color: #323232 !important;
  }
  
  .section-1 .single_image-content .border-space {
    margin-left: 34px;
    margin-top: 12px;
  }
  
  .svelta_button_wrapper {
    display: inline-block;
  }
  
  .svelta_button_wrapper .svelta_button_size_medium a {
    font-size: 14px;
    padding: 12px 26px;
    line-height: 18px;
    color: #fff;
    background: #323232;
    display: inline-block;
  }
  
  .svelta_button_wrapper .svelta_button_size_medium a:hover {
    background: var(--sage);
  }
  
  .svelta_banner {
    position: relative;
    overflow: hidden;
  }
  
  .svelta_banner.svelta_banner-3 .svelta_banner-content-wrapper {
    align-items: flex-start !important;
  }
  
  .svelta_banner.svelta_banner-3 .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 105px !important;
    line-height: normal !important;
    font-weight: 500 !important;
    font-family: "Open Sans", sans-serif;
  }
  
  .svelta_banner.svelta_banner-3 .svelta_banner-text-wrap .svelta_banner-text h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
  }
  
  .svelta_banner.svelta_banner-3 .svelta_banner-btn-wrap .svelta_banner-btn {
    line-height: 44px;
    padding: 0 25px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: var(--sage);
    border: none !important;
  }
  
  .svelta_banner.svelta_banner-3 .svelta_banner-btn-wrap .svelta_banner-btn:hover {
    background-color: #323232;
  }
  
  .svelta_banner .svelta_banner-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    padding: 25px;
    transition: background .5s ease;
  }
  
  .svelta_banner .svelta_banner-content-1 {
    padding-left: 48%;
  }
  
  .svelta_banner .svelta_banner-content-2 {
    padding-right: 48%;
    text-align: right;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  
  .svelta_banner .svelta_banner-content.svelta_banner-content-vbottom {
    top: inherit;
  }
  
  .svelta_banner .svelta_banner-content.svelta_banner-content-vbottom .svelta_banner-content-wrapper {
    justify-content: center;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-label-wrap .svelta_banner-label {
    font-size: 16px;
    color: #ffffff;
    background-color: #323232;
    line-height: 20px;
    font-weight: 700;
    padding: 7px 15px;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-label-wrap .svelta_banner-label.svelta_banner-lanel-bg-yellow {
    background-color: #fff2d5;
    color: #323232;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 32px;
    color: #323232;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap {
    position: relative;
    z-index: 9;
    margin-top: 15px;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap .svelta_banner-btn {
    font-weight: 600;
    border-bottom: 0px solid;
    padding-left: 0;
    padding-right: 0;
    color: #969696;
    display: inline-block;
    font-size: 14px;
  }
  
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap .svelta_banner-btn:hover {
    color: var(--sage);
  }
  
  .svelta_banner .countdown {
    padding: 0;
    margin: 15px 0 0 !important;
    display: inline-block;
    border-radius: 3px;
  }
  
  .svelta_banner .countdown li {
    background: 0 0;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    border: none;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    min-width: 50px;
  }
  
  .svelta_banner .countdown li span {
    display: block;
    font-size: 28px;
    color: #323232;
    line-height: 40px;
    padding-bottom: 5px;
    font-weight: 600;
  }
  
  .svelta_banner .countdown li p {
    background: #323232;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
  }
  
  .svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content {
    padding: 120px 0;
    position: relative;
  }
  
  .section-2 .svelta_banner-content-wrapper {
    justify-content: center;
    text-align: center;
  }
  
  .section-2 .svelta_banner-content-wrapper .svelta_banner-label {
    font-size: 28px !important;
    line-height: 38px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
  }
  
  .section-2 .svelta_banner-content-wrapper .svelta_banner-text h2 {
    margin-top: 30px;
    font-size: 62px;
    color: #323232;
    font-style: normal;
    font-weight: 600;
    line-height: 82px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
  }
  
  .section-2 .svelta_banner-content-wrapper .svelta_banner-btn {
    font-size: 14px;
    line-height: 44px;
    padding: 0 25px !important;
    color: #323232 !important;
    background-color: #fff;
    border: none !important;
  }
  
  .section-2 .svelta_banner-content-wrapper .svelta_banner-btn:hover {
    background-color: #323232;
    color: #fff !important;
  }
  
  .section-3 .svelta_button_wrapper {
    margin-top: 0;
  }
  
  .section-3 .svelta_button_wrapper a.inline_hover {
    position: relative;
    background: transparent;
    color: #323232;
    font-size: 14px;
    padding: 3px 0;
    line-height: 22px;
  }
  
  .section-3 .svelta_button_wrapper a.inline_hover:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-in-out;
  }
  
  .section-3 .svelta_button_wrapper a.inline_hover:hover {
    background: transparent;
  }
  
  .section-3 .svelta_button_wrapper a.inline_hover:hover:after {
    width: 30%;
  }
  
  .banner-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .input-area {
    background-color: #fff;
    padding-left: 0;
    border-radius: 3px;
  }
  
  .newsletter-wrapper .newsletter-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
  }
  
  .position-a {
    position: absolute;
  }
  
  .text-sale {
    text-decoration: line-through;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
  }
  
  .circleSize {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    color: grey;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--sage);
  }
  
  .circle-size-active{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    background-color: var(--sage);
    border: 1px solid var(--sage);
  }
  
  .circle-size-disabled{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    background-color: #cdd0d4;
    border: 1px solid #b7c3be;
  }
  
  .marginLeft-circleClor{
    margin-right: 12%;
  }
  
  .circleColor {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    box-shadow: 0 0 0 10px #e6e6e6;
    color: grey;
    box-shadow: 0 0 0 1px #e6e6e6;
    line-height: 36px;
    box-shadow: 0 0 0 1px #e6e6e6;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border: 2px solid white;
    /* float: left; */
    cursor: pointer;
  }
  
  .circleColorOff {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    box-shadow: 0 0 0 10px #e6e6e6;
    color: #2b2828;
    box-shadow: 0 0 0 1px #e6e6e6;
    line-height: 36px;
    box-shadow: 0 0 0 1px #cacaca;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border: 2px solid #eaeaea;
    /* float: left; */
    cursor: pointer;
  }
  
  .circleColorShop{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    box-shadow: 0 0 0 10px #e6e6e6;
    color: grey;
    box-shadow: 0 0 0 1px #e6e6e6;
    line-height: 36px;
    box-shadow: 0 0 0 1px #e6e6e6;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border: 2px solid white;
    display: none;
    /* float: left; */
    cursor: pointer;
  }
  
  .circleColorShopOff{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: none;
    border: 2px solid #fff;
    font-size: 14px;
    box-shadow: 0 0 0 10px #e6e6e6;
    color: #2b2828;
    box-shadow: 0 0 0 1px #e6e6e6;
    line-height: 36px;
    box-shadow: 0 0 0 1px #cacaca;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border: 2px solid #eaeaea;
    /* float: left; */
    cursor: pointer;
  }
  
  
  
  .circle-color-active{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    box-shadow: 0 0 0 10px #e6e6e6;
    color: grey;
    box-shadow: 0 0 0 2px #000000;
    line-height: 36px;
    box-shadow:0 0 0 2px #000000;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border: 2px solid white;
    /* float: left; */
    cursor: pointer;
  }
  
  .product-detail-label{
    padding-right: 5px;
    margin-bottom: 0;
    float:left;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
  }

  .product-detail-text {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
  }
  
  .button-disabled {
    cursor: default;
    color: grey;
  }

  .heart-icon-svg {
    filter: invert(71%) sepia(3%) saturate(3171%) hue-rotate(47deg) brightness(88%) contrast(80%)
  }

  .slider-liked-products{
    background-color: #f5f5f5;
  }

h1 {
  font-weight: 700;
  line-height: 44px;
  font-size: 36px;
}

h2 {
  font-weight: 700;
  line-height: 38px;
  font-size: 30px;
}

h3 {
  font-weight: 700;
  line-height: 34px;
  font-size: 26px;
}

h4 {
  font-weight: 500;
  line-height: 30px;
  font-size: 22px;
}

h5 {
  font-weight: 500;
  line-height: 28px;
  font-size: 20px;
}

h6 {
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
}

/***************************
    REVOLUTION SLIDER
***************************/
#rev_slider_15_1 .metis.tparrows {
  background: white;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

#rev_slider_15_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}

#rev_slider_15_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}

#rev_slider_15_1 .metis.tparrows:before {
  color: black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/***************************
    HEADER CSS
***************************/

/***************************
    FOOTER CSS
***************************/

/***************************
    LAYOUT CSS
***************************/
.single-img-wrapper {
  position: relative;
}

.single-img-wrapper .text-wrapper {
  text-align: center;
  padding: 20px 15px;
}

.single-img-wrapper .text-wrapper h5 {
  margin-bottom: 0;
}

.single-img-wrapper .text-wrapper p {
  margin-bottom: 0;
}

.single-img-wrapper .single-img-content {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 220px;
}

.single-img-wrapper .single-img-content.content-vbottom {
  bottom: 20px;
  top: inherit;
}

.single-img-wrapper.single-img-wrapper-1 {
  padding-right: 10%;
  margin-bottom: 40px;
}

.single-img-wrapper.single-img-wrapper-1 .text-wrapper {
  margin-top: 30px;
}

.single-img-wrapper.single-img-wrapper-1 .single-img-content {
  left: 220px;
  top: 0;
}

.single-img-wrapper.single-img-wrapper-2 {
  padding-left: 10%;
}

.single-img-wrapper.single-img-wrapper-2 .text-wrapper {
  margin-bottom: 30px;
}

.single-img-wrapper.single-img-wrapper-2 .single-img-content {
  left: 0px;
}

.single-img-wrapper.single-img-wrapper-3 {
  padding-left: 10%;
  margin-bottom: 40px;
}

.single-img-wrapper.single-img-wrapper-3 .text-wrapper {
  margin-top: 95px;
}

.single-img-wrapper.single-img-wrapper-3 .single-img-content {
  top: inherit;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  padding-left: 10%;
  margin-bottom: 70px;
}

.single-img-wrapper.single-img-wrapper-3 .single-img-content .border-line {
  margin-right: 40%;
  margin-left: 40%;
}

.border-line {
  height: 2px;
  margin-top: 60px;
  margin-right: 80%;
  margin-bottom: 10px;
  background-color: #c1eade;
}

.bg-sky {
  background: #e3f6fc;
}

.bg-orange {
  background: #fde1d6;
}

.bg-green {
  background: #cdf6ec;
}

a.inline_hover {
  position: relative;
  background: transparent;
  color: #323232;
  font-size: 14px;
  padding: 3px 0;
  line-height: 22px;
}

a.inline_hover:after {
  content: "";
  width: 100%;
  border-bottom: 2px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s ease-in-out;
}

a.inline_hover:hover {
  background: transparent;
}

a.inline_hover:hover:after {
  width: 30%;
}

.products .product .onsale.featured {
  top: 41px !important;
  background: #f4524d;
  text-transform: uppercase;
}

.products .product .onsale.featured:before,
.products .product .onsale.featured:after {
  border-left-color: #f4524d;
  color: #f4524d;
}

.countdown-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140px;
  padding-top: 140px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.countdown-main .section-title-wrapper h2 {
  font-size: 78px;
  line-height: 88px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.countdown-main .section-title-wrapper p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 0;
}

.countdown {
  padding: 0;
  margin: 15px 0 0 !important;
  display: inline-block;
  border-radius: 3px;
}

.countdown li {
  margin: 0;
  margin-right: 5px;
  border: none;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  min-width: 50px;
  background: #323232;
  padding: 8px 10px;
  border-radius: 3px;
}

.countdown li span {
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
}

.countdown li p {
  background: #323232;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.newsletter-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.newsletter-section .newsletter-wrapper .newsletter-title {
  font-size: 30px;
  font-weight: 700;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area .newsletter-email {
  background: #fff !important;
  color: #323232 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .input-area .newsletter-email::placeholder {
  color: #969696 !important;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit,
.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:before {
  color: #323232;
}

.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit:hover,
.newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn.submit:focus {
  color: var(--sage);
}

.svelta_clients {
  padding-top: 50px;
  padding-bottom: 50px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.instragram-wrapper {
  margin-bottom: 80px;
}

@media (min-width:1200px) {
  .container {
    max-width: 1300px;
  }

}

h2,
.deal-banner .caption h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 38px;
  font-size: 30px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 34px;
  font-size: 26px;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-size: 22px;
}

h5,
.testimonials h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 28px;
  font-size: 20px;
}

h6,
.share h5,
.share ul,
.sidebar .widget .item-detail h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
}

/*--------------------  Revolution Layer Style Start  -------------------*/
#rev_slider_24_1 .metis.tparrows {
  background: white;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

#rev_slider_24_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}

#rev_slider_24_1 .metis.tparrows:before {
  color: black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_24_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}

/*-------------------- Section title Start  -------------------*/
.section-title {
  margin-bottom: 35px;
}

.section-title h2.title {
  text-align: center;
}

.sub-title {
  margin-top: -10px;
  margin-bottom: 40px;
}

/*--------------------  Top Info Section Start  -------------------*/
.top-info-box {
  background-color: #fef0ea;
}

.top-info-box .section-title {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-info-box .section-title h6 {
  font-size: 17px;
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

.border-section {
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-top: 0px;
  border-bottom: 0px;
}

/*--------------------  Client Slider Start  -------------------*/
.client-slider {
  margin-top: 30px;
}

/*--------------------  Categoru Slider Start  -------------------*/
.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap-1 .svelta_banner-text.tag-text {
  font-size: 0.23em;
  color: #323232;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 30px;
  font-weight: 600;
  padding: 7px 15px;
  margin-bottom: 5px;
}

.svelta_banner .svelta_banner-content-inner-wrapper {
  font-size: 70px;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.42em;
  color: #323232;
  line-height: 55px;
}

.svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-style-link .svelta_banner-btn {
  color: #323232;
}

.svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
  font-size: 62px;
  font-weight: 600;
}

.svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap.svelta_banner-btn-style-flat .svelta_banner-btn {
  background: #ffffff;
}

/*--------------------  Newsletter Start  -------------------*/
.newsletter-bg {
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #e4e6e1;
  padding-bottom: 25px;
}

.newsletter-bg h4.title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
}

/*--------------------  testimonial  Start  -------------------*/
.testimonial-bg {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 70px;
  background-image: url(/static/media/testimonial-bg.5a9da6abd9f733e6f85d.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.svelta_testimonials_wrapper {
  padding-top: 35px;
}

/*--------------------  Latest Post Start  -------------------*/
.latest-post-wrapper .latest-post-item .avatar-20 {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot);src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/static/media/fontawesome-webfont.20fd1704ea223900efa9.woff2) format('woff2'),url(/static/media/fontawesome-webfont.f691f37e57f04c152e23.woff) format('woff'),url(/static/media/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf) format('truetype'),url(/static/media/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  touch-action: none;
}
.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4);
}
.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1;
}
.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%;
}
.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px;
}
.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0;
}
.rangeslider-horizontal .rangeslider__handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-horizontal .rangeslider__handle:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset;
}
.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px;
}
.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0);
}
/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent;
}
.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute;
}
.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0;
}
.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none;
}
.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px;
}
/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0;
}
.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit;
}
/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative;
}
.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px;
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  transform: translate3d(-50%, 0, 0);
}

/* media */
@media (max-width:1400px) {
  .slider-01 .slide-content .slide-title h1 {
    font-size: 110px;
    line-height: 110px;
  }

  .slider-01 .slide-content .slide-subtitle {
    font-size: 66px;
    line-height: 66px;
  }

  .slider-01 .slide-content .slide-offer {
    font-size: 42px;
    line-height: 42px;
  }

  header.site-header .ciya-tools {
    margin-left: 0;
  }

  .slider-03 .slide-content .slide-title h1 {
    margin-bottom: 0;
    font-size: 55px;
    line-height: 70px;
  }

  .slide-03-item .slide-content img {
    height: 180px;
  }

  .slider-04 .slide-content .slide-inner {
    padding: 26px 50px;
  }

  .slider-02 .slide-content .slide-title h1 {
    font-size: 62px;
    line-height: 80px;
  }

  .slider-02 .slide-content .slide-right {
    padding: 40px;
  }

  .slider-02 .slide-content .slide-left {
    padding: 40px;
  }

}

@media (max-width:1199px) {
  .slider-01 .slide-content .slide-left {
    margin-top: 0;
  }

  .slider-01 .slide-content .slide-title h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .slider-01 .slide-content .slide-subtitle {
    font-size: 46px;
    line-height: 46px;
  }

  .slider-01 .slide-content .slide-offer {
    font-size: 42px;
    line-height: 42px;
  }

  .section-1 .section-title h2 {
    font-size: 46px;
    line-height: 57px;
  }

  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 24px;
  }

  .svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 44px;
  }

  .site-footer .footer-bottom .apps-store-img img {
    height: 40px;
  }

  .header-style-menu-center .topbar .topbar-right .topbar-link > ul > li .top-menu li {
    padding: 7px 10px;
  }

  .single-img-wrapper.single-img-wrapper-1 .single-img-content {
    left: inherit;
    right: 20px;
  }

  .newsletter-bg {
    margin-top: 40px;
  }

  .slider-04 .slide-content .slide-subtitle {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .slider-04 .slide-content .slide-title h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .slider-04 .slide-content p {
    font-size: 14px;
  }

  .maintenance .mntc-cs-item.mntc-cs-content p {
    padding: 0;
  }

  .maintenance .mntc-cs-item.mntc-cs-content h1 {
    font-size: 42px;
  }

  .maintenance .mntc-cs-item.mntc-cs-content p {
    font-size: 23px;
  }

  .maintenance .mntc-cs-item.mntc-cs-content i {
    font-size: 60px;
  }

  .slider-02 .slide-content .slide-title h1 {
    font-size: 52px;
    line-height: 54px;
  }

  .products-header .loop-header-tools .result-count {
    float: none;
  }

  .products-header .loop-header-tools .ordering {
    float: none;
  }

  .ReactTable .view-button {
    margin-bottom: 3px;
  }

  .maintenance footer {
    text-align: center;
    position: relative;
  }

  .products-header .loop-header-tools .gridlist-toggle-wrap {
    display: none;
  }

  .ReactTable .delete-button {
    margin-left: 0;
  }
    .ReactTable .rt-thead .rt-th {
    padding: 20px 25px 20px 10px;
}

}

@media (max-width:991px) {
  .m-5 {
    margin: 40px;
  }

  .p-5 {
    padding: 40px;
  }

  .m-6 {
    margin: 40px;
  }

  .p-6 {
    padding: 40px;
  }

  .m-7 {
    margin: 40px;
  }

  .p-7 {
    padding: 40px;
  }

  .m-8 {
    margin: 40px;
  }

  .p-8 {
    padding: 40px;
  }

  .m-9 {
    margin: 40px;
  }

  .p-9 {
    padding: 40px;
  }

  .m-10 {
    margin: 40px;
  }

  .p-10 {
    padding: 40px;
  }

  .mt-5 {
    margin-top: 40px;
  }

  .pt-5 {
    padding-top: 40px;
  }

  .mt-6 {
    margin-top: 40px;
  }

  .pt-6 {
    padding-top: 40px;
  }

  .mt-7 {
    margin-top: 40px;
  }

  .pt-7 {
    padding-top: 40px;
  }

  .mt-8 {
    margin-top: 40px;
  }

  .pt-8 {
    padding-top: 40px;
  }

  .mt-9 {
    margin-top: 40px;
  }

  .pt-9 {
    padding-top: 40px;
  }

  .mt-10 {
    margin-top: 40px;
  }

  .pt-10 {
    padding-top: 40px;
  }

  .mb-5 {
    margin-bottom: 40px;
  }

  .pb-5 {
    padding-bottom: 40px;
  }

  .mb-6 {
    margin-bottom: 40px;
  }

  .pb-6 {
    padding-bottom: 40px;
  }

  .mb-7 {
    margin-bottom: 40px;
  }

  .pb-7 {
    padding-bottom: 40px;
  }

  .mb-8 {
    margin-bottom: 40px;
  }

  .pb-8 {
    padding-bottom: 40px;
  }

  .mb-9 {
    margin-bottom: 40px;
  }

  .pb-9 {
    padding-bottom: 40px;
  }

  .mb-10 {
    margin-bottom: 40px;
  }

  .pb-10 {
    padding-bottom: 40px;
  }

  .ml-5 {
    margin-left: 40px;
  }

  .pl-5 {
    padding-left: 40px;
  }

  .ml-6 {
    margin-left: 40px;
  }

  .pl-6 {
    padding-left: 40px;
  }

  .ml-7 {
    margin-left: 40px;
  }

  .pl-7 {
    padding-left: 40px;
  }

  .ml-8 {
    margin-left: 40px;
  }

  .pl-8 {
    padding-left: 40px;
  }

  .ml-9 {
    margin-left: 40px;
  }

  .pl-9 {
    padding-left: 40px;
  }

  .ml-10 {
    margin-left: 40px;
  }

  .pl-10 {
    padding-left: 40px;
  }

  .mr-5 {
    margin-right: 40px;
  }

  .pr-5 {
    padding-right: 40px;
  }

  .mr-6 {
    margin-right: 40px;
  }

  .pr-6 {
    padding-right: 40px;
  }

  .mr-7 {
    margin-right: 40px;
  }

  .pr-7 {
    padding-right: 40px;
  }

  .mr-8 {
    margin-right: 40px;
  }

  .pr-8 {
    padding-right: 40px;
  }

  .mr-9 {
    margin-right: 40px;
  }

  .pr-9 {
    padding-right: 40px;
  }

  .mr-10 {
    margin-right: 40px;
  }

  .pr-10 {
    padding-right: 40px;
  }

  .banner-bg {
    padding: 40px 0;
  }

  .svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content {
    padding: 70px 0;
  }

  .countdown-main {
    margin: 40px 0;
    padding: 40px 0;
  }

  .newsletter-section {
    margin: 40px 0;
    padding: 40px 0;
  }

  .svelta_clients {
    padding: 40px 0;
  }

  .svelta_clients.svelta_clients-list-type-grid.svelta_clients-grid-column-4 {
    padding-bottom: 0;
  }

  .section-title {
    margin-bottom: 25px;
  }

  header.site-header .logo-wrapper img {
    max-height: 35px;
  }

  .slider-01 .slide-content .slide-sale {
    font-size: 36px;
    line-height: 40px;
  }

  .slider-01 .slide-content .slide-since {
    font-size: 14px;
    margin-top: 20px;
  }

  .slider-01 .slide-content .slide-subtitle {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }

  .slider-01 .slide-content .slide-title h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .slider-01 .slide-content .slide-offer {
    font-size: 30px;
    line-height: 30px;
  }

  .slider-01 .slide-content .slide-button {
    font-size: 14px;
    margin-top: 10px;
  }

  .section-1 .section-title h2 {
    font-size: 36px;
    line-height: 27px;
  }

  .slider-01 .slide-content .slide-button-flat {
    padding: 5px 18px;
    margin-top: 10px;
  }

  .svelta_banner.svelta_banner-3 .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 55px !important;
  }

  .svelta_banner.svelta_banner-3 .svelta_banner-text-wrap .svelta_banner-text h3 {
    font-size: 24px;
  }

  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-btn-wrap {
    margin-top: 0;
  }

  /*  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
      font-size: 16px;
    }*/
  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-label-wrap .svelta_banner-label {
    font-size: 12px;
    padding: 2px 10px;
  }

  .svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-text {
    line-height: 35px;
  }

  .svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 30px;
  }

  .section-2 .svelta_banner-content-wrapper .svelta_banner-label {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .svelta_banner .countdown {
    margin: 0 !important;
  }

  .svelta_banner .countdown li span {
    font-size: 24px;
    line-height: 30px;
  }

  .pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap {
    margin-top: 0;
  }

  .pgscore_banner .pgscore_banner-content .pgscore_banner-btn-wrap.pgscore_banner-btn-size-md .pgscore_banner-btn {
    line-height: 24px;
  }

  .pgscore_banner .pgscore_banner-content .pgscore_banner-text-bg_color .pgscore_banner-text {
    padding: 2px 12px;
  }

  .single-img-wrapper.single-img-wrapper-1 {
    padding-right: 0;
  }

  .single-img-wrapper.single-img-wrapper-2 {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .single-img-wrapper.single-img-wrapper-2 .single-img-content {
    left: 20px;
  }

  .single-img-wrapper.single-img-wrapper-3 {
    padding-left: 0;
  }

  .countdown-main .section-title-wrapper h2 {
    font-size: 58px;
    line-height: 58px;
  }

  .slide-03-item .slide-content img {
    display: none;
  }

  .slider-03 .slide-content .slide-title h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .slider-03 .slide-content .slide-since {
    margin-top: 0;
  }

  .slider-04 .slide-content .slide-inner img {
    height: 40px;
  }

  .slider-04 .slide-content .slide-button {
    font-size: 14px;
  }

  .slider-04 .slide-content p {
    margin-bottom: 0;
  }

  .slider-04 .slide-content .slide-title h1 {
    margin-bottom: 10px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content p {
    padding: 0 30px;
  }

  .maintenance .header img {
    height: 40px;
  }

  .maintenance .mntc-cs-item.mntc-cs-content {
    padding: 40px 0 20px;
  }

  .maintenance .mntc-cs-item.mntc-cs-content h1 {
    margin-bottom: 20px;
  }

  .slider-02 .slide-content .slide-title h1 {
    font-size: 32px;
    line-height: 34px;
    margin: 10px 0;
  }

  .slider-02 .slide-content .slide-button-flat {
    padding: 6px 24px;
    font-size: 14px;
  }

  .slider-02 .slide-content .slide-left,
  .slider-02 .slide-content .slide-right {
    padding: 30px;
  }

  .collaboration-table {
    min-width: 835px;
  }

  .coming-soon footer {
    position: relative;
    margin-top: 30px;
    text-align: center;
  }

  .maintenance footer {
    text-align: center;
    position: relative;
  }

  .header-style-menu-center .header-nav-right-wrapper .ciya-tools {
    margin-right: 40px;
  }

  .navbar.navbar-light .navbar-toggler {
    top: -50px;
  }

  nav.navbar.navbar-light.bg-faded {
    display: block;
    float: right;
    padding: 0rem;
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    top: 67px;
  }

  .navbar-light .navbar-nav:last-child .nav-link {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
  }

  .site-header.is-sticky .navbar.navbar-light .navbar-toggler {
    top: -44px;
  }

  .site-header.is-sticky nav.navbar.navbar-light.bg-faded {
    top: 56px;
  }

  .navbar-light .navbar-nav .nav-link {
    background: 0 0;
    border-radius: 0;
    color: #323232;
    padding: 10px 0;
    margin: 0 20px;
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
  }
  .navbar-light .navbar-nav .nav-admin-link {
    background: 0 0;
    border-radius: 0;
    color: #323232;
    padding: 10px 0;
    margin: 0 20px;
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    text-transform: uppercase;
  }
  header.site-header .nav-item .dropdown-toggle:after {
    content: "+";
    float: right;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
  }

  header.site-header .show.nav-item .dropdown-toggle:after {
    content: "-";
    float: right;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border: medium none;
    padding: 0px 30px;
    transition: all ease 0s;
  }

  .navbar-nav .dropdown-menu.show {
    transition: all ease 0s;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 6px  0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .navbar-nav .dropdown-menu .dropdown-item a {
    color: #323232;
  }

  button:focus {
    outline: none;
  }

  .admin-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }

  .content .products-header {
    margin-top: 40px;
  }


}

@media (max-width:767px) {
  .slider-01 .slide-content .slide-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-01 .slide-content .slide-subtitle {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
  }

  /*  .svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
      font-size: 14px;
    }*/
  .svelta_banner.svelta_banner-3 .svelta_banner-text-wrap .svelta_banner-text h2 {
    font-size: 40px !important;
  }

  .countdown-main .section-title-wrapper h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-text {
    line-height: 25px;
    font-size: 18px;
  }

  .svelta_banner .svelta_banner-content .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap-1 .svelta_banner-text.tag-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 4px 12px;
  }

  .slider-04 .slide-content p {
    display: none;
  }

  .slider-04 .slide-content .slide-subtitle {
    display: none;
  }

  .slider-04 .slide-content .slide-inner-02 .slide-sale {
    height: 80px;
  }

  .slider-04 .slide-content .slide-inner {
    padding: 16px 50px;
    box-shadow: 5px 5px 0px rgb(253, 225, 214);
  }

  .slider-04 .slide-content .slide-title h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .slider-04 .slide-content .slide-inner-02 {
    padding: 16px 50px;
    box-shadow: 5px 5px 0px rgb(253, 225, 214);
  }

  .slider-04 .slide-content .slide-inner-02 .slide-sale {
    display: none;
  }

  .slider-04 .slide-content .slide-inner-02 p,
  .slider-04 .slide-content .slide-inner-02 .slide-subtitle {
    display: block;
    font-size: 14px;
  }

  .intro-title .text-right {
    text-align: left !important;
  }

  .inner-intro h1 {
    font-size: 20px;
  }

  .svelta_info_box_2-icon_position-left {
    padding: 20px 10px;
  }

  .google-map {
    height: 340px;
  }

  .error-block h1 {
    font-size: 170px;
    line-height: 170px;
  }

  .error-search-box p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .coming-soon .header img {
    margin: 20px 0;
    height: 40px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content {
    padding: 20px 0 20px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content p {
    font-size: 18px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .coming-soon .commingsoon_countdown li span {
    font-size: 30px;
    line-height: 40px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content i {
    font-size: 80px;
  }

  .slider-02 .slide-content .slide-left,
  .slider-02 .slide-content .slide-right {
    padding: 10px;
  }

  .slider-02 .slide-content .slide-left,
  .slider-02 .slide-content .slide-right {
    border-width: 6px;
  }

  .cart-table thead td.actions .button {
    float: left;
    margin-top: 10px;
  }

  .cart-table thead td.actions .coupon .button {
    margin-top: 0;
  }

  .products.list .product .product-inner {
    display: block;
  }

  .products.list .product-thumbnail {
    display: block;
    width: 100%;
  }

  .products.list .product-info {
    display: block;
    width: 100%;
  }
  
  .products.list .product-info {
    margin-left: 0;
    padding-top: 6px;
    margin-bottom: 30px;
  }

  .invoices-table th,
  .invoices-table td {
    padding: 10px;
  }

  .invoices-table .view-button {
    display: inline-block;
    margin-bottom: 5px;
  }

  .invoices-table .delete-button {
    display: inline-block;
    margin-left: 0;
  }

  .admin-profile {
    display: block;
  }

  .admin-profile .admin-profile-info {
    margin: 16px 0;
  }

  .profile-dropdown .dropdown-toggle {
    margin-left: inherit;
    margin-top: 0;
  }

  .admin-menu .navbar {
    bottom: inherit;
  }

  .admin-menu {
    padding: 30px 0;
  }

  .admin-menu .navbar-collapse {
    border-top: 1px solid #e5e5e5;
  }

  .collapse.show.navbar-collapse{
    position: relative;
    width: 100%;
    background-color: white;
    transition: height 0.3s ease-in;
  }

  .collapsing.navbar-collapse{
    position: relative;
    width: 100%;
    background-color: white;
    transition: height 0.3s ease-in;
  }

  .admin-menu .dropdown-menu[x-placement^=bottom] {
    right: 0;
    left: auto;
  }

  .profile-dropdown .dropdown-toggle::after {
    margin-left: 10px;
  }

  .profile-dropdown .dropdown-menu {
    width: 170px;
  }

  /* slider-simple-arrow */
.slider-simple-arrow .slick-next {
  right: 2px;
}

.slider-simple-arrow .slick-prev {
  left: 2px;
  z-index: 1;
}

.slider-simple-arrow .slick-prev,
.slider-simple-arrow .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.slider-simple-arrow .slick-prev:before,
.slider-simple-arrow .slick-next:before {
  font-size: 40px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  color: #323232;
  font-family: FontAwesome;
}

.slider-simple-arrow .slick-prev:before {
  content: "\f104";
}

.slider-simple-arrow .slick-next:before {
  content: "\f105";
}

/* slider-arrow-hover */
.slider-arrow-hover {
  overflow: hidden;
}

.slick-next,
.slick-prev {
  height: 40px;
}

.slider-arrow-hover .slick-next {
  right: -30px;
}

.slider-arrow-hover .slick-prev {
  left: -30px;
  z-index: 1;
}

.slider-arrow-hover .slick-prev,
.slider-arrow-hover .slick-next {
  line-height: 40px;
  height: 40px;
}

.slider-arrow-hover .slick-prev:before,
.slider-arrow-hover .slick-next:before {
  font-size: 14px;
  width: 26px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  color: #ffffff;
  opacity: 1;
  background: #323232;
  transition: all 0.3s ease-in-out;
  font-family: FontAwesome;
}

.slider-arrow-hover .slick-prev:hover:before,
.slider-arrow-hover .slick-next:hover:before {
  color: #ffffff;
  background: var(--sage);
}

.slider-arrow-hover .slick-prev:before {
  content: "\f053";
}

.slider-arrow-hover .slick-next:before {
  content: "\f054";
}

.slider-arrow-hover:hover .slick-next {
  right: 20px;
}

.slider-arrow-hover:hover .slick-prev {
  left: 15px;
  z-index: 1;
}

/* slider-spacing-10  */
.slider-spacing-10 .slick-list {
  margin: 0 -10px;
}

.slider-spacing-10 .item > div {
  margin: 10px;
}

  .products-header .loop-header-tools .ordering {
    margin-top: 5px;
  }

  .products-header .loop-header-tools .gridlist-toggle-wrap {
    float: none;
    margin-left: 0;
  }

  .products-header .loop-header-tools .ordering {
    display: block;
  }

  .footer-widget .payments.text-right {
    margin-top: 10px;
    text-align: left !important;
  }

  .admin-menu .navbar.navbar-light .navbar-toggler {
    position: relative;
    top: inherit;
  }

  .single-img-wrapper.single-img-wrapper-1 .single-img-content {
    left: inherit;
    right: 0;
  }

  .admin-menu .navbar {
    justify-content: center;
  }
  .admin-menu .navbar .dropdown .dropdown-item {
  padding: 0;
}
.admin-menu .navbar-expand-md .navbar-nav .dropdown-menu {
  width: 100%;
}



}

@media (max-width:575px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  body {
    overflow-x: hidden !important;
    width: 100%;
  }

  .slider-01 .slide-content .slide-sale {
    display: none;
  }

  .slider-01 .slide-content .slide-title h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .slider-01 .slide-content .slide-since {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    padding: 2px 6px;
  }

  .slider-01 .slide-content .slide-button-flat {
    padding: 2px 16px;
    margin-top: 10px;
    font-size: 12px;
  }

  .section-1 .section-title h2,
  .section-title h2.title {
    font-size: 24px;
    line-height: 26px;
  }

  .newsletter-wrapper .newsletter-title {
    font-size: 24px;
    line-height: 28px;
  }

  .latest-post-wrapper .latest-post-item .latest-post-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .latest-post-wrapper .latest-post-item .latest-post-content {
    height: auto;
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }

  .latest-post-wrapper.latest-post-style-1 .latest-post-item .latest-post-content {
    padding-left: 0;
  }

  .svelta_banner.svelta_banner-style-deal-1 .svelta_banner-content {
    padding: 40px 0;
  }

  header.site-header .ciya-tools-actions > li {
    width: 40px;
  }

  .mobile-butoon-menu {
    padding: 0;
  }

  .single-img-wrapper.single-img-wrapper-1 .single-img-content {
    left: inherit;
    width: 160px;
    right: 0;
  }

  .single-img-wrapper.single-img-wrapper-1 .single-img-content h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .slider-03 .slide-content .slide-title h1 {
    font-size: 24px;
    line-height: 30px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .slider-03 .slide-content .slide-since {
    margin-top: 0px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .slider-03 .slide-content .slide-button {
    margin-top: 0px;
    font-size: 12px;
  }

  .slider-04 .slide-content .slide-inner {
    padding: 10px;
  }

  .products-header .loop-header-tools .gridlist-toggle-wrap {
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .svelta-pagination ul li {
    margin: 4px;
  }

  .product-content-bottom .nav-tabs li {
    margin: 0;
  }

  .product-content-bottom .nav-tabs {
    padding: 0;
  }

  .product-content-bottom .nav-tabs li a {
    padding: 6px 12px;
    font-size: 13px;
  }

  .inner-intro.header_intro h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .single-post .entry-footer .share {
    padding-left: 0;
  }

  .single-post .entry-footer .share .share-button {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }

  .single-post .entry-social {
    float: left !important;
  }

  .single-post .entry-footer .share ul li {
    float: left;
  }

  .comments-area .comment-respond .section-field,
  .comments-area .respond-form .section-field {
    width: 100%;
    margin-right: 0;
  }

  .post-navigation .nav-links:before {
    display: none
  }

  .post-navigation .nav-links .nav-next,
  .post-navigation .nav-links .nav-previous {
    width: 100%;
  }

  footer.site-footer .logo-wrapper img {
    max-width: 150px;
  }

  .contact-wrapper {
    padding: 40px 15px;
  }

  .svelta_info_box_2-icon-style-border.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner,
  .svelta_info_box_2-icon-style-flat.svelta_info_box_2-icon-size-lg .svelta_info_box_2-icon-inner {
    width: 65px;
    height: 65px;
  }

  .svelta_info_box_2-icon_position-left .svelta_info_box_2-inner .svelta_info_box_2-icon {
    margin-right: 0;
  }

  .error-block h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .error-block p {
    font-size: 20px;
  }

  .error-block {
    margin-bottom: 20px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content i {
    margin-bottom: 0;
  }

  .coming-soon .commingsoon_countdown li {
    padding: 10px 0;
  }

  .coming-soon .commingsoon_countdown li span {
    font-size: 22px;
    line-height: 30px;
  }

  .coming-soon .mntc-cs-item.mntc-cs-content p {
    padding: 0 10px;
  }

  .coming-soon .commingsoon_countdown {
    margin-bottom: 0;
  }

  .maintenance .mntc-cs-item.mntc-cs-content h1 {
    font-size: 32px;
    line-height: 30px;
  }

  .maintenance .mntc-cs-item.mntc-cs-content p {
    font-size: 20px;
    line-height: 26px;
  }

  .slider-02 .slide-content .slide-title h1 {
    font-size: 20px;
    line-height: 14px;
    margin: 5px 0;
  }

  .slider-02 .slide-content .slide-button-flat {
    padding: 1px 19px;
    font-size: 10px;
    margin-top: 5px;
  }

  .wishlist-table thead td.product-thumbnail a img {
    width: 100px;
  }

  .cart-table thead td.actions .coupon .input-text {
    width: 200px;
  }

  header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart {
   width: 300px;
    right: -70px;
  }

  header.site-header .ciya-tools-actions li .cart-contents .widget-shopping-cart .svelta-mini-cart__buttons .button {
    padding: 5px 17px;
  }

  .success-screen .thank-you {
    padding: 20px;
  }

  .ordered-detail {
    padding: 0 20px 20px 20px;
  }

  .success-screen .button {
    display: block;
    margin-bottom: 2px;
    text-align: center
  }

  .modal-delete .modal-content {
    font-size: 22px;
    line-height: 30px;
  }

  .woocommerce-Address .woocommerce-Address-title {
    display: block;
  }

  .woocommerce-Address .woocommerce-Address-title h5 {
    margin-bottom: 10px !important;
  }

  .admin-menu .logo {
    height: 30px;
  }
  .profile-dropdown .dropdown-toggle .profile-img {
    margin-right: 0;
  }

  .testimonial.testimonial-style-1 .slick-next {
    right: 26%;
  }

  .testimonial p {
    line-height: 26px;
  }

  .testimonial.testimonial-style-1 .slick-prev {
    left: 26%;
  }

  .testimonial-bg {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .newsletter-section .newsletter-wrapper .newsletter-title {
    font-size: 22px;
  }

  .newsletter-wrapper.newsletter-style-1 .newsletter p {
    padding: 0;
  }

  .svelta_banner.svelta_banner-style-style-1.svelta_banner-effect-none.ciya-banner-3 .svelta_banner-image {
    height: 190px;
    object-fit: cover;
  }

  .svelta_banner.svelta_banner-style-deal-2.svelta_banner-effect-none {
    padding-bottom: 50px;
  }

  .slider-spacing-10 .item > div {
    padding: 0;
    margin: 0;
  }

  .svelta_banner .svelta_banner-badge.svelta_banner-badge_style-style-1.svelta_banner-badge_type-flat.svelta_banner-badge_align-vtop.svelta_banner-badge_align-hleft {
    width: 60px;
    height: 60px;
  }

  .svelta_banner .svelta_banner-badge {
    margin: 10px;
  }

  .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area input[type=text] {
    padding-right: 15px;
  }

  .newsletter-wrapper.newsletter-style-1.newsletter-design-1 .button-area {
    position: relative;
  }

  .newsletter-wrapper .input-area {
    margin-bottom: 10px;
  }

  .newsletter-wrapper.newsletter-style-1 {
    text-align: left;
  }

  .newsletter-wrapper.newsletter-style-1 .section-field.p-4 {
    padding: 10px !important;
  }

  .svelta_clients.svelta_clients-list-type-grid.svelta_clients-grid-column-4 {
    padding-top: 20px;
  }

  .products-header .loop-header-tools .ordering {
    margin-bottom: 6px;
  }

  .cart-table.table {
    margin-bottom: 0;
  }

  .cart-collaterals {
    margin-top: 40px;
  }

  .cart_totals .shop_table .order-total td {
    font-size: 16px;
  }

  .modal .modal-header .close {
    right: -4px;
    top: -4px;
  }

  .ordered-detail .table .ordered-item .ordered-image {
    display: block;
  }

  .sidebar .shop-sidebar-widgets {
    margin-top: 40px;
  }

  .slider-spacing-10 .slick-list {
    margin: 0px;
  }

  .newsletter-wrapper.newsletter-style-1 {
    text-align: center;
  }

  .svelta_clients.svelta_clients-list-type-slider .slick-initialized .slick-slide > div {
    padding: 10px;
  }

  .svelta_banner .svelta_banner-badge_align-hleft {
    left: 50px;
  }

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .newsletter_form {
  padding: 20px
}


  .comments-area .comment-respond .comment-form-cookies-consent input[type=checkbox] {
    margin-top: 6px;
  }

  .input-range__label-container {
    left: -70% !important;
  }

  .cart_totals .shipping-calculator .popup-content {
    width: 96% !important;
  }

  .cart_totals .shipping-calculator .popup-content .shop_table td {
    padding: 20px 0px 20px 10px;
  }

  .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area,
  .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area {
    position: relative;
    display: inline-block;
    transform:inherit;
    left: 0;
    color: #fff;
    background: var(--sage);
    margin-top: 20px;
    border-radius: 3px;
  }

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area .btn ,
  .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area .btn  {
  padding: 10px 20px 10px 40px;
    color: #fff;
  }

  .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:before, .newsletter-wrapper.newsletter-style-1.newsletter-design-6 .button-area:before {
     color: #fff;
     left: 11px;
  }

.newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:hover:before, .newsletter-wrapper.newsletter-style-1.newsletter-design-4 .button-area:focus:before {
  color: #fff;
}

.newsletter-style-1.newsletter-design-6.newsletter-wrapper .newsletter_form .error {
    bottom: 46px;
}
.newsletter-style-1.newsletter-design-1 .btn {
  background: var(--sage);
  color: #fff;
}
.sidebar .shop-sidebar-widgets {
  overflow: hidden;
}
.sidebar .shop-sidebar-widgets .price_slider_wrapper {
  padding:10px;
}
.single_image-wrapper .img-fluid.attachment-full {
  margin-bottom: 15px;
}
.svelta_banner .svelta_banner-content .svelta_banner-content-wrapper .svelta_banner-content-inner-wrapper .svelta_banner-text-wrap .svelta_banner-text h2 {
  font-size: 16px;
}
.svelta-mini-cart__total.total img {
width: 40px;
}
.ReactTable .rt-noData {
  margin-top: -18px;
}

.svelta_banner .svelta_banner-content {
  padding-top: 6px;
}
.svelta_info_box_2 .svelta_info_box_2-title {
    font-size: 19px;
}
.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .p-4 {
  padding: 10px !important;
}
.cart_totals .shop_table th {
padding: 10px 10px;
}
.cart_totals .shop_table td {
  padding: 10px;
  padding-left: 0;
}
.newsletter-wrapper.newsletter-style-1.newsletter-design-1 .input-area {
    position: relative;
    margin-bottom: 30px;
  }
}

:root {
    --swamp: #dbe4a4;
    --brownish-grey: #707070;
    --slate: #3c635a;
    --faded-pink: #eaa2b4;
    --very-light-pink: #ebebeb;
    --gold: #ecb913;
    --white: #ffffff;
    --black: #151515;
    --seafoam-blue: #73dfdf;
    --almost-black: #0e100d;
    --dark-forest-green: #001212;
    --vermillion: #e9361a;
    --charcoal-grey: #41574d;
    --pink: #fc9bae;
    --pink-red: #f30052;
    --light-blue-grey: #aac9eb;
    --light-grey: #dbe8d9;
    --teal: #018e69;
    --cloudy-blue: #9bbfe4;
    --soft-pink: #f9a1b1;
    --dirty-blue: #3e8593;
    --light-mauve: #baaeaf;
    --dark-blue-grey: #0e272b;
    --coral: #eb5d5a;
    --dark-royal-blue: #01197e;
    --pale-blue: #daeff6;
    --orangish-red: #df1313;
    --reddish-orange: #e94e1e;
    --beige: #cfd0c9;
    --sage: #214a4c;
  }
  
  body,
  html {
    font-family: 'Montserrat', sans-serif;
  }
  body {
    overflow-x: hidden !important;
    width: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  a {
    text-decoration: none;
  }
  

/*# sourceMappingURL=main.db176d68.css.map*/