/*!
 * jQuery mmenu v7.3.3
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba( 0,0,0, 0.3 )}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:20px;line-height:var(--mm-line-height);box-sizing:border-box;display:block;padding:0;margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{box-sizing:border-box;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;transform:none!important;display:none;width:100%;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:44px;padding:0}.mm-btn:after,.mm-btn:before{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-button);border-width:2px;border-style:solid}.mm-btn_close:after,.mm-btn_close:before{content:'';box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text-dimmed);border-bottom-width:1px;border-bottom-style:solid;text-align:center;display:none;height:44px;height:var(--mm-navbar-size);padding:0 44px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;transition:opacity .4s ease}.mm-navbar>*{box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn{position:absolute;top:0;bottom:0;z-index:1}.mm-navbar__btn:first-child{text-align:left;left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{text-align:right;right:0;left:auto}[dir=rtl] .mm-navbar__btn:last-child{text-align:left;left:0;right:auto}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);color:var(--mm-color-text);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);position:relative;display:flex;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)}.mm-listitem__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;flex-grow:1;flex-basis:10%}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:54px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);font-size:75%;text-transform:uppercase;min-height:20px;min-height:var(--mm-line-height);padding:6.5px;padding:calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:54px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}
.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu_autoheight{transition:none .4s ease;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
[class*=mm-menu_columns-]{transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}
.mm-counter{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:right;display:block;min-width:44px;float:right}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left}
.mm-listitem_divider{opacity:1;transition:opacity .4s ease}.mm-menu_dividers-light .mm-listitem_divider{background:inherit;font-size:inherit;color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);padding-top:18px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);padding-bottom:6px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25)}.mm-menu_border-none .mm-listitem_divider{border-top-width:1px;border-top-style:solid}.mm-listview_fixeddivider{background:inherit;display:none;width:100%;position:absolute;top:0;left:0;right:0;z-index:10}.mm-listview_fixeddivider:after{content:none!important;display:none!important}.mm-panel_dividers .mm-listview_fixeddivider{display:block}
.mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout{transition-duration:0s}
.mm-menu_dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;overflow:visible}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}[class*=mm-menu_tip-]:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}
.mm-menu{--mm-iconbar-size:44px}.mm-iconbar{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);border:0 solid rgba(0,0,0,.1);border-color:var(--mm-color-border);border-right-width:1px;text-align:center;overflow:hidden;box-sizing:border-box;width:44px;width:var(--mm-iconbar-size);position:absolute;top:0;left:0;bottom:0;z-index:2}.mm-menu_iconbar .mm-navbars_bottom,.mm-menu_iconbar .mm-navbars_top,.mm-menu_iconbar .mm-panels{left:44px;left:var(--mm-iconbar-size)}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:11px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}
.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{outline:0;background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}
.mm-menu{--mm-iconpanel-size:44px}.mm-panel_iconpanel-1,.mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 1));width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2,.mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 2));width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3,.mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 3));width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel,.mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - 44px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;transform:unset}.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}
.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;display:flex;position:relative}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:1px;top:0;bottom:auto}.mm-menu_navbar_top-1 .mm-panels{top:44px;top:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_top-2 .mm-panels{top:88px;top:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_top-3 .mm-panels{top:132px;top:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_top-4 .mm-panels{top:176px;top:calc(var(--mm-navbar-size) * 4)}.mm-navbars_bottom{border-top-style:solid;border-top-width:1px;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:44px;bottom:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_bottom-2 .mm-panels{bottom:88px;bottom:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_bottom-3 .mm-panels{bottom:132px;bottom:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_bottom-4 .mm-panels{bottom:176px;bottom:calc(var(--mm-navbar-size) * 4)}.mm-navbar_size-2{height:88px;height:calc(var(--mm-navbar-size) * 2)}.mm-navbar_size-3{height:132px;height:calc(var(--mm-navbar-size) * 3)}.mm-navbar_size-4{height:176px;height:calc(var(--mm-navbar-size) * 4)}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 20px}.mm-navbar__breadcrumbs>*{display:inline-block;padding-right:6px;padding-top:12px;padding-top:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-bottom:12px;padding-bottom:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5)}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-44px}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbar__tab_selected{background:inherit!important;color:inherit!important;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:none}.mm-navbar__tab_selected:last-child{border-right:none}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:inherit!important;color:inherit!important}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid}.mm-navbars_top .mm-navbar__tab_selected{border-bottom:none;margin-bottom:-1px}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{border-top:none}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:inherit;color:inherit}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:none;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:none}.mm-navbar_tabs>a:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed)}
.mm-searchfield{display:flex;height:44px;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:4px;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);color:rgba(0,0,0,.75);color:var(--mm-color-text);font:inherit;font-size:inherit;line-height:35.2px;line-height:calc(var(--mm-navbar-size) * .7);display:block;box-sizing:border-box;width:100%;max-width:100%;height:24px;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{padding:6.6px 10px 0 10px;padding-top:calc(var(--mm-navbar-size) * .15);position:relative}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;padding:44px 0}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__input{flex:1;box-sizing:border-box;width:100%;max-width:100%}.mm-searchfield__cancel{line-height:44px;line-height:var(--mm-navbar-size);text-decoration:none;display:block;padding-right:10px;margin-right:-100px;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-panel>.mm-searchfield{width:100%;position:absolute;top:0;left:0}.mm-panel_has-searchfield{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_has-navbar.mm-panel_has-searchfield{padding-top:88px;padding-top:calc(var(--mm-navbar-size) * 2)}.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield{top:44px;top:var(--mm-navbar-size)}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}
.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:15;transition:right .4s ease;display:flex;flex-direction:column;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panels{transition:right .4s ease}.mm-menu_has-sectionindexer .mm-sectionindexer{right:0}.mm-menu_has-sectionindexer .mm-panels{right:20px}.mm-menu_navbar_top-1 .mm-sectionindexer{top:46px;top:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_top-2 .mm-sectionindexer{top:90px;top:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_top-3 .mm-sectionindexer{top:134px;top:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_top-4 .mm-sectionindexer{top:178px;top:calc((var(--mm-navbar-size) * 4) + 2px)}.mm-menu_navbar_bottom-1 .mm-sectionindexer{bottom:46px;bottom:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_bottom-2 .mm-sectionindexer{bottom:90px;bottom:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_bottom-3 .mm-sectionindexer{bottom:134px;bottom:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_bottom-4 .mm-sectionindexer{bottom:178px;bottom:calc((var(--mm-navbar-size) * 4) + 2px)}
.mm-menu_selected-hover .mm-listitem>.mm-listitem__btn,.mm-menu_selected-hover .mm-listitem>.mm-listitem__text,.mm-menu_selected-parent .mm-listitem>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem>.mm-listitem__text{transition:background .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected .mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}
.mm-menu,.mm-slideout{--mm-sidebar-collapsed-size:44px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:block!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 44px);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(44px,0,0);transform:translate3d(44px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{border-right-width:1px;border-right-style:solid;min-width:0!important;max-width:100000px!important}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
label.mm-toggle{border-radius:34px;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:5px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2)}label.mm-toggle:before{content:'';display:block;border-radius:34px;width:32px;height:32px;margin:1px}input.mm-toggle{position:absolute;left:-10000px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-toggle{background:rgba(0,0,0,.1);background:var(--mm-color-border)}label.mm-toggle:before{background:#f3f3f3;background:var(--mm-color-background)}input.mm-toggle:checked~label.mm-toggle{background:#4bd963}label.mm-check{width:34px;height:34px}label.mm-check:before{border-color:rgba(0,0,0,.75);border-color:var(--mm-color-text);content:'';display:block;border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check{position:absolute;left:-10000px}input.mm-check:checked~label.mm-check:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}
.mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after{left:0!important}.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after{right:20px}
.mm-menu_fx-menu-zoom{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;transform-origin:left center}.mm-wrapper_opening .mm-menu_fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;transform-origin:right center}.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-menu-slide{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-menu-fade{opacity:0;transition:opacity .4s ease}.mm-wrapper_opening .mm-menu_fx-menu-fade{opacity:1}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom{-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,.mm-panel_fx-slide-up.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,.mm-panel_fx-slide-right.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[class*=mm-menu_fx-listitems-] .mm-listitem{transition:none .4s ease}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1){transition-delay:50ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2){transition-delay:.1s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3){transition-delay:150ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4){transition-delay:.2s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5){transition-delay:250ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6){transition-delay:.3s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7){transition-delay:350ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8){transition-delay:.4s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9){transition-delay:450ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10){transition-delay:.5s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11){transition-delay:550ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12){transition-delay:.6s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13){transition-delay:650ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14){transition-delay:.7s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15){transition-delay:750ms}.mm-menu_fx-listitems-slide .mm-listitem{transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu_fx-listitems-fade .mm-listitem{transition-property:opacity;opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem{opacity:1}.mm-menu_fx-listitems-drop .mm-listitem{transition-property:opacity,top;opacity:0;top:-25%}.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem{opacity:1;top:0}
.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}
.mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before,.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview{display:flex;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem{flex:1 0 auto;min-height:44px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider){display:flex;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text,.mm-panels>.mm-panel_listview-justify .mm-listitem__text{box-sizing:border-box;flex:1 0 auto;display:flex;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}
.mm-menu_multiline .mm-listitem__text,.mm-panel_multiline .mm-listitem__text{text-overflow:clip;white-space:normal}
[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}
.mm-menu_popup{transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}
.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu_shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:var(--mm-shadow);content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:var(--mm-shadow)}
.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}
.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}
body.modal-open .mm-slideout{z-index:unset}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #852222;
  --orange: #fd7e14;
  --yellow: #f2c511;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #8d5b38;
  --secondary: #6c757d;
  --success: #42886a;
  --info: #17a2b8;
  --warning: #f2c511;
  --danger: #852222;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1140px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #eee8e2; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  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 {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #8d5b38;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #563822;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #bbc0c3;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 4rem; }

h2, .h2 {
  font-size: 3.2rem; }

h3, .h3 {
  font-size: 2.8rem; }

h4, .h4 {
  font-size: 2.4rem; }

h5, .h5 {
  font-size: 2rem; }

h6, .h6 {
  font-size: 1.6rem; }

.lead {
  font-size: 2rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small,
.help-block {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item, .list-inline > li {
  display: inline-block; }
  .list-inline-item:not(:last-child), .list-inline > li:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 3rem;
  font-size: 2rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid, .img-responsive {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #eee8e2;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 1.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1140px) {
    .container {
      max-width: 1260px; } }

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.row, .dl-horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11, .col-12, .col-xs-12, .col-13, .col-xs-13, .col-14, .col-xs-14, .col-15, .col-xs-15, .col-16, .col-xs-16, .col-17, .col-xs-17, .col-18, .col-xs-18, .col-19, .col-xs-19, .col-20, .col-xs-20, .col-21, .col-xs-21, .col-22, .col-xs-22, .col-23, .col-xs-23, .col-24, .col-xs-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1, .col-xs-1 {
  flex: 0 0 4.166666667%;
  max-width: 4.166666667%; }

.col-2, .col-xs-2 {
  flex: 0 0 8.333333333%;
  max-width: 8.333333333%; }

.col-3, .col-xs-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-4, .col-xs-4 {
  flex: 0 0 16.666666667%;
  max-width: 16.666666667%; }

.col-5, .col-xs-5 {
  flex: 0 0 20.833333333%;
  max-width: 20.833333333%; }

.col-6, .col-xs-6 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-7, .col-xs-7 {
  flex: 0 0 29.166666667%;
  max-width: 29.166666667%; }

.col-8, .col-xs-8 {
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%; }

.col-9, .col-xs-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-10, .col-xs-10 {
  flex: 0 0 41.666666667%;
  max-width: 41.666666667%; }

.col-11, .col-xs-11 {
  flex: 0 0 45.833333333%;
  max-width: 45.833333333%; }

.col-12, .col-xs-12 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-13, .col-xs-13 {
  flex: 0 0 54.166666667%;
  max-width: 54.166666667%; }

.col-14, .col-xs-14 {
  flex: 0 0 58.333333333%;
  max-width: 58.333333333%; }

.col-15, .col-xs-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-16, .col-xs-16 {
  flex: 0 0 66.666666667%;
  max-width: 66.666666667%; }

.col-17, .col-xs-17 {
  flex: 0 0 70.833333333%;
  max-width: 70.833333333%; }

.col-18, .col-xs-18 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-19, .col-xs-19 {
  flex: 0 0 79.166666667%;
  max-width: 79.166666667%; }

.col-20, .col-xs-20 {
  flex: 0 0 83.333333333%;
  max-width: 83.333333333%; }

.col-21, .col-xs-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-22, .col-xs-22 {
  flex: 0 0 91.666666667%;
  max-width: 91.666666667%; }

.col-23, .col-xs-23 {
  flex: 0 0 95.833333333%;
  max-width: 95.833333333%; }

.col-24, .col-xs-24 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 25; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-13 {
  order: 13; }

.order-14 {
  order: 14; }

.order-15 {
  order: 15; }

.order-16 {
  order: 16; }

.order-17 {
  order: 17; }

.order-18 {
  order: 18; }

.order-19 {
  order: 19; }

.order-20 {
  order: 20; }

.order-21 {
  order: 21; }

.order-22 {
  order: 22; }

.order-23 {
  order: 23; }

.order-24 {
  order: 24; }

.offset-1 {
  margin-left: 4.166666667%; }

.offset-2 {
  margin-left: 8.333333333%; }

.offset-3 {
  margin-left: 12.5%; }

.offset-4 {
  margin-left: 16.666666667%; }

.offset-5 {
  margin-left: 20.833333333%; }

.offset-6 {
  margin-left: 25%; }

.offset-7 {
  margin-left: 29.166666667%; }

.offset-8 {
  margin-left: 33.333333333%; }

.offset-9 {
  margin-left: 37.5%; }

.offset-10 {
  margin-left: 41.666666667%; }

.offset-11 {
  margin-left: 45.833333333%; }

.offset-12 {
  margin-left: 50%; }

.offset-13 {
  margin-left: 54.166666667%; }

.offset-14 {
  margin-left: 58.333333333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.666666667%; }

.offset-17 {
  margin-left: 70.833333333%; }

.offset-18 {
  margin-left: 75%; }

.offset-19 {
  margin-left: 79.166666667%; }

.offset-20 {
  margin-left: 83.333333333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.666666667%; }

.offset-23 {
  margin-left: 95.833333333%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%; }
  .col-sm-2 {
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%; }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%; }
  .col-sm-5 {
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%; }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%; }
  .col-sm-8 {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%; }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%; }
  .col-sm-11 {
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%; }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%; }
  .col-sm-14 {
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%; }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    flex: 0 0 66.666666667%;
    max-width: 66.666666667%; }
  .col-sm-17 {
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%; }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%; }
  .col-sm-20 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%; }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    flex: 0 0 91.666666667%;
    max-width: 91.666666667%; }
  .col-sm-23 {
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%; }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 25; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .order-sm-13 {
    order: 13; }
  .order-sm-14 {
    order: 14; }
  .order-sm-15 {
    order: 15; }
  .order-sm-16 {
    order: 16; }
  .order-sm-17 {
    order: 17; }
  .order-sm-18 {
    order: 18; }
  .order-sm-19 {
    order: 19; }
  .order-sm-20 {
    order: 20; }
  .order-sm-21 {
    order: 21; }
  .order-sm-22 {
    order: 22; }
  .order-sm-23 {
    order: 23; }
  .order-sm-24 {
    order: 24; }
  .offset-sm-0, .col-sm-offset-0 {
    margin-left: 0; }
  .offset-sm-1, .col-sm-offset-1 {
    margin-left: 4.166666667%; }
  .offset-sm-2, .col-sm-offset-2 {
    margin-left: 8.333333333%; }
  .offset-sm-3, .col-sm-offset-3 {
    margin-left: 12.5%; }
  .offset-sm-4, .col-sm-offset-4 {
    margin-left: 16.666666667%; }
  .offset-sm-5, .col-sm-offset-5 {
    margin-left: 20.833333333%; }
  .offset-sm-6, .col-sm-offset-6 {
    margin-left: 25%; }
  .offset-sm-7, .col-sm-offset-7 {
    margin-left: 29.166666667%; }
  .offset-sm-8, .col-sm-offset-8 {
    margin-left: 33.333333333%; }
  .offset-sm-9, .col-sm-offset-9 {
    margin-left: 37.5%; }
  .offset-sm-10, .col-sm-offset-10 {
    margin-left: 41.666666667%; }
  .offset-sm-11, .col-sm-offset-11 {
    margin-left: 45.833333333%; }
  .offset-sm-12, .col-sm-offset-12 {
    margin-left: 50%; }
  .offset-sm-13, .col-sm-offset-13 {
    margin-left: 54.166666667%; }
  .offset-sm-14, .col-sm-offset-14 {
    margin-left: 58.333333333%; }
  .offset-sm-15, .col-sm-offset-15 {
    margin-left: 62.5%; }
  .offset-sm-16, .col-sm-offset-16 {
    margin-left: 66.666666667%; }
  .offset-sm-17, .col-sm-offset-17 {
    margin-left: 70.833333333%; }
  .offset-sm-18, .col-sm-offset-18 {
    margin-left: 75%; }
  .offset-sm-19, .col-sm-offset-19 {
    margin-left: 79.166666667%; }
  .offset-sm-20, .col-sm-offset-20 {
    margin-left: 83.333333333%; }
  .offset-sm-21, .col-sm-offset-21 {
    margin-left: 87.5%; }
  .offset-sm-22, .col-sm-offset-22 {
    margin-left: 91.666666667%; }
  .offset-sm-23, .col-sm-offset-23 {
    margin-left: 95.833333333%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%; }
  .col-md-2 {
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%; }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%; }
  .col-md-5 {
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%; }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%; }
  .col-md-8 {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%; }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%; }
  .col-md-11 {
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%; }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%; }
  .col-md-14 {
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%; }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    flex: 0 0 66.666666667%;
    max-width: 66.666666667%; }
  .col-md-17 {
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%; }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%; }
  .col-md-20 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%; }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    flex: 0 0 91.666666667%;
    max-width: 91.666666667%; }
  .col-md-23 {
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%; }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 25; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .order-md-13 {
    order: 13; }
  .order-md-14 {
    order: 14; }
  .order-md-15 {
    order: 15; }
  .order-md-16 {
    order: 16; }
  .order-md-17 {
    order: 17; }
  .order-md-18 {
    order: 18; }
  .order-md-19 {
    order: 19; }
  .order-md-20 {
    order: 20; }
  .order-md-21 {
    order: 21; }
  .order-md-22 {
    order: 22; }
  .order-md-23 {
    order: 23; }
  .order-md-24 {
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1, .col-md-offset-1 {
    margin-left: 4.166666667%; }
  .offset-md-2, .col-md-offset-2 {
    margin-left: 8.333333333%; }
  .offset-md-3, .col-md-offset-3 {
    margin-left: 12.5%; }
  .offset-md-4, .col-md-offset-4 {
    margin-left: 16.666666667%; }
  .offset-md-5, .col-md-offset-5 {
    margin-left: 20.833333333%; }
  .offset-md-6, .col-md-offset-6 {
    margin-left: 25%; }
  .offset-md-7, .col-md-offset-7 {
    margin-left: 29.166666667%; }
  .offset-md-8, .col-md-offset-8 {
    margin-left: 33.333333333%; }
  .offset-md-9, .col-md-offset-9 {
    margin-left: 37.5%; }
  .offset-md-10, .col-md-offset-10 {
    margin-left: 41.666666667%; }
  .offset-md-11, .col-md-offset-11 {
    margin-left: 45.833333333%; }
  .offset-md-12, .col-md-offset-12 {
    margin-left: 50%; }
  .offset-md-13, .col-md-offset-13 {
    margin-left: 54.166666667%; }
  .offset-md-14, .col-md-offset-14 {
    margin-left: 58.333333333%; }
  .offset-md-15, .col-md-offset-15 {
    margin-left: 62.5%; }
  .offset-md-16, .col-md-offset-16 {
    margin-left: 66.666666667%; }
  .offset-md-17, .col-md-offset-17 {
    margin-left: 70.833333333%; }
  .offset-md-18, .col-md-offset-18 {
    margin-left: 75%; }
  .offset-md-19, .col-md-offset-19 {
    margin-left: 79.166666667%; }
  .offset-md-20, .col-md-offset-20 {
    margin-left: 83.333333333%; }
  .offset-md-21, .col-md-offset-21 {
    margin-left: 87.5%; }
  .offset-md-22, .col-md-offset-22 {
    margin-left: 91.666666667%; }
  .offset-md-23, .col-md-offset-23 {
    margin-left: 95.833333333%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%; }
  .col-lg-2 {
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%; }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%; }
  .col-lg-5 {
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%; }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%; }
  .col-lg-8 {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%; }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%; }
  .col-lg-11 {
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%; }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%; }
  .col-lg-14 {
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%; }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    flex: 0 0 66.666666667%;
    max-width: 66.666666667%; }
  .col-lg-17 {
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%; }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%; }
  .col-lg-20 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%; }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    flex: 0 0 91.666666667%;
    max-width: 91.666666667%; }
  .col-lg-23 {
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%; }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 25; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .order-lg-13 {
    order: 13; }
  .order-lg-14 {
    order: 14; }
  .order-lg-15 {
    order: 15; }
  .order-lg-16 {
    order: 16; }
  .order-lg-17 {
    order: 17; }
  .order-lg-18 {
    order: 18; }
  .order-lg-19 {
    order: 19; }
  .order-lg-20 {
    order: 20; }
  .order-lg-21 {
    order: 21; }
  .order-lg-22 {
    order: 22; }
  .order-lg-23 {
    order: 23; }
  .order-lg-24 {
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1, .col-lg-offset-1 {
    margin-left: 4.166666667%; }
  .offset-lg-2, .col-lg-offset-2 {
    margin-left: 8.333333333%; }
  .offset-lg-3, .col-lg-offset-3 {
    margin-left: 12.5%; }
  .offset-lg-4, .col-lg-offset-4 {
    margin-left: 16.666666667%; }
  .offset-lg-5, .col-lg-offset-5 {
    margin-left: 20.833333333%; }
  .offset-lg-6, .col-lg-offset-6 {
    margin-left: 25%; }
  .offset-lg-7, .col-lg-offset-7 {
    margin-left: 29.166666667%; }
  .offset-lg-8, .col-lg-offset-8 {
    margin-left: 33.333333333%; }
  .offset-lg-9, .col-lg-offset-9 {
    margin-left: 37.5%; }
  .offset-lg-10, .col-lg-offset-10 {
    margin-left: 41.666666667%; }
  .offset-lg-11, .col-lg-offset-11 {
    margin-left: 45.833333333%; }
  .offset-lg-12, .col-lg-offset-12 {
    margin-left: 50%; }
  .offset-lg-13, .col-lg-offset-13 {
    margin-left: 54.166666667%; }
  .offset-lg-14, .col-lg-offset-14 {
    margin-left: 58.333333333%; }
  .offset-lg-15, .col-lg-offset-15 {
    margin-left: 62.5%; }
  .offset-lg-16, .col-lg-offset-16 {
    margin-left: 66.666666667%; }
  .offset-lg-17, .col-lg-offset-17 {
    margin-left: 70.833333333%; }
  .offset-lg-18, .col-lg-offset-18 {
    margin-left: 75%; }
  .offset-lg-19, .col-lg-offset-19 {
    margin-left: 79.166666667%; }
  .offset-lg-20, .col-lg-offset-20 {
    margin-left: 83.333333333%; }
  .offset-lg-21, .col-lg-offset-21 {
    margin-left: 87.5%; }
  .offset-lg-22, .col-lg-offset-22 {
    margin-left: 91.666666667%; }
  .offset-lg-23, .col-lg-offset-23 {
    margin-left: 95.833333333%; } }

@media (min-width: 1140px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%; }
  .col-xl-2 {
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%; }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%; }
  .col-xl-5 {
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%; }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%; }
  .col-xl-8 {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%; }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%; }
  .col-xl-11 {
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%; }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%; }
  .col-xl-14 {
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%; }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    flex: 0 0 66.666666667%;
    max-width: 66.666666667%; }
  .col-xl-17 {
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%; }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%; }
  .col-xl-20 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%; }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    flex: 0 0 91.666666667%;
    max-width: 91.666666667%; }
  .col-xl-23 {
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%; }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 25; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .order-xl-13 {
    order: 13; }
  .order-xl-14 {
    order: 14; }
  .order-xl-15 {
    order: 15; }
  .order-xl-16 {
    order: 16; }
  .order-xl-17 {
    order: 17; }
  .order-xl-18 {
    order: 18; }
  .order-xl-19 {
    order: 19; }
  .order-xl-20 {
    order: 20; }
  .order-xl-21 {
    order: 21; }
  .order-xl-22 {
    order: 22; }
  .order-xl-23 {
    order: 23; }
  .order-xl-24 {
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1, .col-xl-offset-1 {
    margin-left: 4.166666667%; }
  .offset-xl-2, .col-xl-offset-2 {
    margin-left: 8.333333333%; }
  .offset-xl-3, .col-xl-offset-3 {
    margin-left: 12.5%; }
  .offset-xl-4, .col-xl-offset-4 {
    margin-left: 16.666666667%; }
  .offset-xl-5, .col-xl-offset-5 {
    margin-left: 20.833333333%; }
  .offset-xl-6, .col-xl-offset-6 {
    margin-left: 25%; }
  .offset-xl-7, .col-xl-offset-7 {
    margin-left: 29.166666667%; }
  .offset-xl-8, .col-xl-offset-8 {
    margin-left: 33.333333333%; }
  .offset-xl-9, .col-xl-offset-9 {
    margin-left: 37.5%; }
  .offset-xl-10, .col-xl-offset-10 {
    margin-left: 41.666666667%; }
  .offset-xl-11, .col-xl-offset-11 {
    margin-left: 45.833333333%; }
  .offset-xl-12, .col-xl-offset-12 {
    margin-left: 50%; }
  .offset-xl-13, .col-xl-offset-13 {
    margin-left: 54.166666667%; }
  .offset-xl-14, .col-xl-offset-14 {
    margin-left: 58.333333333%; }
  .offset-xl-15, .col-xl-offset-15 {
    margin-left: 62.5%; }
  .offset-xl-16, .col-xl-offset-16 {
    margin-left: 66.666666667%; }
  .offset-xl-17, .col-xl-offset-17 {
    margin-left: 70.833333333%; }
  .offset-xl-18, .col-xl-offset-18 {
    margin-left: 75%; }
  .offset-xl-19, .col-xl-offset-19 {
    margin-left: 79.166666667%; }
  .offset-xl-20, .col-xl-offset-20 {
    margin-left: 83.333333333%; }
  .offset-xl-21, .col-xl-offset-21 {
    margin-left: 87.5%; }
  .offset-xl-22, .col-xl-offset-22 {
    margin-left: 91.666666667%; }
  .offset-xl-23, .col-xl-offset-23 {
    margin-left: 95.833333333%; } }

.table {
  width: 100%;
  margin-bottom: 3rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th, .table-condensed th,
.table-sm td,
.table-condensed td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dfd1c7; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #c4aa98; }

.table-hover .table-primary:hover {
  background-color: #d6c4b7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #d6c4b7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #caded5; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9dc1b2; }

.table-hover .table-success:hover {
  background-color: #bad4c9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bad4c9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbefbc; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8e183; }

.table-hover .table-warning:hover {
  background-color: #fae9a4; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fae9a4; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ddc1c1; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #c08c8c; }

.table-hover .table-danger:hover {
  background-color: #d4b1b1; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #d4b1b1; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1139.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ca9b7a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label, .control-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.input-sm, .form-control-plaintext.form-control-lg, .form-control-plaintext.input-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .input-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text, .help-block {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check, .radio, .checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #bbc0c3; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #42886a; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(66, 136, 106, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #42886a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342886a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #42886a;
    box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #42886a;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342886a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #42886a;
    box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #42886a; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #42886a; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #42886a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #53aa85;
  background: #53aa85 linear-gradient(180deg, #6ab493, #53aa85) repeat-x; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #42886a; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #42886a; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #42886a;
  box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #852222; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(133, 34, 34, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #852222;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23852222' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23852222' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #852222;
    box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #852222;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23852222' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23852222' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #852222;
    box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #852222; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #852222; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #852222; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ae2c2c;
  background: #ae2c2c linear-gradient(180deg, #b74948, #ae2c2c) repeat-x; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #852222; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #852222; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #852222;
  box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check, .form-inline .radio, .form-inline .checkbox {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check, .form-inline .radio, .form-inline .checkbox {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x;
  border-color: #8d5b38; }
  .btn-primary:hover {
    color: #fff;
    background: #72492d linear-gradient(180deg, #846148, #72492d) repeat-x;
    border-color: #68432a; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 116, 86, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #8d5b38;
    border-color: #8d5b38;
    background-image: none; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #68432a;
    background-image: none;
    border-color: #5f3e26; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 116, 86, 0.5); }

.btn-secondary, .btn-default {
  color: #fff;
  background: #6c757d linear-gradient(180deg, #80868c, #6c757d) repeat-x;
  border-color: #6c757d; }
  .btn-secondary:hover, .btn-default:hover {
    color: #fff;
    background: #5a6268 linear-gradient(180deg, #70767b, #5a6268) repeat-x;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-default:focus, .btn-secondary.focus, .focus.btn-default {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .disabled.btn-default, .btn-secondary:disabled, .btn-default:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    background-image: none; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .show > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #545b62;
    background-image: none;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .show > .dropdown-toggle.btn-default:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background: #42886a linear-gradient(180deg, #5c967c, #42886a) repeat-x;
  border-color: #42886a; }
  .btn-success:hover {
    color: #fff;
    background: #366e56 linear-gradient(180deg, #51816b, #366e56) repeat-x;
    border-color: #31664f; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 154, 128, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #42886a;
    border-color: #42886a;
    background-image: none; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #31664f;
    background-image: none;
    border-color: #2d5d49; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 154, 128, 0.5); }

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #37adbe, #17a2b8) repeat-x;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background: #138496 linear-gradient(180deg, #3493a1, #138496) repeat-x;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    background-image: none; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    background-image: none;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background: #f2c511 linear-gradient(180deg, #f1ca30, #f2c511) repeat-x;
  border-color: #f2c511; }
  .btn-warning:hover {
    color: #212529;
    background: #d1aa0b linear-gradient(180deg, #d6b32c, #d1aa0b) repeat-x;
    border-color: #c5a00b; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 173, 21, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f2c511;
    border-color: #f2c511;
    background-image: none; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #c5a00b;
    background-image: none;
    border-color: #b9960a; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 173, 21, 0.5); }

.btn-danger {
  color: #fff;
  background: #852222 linear-gradient(180deg, #95403f, #852222) repeat-x;
  border-color: #852222; }
  .btn-danger:hover {
    color: #fff;
    background: #671a1a linear-gradient(180deg, #7b3938, #671a1a) repeat-x;
    border-color: #5c1818; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 67, 67, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #852222;
    border-color: #852222;
    background-image: none; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #5c1818;
    background-image: none;
    border-color: #521515; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(151, 67, 67, 0.5); }

.btn-light {
  color: #212529;
  background: #f8f9fa linear-gradient(180deg, #f7f6f6, #f8f9fa) repeat-x;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background: #e2e6ea linear-gradient(180deg, #e4e6e9, #e2e6ea) repeat-x;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    background-image: none; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    background-image: none;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #505458, #343a40) repeat-x;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background: #23272b linear-gradient(180deg, #414446, #23272b) repeat-x;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    background-image: none; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    background-image: none;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #8d5b38;
  border-color: #8d5b38; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #8d5b38;
    border-color: #8d5b38; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8d5b38;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8d5b38;
    border-color: #8d5b38; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #42886a;
  border-color: #42886a; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #42886a;
    border-color: #42886a; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #42886a;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #42886a;
    border-color: #42886a; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #f2c511;
  border-color: #f2c511; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f2c511;
    border-color: #f2c511; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 197, 17, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f2c511;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f2c511;
    border-color: #f2c511; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 197, 17, 0.5); }

.btn-outline-danger {
  color: #852222;
  border-color: #852222; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #852222;
    border-color: #852222; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #852222;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #852222;
    border-color: #852222; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #8d5b38;
  text-decoration: none; }
  .btn-link:hover {
    color: #563822;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1140px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 1.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item, .dropdown-menu > li {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-menu > li:hover, .dropdown-item:focus, .dropdown-menu > li:focus {
    color: #16181b;
    text-decoration: none;
    background: #f8f9fa linear-gradient(180deg, #f7f6f6, #f8f9fa) repeat-x; }
  .dropdown-item.active, .dropdown-menu > li.active, .dropdown-item:active, .dropdown-menu > li:active {
    color: #fff;
    text-decoration: none;
    background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x; }
  .dropdown-item.disabled, .dropdown-menu > li.disabled, .dropdown-item:disabled, .dropdown-menu > li:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
    background-image: none; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.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:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #8d5b38;
    background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ca9b7a; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d9b79f;
    border-color: #d9b79f; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #8d5b38;
  background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(141, 91, 56, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(141, 91, 56, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(141, 91, 56, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.7rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(141, 91, 56, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ca9b7a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ca9b7a;
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background: #e9ecef linear-gradient(180deg, #eaebed, #e9ecef) repeat-x;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #eee8e2, 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #eee8e2, 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #eee8e2, 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background: #d9b79f linear-gradient(180deg, #dcbea9, #d9b79f) repeat-x; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background: #d9b79f linear-gradient(180deg, #dcbea9, #d9b79f) repeat-x; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background: #d9b79f linear-gradient(180deg, #dcbea9, #d9b79f) repeat-x; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link, .nav > li > a {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav > li > a:hover, .nav-link:focus, .nav > li > a:focus {
    text-decoration: none; }
  .nav-link.disabled, .nav > li > a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item, .nav-tabs .nav > li, .nav-tabs .navbar-btn {
    margin-bottom: -1px; }
  .nav-tabs .nav-link, .nav-tabs .nav > li > a {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav > li > a:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav > li > a:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav > li > a.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav > li > a.active,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav > li.show .nav-link,
  .nav-tabs .show.navbar-btn .nav-link,
  .nav-tabs .nav-item.show .nav > li > a,
  .nav-tabs .nav > li.show .nav > li > a,
  .nav-tabs .show.navbar-btn .nav > li > a {
    color: #495057;
    background-color: #eee8e2;
    border-color: #dee2e6 #dee2e6 #eee8e2; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .nav-pills .nav > li > a {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav > li > a.active,
.nav-pills .show > .nav-link,
.nav-pills .nav > li.show > a {
  color: #fff;
  background-color: #8d5b38; }

.nav-fill .nav-item, .nav-fill .nav > li, .nav-fill .navbar-btn {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item, .nav-justified .nav > li, .nav-justified .navbar-btn {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 3rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav .nav > li > a {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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, .navbar-expand-sm .navbar-nav .nav > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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, .navbar-expand-md .navbar-nav .nav > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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, .navbar-expand-lg .navbar-nav .nav > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1139.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1140px) {
  .navbar-expand-xl {
    flex-flow: row 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, .navbar-expand-xl .navbar-nav .nav > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav > li > a {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav > li > a {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav > li > a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav > li > a:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .nav > li > a.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav > li > a.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav > li > a {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav > li > a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .nav > li > a.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav > li.show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav > li.active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav > li > a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav > li > a.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card, .panel, .panel-primary, .panel-success, .panel-info, .panel-warning, .panel-danger, .well, .thumbnail {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr, .panel > hr, .panel-primary > hr, .panel-success > hr, .panel-info > hr, .panel-warning > hr, .panel-danger > hr, .well > hr, .thumbnail > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .list-group-item:first-child, .panel-primary > .list-group:first-child .list-group-item:first-child, .panel-success > .list-group:first-child .list-group-item:first-child, .panel-info > .list-group:first-child .list-group-item:first-child, .panel-warning > .list-group:first-child .list-group-item:first-child, .panel-danger > .list-group:first-child .list-group-item:first-child, .well > .list-group:first-child .list-group-item:first-child, .thumbnail > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .list-group-item:last-child, .panel-primary > .list-group:last-child .list-group-item:last-child, .panel-success > .list-group:last-child .list-group-item:last-child, .panel-info > .list-group:last-child .list-group-item:last-child, .panel-warning > .list-group:last-child .list-group-item:last-child, .panel-danger > .list-group:last-child .list-group-item:last-child, .well > .list-group:last-child .list-group-item:last-child, .thumbnail > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body, .panel-body, .well, .thumbnail {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title, .panel-title, .panel-title a {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header, .panel-heading {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child, .panel-heading:first-child {
    border-radius: calc(0 - 0) calc(0 - 0) 0 0; }
  .card-header + .list-group .list-group-item:first-child, .panel-heading + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer, .panel-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child, .panel-footer:last-child {
    border-radius: 0 0 calc(0 - 0) calc(0 - 0); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 0); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card, .card-deck .panel, .card-deck .panel-primary, .card-deck .panel-success, .card-deck .panel-info, .card-deck .panel-warning, .card-deck .panel-danger, .card-deck .well, .card-deck .thumbnail {
    margin-bottom: 0px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: 0px;
      margin-left: 0px; }
      .card-deck .card, .card-deck .panel, .card-deck .panel-primary, .card-deck .panel-success, .card-deck .panel-info, .card-deck .panel-warning, .card-deck .panel-danger, .card-deck .well, .card-deck .thumbnail {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card, .card-group > .panel, .card-group > .panel-primary, .card-group > .panel-success, .card-group > .panel-info, .card-group > .panel-warning, .card-group > .panel-danger, .card-group > .well, .card-group > .thumbnail {
    margin-bottom: 0px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card, .card-group > .panel, .card-group > .panel-primary, .card-group > .panel-success, .card-group > .panel-info, .card-group > .panel-warning, .card-group > .panel-danger, .card-group > .well, .card-group > .thumbnail {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card, .card-group > .panel + .card, .card-group > .panel-primary + .card, .card-group > .panel-success + .card, .card-group > .panel-info + .card, .card-group > .panel-warning + .card, .card-group > .panel-danger + .card, .card-group > .well + .card, .card-group > .thumbnail + .card, .card-group > .card + .panel, .card-group > .panel + .panel, .card-group > .panel-primary + .panel, .card-group > .panel-success + .panel, .card-group > .panel-info + .panel, .card-group > .panel-warning + .panel, .card-group > .panel-danger + .panel, .card-group > .well + .panel, .card-group > .thumbnail + .panel, .card-group > .card + .panel-primary, .card-group > .panel + .panel-primary, .card-group > .panel-primary + .panel-primary, .card-group > .panel-success + .panel-primary, .card-group > .panel-info + .panel-primary, .card-group > .panel-warning + .panel-primary, .card-group > .panel-danger + .panel-primary, .card-group > .well + .panel-primary, .card-group > .thumbnail + .panel-primary, .card-group > .card + .panel-success, .card-group > .panel + .panel-success, .card-group > .panel-primary + .panel-success, .card-group > .panel-success + .panel-success, .card-group > .panel-info + .panel-success, .card-group > .panel-warning + .panel-success, .card-group > .panel-danger + .panel-success, .card-group > .well + .panel-success, .card-group > .thumbnail + .panel-success, .card-group > .card + .panel-info, .card-group > .panel + .panel-info, .card-group > .panel-primary + .panel-info, .card-group > .panel-success + .panel-info, .card-group > .panel-info + .panel-info, .card-group > .panel-warning + .panel-info, .card-group > .panel-danger + .panel-info, .card-group > .well + .panel-info, .card-group > .thumbnail + .panel-info, .card-group > .card + .panel-warning, .card-group > .panel + .panel-warning, .card-group > .panel-primary + .panel-warning, .card-group > .panel-success + .panel-warning, .card-group > .panel-info + .panel-warning, .card-group > .panel-warning + .panel-warning, .card-group > .panel-danger + .panel-warning, .card-group > .well + .panel-warning, .card-group > .thumbnail + .panel-warning, .card-group > .card + .panel-danger, .card-group > .panel + .panel-danger, .card-group > .panel-primary + .panel-danger, .card-group > .panel-success + .panel-danger, .card-group > .panel-info + .panel-danger, .card-group > .panel-warning + .panel-danger, .card-group > .panel-danger + .panel-danger, .card-group > .well + .panel-danger, .card-group > .thumbnail + .panel-danger, .card-group > .card + .well, .card-group > .panel + .well, .card-group > .panel-primary + .well, .card-group > .panel-success + .well, .card-group > .panel-info + .well, .card-group > .panel-warning + .well, .card-group > .panel-danger + .well, .card-group > .well + .well, .card-group > .thumbnail + .well, .card-group > .card + .thumbnail, .card-group > .panel + .thumbnail, .card-group > .panel-primary + .thumbnail, .card-group > .panel-success + .thumbnail, .card-group > .panel-info + .thumbnail, .card-group > .panel-warning + .thumbnail, .card-group > .panel-danger + .thumbnail, .card-group > .well + .thumbnail, .card-group > .thumbnail + .thumbnail {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child), .card-group > .panel:not(:last-child), .card-group > .panel-primary:not(:last-child), .card-group > .panel-success:not(:last-child), .card-group > .panel-info:not(:last-child), .card-group > .panel-warning:not(:last-child), .card-group > .panel-danger:not(:last-child), .card-group > .well:not(:last-child), .card-group > .thumbnail:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top, .card-group > .panel:not(:last-child) .card-img-top, .card-group > .panel-primary:not(:last-child) .card-img-top, .card-group > .panel-success:not(:last-child) .card-img-top, .card-group > .panel-info:not(:last-child) .card-img-top, .card-group > .panel-warning:not(:last-child) .card-img-top, .card-group > .panel-danger:not(:last-child) .card-img-top, .card-group > .well:not(:last-child) .card-img-top, .card-group > .thumbnail:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header,
          .card-group > .panel:not(:last-child) .card-header,
          .card-group > .panel-primary:not(:last-child) .card-header,
          .card-group > .panel-success:not(:last-child) .card-header,
          .card-group > .panel-info:not(:last-child) .card-header,
          .card-group > .panel-warning:not(:last-child) .card-header,
          .card-group > .panel-danger:not(:last-child) .card-header,
          .card-group > .well:not(:last-child) .card-header,
          .card-group > .thumbnail:not(:last-child) .card-header,
          .card-group > .card:not(:last-child) .panel-heading,
          .card-group > .panel:not(:last-child) .panel-heading,
          .card-group > .panel-primary:not(:last-child) .panel-heading,
          .card-group > .panel-success:not(:last-child) .panel-heading,
          .card-group > .panel-info:not(:last-child) .panel-heading,
          .card-group > .panel-warning:not(:last-child) .panel-heading,
          .card-group > .panel-danger:not(:last-child) .panel-heading,
          .card-group > .well:not(:last-child) .panel-heading,
          .card-group > .thumbnail:not(:last-child) .panel-heading {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .panel:not(:last-child) .card-img-bottom, .card-group > .panel-primary:not(:last-child) .card-img-bottom, .card-group > .panel-success:not(:last-child) .card-img-bottom, .card-group > .panel-info:not(:last-child) .card-img-bottom, .card-group > .panel-warning:not(:last-child) .card-img-bottom, .card-group > .panel-danger:not(:last-child) .card-img-bottom, .card-group > .well:not(:last-child) .card-img-bottom, .card-group > .thumbnail:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer,
          .card-group > .panel:not(:last-child) .card-footer,
          .card-group > .panel-primary:not(:last-child) .card-footer,
          .card-group > .panel-success:not(:last-child) .card-footer,
          .card-group > .panel-info:not(:last-child) .card-footer,
          .card-group > .panel-warning:not(:last-child) .card-footer,
          .card-group > .panel-danger:not(:last-child) .card-footer,
          .card-group > .well:not(:last-child) .card-footer,
          .card-group > .thumbnail:not(:last-child) .card-footer,
          .card-group > .card:not(:last-child) .panel-footer,
          .card-group > .panel:not(:last-child) .panel-footer,
          .card-group > .panel-primary:not(:last-child) .panel-footer,
          .card-group > .panel-success:not(:last-child) .panel-footer,
          .card-group > .panel-info:not(:last-child) .panel-footer,
          .card-group > .panel-warning:not(:last-child) .panel-footer,
          .card-group > .panel-danger:not(:last-child) .panel-footer,
          .card-group > .well:not(:last-child) .panel-footer,
          .card-group > .thumbnail:not(:last-child) .panel-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child), .card-group > .panel:not(:first-child), .card-group > .panel-primary:not(:first-child), .card-group > .panel-success:not(:first-child), .card-group > .panel-info:not(:first-child), .card-group > .panel-warning:not(:first-child), .card-group > .panel-danger:not(:first-child), .card-group > .well:not(:first-child), .card-group > .thumbnail:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top, .card-group > .panel:not(:first-child) .card-img-top, .card-group > .panel-primary:not(:first-child) .card-img-top, .card-group > .panel-success:not(:first-child) .card-img-top, .card-group > .panel-info:not(:first-child) .card-img-top, .card-group > .panel-warning:not(:first-child) .card-img-top, .card-group > .panel-danger:not(:first-child) .card-img-top, .card-group > .well:not(:first-child) .card-img-top, .card-group > .thumbnail:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header,
          .card-group > .panel:not(:first-child) .card-header,
          .card-group > .panel-primary:not(:first-child) .card-header,
          .card-group > .panel-success:not(:first-child) .card-header,
          .card-group > .panel-info:not(:first-child) .card-header,
          .card-group > .panel-warning:not(:first-child) .card-header,
          .card-group > .panel-danger:not(:first-child) .card-header,
          .card-group > .well:not(:first-child) .card-header,
          .card-group > .thumbnail:not(:first-child) .card-header,
          .card-group > .card:not(:first-child) .panel-heading,
          .card-group > .panel:not(:first-child) .panel-heading,
          .card-group > .panel-primary:not(:first-child) .panel-heading,
          .card-group > .panel-success:not(:first-child) .panel-heading,
          .card-group > .panel-info:not(:first-child) .panel-heading,
          .card-group > .panel-warning:not(:first-child) .panel-heading,
          .card-group > .panel-danger:not(:first-child) .panel-heading,
          .card-group > .well:not(:first-child) .panel-heading,
          .card-group > .thumbnail:not(:first-child) .panel-heading {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .panel:not(:first-child) .card-img-bottom, .card-group > .panel-primary:not(:first-child) .card-img-bottom, .card-group > .panel-success:not(:first-child) .card-img-bottom, .card-group > .panel-info:not(:first-child) .card-img-bottom, .card-group > .panel-warning:not(:first-child) .card-img-bottom, .card-group > .panel-danger:not(:first-child) .card-img-bottom, .card-group > .well:not(:first-child) .card-img-bottom, .card-group > .thumbnail:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer,
          .card-group > .panel:not(:first-child) .card-footer,
          .card-group > .panel-primary:not(:first-child) .card-footer,
          .card-group > .panel-success:not(:first-child) .card-footer,
          .card-group > .panel-info:not(:first-child) .card-footer,
          .card-group > .panel-warning:not(:first-child) .card-footer,
          .card-group > .panel-danger:not(:first-child) .card-footer,
          .card-group > .well:not(:first-child) .card-footer,
          .card-group > .thumbnail:not(:first-child) .card-footer,
          .card-group > .card:not(:first-child) .panel-footer,
          .card-group > .panel:not(:first-child) .panel-footer,
          .card-group > .panel-primary:not(:first-child) .panel-footer,
          .card-group > .panel-success:not(:first-child) .panel-footer,
          .card-group > .panel-info:not(:first-child) .panel-footer,
          .card-group > .panel-warning:not(:first-child) .panel-footer,
          .card-group > .panel-danger:not(:first-child) .panel-footer,
          .card-group > .well:not(:first-child) .panel-footer,
          .card-group > .thumbnail:not(:first-child) .panel-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card, .card-columns .panel, .card-columns .panel-primary, .card-columns .panel-success, .card-columns .panel-info, .card-columns .panel-warning, .card-columns .panel-danger, .card-columns .well, .card-columns .thumbnail {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns .panel, .card-columns .panel-primary, .card-columns .panel-success, .card-columns .panel-info, .card-columns .panel-warning, .card-columns .panel-danger, .card-columns .well, .card-columns .thumbnail {
      display: inline-block;
      width: 100%; } }

.accordion > .card, .accordion > .panel, .accordion > .panel-primary, .accordion > .panel-success, .accordion > .panel-info, .accordion > .panel-warning, .accordion > .panel-danger, .accordion > .well, .accordion > .thumbnail {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child, .accordion > .panel:not(:first-of-type) .card-header:first-child, .accordion > .panel-primary:not(:first-of-type) .card-header:first-child, .accordion > .panel-success:not(:first-of-type) .card-header:first-child, .accordion > .panel-info:not(:first-of-type) .card-header:first-child, .accordion > .panel-warning:not(:first-of-type) .card-header:first-child, .accordion > .panel-danger:not(:first-of-type) .card-header:first-child, .accordion > .well:not(:first-of-type) .card-header:first-child, .accordion > .thumbnail:not(:first-of-type) .card-header:first-child, .accordion > .card:not(:first-of-type) .panel-heading:first-child, .accordion > .panel:not(:first-of-type) .panel-heading:first-child, .accordion > .panel-primary:not(:first-of-type) .panel-heading:first-child, .accordion > .panel-success:not(:first-of-type) .panel-heading:first-child, .accordion > .panel-info:not(:first-of-type) .panel-heading:first-child, .accordion > .panel-warning:not(:first-of-type) .panel-heading:first-child, .accordion > .panel-danger:not(:first-of-type) .panel-heading:first-child, .accordion > .well:not(:first-of-type) .panel-heading:first-child, .accordion > .thumbnail:not(:first-of-type) .panel-heading:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > .panel:not(:first-of-type):not(:last-of-type), .accordion > .panel-primary:not(:first-of-type):not(:last-of-type), .accordion > .panel-success:not(:first-of-type):not(:last-of-type), .accordion > .panel-info:not(:first-of-type):not(:last-of-type), .accordion > .panel-warning:not(:first-of-type):not(:last-of-type), .accordion > .panel-danger:not(:first-of-type):not(:last-of-type), .accordion > .well:not(:first-of-type):not(:last-of-type), .accordion > .thumbnail:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type, .accordion > .panel:first-of-type, .accordion > .panel-primary:first-of-type, .accordion > .panel-success:first-of-type, .accordion > .panel-info:first-of-type, .accordion > .panel-warning:first-of-type, .accordion > .panel-danger:first-of-type, .accordion > .well:first-of-type, .accordion > .thumbnail:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type, .accordion > .panel:last-of-type, .accordion > .panel-primary:last-of-type, .accordion > .panel-success:last-of-type, .accordion > .panel-info:last-of-type, .accordion > .panel-warning:last-of-type, .accordion > .panel-danger:last-of-type, .accordion > .well:last-of-type, .accordion > .thumbnail:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header, .accordion > .panel .card-header, .accordion > .panel-primary .card-header, .accordion > .panel-success .card-header, .accordion > .panel-info .card-header, .accordion > .panel-warning .card-header, .accordion > .panel-danger .card-header, .accordion > .well .card-header, .accordion > .thumbnail .card-header, .accordion > .card .panel-heading, .accordion > .panel .panel-heading, .accordion > .panel-primary .panel-heading, .accordion > .panel-success .panel-heading, .accordion > .panel-info .panel-heading, .accordion > .panel-warning .panel-heading, .accordion > .panel-danger .panel-heading, .accordion > .well .panel-heading, .accordion > .thumbnail .panel-heading {
    margin-bottom: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link, .pagination > li > a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8d5b38;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover, .pagination > li > a:hover {
    z-index: 2;
    color: #563822;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, .pagination > li > a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.25); }

.page-item:first-child .page-link, .pagination > li:first-child .page-link, .page-item:first-child .pagination > li > a, .pagination > li:first-child .pagination > li > a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link, .pagination > li:last-child .page-link, .page-item:last-child .pagination > li > a, .pagination > li:last-child .pagination > li > a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link, .pagination > li.active .page-link, .page-item.active .pagination > li > a, .pagination > li.active .pagination > li > a {
  z-index: 1;
  color: #fff;
  background-color: #8d5b38;
  border-color: #8d5b38; }

.page-item.disabled .page-link, .pagination > li.disabled .page-link, .page-item.disabled .pagination > li > a, .pagination > li.disabled .pagination > li > a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link, .pagination-lg .pagination > li > a {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination > li:first-child .page-link, .pagination-lg .page-item:first-child .pagination > li > a, .pagination-lg .pagination > li:first-child .pagination > li > a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination > li:last-child .page-link, .pagination-lg .page-item:last-child .pagination > li > a, .pagination-lg .pagination > li:last-child .pagination > li > a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link, .pagination-sm .pagination > li > a {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination > li:first-child .page-link, .pagination-sm .page-item:first-child .pagination > li > a, .pagination-sm .pagination > li:first-child .pagination > li > a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination > li:last-child .page-link, .pagination-sm .page-item:last-child .pagination > li > a, .pagination-sm .pagination > li:last-child .pagination > li > a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.label, .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .label, .badge {
      transition: none; } }
  a.label:hover, a.badge:hover, a.label:focus, a.badge:focus {
    text-decoration: none; }
  .label:empty, .badge:empty {
    display: none; }

.btn .label, .btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #8d5b38; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #68432a; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(141, 91, 56, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #42886a; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #31664f; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 136, 106, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #f2c511; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #c5a00b; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 197, 17, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #852222; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #5c1818; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 34, 34, 0.5); }

.badge-light, .badge {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge:hover, a.badge-light:focus, a.badge:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge:focus, a.badge-light.focus, a.focus.label, a.focus.badge {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.9rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #492f1d;
  background: #e8ded7 linear-gradient(180deg, #e9e0d9, #e8ded7) repeat-x;
  border-color: #dfd1c7; }
  .alert-primary hr {
    border-top-color: #d6c4b7; }
  .alert-primary .alert-link {
    color: #25180f; }

.alert-secondary {
  color: #383d41;
  background: #e2e3e5 linear-gradient(180deg, #e4e4e5, #e2e3e5) repeat-x;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #224737;
  background: #d9e7e1 linear-gradient(180deg, #dce7e1, #d9e7e1) repeat-x;
  border-color: #caded5; }
  .alert-success hr {
    border-top-color: #bad4c9; }
  .alert-success .alert-link {
    color: #11251c; }

.alert-info {
  color: #0c5460;
  background: #d1ecf1 linear-gradient(180deg, #d5ebef, #d1ecf1) repeat-x;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #7e6609;
  background: #fcf3cf linear-gradient(180deg, #faf1d2, #fcf3cf) repeat-x;
  border-color: #fbefbc; }
  .alert-warning hr {
    border-top-color: #fae9a4; }
  .alert-warning .alert-link {
    color: #4e3f06; }

.alert-danger {
  color: #451212;
  background: #e7d3d3 linear-gradient(180deg, #e8d6d5, #e7d3d3) repeat-x;
  border-color: #ddc1c1; }
  .alert-danger hr {
    border-top-color: #d4b1b1; }
  .alert-danger .alert-link {
    color: #1d0707; }

.alert-light {
  color: #818182;
  background: #fefefe linear-gradient(180deg, #fcfbfa, #fefefe) repeat-x;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background: #d6d8d9 linear-gradient(180deg, #dadada, #d6d8d9) repeat-x;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #8d5b38;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #8d5b38;
    border-color: #8d5b38; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1140px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #492f1d;
  background-color: #dfd1c7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #492f1d;
    background-color: #d6c4b7; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #492f1d;
    border-color: #492f1d; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #224737;
  background-color: #caded5; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #224737;
    background-color: #bad4c9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #224737;
    border-color: #224737; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #7e6609;
  background-color: #fbefbc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7e6609;
    background-color: #fae9a4; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7e6609;
    border-color: #7e6609; }

.list-group-item-danger {
  color: #451212;
  background-color: #ddc1c1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #451212;
    background-color: #d4b1b1; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #451212;
    border-color: #451212; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1140px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow, .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before, .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow, .popover .tooltip-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .tooltip-arrow::before, .popover .arrow::after, .popover .tooltip-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow, .bs-popover-top > .tooltip-arrow, .bs-popover-auto[x-placement^="top"] > .tooltip-arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .tooltip-arrow::before, .bs-popover-auto[x-placement^="top"] > .tooltip-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-top > .tooltip-arrow::after, .bs-popover-auto[x-placement^="top"] > .tooltip-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow, .bs-popover-right > .tooltip-arrow, .bs-popover-auto[x-placement^="right"] > .tooltip-arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .tooltip-arrow::before, .bs-popover-auto[x-placement^="right"] > .tooltip-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .tooltip-arrow::after, .bs-popover-auto[x-placement^="right"] > .tooltip-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-bottom > .tooltip-arrow, .bs-popover-auto[x-placement^="bottom"] > .tooltip-arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .tooltip-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .tooltip-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .tooltip-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .tooltip-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-title::before, .bs-popover-auto[x-placement^="bottom"] .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow, .bs-popover-left > .tooltip-arrow, .bs-popover-auto[x-placement^="left"] > .tooltip-arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .tooltip-arrow::before, .bs-popover-auto[x-placement^="left"] > .tooltip-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after, .bs-popover-left > .tooltip-arrow::after, .bs-popover-auto[x-placement^="left"] > .tooltip-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header, .popover-title {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty, .popover-title:empty {
    display: none; }

.popover-body, .popover-content {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.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, .item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item, .item {
      transition: none; } }

.carousel-item.active, .active.item,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item, .carousel-fade .item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active, .carousel-fade .active.item,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001)); }

.carousel-control-next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001)); }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary, .panel-primary {
  background-color: #8d5b38 !important; }

a.bg-primary:hover, a.panel-primary:hover, a.bg-primary:focus, a.panel-primary:focus,
button.bg-primary:hover,
button.panel-primary:hover,
button.bg-primary:focus,
button.panel-primary:focus {
  background-color: #68432a !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success, .panel-success {
  background-color: #42886a !important; }

a.bg-success:hover, a.panel-success:hover, a.bg-success:focus, a.panel-success:focus,
button.bg-success:hover,
button.panel-success:hover,
button.bg-success:focus,
button.panel-success:focus {
  background-color: #31664f !important; }

.bg-info, .panel-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.panel-info:hover, a.bg-info:focus, a.panel-info:focus,
button.bg-info:hover,
button.panel-info:hover,
button.bg-info:focus,
button.panel-info:focus {
  background-color: #117a8b !important; }

.bg-warning, .panel-warning {
  background-color: #f2c511 !important; }

a.bg-warning:hover, a.panel-warning:hover, a.bg-warning:focus, a.panel-warning:focus,
button.bg-warning:hover,
button.panel-warning:hover,
button.bg-warning:focus,
button.panel-warning:focus {
  background-color: #c5a00b !important; }

.bg-danger, .panel-danger {
  background-color: #852222 !important; }

a.bg-danger:hover, a.panel-danger:hover, a.bg-danger:focus, a.panel-danger:focus,
button.bg-danger:hover,
button.panel-danger:hover,
button.bg-danger:focus,
button.panel-danger:focus {
  background-color: #5c1818 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-gradient-primary {
  background: #8d5b38 linear-gradient(180deg, #9c7052, #8d5b38) repeat-x !important; }

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #80868c, #6c757d) repeat-x !important; }

.bg-gradient-success {
  background: #42886a linear-gradient(180deg, #5c967c, #42886a) repeat-x !important; }

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #37adbe, #17a2b8) repeat-x !important; }

.bg-gradient-warning {
  background: #f2c511 linear-gradient(180deg, #f1ca30, #f2c511) repeat-x !important; }

.bg-gradient-danger {
  background: #852222 linear-gradient(180deg, #95403f, #852222) repeat-x !important; }

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f7f6f6, #f8f9fa) repeat-x !important; }

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #505458, #343a40) repeat-x !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #8d5b38 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #42886a !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #f2c511 !important; }

.border-danger {
  border-color: #852222 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded, .img-rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle, .img-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, .hidden, .hidden-xs, .hidden-sm, .hidden-md, .visible-sm, .visible-md, .visible-print-block {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block, .visible-xs {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none, .visible-xs {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block, .hidden-xs {
    display: inline-block !important; }
  .d-sm-block, .visible-sm {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none, .visible-sm {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block, .hidden-sm {
    display: inline-block !important; }
  .d-md-block, .visible-md {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none, .hidden-lg, .visible-md {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block, .hidden-md {
    display: inline-block !important; }
  .d-lg-block, .visible-md {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1140px) {
  .d-xl-none, .visible-md {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none, .hidden-print {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block, .visible-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857142857%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column, .nav-stacked {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !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; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end, .form-inline.text-right {
  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; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .panel-heading .row, .panel-heading .dl-horizontal {
  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; }

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1140px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

.float-left, .pull-left {
  float: left !important; }

.float-right, .pull-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1140px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top, .navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.75rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.75rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.75rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.75rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.75rem !important; }

.m-2 {
  margin: 1.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3,
.my-3 {
  margin-top: 3rem !important; }

.mr-3,
.mx-3 {
  margin-right: 3rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 3rem !important; }

.ml-3,
.mx-3 {
  margin-left: 3rem !important; }

.m-4 {
  margin: 4.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 4.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4.5rem !important; }

.m-5 {
  margin: 9rem !important; }

.mt-5,
.my-5 {
  margin-top: 9rem !important; }

.mr-5,
.mx-5 {
  margin-right: 9rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 9rem !important; }

.ml-5,
.mx-5 {
  margin-left: 9rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.75rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.75rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.75rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.75rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.75rem !important; }

.p-2 {
  padding: 1.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.5rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 3rem !important; }

.pr-3,
.px-3 {
  padding-right: 3rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 3rem !important; }

.pl-3,
.px-3 {
  padding-left: 3rem !important; }

.p-4 {
  padding: 4.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 4.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 4.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 4.5rem !important; }

.p-5 {
  padding: 9rem !important; }

.pt-5,
.py-5 {
  padding-top: 9rem !important; }

.pr-5,
.px-5 {
  padding-right: 9rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 9rem !important; }

.pl-5,
.px-5 {
  padding-left: 9rem !important; }

.m-n1 {
  margin: -0.75rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.75rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.75rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.75rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.75rem !important; }

.m-n2 {
  margin: -1.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important; }

.m-n3 {
  margin: -3rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -3rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important; }

.m-n4 {
  margin: -4.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -4.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4.5rem !important; }

.m-n5 {
  margin: -9rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -9rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -9rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -9rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -9rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto, .navbar-right,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.75rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 9rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 9rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 9rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 9rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 9rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.75rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 9rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 9rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 9rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 9rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 9rem !important; }
  .m-sm-n1 {
    margin: -0.75rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.75rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.75rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.75rem !important; }
  .m-sm-n2 {
    margin: -1.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.5rem !important; }
  .m-sm-n3 {
    margin: -3rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important; }
  .m-sm-n4 {
    margin: -4.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4.5rem !important; }
  .m-sm-n5 {
    margin: -9rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -9rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -9rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -9rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -9rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.75rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 9rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 9rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 9rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 9rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 9rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.75rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 9rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 9rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 9rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 9rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 9rem !important; }
  .m-md-n1 {
    margin: -0.75rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.75rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.75rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.75rem !important; }
  .m-md-n2 {
    margin: -1.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.5rem !important; }
  .m-md-n3 {
    margin: -3rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important; }
  .m-md-n4 {
    margin: -4.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4.5rem !important; }
  .m-md-n5 {
    margin: -9rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -9rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -9rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -9rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -9rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.75rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 9rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 9rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 9rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 9rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 9rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.75rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 9rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 9rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 9rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 9rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 9rem !important; }
  .m-lg-n1 {
    margin: -0.75rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.75rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.75rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.75rem !important; }
  .m-lg-n2 {
    margin: -1.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.5rem !important; }
  .m-lg-n3 {
    margin: -3rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important; }
  .m-lg-n4 {
    margin: -4.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4.5rem !important; }
  .m-lg-n5 {
    margin: -9rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -9rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -9rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -9rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -9rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1140px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.75rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 9rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 9rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 9rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 9rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 9rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.75rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 9rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 9rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 9rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 9rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 9rem !important; }
  .m-xl-n1 {
    margin: -0.75rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.75rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.75rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.75rem !important; }
  .m-xl-n2 {
    margin: -1.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.5rem !important; }
  .m-xl-n3 {
    margin: -3rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important; }
  .m-xl-n4 {
    margin: -4.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4.5rem !important; }
  .m-xl-n5 {
    margin: -9rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -9rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -9rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -9rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -9rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1140px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white, .panel-primary, .panel-success, .panel-info, .panel-danger {
  color: #fff !important; }

.text-primary {
  color: #8d5b38 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #563822 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #42886a !important; }

a.text-success:hover, a.text-success:focus {
  color: #295442 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #f2c511 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ad8c09 !important; }

.text-danger {
  color: #852222 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #481212 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted, .help-block {
  color: #bbc0c3 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .label, .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * jQuery mmenu v7.3.3
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.3 ); }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none; }

[dir=rtl] .mm-menu {
  direction: rtl; }

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panel, .mm-panels {
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text); }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size); }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  transition: none !important; }

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px; }

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 44px;
  padding: 0; }

.mm-btn:after, .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid; }

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto; }

[dir=rtl] .mm-btn_close:before {
  left: 25px; }

[dir=rtl] .mm-btn_close:after {
  left: 18px; }

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .4s ease; }

.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; }

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0; }

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel_has-navbar .mm-navbar {
  display: block; }

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto; }

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto; }

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0; }

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none; }

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2); }

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%; }

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative; }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight); }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px; }

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size); }

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size); }

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px; }

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px; }

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none; }

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0; }

.mm-menu_offcanvas.mm-menu_opened {
  display: block; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }

.mm-wrapper_blocking body {
  overflow: hidden; }

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu_autoheight {
  transition: none .4s ease;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%; }

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

[class*=mm-menu_columns-] {
  transition-property: width; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0; }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px; }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px; }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px; }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right; }

.mm-listitem_nosubitems > .mm-counter {
  display: none; }

[dir=rtl] .mm-counter {
  text-align: left;
  float: left; }

.mm-listitem_divider {
  opacity: 1;
  transition: opacity .4s ease; }

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25); }

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block; }

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  overflow: visible; }

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }

[class*=mm-menu_tip-]:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu_tip-left:before {
  left: 22px; }

.mm-menu_tip-right:before {
  right: 22px; }

.mm-menu_tip-top:before {
  top: -8px; }

.mm-menu_tip-bottom:before {
  bottom: -8px; }

.mm-menu {
  --mm-iconbar-size:44px; }

.mm-iconbar {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2; }

.mm-menu_iconbar .mm-navbars_bottom, .mm-menu_iconbar .mm-navbars_top, .mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size); }

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute; }

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 11px 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none; }

.mm-iconbar__top {
  top: 0; }

.mm-iconbar__bottom {
  bottom: 0; }

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%; }

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.mm-menu {
  --mm-iconpanel-size:44px; }

.mm-panel_iconpanel-1, .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 1));
  width: calc(100% - (var(--mm-iconpanel-size) * 1)); }

.mm-panel_iconpanel-2, .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 2));
  width: calc(100% - (var(--mm-iconpanel-size) * 2)); }

.mm-panel_iconpanel-3, .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 3));
  width: calc(100% - (var(--mm-iconpanel-size) * 3)); }

.mm-panel_iconpanel-first ~ .mm-panel, .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size)); }

.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  transform: unset; }

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0; }

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease; }

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: flex;
  position: relative; }

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0; }

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  flex: 1; }

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto; }

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1); }

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2); }

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3); }

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4); }

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto; }

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1); }

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2); }

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3); }

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4); }

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2); }

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3); }

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4); }

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px; }

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5); }

.mm-navbar__breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px; }

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit; }

.mm-navbar__tab_selected:first-child {
  border-left: none; }

.mm-navbar__tab_selected:last-child {
  border-right: none; }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important; }

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px; }

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none; }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit; }

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px; }

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none; }

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed); }

.mm-searchfield {
  display: flex;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden; }

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * .7);
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px; }

.mm-searchfield input::-ms-clear {
  display: none; }

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc(var(--mm-navbar-size) * .15);
  position: relative; }

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0; }

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important; }

.mm-searchfield__input {
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin .4s ease; }

.mm-searchfield__cancel-active {
  margin-right: 0; }

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size); }

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2); }

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size); }

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none; }

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px; }

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right .4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block; }

.mm-sectionindexer ~ .mm-panels {
  transition: right .4s ease; }

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0; }

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px; }

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc((var(--mm-navbar-size) * 1) + 2px); }

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc((var(--mm-navbar-size) * 2) + 2px); }

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc((var(--mm-navbar-size) * 3) + 2px); }

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc((var(--mm-navbar-size) * 4) + 2px); }

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc((var(--mm-navbar-size) * 1) + 2px); }

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc((var(--mm-navbar-size) * 2) + 2px); }

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc((var(--mm-navbar-size) * 3) + 2px); }

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc((var(--mm-navbar-size) * 4) + 2px); }

.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem > .mm-listitem__text, .mm-menu_selected-parent .mm-listitem > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
  transition: background .4s ease; }

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu, .mm-slideout {
  --mm-sidebar-collapsed-size:44px;
  --mm-sidebar-expanded-size:440px; }

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative; }

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh; }

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0; }

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none; }

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible; }

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important; }

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size); }

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mm-menu_opened .mm-menu__blocker {
  display: none; }

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2); }

label.mm-toggle:before {
  content: '';
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px; }

input.mm-toggle {
  position: absolute;
  left: -10000px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
  background: var(--mm-color-border); }

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background); }

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

label.mm-check {
  width: 34px;
  height: 34px; }

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
  border-color: var(--mm-color-text);
  content: '';
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check {
  position: absolute;
  left: -10000px; }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left; }

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none; }

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important; }

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px; }

.mm-menu_fx-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease; }

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1; }

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  transition-property: none; }

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[class*=mm-menu_fx-listitems-] .mm-listitem {
  transition: none .4s ease; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  transition-delay: 50ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  transition-delay: .1s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  transition-delay: 150ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  transition-delay: .2s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  transition-delay: 250ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  transition-delay: .3s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  transition-delay: 350ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  transition-delay: .4s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  transition-delay: 450ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  transition-delay: .5s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  transition-delay: 550ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  transition-delay: .6s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  transition-delay: 650ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  transition-delay: .7s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1; }

.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0; }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  flex: 1 0 auto;
  min-height: 44px; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: flex;
  flex-direction: column; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text, .mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center; }

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0; }

.mm-listview_inset .mm-listitem {
  padding: 5px 0; }

.mm-menu_multiline .mm-listitem__text, .mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal; }

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  transition: opacity .4s ease .4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff; }

.mm-menu_popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1; }

.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow); }

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 ); }

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 ); }

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none; }

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important; }

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%; }

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto; }

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none; }

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none; }

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0; }

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none; }

body.modal-open .mm-slideout {
  z-index: unset; }

::-webkit-input-placeholder {
  color: transparent; }

:-ms-input-placeholder {
  color: transparent; }

::-ms-input-placeholder {
  color: transparent; }

::placeholder {
  color: transparent; }

.borderBottom {
  border-bottom: 2px solid #d7d5d3; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* 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;
  -moz-user-select: none;
  -ms-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: rgba(0, 0, 0, 0); }
  .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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.istruct-content {
  font-size: 13px;
  font-size: 1.3rem; }

.wrapper {
  padding: 40px 0; }

img[data-asset-id] {
  max-width: 100%; }
  .banners img[data-asset-id] {
    max-width: none; }
    @media (max-width: 991.98px) {
      .banners img[data-asset-id] {
        width: auto !important;
        max-height: 100%; } }

.no-padding {
  padding: 0 !important; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #445156;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px; }

.content h2 {
  margin-bottom: 45px; }

.content p {
  margin: 30px 0; }

.content img {
  max-width: 100%; }

.content blockquote {
  background: url(images/quote.671f9205949e63fb49c989134e2dba8a.png) no-repeat left top;
  background-size: 37px 30px;
  padding: 15px 0 0 42px;
  font-weight: 500;
  margin-bottom: 30px; }

.content img[style*="float: left"] {
  margin-right: 40px; }

.content img[style*="float: right"] {
  margin-left: 40px; }

figure {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Playfair Display", serif; }
  @media (max-width: 991.98px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
      display: none; } }

h1,
.h1,
h1 a {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 58px;
  font-weight: 700; }
  @media (max-width: 1139.98px) {
    h1,
    .h1,
    h1 a {
      font-size: 45px;
      font-size: 4.5rem;
      line-height: 45px; } }
  @media (max-width: 991.98px) {
    h1,
    .h1,
    h1 a {
      font-size: 40px;
      font-size: 4rem;
      line-height: 40px; } }
  @media (max-width: 767.98px) {
    h1,
    .h1,
    h1 a {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 35px; } }

h2,
.h2,
h2 a {
  font-size: 40px;
  font-size: 4rem;
  line-height: 49px;
  font-weight: 400;
  color: #445156; }
  @media (max-width: 1139.98px) {
    h2,
    .h2,
    h2 a {
      font-size: 40px;
      font-size: 4rem;
      line-height: 40px; } }
  @media (max-width: 991.98px) {
    h2,
    .h2,
    h2 a {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 35px; } }
  @media (max-width: 767.98px) {
    h2,
    .h2,
    h2 a {
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px; } }

h3,
.h3,
h3 a {
  font-size: 30px;
  font-size: 3rem;
  line-height: 39px;
  font-weight: 500;
  color: #445156; }
  @media (max-width: 1139.98px) {
    h3,
    .h3,
    h3 a {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 35px; } }
  @media (max-width: 991.98px) {
    h3,
    .h3,
    h3 a {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 30px; } }
  @media (max-width: 767.98px) {
    h3,
    .h3,
    h3 a {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px; } }

h4,
.h4,
h4 a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 400;
  color: #445156; }
  @media (max-width: 767.98px) {
    h4.h4--box,
    .h4.h4--box,
    h4 a.h4--box {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 20px; } }

h5,
.h5,
h5 a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #c0a9a1; }

.h6,
h6,
h6 a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: 400;
  color: #c0a9a1;
  letter-spacing: 1px; }

.hr--white {
  border-color: #fff; }

.icon-16 {
  width: 16px;
  height: 16px; }

.icon-20 {
  width: 20px;
  height: 20px; }

.icon-danger use {
  fill: #852222; }

.icon-warning use {
  fill: #a57225; }

.icon-64 {
  width: 64px;
  height: 64px; }

.icon-white use {
  fill: #fff; }

.icon-red-brighter use {
  fill: #cc4b57; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: rgba(68, 81, 86, 0.6);
  text-transform: uppercase; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: rgba(68, 81, 86, 0.6);
  text-transform: uppercase; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: rgba(68, 81, 86, 0.6);
  text-transform: uppercase; }

input::placeholder, textarea::placeholder {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: rgba(68, 81, 86, 0.6);
  text-transform: uppercase; }

.form-horizontal input::-webkit-input-placeholder {
  color: transparent; }

.form-horizontal input:-ms-input-placeholder {
  color: transparent; }

.form-horizontal input::-ms-input-placeholder {
  color: transparent; }

.form-horizontal input::placeholder {
  color: transparent; }

::-moz-selection {
  color: #ffffff;
  background: rgba(141, 91, 56, 0.99); }

::selection {
  color: #ffffff;
  background: rgba(141, 91, 56, 0.99); }

html {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%; }

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  margin: 0;
  color: #212529;
  background: #eee8e2;
  padding: 10px 10px 0 10px; }
  @media (max-width: 767.98px) {
    body {
      top: 0 !important; } }

main {
  padding-top: 30px;
  display: block; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin-bottom: 0; }

a {
  outline: none; }

.a-underline {
  color: inherit;
  text-decoration: underline; }

.flag {
  background: url(flags/images/spritesheet.72da5ff397d11d4afd84ca61299b3af3.png) no-repeat;
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .flag {
      background-image: url(flags/images/spritesheet@2x.2959e6c21f0dc49316ed631928856f97.png);
      background-size: 256px 256px; } }
  .flag.flag-AD {
    background-position: 0 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AE {
    background-position: -16px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AF {
    background-position: -32px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AG {
    background-position: -48px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AI {
    background-position: -64px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AL {
    background-position: -80px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AM {
    background-position: -96px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AN {
    background-position: -112px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AO {
    background-position: -128px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AQ {
    background-position: -144px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AR {
    background-position: -160px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AS {
    background-position: -176px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AT {
    background-position: -192px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AU {
    background-position: -208px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AW {
    background-position: -224px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-AX {
    background-position: 0 -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-AZ {
    background-position: -16px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BA {
    background-position: -32px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BB {
    background-position: -48px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BD {
    background-position: -64px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BE {
    background-position: -80px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BF {
    background-position: -96px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BG {
    background-position: -112px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BH {
    background-position: -128px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BI {
    background-position: -144px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BJ {
    background-position: -160px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BL {
    background-position: -176px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BM {
    background-position: -192px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BN {
    background-position: -208px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BO {
    background-position: -224px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-BR {
    background-position: 0 -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-BS {
    background-position: -16px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-BT {
    background-position: -32px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-BW {
    background-position: -48px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-BY {
    background-position: -64px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-BZ {
    background-position: -80px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CA {
    background-position: -96px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CC {
    background-position: -112px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CD {
    background-position: -128px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CF {
    background-position: -144px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CG {
    background-position: -160px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CH {
    background-position: -176px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CI {
    background-position: -192px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CK {
    background-position: -208px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CL {
    background-position: -224px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-CM {
    background-position: 0 -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CN {
    background-position: -16px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CO {
    background-position: -32px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CR {
    background-position: -48px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CU {
    background-position: -64px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CV {
    background-position: -80px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CW {
    background-position: -96px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CX {
    background-position: -112px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CY {
    background-position: -128px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-CZ {
    background-position: -144px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-DE {
    background-position: -160px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-DJ {
    background-position: -176px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-DK {
    background-position: -192px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-DM {
    background-position: -208px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-DO {
    background-position: -224px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-DZ {
    background-position: 0 -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-EC {
    background-position: -16px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-EE {
    background-position: -32px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-EG {
    background-position: -48px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-EH {
    background-position: -64px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-ER {
    background-position: -80px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-ES {
    background-position: -96px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-ET {
    background-position: -112px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-EU {
    background-position: -128px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-FI {
    background-position: -144px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-FJ {
    background-position: -160px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-FK {
    background-position: -176px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-FM {
    background-position: -192px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-FO {
    background-position: -208px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-FR {
    background-position: -224px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-GA {
    background-position: 0 -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GB {
    background-position: -16px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GD {
    background-position: -32px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GE {
    background-position: -48px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GG {
    background-position: -64px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GH {
    background-position: -80px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GI {
    background-position: -96px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GL {
    background-position: -112px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GM {
    background-position: -128px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GN {
    background-position: -144px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GQ {
    background-position: -160px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GR {
    background-position: -176px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GS {
    background-position: -192px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GT {
    background-position: -208px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GU {
    background-position: -224px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-GW {
    background-position: 0 -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-GY {
    background-position: -16px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-HK {
    background-position: -32px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-HN {
    background-position: -48px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-HR {
    background-position: -64px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-HT {
    background-position: -80px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-HU {
    background-position: -96px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IC {
    background-position: -112px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-ID {
    background-position: -128px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IE {
    background-position: -144px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IL {
    background-position: -160px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IM {
    background-position: -176px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IN {
    background-position: -192px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IQ {
    background-position: -208px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IR {
    background-position: -224px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-IS {
    background-position: 0 -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-IT {
    background-position: -16px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-JE {
    background-position: -32px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-JM {
    background-position: -48px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-JO {
    background-position: -64px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-JP {
    background-position: -80px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KE {
    background-position: -96px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KG {
    background-position: -112px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KH {
    background-position: -128px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KI {
    background-position: -144px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KM {
    background-position: -160px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KN {
    background-position: -176px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KP {
    background-position: -192px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KR {
    background-position: -208px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KW {
    background-position: -224px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-KY {
    background-position: 0 -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-KZ {
    background-position: -16px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LA {
    background-position: -32px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LB {
    background-position: -48px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LC {
    background-position: -64px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LI {
    background-position: -80px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LK {
    background-position: -96px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LR {
    background-position: -112px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LS {
    background-position: -128px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LT {
    background-position: -144px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LU {
    background-position: -160px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LV {
    background-position: -176px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-LY {
    background-position: -192px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-MA {
    background-position: -208px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-MC {
    background-position: -224px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-MD {
    background-position: 0 -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-ME {
    background-position: -16px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MF {
    background-position: -32px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MG {
    background-position: -48px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MH {
    background-position: -64px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MK {
    background-position: -80px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-ML {
    background-position: -96px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MM {
    background-position: -112px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MN {
    background-position: -128px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MO {
    background-position: -144px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MP {
    background-position: -160px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MQ {
    background-position: -176px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MR {
    background-position: -192px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MS {
    background-position: -208px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MT {
    background-position: -224px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-MU {
    background-position: 0 -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-MV {
    background-position: -16px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-MW {
    background-position: -32px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-MX {
    background-position: -48px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-MY {
    background-position: -64px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-MZ {
    background-position: -80px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NA {
    background-position: -96px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NC {
    background-position: -112px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NE {
    background-position: -128px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NF {
    background-position: -144px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NG {
    background-position: -160px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NI {
    background-position: -176px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NL {
    background-position: -192px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NO {
    background-position: -208px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NP {
    background-position: -224px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-NR {
    background-position: 0 -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-NU {
    background-position: -16px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-NZ {
    background-position: -32px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-OM {
    background-position: -48px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PA {
    background-position: -64px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PE {
    background-position: -80px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PF {
    background-position: -96px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PG {
    background-position: -112px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PH {
    background-position: -128px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PK {
    background-position: -144px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PL {
    background-position: -160px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PN {
    background-position: -176px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PR {
    background-position: -192px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PS {
    background-position: -208px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PT {
    background-position: -224px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-PW {
    background-position: 0 -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-PY {
    background-position: -16px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-QA {
    background-position: -32px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-RO {
    background-position: -48px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-RS {
    background-position: -64px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-RU {
    background-position: -80px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-RW {
    background-position: -96px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SA {
    background-position: -112px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SB {
    background-position: -128px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SC {
    background-position: -144px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SD {
    background-position: -160px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SE {
    background-position: -176px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SG {
    background-position: -192px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SH {
    background-position: -208px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SI {
    background-position: -224px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-SK {
    background-position: 0 -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SL {
    background-position: -16px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SM {
    background-position: -32px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SN {
    background-position: -48px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SO {
    background-position: -64px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SR {
    background-position: -80px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SS {
    background-position: -96px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-ST {
    background-position: -112px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SV {
    background-position: -128px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SY {
    background-position: -144px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-SZ {
    background-position: -160px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-TC {
    background-position: -176px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-TD {
    background-position: -192px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-TF {
    background-position: -208px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-TG {
    background-position: -224px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-TH {
    background-position: 0 -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TJ {
    background-position: -16px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TK {
    background-position: -32px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TL {
    background-position: -48px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TM {
    background-position: -64px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TN {
    background-position: -80px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TO {
    background-position: -96px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TR {
    background-position: -112px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TT {
    background-position: -128px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TV {
    background-position: -144px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TW {
    background-position: -160px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-TZ {
    background-position: -176px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-UA {
    background-position: -192px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-UG {
    background-position: -208px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-US {
    background-position: -224px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-UY {
    background-position: -240px 0;
    width: 16px;
    height: 16px; }
  .flag.flag-UZ {
    background-position: -240px -16px;
    width: 16px;
    height: 16px; }
  .flag.flag-VA {
    background-position: -240px -32px;
    width: 16px;
    height: 16px; }
  .flag.flag-VC {
    background-position: -240px -48px;
    width: 16px;
    height: 16px; }
  .flag.flag-VE {
    background-position: -240px -64px;
    width: 16px;
    height: 16px; }
  .flag.flag-VG {
    background-position: -240px -80px;
    width: 16px;
    height: 16px; }
  .flag.flag-VI {
    background-position: -240px -96px;
    width: 16px;
    height: 16px; }
  .flag.flag-VN {
    background-position: -240px -112px;
    width: 16px;
    height: 16px; }
  .flag.flag-VU {
    background-position: -240px -128px;
    width: 16px;
    height: 16px; }
  .flag.flag-WF {
    background-position: -240px -144px;
    width: 16px;
    height: 16px; }
  .flag.flag-WS {
    background-position: -240px -160px;
    width: 16px;
    height: 16px; }
  .flag.flag-YE {
    background-position: -240px -176px;
    width: 16px;
    height: 16px; }
  .flag.flag-YT {
    background-position: -240px -192px;
    width: 16px;
    height: 16px; }
  .flag.flag-ZA {
    background-position: -240px -208px;
    width: 16px;
    height: 16px; }
  .flag.flag-ZM {
    background-position: -240px -224px;
    width: 16px;
    height: 16px; }
  .flag.flag-ZW {
    background-position: 0 -240px;
    width: 16px;
    height: 16px; }

.hscale {
  overflow: hidden; }
  .hscale > img, .hscale figure img, .hscale > a img {
    transition: all .3s; }
  .hscale:hover > img, .hscale:hover figure img, .hscale:hover > a img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07); }

.animation, .js-animation-list .slick-slide, .js-animation-list .news__list__item {
  opacity: 0;
  position: relative;
  bottom: -100px;
  transition: all 2s; }
  .animation--in, .js-animation-list .slick-slide--in, .js-animation-list .news__list__item--in {
    opacity: 1 !important;
    bottom: 0 !important; }
  .animation.-delay, .js-animation-list .slick-slide.-delay, .js-animation-list .news__list__item.-delay {
    transition-delay: .4s; }
  .animation.-delay2, .js-animation-list .slick-slide.-delay2, .js-animation-list .news__list__item.-delay2 {
    transition-delay: .8s; }

.mfp-content .animation, .mfp-content .js-animation-list .slick-slide {
  opacity: 1;
  bottom: 0; }

.slick-slide .animation-banner.animation-banner h5 {
  bottom: -100px;
  opacity: 0;
  transition: all 1s; }

.slick-slide .animation-banner.animation-banner h1 {
  bottom: -100px;
  opacity: 0;
  transition: all 1s;
  transition-delay: .5s; }

.slick-slide .animation-banner.animation-banner.animation--in h5, .slick-slide .animation-banner.animation-banner.animation--in h1 {
  opacity: 1 !important;
  bottom: 0 !important; }

@media (max-width: 1139.98px) {
  .container {
    width: 100%;
    max-width: 100%; } }

.container--narrow, .container--narrower {
  width: 1120px;
  margin: 0 auto; }
  @media (max-width: 1139.98px) {
    .container--narrow, .container--narrower {
      width: 100%; } }

.container--register {
  padding: 0 70px; }
  @media (max-width: 991.98px) {
    .container--register {
      padding: 0 20px; } }

.container--wide {
  padding: 60px; }
  @media (max-width: 991.98px) {
    .container--wide {
      padding: 20px; } }

.container-popup {
  max-width: 1120px;
  margin: 0 auto; }
  .container-popup .container--narrow {
    max-width: 100%; }

.promo-container .checkbox {
  margin-top: 0 !important; }

.promo-container label, .promo-container label .d-flex {
  width: 100%; }

.promo-container ul {
  width: calc(100% - 40px); }
  .promo-container ul li {
    min-height: 25px; }
  .promo-container ul a {
    padding: 0 5px; }

@media (max-width: 767.98px) {
  .promo-container ul {
    width: calc(100% - 25px); } }

@media (max-width: 575.98px) {
  .promo-container .promo-product-thumbnail {
    margin-right: 5px; } }

.promo-container .promo-product-thumbnail {
  max-width: 70px;
  margin-right: 5px; }

@media print {
  .footer__copy {
    text-align: center !important; } }

.footer__contact {
  margin-bottom: 35px; }
  .footer__contact .link--more {
    color: #b08b71;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600; }
    .footer__contact .link--more svg {
      position: relative;
      top: -2px; }
    .footer__contact .link--more use {
      fill: #b08b71; }
  .footer__contact p span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    color: #445156;
    display: block; }
  .footer__contact use {
    fill: #b08b71; }
  .footer__contact__header {
    border-bottom: 2px solid #d2d1cf;
    padding-bottom: 35px; }
    .footer__contact__header svg {
      width: 25px;
      height: 25px; }
    .footer__contact__header a.active svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .footer__contact__content {
    background: #fff;
    padding: 78px 0 60px;
    margin-top: -2px;
    display: none; }
    .footer__contact__content a {
      font-size: 11px;
      font-size: 1.1rem; }
    .footer__contact__content svg {
      width: 25px;
      height: 25px;
      margin-right: 5px; }

.footer__bottom {
  background: #e0d8d2;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 25px 0; }
  @media (max-width: 1139.98px) {
    .footer__bottom {
      padding: 25px 20px; } }
  .footer__bottom p {
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #445156;
    margin-bottom: 0; }
  .footer__bottom--pre {
    background: #e0d8d2;
    padding: 40px 0;
    border-bottom: 2px solid #bdbcb8;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 40px 20px; }
    .footer__bottom--pre p {
      text-transform: none;
      line-height: 15px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      text-align: justify; }

.footer__created img {
  width: 80px;
  height: 20px;
  margin-left: 7px;
  position: relative;
  top: -2px;
  opacity: .7; }

.footer__payment {
  margin-top: -5px; }
  .footer__payment img {
    width: 65px; }

.footer--error {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(fonts/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot);
  src: url(fonts/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot) format("embedded-opentype"), url(fonts/glyphicons-halflings-regular.448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(fonts/glyphicons-halflings-regular.fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(fonts/glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(fonts/glyphicons-halflings-regular.89889688147bd7575d6327160d64e760.svg) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.db__rank__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  @media screen and (max-width: 575.98px) {
    .db__rank__list {
      width: 100%; } }
  .db__rank__list li {
    display: inline-block;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle; }
    .db__rank__list li img {
      display: block; }
  .db__rank__list svg, .db__rank__list img {
    width: 28px;
    height: 28px;
    display: block; }
  .db__rank__list svg {
    width: 29px;
    height: 29px; }

.label-pv {
  background: #15b8a9 !important;
  line-height: 25px;
  color: #fff; }

.label-gv {
  background: #c74958 !important;
  line-height: 25px;
  color: #fff; }

.label-ev {
  background: #e5b758 !important;
  line-height: 25px;
  color: #fff; }

.list--icon-text {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list--icon-text img {
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 0 -8px 0 -30px; }
    @media (max-width: 767.98px) {
      .list--icon-text img {
        margin-left: 0; } }
  .list--icon-text p {
    color: #b08b71;
    font-weight: 300;
    font-size: 22px; }
  .list--icon-text.-small img {
    width: 110px;
    height: 110px; }
  .list--icon-text.-small p {
    font-size: 18px; }

.list--icon-product {
  width: 100%;
  text-align: center; }
  .list--icon-product li {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      .list--icon-product li {
        width: 160px;
        height: 160px; } }
    .list--icon-product li:hover {
      background: transparent;
      transition: all .3s; }
    .list--icon-product li img {
      margin: 0 0 -10px 0; }
    .list--icon-product li p {
      font-size: 18px; }
  .list--icon-product img {
    margin-left: 0; }

.accordion__title {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 0 10px 45px;
  cursor: pointer;
  font-weight: 400 !important;
  text-indent: -45px; }
  .accordion__title svg {
    width: 21px;
    height: 21px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
    .accordion__title svg use {
      fill: #352316; }
  .accordion__title:hover {
    color: #8d5b38;
    text-decoration: underline; }
  .accordion__title.active {
    font-weight: 600 !important; }

.accordion__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s; }
  @media (max-width: 991.98px) {
    .accordion__close {
      top: 5px;
      right: 5px; } }
  .accordion__close:hover {
    opacity: .5; }
  .accordion__close use {
    fill: #8d5b38; }

.accordion__content {
  display: none;
  font-size: 14px;
  font-weight: 400 !important;
  position: relative;
  padding: 40px 45px 40px;
  margin-bottom: 10px;
  background: #f3efeb;
  overflow: auto; }
  .accordion__content iframe {
    max-width: 100%; }
  @media (max-width: 991.98px) {
    .accordion__content {
      padding: 25px 25px 25px; }
      .accordion__content > svg + p > iframe:first-child {
        margin-top: 10px; } }
  .accordion__content strong {
    font-weight: 700; }

.accordion--table .accordion__item {
  position: relative;
  margin-bottom: -2px; }
  .accordion--table .accordion__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e1e3e4; }

.accordion--table .accordion__content {
  background: transparent;
  padding: 20px 30px;
  border: 2px solid #e1e3e4;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .accordion--table .accordion__content {
      padding: 20px; } }

.accordion--table .accordion__title {
  border-top: 2px solid #e1e3e4;
  padding: 30px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  text-indent: 0; }
  @media (max-width: 991.98px) {
    .accordion--table .accordion__title {
      padding: 20px; } }
  .accordion--table .accordion__title.active {
    font-weight: 400 !important;
    border-left-color: #e1e3e4;
    border-right-color: #e1e3e4; }
    .accordion--table .accordion__title.active svg {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
  .accordion--table .accordion__title svg {
    width: 15px;
    height: 15px; }
    .accordion--table .accordion__title svg use {
      fill: #8d5b38; }

.alert:not(.ui-pnotify-container) {
  padding: 27px 30px; }
  .alert:not(.ui-pnotify-container) h4 {
    margin-bottom: 15px; }

.alert-normal {
  border: 2px solid #e2e5e3;
  padding: 0 35px 20px;
  color: #445156;
  text-align: center;
  font-weight: 400; }
  .alert-normal strong {
    display: block;
    border-bottom: 1px dotted #e2e5e3;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600; }

.alert h4 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: uppercase; }

.alert h5 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 5px; }

.alert ul {
  padding-left: 16px; }

.alert li {
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px; }

.alert svg {
  flex-shrink: 0; }

.alert-danger {
  border-color: #852222;
  background: #f7e9ea; }
  .alert-danger h4, .alert-danger h5 {
    color: #852222; }

.alert-warning {
  border-color: #a57225;
  color: #a57225; }

.alert-success {
  border-color: #42886a;
  background: #f0f5f3;
  color: #42886a; }
  .alert-success h4, .alert-success h5 {
    color: #42886a; }

.alert-info a {
  color: #0c5460; }
  .alert-info a:hover {
    text-decoration: underline; }

.alert__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.alert__close--center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.alert__close__text {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: inherit; }

.avatar {
  border-radius: 50%;
  overflow: hidden; }
  .avatar--medium {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .avatar--medium .image-wrapper {
      border-radius: 50%;
      -webkit-mask-image: -webkit-radial-gradient(white, black); }
    .avatar--medium .imgupload-file {
      margin-left: 5px; }
    .avatar--medium .imgcropper-upload {
      margin-bottom: 20px; }
    .avatar--medium:hover #avatar-utils {
      opacity: 1; }
    .avatar--medium .form-group {
      margin: 0; }
    .avatar--medium .thumbnail {
      padding: 0;
      margin: 0;
      border: 0; }
    .avatar--medium #avatar-utils {
      opacity: 0;
      transition: all .3s;
      position: absolute;
      bottom: 0;
      background: rgba(28, 27, 27, 0.4);
      width: 100%;
      text-align: center; }
      .avatar--medium #avatar-utils button {
        color: #fff;
        background: transparent;
        border: 0;
        font-size: 10px;
        font-size: 1rem; }
        .avatar--medium #avatar-utils button:hover {
          color: #8d5b38; }
    .avatar--medium img {
      width: 100%; }
  .avatar--small {
    width: 62px;
    height: 62px; }

.avatar-box {
  display: inline-block;
  width: 50px; }
  .avatar-box .avatar {
    max-width: 100%; }

.banners {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .banners--home {
    height: 640px; }
    @media (max-width: 1139.98px) {
      .banners--home {
        height: 500px; } }
  .banners--dashboard img {
    max-height: 305px;
    width: auto;
    min-width: 0;
    margin-left: 75px; }
    @media (max-width: 991.98px) {
      .banners--dashboard img {
        margin-left: 0;
        max-height: 260px;
        left: 5% !important;
        -webkit-transform: none;
                transform: none; } }
  .banners--dashboard .banners__content h5, .banners--dashboard .banners__content h1 {
    opacity: 1;
    bottom: 0; }
  .banners--dashboard .banners__content h1 {
    font-size: 34px;
    line-height: 34px; }
    @media (max-width: 991.98px) {
      .banners--dashboard .banners__content h1 {
        font-size: 29px;
        line-height: 29px; } }
  @media (max-width: 1139.98px) {
    .banners--dashboard {
      max-height: 307px; }
      .banners--dashboard .banners__content {
        padding-top: 0 !important; }
      .banners--dashboard .banners__image {
        height: inherit; } }
  .banners--shop {
    height: 120px; }
  .banners--content {
    height: auto;
    padding: 120px 0 60px; }
    .banners--content .banners__content {
      position: relative;
      top: 0;
      -webkit-transform: none;
              transform: none; }
    .banners--content .banners__image {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      width: 100%; }
      @media (max-width: 991.98px) {
        .banners--content .banners__image {
          width: auto; } }
  .banners--low {
    height: 220px; }
    .banners--low .slick-dots {
      bottom: 20px; }
  .banners--page {
    height: 425px; }
    @media (max-width: 1139.98px) {
      .banners--page {
        height: 400px; } }
  .banners--db {
    height: 425px; }
    @media (max-width: 1139.98px) {
      .banners--db {
        height: 400px; } }
    @media (max-width: 767.98px) {
      .banners--db {
        height: 310px; } }
  .banners--video {
    height: 95vh; }
  @media (max-width: 991.98px) {
    .banners--register {
      height: 220px; } }
  .banners--medium {
    height: 560px; }
    .banners--medium .banners__image {
      width: auto;
      min-width: 100%;
      min-height: 560px; }
  .banners--product {
    height: 425px;
    margin-bottom: -202px; }
  .banners__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    @media (max-width: 991.98px) {
      .banners__content {
        padding-top: 50px; } }
    .banners__content .container, .banners__content .container--narrow {
      padding: 0 100px; }
      @media (max-width: 991.98px) {
        .banners__content .container, .banners__content .container--narrow {
          padding: 0 20px; } }
    .loaded .slick-current .banners__content h5, .loaded .slick-current .banners__content h1, .loaded .slick-current .banners__content .banners__p {
      opacity: 1; }
    .loaded .slick-current .banners__content h5 {
      bottom: 0; }
    .loaded .slick-current .banners__content h1 {
      bottom: 0; }
    .loaded .slick-current .banners__content p {
      bottom: 0; }
    .banners__content h5 {
      position: relative;
      bottom: -100px;
      opacity: 0;
      transition: all 1s; }
    .banners__content h1 {
      position: relative;
      bottom: -100px;
      opacity: 0;
      transition: all 1s;
      transition-delay: .5s; }
    .banners__content .banners__p {
      position: relative;
      bottom: -100px;
      opacity: 0;
      transition: all 1s;
      transition-delay: .5s; }
  .banners__cover {
    opacity: 0;
    transition: opacity .3s; }
    .banners__cover .slick-slide:after {
      content: '';
      background: rgba(51, 51, 51, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .banners__image {
    width: 100%;
    min-height: 100%; }
    @media (max-width: 1139.98px) {
      .banners__image {
        width: auto;
        min-width: 100%; } }
    @media (max-width: 767.98px) {
      .banners__image {
        width: auto;
        min-width: 100%;
        position: relative;
        height: 100%;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media (max-width: 991.98px) {
    .banners .img-right {
      position: relative;
      left: 100%;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  @media (max-width: 991.98px) {
    .banners--bottom {
      height: 220px; }
      .banners--bottom img {
        width: auto;
        min-width: 100%;
        position: relative;
        height: 100%;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none; } }

.row-banner {
  width: calc(100% + 10px);
  margin-left: -5px; }
  .row-banner .banner-element {
    padding: 0 5px; }
    .row-banner .banner-element label {
      position: static !important; }
    .row-banner .banner-element input {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      margin-top: -3px; }

.video-background {
  height: 100%; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.basket__header {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .basket__header svg {
    width: 37px;
    height: 37px; }
  .basket__header use {
    fill: #fff; }

.box--video {
  height: 525px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1139.98px) {
    .box--video {
      height: 450px; } }
  @media (max-width: 991.98px) {
    .box--video {
      height: 400px; } }
  .box--video--short {
    height: 410px; }
  .box--video > img {
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%; }
    @media (max-width: 1139.98px) {
      .box--video > img {
        width: auto;
        min-width: 100%;
        max-width: 20000px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 100%; } }
  .box--video__content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
    @media (max-width: 991.98px) {
      .box--video__content {
        padding: 0 20px; } }
    .box--video__content h5 {
      letter-spacing: 2px; }
  .box--video a:hover {
    text-decoration: none; }
  .box--video__play:hover svg {
    -webkit-transform: scale(1.07);
            transform: scale(1.07); }
  .box--video__play svg {
    transition: all .3s;
    width: 142px;
    height: 142px;
    position: relative; }
  .box--video__play span {
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
    top: -10px; }
  .box--video__play use {
    fill: #fff; }

.box--image-content {
  position: relative;
  border: 1px solid transparent; }
  .box--image-content.-fixed {
    max-height: 375px;
    overflow: hidden; }
  .box--image-content.-nb {
    border: 0 !important; }
  .box--image-content.-filter:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px; }
  .box--image-content:nth-child(2n+2) .box--image-content__image {
    border-right: 0; }
  @media (max-width: 1139.98px) {
    .box--image-content:nth-child(2n+2) .box--image-content__content {
      padding: 0 20px; } }
  .box--image-content:nth-child(2n+1) .box--image-content__image {
    border-left: 0; }
  .box--image-content:nth-child(2n+1) .box--image-content__content {
    padding-left: 0;
    padding-right: 50px; }
    @media (max-width: 1139.98px) {
      .box--image-content:nth-child(2n+1) .box--image-content__content {
        padding: 0 20px; } }
  .box--image-content__image {
    min-width: 100%;
    min-height: 100%;
    width: 100%; }
    .box--image-content__image.-nb {
      border: 0 !important; }
    .box--image-content__image + .box--image-content__content {
      position: absolute;
      padding-top: 50px;
      padding-bottom: 50px; }
  .box--image-content.-hidden {
    overflow: hidden; }
    .box--image-content.-hidden > .box--image-content__content {
      transition: opacity .4s; }
    .box--image-content.-hidden:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity .2s; }
    .box--image-content.-hidden:hover:before {
      opacity: 1; }
    .box--image-content.-hidden:hover > .box--image-content__content {
      opacity: 0; }
    .box--image-content.-hidden:hover .box--image-content__content__hidden {
      opacity: 1 !important;
      top: 0; }
  .box--image-content__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .box--image-content__content {
        padding: 20px 0; } }
    @media (max-width: 767.98px) {
      .box--image-content__content {
        text-align: center; } }
    .box--image-content__content__hidden {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50px;
      left: 0;
      padding: 0 45px;
      opacity: 0;
      transition: all .5s;
      color: #fff;
      z-index: 1;
      overflow: auto; }
      @media (max-width: 991.98px) {
        .box--image-content__content__hidden {
          padding: 20px;
          align-items: flex-start !important; } }
      .box--image-content__content__hidden p {
        line-height: 21px; }
    .box--image-content__content.-np {
      padding-top: 0;
      padding-bottom: 0; }
    .box--image-content__content.-top {
      top: 0; }
    .box--image-content__content.-left {
      left: 0; }
    .box--image-content__content.-right {
      right: 0; }
    .box--image-content__content.-bottom {
      bottom: 0; }
    .box--image-content__content.-center {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .box--image-content__content.-hcenter {
      padding: 50px !important;
      width: 100%; }
      @media (max-width: 575.98px) {
        .box--image-content__content.-hcenter {
          padding: 20px !important; } }
  .box--image-content.align-self-stretch {
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .box--image-content.align-self-stretch img {
        max-width: none; } }
  @media (max-width: 575.98px) {
    .box--image-content--banner {
      overflow: hidden; }
      .box--image-content--banner .box--image-content__image {
        position: absolute;
        min-width: 100%;
        height: 100%;
        max-width: none;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .box--image-content--banner .box--image-content__content {
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none; } }
  .box--image-content.-stuard {
    position: relative;
    overflow: hidden; }
    @media (max-width: 1139.98px) {
      .box--image-content.-stuard {
        background: #000; }
        .box--image-content.-stuard .box--image-content__image {
          position: absolute;
          top: 0;
          right: -200px;
          height: 100%;
          width: auto;
          max-width: none;
          opacity: .25; }
        .box--image-content.-stuard .box--image-content__content {
          position: static;
          -webkit-transform: none;
                  transform: none;
          top: 0;
          padding: 50px 20px !important; } }
    @media (max-width: 991.98px) {
      .box--image-content.-stuard .box--image-content__image {
        right: -150px; }
      .box--image-content.-stuard .box--image-content__content {
        background: rgba(0, 0, 0, 0.5); } }
    @media (max-width: 767.98px) {
      .box--image-content.-stuard .box--image-content__content {
        background: rgba(0, 0, 0, 0.7); } }

.box--content {
  background: #fff;
  text-align: left;
  padding: 60px 100px;
  background-image: url(images/hemp-bg-auth.4980047b2a9e78f9ce92510b878be0c9.jpg);
  background-position: top right;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .box--content {
      padding: 20px; } }
  .box--content__title {
    font-family: "Oswald", sans-serif;
    color: #b08b71;
    text-transform: uppercase;
    font-weight: 300; }
  .box--content__bottom {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 20px; }

.box--half {
  height: 520px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1139.98px) {
    .box--half {
      height: auto; } }
  .box--half__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%; }
    @media (max-width: 767.98px) {
      .box--half__image {
        width: auto;
        right: auto;
        left: 50%;
        height: 100%; }
        .box--half__image img {
          height: inherit;
          max-width: 200%; } }
    @media (max-width: 575.98px) {
      .box--half__image {
        position: static; }
        .box--half__image img {
          height: auto;
          max-width: 100%; } }
  .box--half__content {
    height: 520px; }
    @media (max-width: 991.98px) {
      .box--half__content {
        height: auto;
        padding: 50px 0; } }

.box--lr button {
  width: 100%; }

.box--lr__item:first-child {
  border-right: 10px solid #eee8e2; }

.box--lr__item:last-child {
  border-left: 10px solid #eee8e2; }

@media (max-width: 991.98px) {
  .box--lr__item.box--lr__item {
    padding: 40px 5px !important;
    border: 0 !important; } }

.box--lr .base-fieldset:after {
  display: none !important; }

.box--lr #fieldset-submitdata .form-group {
  margin: 0; }

.box--stats {
  width: calc(100% + 4px);
  margin-left: -2px; }
  .box--stats .-bb {
    border-bottom: 2px solid #eee8e2; }
  .box--stats__item {
    padding: 30px 35px;
    border-left: 2px solid #eee8e2; }
    @media (max-width: 767.98px) {
      .box--stats__item {
        border-bottom: 2px solid #eee8e2;
        padding: 20px; } }
    .box--stats__item.disabled .db__steps__icon use {
      fill: #e5dbd2; }
    .box--stats__item.disabled h2, .box--stats__item.disabled h3, .box--stats__item.disabled h4 {
      color: #e5dbd2; }
    .box--stats__item.active .db__steps__icon use {
      fill: #15b8a9; }
    .box--stats__item.active h2, .box--stats__item.active h3, .box--stats__item.active h4 {
      color: #15b8a9; }

.box--image-out .content {
  width: calc(100% - 120px); }
  @media (max-width: 991.98px) {
    .box--image-out .content {
      width: 100%; } }

.box--image-out img {
  margin-left: -234px; }

.box--image-content__image--constant {
  min-width: 100%;
  min-height: auto;
  width: auto; }

.-filter:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4); }

.breadcrumb {
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #c0a9a1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  padding: 30px 0 5px;
  background: transparent;
  margin-bottom: 0;
  border-radius: 0; }
  .breadcrumb--product {
    margin: 0 0 -35px 20px;
    position: relative;
    z-index: 1; }
  .breadcrumb a {
    font-family: "Oswald", sans-serif; }
  .breadcrumb__item {
    display: inline-block; }
    .breadcrumb__item:after {
      content: '/';
      display: inline-block;
      margin: 0 2px; }
    .breadcrumb__item:last-child:after {
      display: none; }
  .breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.btn-primary {
  background: #8d5b38; }

button {
  outline: none; }

.button--buy, .button--color, .avatar--medium .imgupload-file, .btn-default, .modal-footer .btn-success, .modal-footer .btn-primary, .order--custom .shop__catalog__search--button, #searchForm button {
  background: #f2c511;
  min-width: 145px;
  line-height: 40px;
  color: #2e2725;
  font-weight: 600;
  font-size: 9px;
  font-size: 0.9rem;
  vertical-align: middle; }
  .button--buy svg, .button--color svg, .avatar--medium .imgupload-file svg, .btn-default svg, .modal-footer .btn-success svg, .modal-footer .btn-primary svg, .order--custom .shop__catalog__search--button svg, #searchForm button svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: -1px; }
    .button--buy svg.icon-arrow, .button--color svg.icon-arrow, .avatar--medium .imgupload-file svg.icon-arrow, .btn-default svg.icon-arrow, .modal-footer .btn-success svg.icon-arrow, .modal-footer .btn-primary svg.icon-arrow, .order--custom .shop__catalog__search--button svg.icon-arrow, #searchForm button svg.icon-arrow {
      width: 22px;
      height: 23px;
      margin-left: 5px; }
  .button--buy:hover, .button--color:hover, .avatar--medium .imgupload-file:hover, .btn-default:hover, .modal-footer .btn-success:hover, .modal-footer .btn-primary:hover, .order--custom .shop__catalog__search--button:hover, #searchForm button:hover {
    background: #f8e624;
    color: #2e2725; }
    .button--buy:hover svg use, .button--color:hover svg use, .avatar--medium .imgupload-file:hover svg use, .btn-default:hover svg use, .modal-footer .btn-success:hover svg use, .modal-footer .btn-primary:hover svg use, .order--custom .shop__catalog__search--button:hover svg use, #searchForm button:hover svg use {
      fill: #2e2725 !important; }

.btn-default {
  outline: none; }
  .container-popup .btn-default {
    line-height: 24px;
    padding: 0 10px; }

.button, .avatar--medium .imgupload-file, .btn-default, .payments-zipmark__utilities .btn, .profile-notes-utilities .btn, .modal-footer .btn-success, .modal-footer .btn-primary, .modal-footer .btn-default, .order--custom .shop__catalog__search--button, #searchForm button {
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  min-width: 155px;
  text-align: center;
  padding: 0 20px;
  line-height: 40px;
  letter-spacing: 1px;
  border: 0;
  outline: none !important;
  cursor: pointer;
  border-radius: 3px;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none; }
  @media (max-width: 767.98px) {
    .button, .avatar--medium .imgupload-file, .btn-default, .payments-zipmark__utilities .btn, .profile-notes-utilities .btn, .modal-footer .btn-success, .modal-footer .btn-primary, .modal-footer .btn-default, .order--custom .shop__catalog__search--button, #searchForm button {
      min-width: 120px; } }
  .button.disabled, .avatar--medium .disabled.imgupload-file, .disabled.btn-default, .payments-zipmark__utilities .disabled.btn, .profile-notes-utilities .disabled.btn, .modal-footer .disabled.btn-success, .modal-footer .disabled.btn-primary, .order--custom .disabled.shop__catalog__search--button, #searchForm button.disabled {
    opacity: .5; }
  .button use, .avatar--medium .imgupload-file use, .btn-default use, .payments-zipmark__utilities .btn use, .profile-notes-utilities .btn use, .modal-footer .btn-success use, .modal-footer .btn-primary use, .modal-footer .btn-default use, .order--custom .shop__catalog__search--button use, #searchForm button use {
    transition: all .3s; }
  .button:hover, .avatar--medium .imgupload-file:hover, .btn-default:hover, .payments-zipmark__utilities .btn:hover, .profile-notes-utilities .btn:hover, .modal-footer .btn-success:hover, .modal-footer .btn-primary:hover, .order--custom .shop__catalog__search--button:hover, #searchForm button:hover {
    text-decoration: none; }
    .button:hover use, .avatar--medium .imgupload-file:hover use, .btn-default:hover use, .payments-zipmark__utilities .btn:hover use, .profile-notes-utilities .btn:hover use, .modal-footer .btn-success:hover use, .modal-footer .btn-primary:hover use, .order--custom .shop__catalog__search--button:hover use, #searchForm button:hover use {
      fill: #fff !important; }
  .button--primary {
    background: #8d5b38;
    color: #fff; }
    .button--primary:hover {
      color: #fff;
      background: #b27346; }
  .button--white {
    background: #fff;
    color: #8d5b38; }
    .button--white:hover {
      background: #d4c5c0; }
  .button--text {
    color: #fff; }
    .button--text .svg-icon {
      max-height: 30px;
      max-width: 40px;
      display: inline-block !important; }
    .button--text use {
      fill: #fff !important; }
    .button--text:hover {
      color: #c0a9a1; }
      .button--text:hover use {
        fill: #c0a9a1 !important; }
  .button--border, .payments-zipmark__utilities .btn, .profile-notes-utilities .btn, .modal-footer .btn-default {
    border: 2px solid #c0a9a1;
    color: #8d5b38;
    background: transparent;
    line-height: 36px; }
    .button--border:hover, .payments-zipmark__utilities .btn:hover, .profile-notes-utilities .btn:hover, .modal-footer .btn-default:hover {
      background: #c0a9a1;
      border-color: #c0a9a1;
      color: #fff; }
      .button--border:hover use, .payments-zipmark__utilities .btn:hover use, .profile-notes-utilities .btn:hover use, .modal-footer .btn-default:hover use {
        fill: #fff !important; }
    .button--border .fa-plus-circle, .payments-zipmark__utilities .btn .fa-plus-circle, .profile-notes-utilities .btn .fa-plus-circle, .modal-footer .btn-default .fa-plus-circle {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      position: relative;
      top: -1px;
      margin: 0 3px; }
    .button--border .ladda-label, .payments-zipmark__utilities .btn .ladda-label, .profile-notes-utilities .btn .ladda-label, .modal-footer .btn-default .ladda-label {
      transition: none !important; }
    .button--border use, .payments-zipmark__utilities .btn use, .profile-notes-utilities .btn use, .modal-footer .btn-default use {
      fill: #8d5b38; }
    .button--border.button--big, .payments-zipmark__utilities .button--big.btn, .payments-zipmark__utilities .modal-footer .btn.btn-success, .modal-footer .payments-zipmark__utilities .btn.btn-success, .payments-zipmark__utilities .modal-footer .btn.btn-primary, .modal-footer .payments-zipmark__utilities .btn.btn-primary, .profile-notes-utilities .button--big.btn, .profile-notes-utilities .modal-footer .btn.btn-success, .modal-footer .profile-notes-utilities .btn.btn-success, .profile-notes-utilities .modal-footer .btn.btn-primary, .modal-footer .profile-notes-utilities .btn.btn-primary, .modal-footer .button--border.btn-success, .modal-footer .button--border.btn-primary, .modal-footer .btn-default {
      line-height: 53px; }
  .button--border-tb {
    border-top: 1px solid #b08b71;
    border-bottom: 1px solid #b08b71;
    border-radius: 0; }
    .button--border-tb use {
      fill: #b08b71; }
    .button--border-tb:hover {
      color: #fff;
      background: #b08b71; }
      .button--border-tb:hover use {
        fill: #fff !important; }
  .button--border-white {
    border-color: #fff;
    color: #fff; }
    .button--border-white use {
      fill: #fff; }
    .button--border-white:hover {
      background: #fff;
      color: #445156; }
      .button--border-white:hover use {
        fill: #445156 !important; }
  .button--icon {
    min-width: 90px;
    line-height: 33px;
    text-align: center; }
    .button--icon .fa {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      opacity: .9; }
    .button--icon svg {
      width: 23px;
      height: 23px;
      color: #fff; }
    .button--icon use {
      color: #fff; }
    .button--icon--small svg {
      width: 15px;
      height: 15px;
      margin-right: 3px; }
  .button--reset {
    background: #d7d5d3;
    color: #2e2725; }
    .button--reset:hover {
      background: #bfbcb8; }
  .button--download svg {
    width: 17px;
    height: 17px;
    margin-left: 34px; }
  .button--download use {
    fill: #8d5b38; }
  .button--wide, .button--wider {
    min-width: 255px; }
    @media (max-width: 991.98px) {
      .button--wide, .button--wider {
        min-width: 120px; } }
  .button--wider {
    padding: 0 40px; }
  .button--green, .button--active {
    background: #15b8a9;
    color: #fff; }
    .button--green:hover, .button--active:hover {
      background: #108a7f;
      color: #fff; }
  .button--medium {
    line-height: 44px; }
  .button--auto, .btn-default, #searchForm button {
    min-width: 0; }
  .button--big, .modal-footer .btn-success, .modal-footer .btn-primary, .modal-footer .btn-default {
    line-height: 57px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px; }
    .button--big .icon-shop, .modal-footer .btn-success .icon-shop, .modal-footer .btn-primary .icon-shop, .modal-footer .btn-default .icon-shop {
      width: 45px;
      height: 45px; }
    .button--big .icon-next, .modal-footer .btn-success .icon-next, .modal-footer .btn-primary .icon-next, .modal-footer .btn-default .icon-next {
      margin-left: 12px;
      width: 25px; }
    .button--big.button--border, .payments-zipmark__utilities .button--big.btn, .payments-zipmark__utilities .modal-footer .btn.btn-success, .modal-footer .payments-zipmark__utilities .btn.btn-success, .payments-zipmark__utilities .modal-footer .btn.btn-primary, .modal-footer .payments-zipmark__utilities .btn.btn-primary, .profile-notes-utilities .button--big.btn, .profile-notes-utilities .modal-footer .btn.btn-success, .modal-footer .profile-notes-utilities .btn.btn-success, .profile-notes-utilities .modal-footer .btn.btn-primary, .modal-footer .profile-notes-utilities .btn.btn-primary, .modal-footer .button--border.btn-success, .modal-footer .button--border.btn-primary, .modal-footer .btn-default {
      line-height: 53px; }
  .button--auto, .btn-default, #searchForm button {
    min-width: 0; }
  .button--disabled {
    background: #eee8e2;
    color: rgba(68, 81, 86, 0.4);
    cursor: default; }
    .button--disabled:hover {
      color: rgba(68, 81, 86, 0.4); }
  .button--short, .avatar--medium .imgupload-file {
    line-height: 35px;
    height: 35px;
    letter-spacing: 0; }
    .button--short .button--border, .avatar--medium .imgupload-file .button--border, .button--short .payments-zipmark__utilities .btn, .payments-zipmark__utilities .button--short .btn, .avatar--medium .imgupload-file .payments-zipmark__utilities .btn, .payments-zipmark__utilities .avatar--medium .imgupload-file .btn, .button--short .profile-notes-utilities .btn, .profile-notes-utilities .button--short .btn, .avatar--medium .imgupload-file .profile-notes-utilities .btn, .profile-notes-utilities .avatar--medium .imgupload-file .btn, .button--short .modal-footer .btn-default, .modal-footer .button--short .btn-default, .avatar--medium .imgupload-file .modal-footer .btn-default, .modal-footer .avatar--medium .imgupload-file .btn-default {
      line-height: 30px; }
  .button--full {
    width: 100%; }
  .button--border-icon {
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    background: #fff;
    padding: 0.25rem 0.7rem !important; }
    .button--border-icon .fa {
      position: relative;
      top: 1px; }
    .button--border-icon:hover {
      color: #fff;
      background: #000;
      border-color: #000; }
  .button--enroll.button--enroll {
    background: #ffffff;
    color: #8d5b38 !important;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    font-size: 1.1rem; }
    .button--enroll.button--enroll svg {
      width: 36px;
      height: 36px;
      margin-right: 5px; }
      .button--enroll.button--enroll svg use {
        fill: #8d5b38; }
    .button--enroll.button--enroll u {
      text-decoration: none; }
    .button--enroll.button--enroll:hover {
      background: #d2d2d2; }
  .button--radio {
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
    color: #8d5b38 !important; }
    .button--radio.checked span:after {
      content: '';
      position: absolute;
      left: 7px;
      top: 3px;
      width: 7px;
      height: 12px;
      border: solid #b08b71;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .button--radio span {
      display: inline-block;
      width: 24px;
      height: 24px;
      border: 2px solid #b08b71;
      background: #fff;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 5px;
      position: relative; }
    .button--radio:hover {
      text-decoration: none;
      color: #8d5b38;
      cursor: default; }
    .button--radio:not(.checked):hover {
      color: #8d5b38;
      cursor: pointer; }
      .button--radio:not(.checked):hover span {
        border-color: #8d5b38; }
        .button--radio:not(.checked):hover span:after {
          border-color: #8d5b38; }

.btn-group-xs > .btn, .btn-xs {
  padding: .5rem .4rem;
  font-size: .875rem;
  line-height: 1.1;
  border-radius: .2rem; }

.payments-zipmark__utilities .btn {
  min-width: 0; }
  .payments-zipmark__utilities .btn .text-success {
    color: #8d5b38 !important; }
  .payments-zipmark__utilities .btn:hover .text-success {
    color: #fff !important; }

.profile-notes-utilities .btn {
  min-width: 0; }
  .profile-notes-utilities .btn .fa {
    position: relative;
    top: 0px; }

[lang="sv"] .frontend-shop-item-buy {
  padding: 0 4px; }

[lang="de"] .frontend-shop-item-buy {
  padding: 0 5px;
  font-size: 9px; }

.btn.disabled, .btn:disabled {
  cursor: not-allowed !important; }

.contact--row {
  padding: 60px 0 40px;
  margin-bottom: 50px;
  border-bottom: 2px solid #d2d1cf; }
  .contact--row small {
    color: #b08b71; }
  .contact--row p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    color: #b08b71; }
    .contact--row p.small, .contact--row p.help-block {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 22px; }
    .contact--row p.tiny {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 22px;
      margin-left: 12px; }
    @media (max-width: 767.98px) {
      .contact--row p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px; } }
  .contact--row a {
    color: #b08b71; }
    .contact--row a:hover {
      color: #997155;
      text-decoration: none; }
  .contact--row svg {
    height: 70px;
    width: 70px;
    margin-right: -10px;
    position: relative;
    top: -3px; }
    @media (max-width: 767.98px) {
      .contact--row svg {
        height: 50px;
        width: 50px; } }
    .contact--row svg use {
      fill: #b08b71; }
  .contact--row .contact---phone-list {
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .contact--row .contact---phone-list {
        margin-bottom: 40px; } }
    .contact--row .contact---phone-list dl dt {
      width: 20px; }
    .contact--row .contact---phone-list dl dt img {
      width: 20px;
      height: auto;
      float: left;
      position: relative;
      top: 1px; }
    .contact--row .contact---phone-list dl dd {
      text-align: left;
      margin-left: 35px;
      margin-bottom: 1.3rem; }
  .contact--row .contact---email-list {
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .contact--row .contact---email-list {
        margin-bottom: 40px; } }
    .contact--row .contact---email-list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .contact--row .contact---email-list li {
      margin-left: 15px;
      margin-bottom: 1.3rem; }
  .contact--row--small {
    padding: 10px 0;
    margin-bottom: 0;
    margin-left: -18px;
    border: 0; }
    @media (max-width: 991.98px) {
      .contact--row--small {
        margin-left: 0; } }
    .contact--row--small p {
      font-size: 20px;
      font-size: 2rem; }
    .contact--row--small p.small, .contact--row--small p.help-block {
      font-size: 20px;
      font-size: 2rem;
      line-height: 20px; }
    .contact--row--small p.tiny {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 20px; }
    .contact--row--small svg {
      width: 70px;
      height: 70px; }
  .contact--row--container {
    margin-top: -83px; }
    @media (max-width: 767.98px) {
      .contact--row--container {
        margin-top: 0; } }

.cookieinfo {
  background: #e0d8d2;
  padding: 10px 105px 10px 25px;
  position: relative;
  position: fixed;
  bottom: 10px;
  right: 165px;
  z-index: 10;
  border: 1px solid #eee8e2;
  max-width: 1000px;
  width: calc(100% - 175px); }
  @media (max-width: 767.98px) {
    .cookieinfo {
      right: 90px;
      width: calc(100% - 100px); } }
  @media (max-width: 767.98px) {
    .cookieinfo {
      padding-right: 45px; } }
  .cookieinfo p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 23px; }
  .cookieinfo #close-cookie {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #8b5b3a;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .cookieinfo #close-cookie {
        font-size: 0;
        line-height: 0; } }
    .cookieinfo #close-cookie svg {
      width: 24px;
      height: 24px;
      margin-left: 5px;
      position: relative;
      top: -2px; }
      .cookieinfo #close-cookie svg use {
        fill: #8b5b3a; }

.copy__icon svg {
  width: 18px;
  height: 18px; }
  .copy__icon svg use {
    fill: #8d5b38; }

.countdown {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  display: inline-block; }
  .countdown__title {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative; }
    .countdown__title:after, .countdown__title:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 25px;
      height: 3px;
      background: rgba(255, 255, 255, 0.2); }
    .countdown__title:after {
      right: 0; }
    .countdown__title:before {
      left: 0; }
  .countdown__count {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
    padding-top: 5px;
    position: relative; }
    .countdown__count:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -4px;
      content: ':';
      font-size: 42px;
      font-size: 4.2rem; }
  .countdown__timer {
    padding: 0 15px 20px 15px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2); }
    .countdown__timer__item {
      width: 100px; }
      @media (max-width: 1139.98px) {
        .countdown__timer__item {
          width: 70px; } }
      @media (max-width: 767.98px) {
        .countdown__timer__item {
          width: 100px; } }
      @media (max-width: 575.98px) {
        .countdown__timer__item {
          width: 70px; } }
      .countdown__timer__item:first-child .countdown__title:before {
        width: 35px;
        left: -15px; }
      .countdown__timer__item:first-child .countdown__count:after {
        display: none; }
      .countdown__timer__item:last-child .countdown__title:after {
        width: 35px;
        right: -15px; }
      .countdown__timer__item:last-child .countdown__count:after {
        display: none; }

.db__link {
  background: #024a71;
  padding: 0 20px; }
  @media (max-width: 575.98px) {
    .db__link {
      padding: 0 10px; } }
  .db__link--default {
    background: #eee8e2; }
    .db__link--default .db__link__title {
      color: #445156; }
  .db__link__title {
    line-height: 12px;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
    padding-right: 20px;
    color: #fff;
    flex: 0 0 100px;
    max-width: 100%; }
    @media (max-width: 575.98px) {
      .db__link__title {
        padding-left: 0 !important; } }
  .db__link__link {
    flex: 0 0 calc( 100% - 100px); }
  .db__link .profile__partner__link {
    margin: 10px 0; }

.dialog__content label i {
  font-size: 6px;
  font-size: 0.6rem;
  position: relative;
  top: -7px; }

.dialog__content .btn-danger {
  float: right;
  adding: 0 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.dialog__content .form-control-static {
  float: left; }

.dropdown {
  display: inline-block; }
  .dropdown--legend {
    position: static;
    margin-left: -10px; }
    @media (max-width: 767.98px) {
      .dropdown--legend {
        margin-left: 0; } }
    .dropdown--legend a {
      color: #415357; }
      .dropdown--legend a svg {
        width: 12px;
        height: 12px;
        margin-right: 10px; }
    .dropdown--legend .dropdown-menu {
      -webkit-transform: translate3d(0px, 34px, 0px) !important;
              transform: translate3d(0px, 34px, 0px) !important;
      width: 100%;
      border: 1px solid #e2e3e5 !important;
      padding-left: 23px; }
      .dropdown--legend .dropdown-menu .dropdown-item:before, .dropdown--legend .dropdown-menu > li:before {
        left: 0; }
  .dropdown--header {
    margin-left: 5px; }
    .dropdown--header .dropdown-item, .dropdown--header .dropdown-menu > li {
      font-size: 10px;
      font-size: 1rem; }
    .dropdown--header__content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      width: 100%;
      min-width: 100px;
      z-index: 1; }
    .dropdown--header:hover .dropdown--header__content {
      display: block; }
  .dropdown--sort {
    height: 59px; }
    .dropdown--sort.show .dropdown__trigger {
      border-color: #e1e3e4; }
      .dropdown--sort.show .dropdown__trigger svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .dropdown--sort .dropdown__trigger {
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      line-height: 59px;
      padding: 0 15px; }
      .dropdown--sort .dropdown__trigger:after {
        display: none; }
    .dropdown--sort .dropdown-menu.dropdown-menu {
      width: 100%;
      margin: -2px 0;
      border-radius: 0;
      border: 2px solid #e1e3e4;
      padding: 0; }
      .dropdown--sort .dropdown-menu.dropdown-menu a {
        padding: .25rem 15px; }
        .dropdown--sort .dropdown-menu.dropdown-menu a:hover {
          color: #fff;
          background: #b08b71; }
    .dropdown--sort a {
      color: #212529;
      text-transform: uppercase;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 1px;
      font-weight: 600; }
    .dropdown--sort use {
      fill: #8d5b38; }
    .dropdown--sort svg {
      margin-left: 30px;
      width: 16px;
      height: 16px; }
  .dropdown--border .dropdown__trigger {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 10px; }
  .dropdown--border--half .dropdown__trigger {
    border-left: 0;
    border-right: 0; }
    .dropdown--border--half .dropdown__trigger:after {
      margin-left: 2px; }
  .dropdown--border--half .dropdown-menu {
    min-width: 100%; }
  .dropdown--border--bottom .dropdown__trigger {
    border: 0;
    border-bottom: 1px solid #b4b4b4; }
  .dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    background: white;
    padding: 5px 15px; }
    .dropdown .dropdown-menu a {
      color: rgba(0, 0, 0, 0.7) !important;
      text-transform: uppercase;
      font-size: 10px;
      font-size: 1rem;
      position: relative;
      padding: 0 6px;
      line-height: 28px; }
      .dropdown .dropdown-menu a:hover {
        color: #000;
        background: #fff; }
      .dropdown .dropdown-menu a:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        left: 50%;
        height: 2px;
        background: #2e2e2e;
        transition: all .3s; }
      .dropdown .dropdown-menu a:hover {
        text-decoration: none; }
        .dropdown .dropdown-menu a:hover:before {
          width: 100%;
          left: 0; }
  .dropdown__trigger {
    line-height: 23px;
    padding: 0 5px;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap; }
    .dropdown__trigger--noarrow:after {
      display: none !important; }
    .dropdown__trigger:after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    .dropdown__trigger:hover {
      text-decoration: none; }

.dropdown-item, .dropdown-menu > li {
  padding: .25rem 7px; }
  .dropdown-item.active, .dropdown-menu > li.active, .dropdown-item:active, .dropdown-menu > li:active {
    background: #fff; }

.dropdown-menu > li.active, .dropdown-menu > li:active {
  background: #fff !important; }

.dropdown-item, .dropdown-menu > li,
.dropdown-menu > li {
  font-size: 14px;
  font-size: 1.4rem; }
  .dropdown-item a, .dropdown-menu > li a,
  .dropdown-menu > li a {
    display: block; }

.error {
  background: #fff;
  padding-bottom: 120px;
  position: relative; }
  @media (max-width: 991.98px) {
    .error {
      padding-bottom: 200px; } }
  .error .hemp--home-right {
    height: 100%;
    min-height: 700px;
    z-index: 1;
    right: 0; }
  .error__number {
    font-size: 130px;
    font-size: 13rem;
    line-height: 1;
    font-weight: 200;
    color: #749b8a;
    font-family: "Work Sans", sans-serif;
    opacity: .5; }
  .error__title {
    font-size: 48px;
    font-size: 4.8rem;
    max-width: 460px;
    color: #749b8a;
    line-height: 1.1; }
  .error__lead {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    padding: 25px 20px;
    text-align: center;
    border-top: 2px solid #d2d1cf;
    border-bottom: 2px solid #d2d1cf; }

.event-box {
  background-color: #e8e5e2;
  position: absolute;
  z-index: 9;
  display: inline-block;
  max-width: 200px;
  color: #8d5b38; }

.event-box-content {
  position: relative; }

.event-box-content__social {
  text-align: center; }

.event-box-content__social__icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 10px; }
  .event-box-content__social__icon svg {
    max-height: 15px;
    max-width: 15px;
    fill: #8d5b38; }
  .event-box-content__social__icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: white;
    z-index: -1;
    border-radius: 50%; }

.event-box__info {
  color: #8d5b38;
  font-size: 1.5rem;
  line-height: normal;
  font-family: "Oswald", sans-serif; }

.event-box__info--smaller {
  font-size: 1.2rem;
  font-weight: 400; }

.line {
  width: 50px;
  height: 2px;
  background-color: #8d5b38; }

#close-event {
  position: absolute;
  right: 15px;
  top: 9px;
  color: #8b5b3a;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500; }
  #close-event svg {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    fill: #8d5b38; }

.form--frontend {
  padding-bottom: 40px; }
  .form--frontend input:-webkit-autofill,
  .form--frontend input:-webkit-autofill:hover,
  .form--frontend input:-webkit-autofill:focus textarea:-webkit-autofill,
  .form--frontend textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  .form--frontend select:-webkit-autofill,
  .form--frontend select:-webkit-autofill:hover,
  .form--frontend select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    background-color: #fff;
    content: '';
    -webkit-animation-name: onAutoFillStart;
            animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s; }
  .form--frontend input:not(:-webkit-autofill) {
    -webkit-animation-name: onAutoFillCancel;
            animation-name: onAutoFillCancel; }
  .form--frontend ::-webkit-input-placeholder {
    color: transparent; }
  .form--frontend :-ms-input-placeholder {
    color: transparent; }
  .form--frontend ::-ms-input-placeholder {
    color: transparent; }
  .form--frontend ::placeholder {
    color: transparent; }
  .form--frontend .has-error input, .form--frontend .has-error .select2-container .select2-choice {
    border-bottom-color: #852222 !important;
    border-width: 1px; }
  .form--frontend .has-error input:not([type=checkbox]):not([type=radio]), .form--frontend .has-error .select2-container .select2-choice {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
    background: #f7e9ea; }
  .form--frontend .has-error .input-group--link input {
    width: auto !important;
    margin-left: 0 !important; }
  .form--frontend .has-error .radio-inline {
    border-bottom: 2px solid #852222; }
  .form--frontend .has-error .checkbox p:before {
    border-color: #852222; }
  .form--frontend .has-warning input, .form--frontend .has-warning .select2-container .select2-choice {
    border-bottom-color: #f2c511 !important;
    border-width: 1px; }
  .form--frontend .has-warning input:not([type=checkbox]):not([type=radio]), .form--frontend .has-warning .select2-container .select2-choice {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
    background: #fcf3cf; }
  .form--frontend .has-warning .radio-inline {
    border-bottom: 2px solid #f2c511; }
  .form--frontend .has-warning .checkbox p:before {
    border-color: #f2c511; }
  .form--frontend .has-success input, .form--frontend .has-success .select2-container .select2-choice {
    border-bottom-color: #42886a !important;
    border-width: 1px; }
  .form--frontend .has-success input:not([type=checkbox]):not([type=radio]), .form--frontend .has-success .select2-container .select2-choice {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
    background: #97ccb5; }
  .form--frontend .has-success .radio-inline {
    border-bottom: 2px solid #42886a; }
  .form--frontend .has-success .checkbox p:before {
    border-color: #42886a; }
  .form--frontend textarea {
    min-height: 150px;
    padding: 10px 0; }
  .form--frontend fieldset.base-fieldset:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px; }
  .form--frontend input, .form--frontend button, .form--frontend textarea {
    outline: none; }
  .form--frontend input, .form--frontend textarea {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    color: #445156;
    border-radius: 0; }
  .form--frontend button {
    cursor: pointer; }
  .form--frontend .form-group {
    position: relative;
    margin: 40px 0; }
    .form--frontend .form-group div[class*="col-md-12"], .form--frontend .form-group div[class*="col-sm-12"], .form--frontend .form-group div[class*="col-xs-12"] {
      padding: 0 18px; }
      .form--frontend .form-group div[class*="col-md-12"] label, .form--frontend .form-group div[class*="col-sm-12"] label, .form--frontend .form-group div[class*="col-xs-12"] label {
        left: 18px; }
      .form--frontend .form-group div[class*="col-md-12"]:first-child, .form--frontend .form-group div[class*="col-sm-12"]:first-child, .form--frontend .form-group div[class*="col-xs-12"]:first-child {
        padding-left: 0; }
        .form--frontend .form-group div[class*="col-md-12"]:first-child label, .form--frontend .form-group div[class*="col-sm-12"]:first-child label, .form--frontend .form-group div[class*="col-xs-12"]:first-child label {
          left: 0; }
      .form--frontend .form-group div[class*="col-md-12"]:last-child, .form--frontend .form-group div[class*="col-sm-12"]:last-child, .form--frontend .form-group div[class*="col-xs-12"]:last-child {
        padding-right: 0; }
      @media (max-width: 991.98px) {
        .form--frontend .form-group div[class*="col-md-12"], .form--frontend .form-group div[class*="col-sm-12"], .form--frontend .form-group div[class*="col-xs-12"] {
          padding: 0;
          margin-bottom: 35px;
          width: 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .form--frontend .form-group div[class*="col-md-12"] label, .form--frontend .form-group div[class*="col-sm-12"] label, .form--frontend .form-group div[class*="col-xs-12"] label {
            left: 0; } }
  .form--frontend .addon-label {
    left: 45px !important;
    top: 3px; }
  .form--frontend label {
    position: absolute !important;
    top: 2px;
    z-index: 1;
    left: 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    opacity: .7;
    font-family: "Work Sans", sans-serif;
    transition: all .3s; }
    .form--frontend label.col-sm-auto {
      width: auto; }
    .form--frontend label span.offset {
      display: inline-block;
      margin-left: 45px;
      transition: margin-left .3s; }
    .form--frontend label.moved {
      top: -20px;
      font-size: 10px;
      font-size: 1rem; }
      .form--frontend label.moved span {
        margin-left: 0px; }
    .form--frontend label.required i {
      float: right;
      color: #852222;
      font-size: 5px;
      font-size: 0.5rem;
      position: relative;
      top: 3px;
      left: 3px;
      opacity: .5; }
  .form--frontend .form-control {
    background: transparent; }
  .form--frontend.promo-form input[type='checkbox'] + p, .form--frontend.promo-form input[type='checkbox'] + i + p {
    width: auto;
    margin-right: 5px; }
  .form--frontend input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    height: 0;
    width: auto; }
    .form--frontend input[type='checkbox'] + p, .form--frontend input[type='checkbox'] + i + p {
      display: inline-block;
      width: 100%; }
      .form--frontend input[type='checkbox'] + p:before, .form--frontend input[type='checkbox'] + i + p:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 21px;
        height: 21px;
        border: 2px solid #e1e3e4;
        margin-right: 12px;
        position: relative; }
    .form--frontend input[type='checkbox']:checked + p, .form--frontend input[type='checkbox']:checked + i + p {
      position: relative; }
      .form--frontend input[type='checkbox']:checked + p:before, .form--frontend input[type='checkbox']:checked + i + p:before {
        border-color: #b08b71; }
      .form--frontend input[type='checkbox']:checked + p:after, .form--frontend input[type='checkbox']:checked + i + p:after {
        content: '';
        position: absolute;
        left: 12px;
        top: 4px;
        width: 6px;
        height: 11px;
        border: solid #b08b71;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .form--frontend .checked p {
    position: relative;
    opacity: .3; }
    .form--frontend .checked p:before {
      content: '';
      display: inline-block;
      width: 21px;
      height: 21px;
      border: 2px solid #b08b71;
      margin-right: 12px;
      position: relative;
      top: 6px; }
    .form--frontend .checked p:after {
      content: '';
      position: absolute;
      left: 12px;
      top: 9px;
      width: 6px;
      height: 11px;
      border: solid #b08b71;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .form--frontend .radio--block {
    margin: 20px 0; }
    .form--frontend .radio--block label {
      position: static !important; }
    .form--frontend .radio--block .radio {
      margin-top: 0; }
  .form--frontend .radio {
    padding-left: 0;
    margin-bottom: -10px;
    margin-top: 20px; }
    .form--frontend .radio label {
      position: static !important;
      font-size: 14px;
      font-size: 1.4rem; }
    .form--frontend .radio:not(.radio-multiple) input {
      width: 15px;
      height: 29px;
      vertical-align: middle;
      margin-left: 2px; }
    .form--frontend .radio.radio-multiple input[type='radio'] {
      opacity: 0;
      position: absolute;
      height: 0; }
      .form--frontend .radio.radio-multiple input[type='radio'] + p, .form--frontend .radio.radio-multiple input[type='radio'] + i + p {
        display: inline-block; }
        .form--frontend .radio.radio-multiple input[type='radio'] + p:before, .form--frontend .radio.radio-multiple input[type='radio'] + i + p:before {
          content: '';
          display: inline-block;
          width: 21px;
          height: 21px;
          border: 2px solid #e1e3e4;
          margin-right: 12px;
          position: relative;
          border-radius: 50%;
          top: 3px; }
      .form--frontend .radio.radio-multiple input[type='radio']:checked + p, .form--frontend .radio.radio-multiple input[type='radio']:checked + i + p {
        position: relative; }
        .form--frontend .radio.radio-multiple input[type='radio']:checked + p:before, .form--frontend .radio.radio-multiple input[type='radio']:checked + i + p:before {
          border-color: #b08b71; }
        .form--frontend .radio.radio-multiple input[type='radio']:checked + p:after, .form--frontend .radio.radio-multiple input[type='radio']:checked + i + p:after {
          content: '';
          position: absolute;
          left: 12px;
          top: 8px;
          width: 5px;
          height: 10px;
          border: solid #b08b71;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
    .form--frontend .radio .radio-inline {
      margin-right: 15px;
      font-size: 12px;
      font-size: 1.2rem;
      color: #445156;
      text-transform: capitalize;
      opacity: 1;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .form--frontend .radio .radio-inline {
          display: block; } }
      .form--frontend .radio .radio-inline input {
        width: auto;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 5px; }
  .form--frontend .checkbox {
    line-height: 14px;
    margin-bottom: 4px;
    margin-top: -20px;
    padding-left: 0; }
    .form--frontend .checkbox .text-muted p:before, .form--frontend .checkbox .help-block p:before, .form--frontend .checkbox .text-muted p:after, .form--frontend .checkbox .help-block p:after {
      opacity: .4; }
    .form--frontend .checkbox label {
      font-size: 12px;
      font-size: 1.2rem;
      color: #445156 !important;
      font-weight: 500;
      margin-bottom: 0;
      cursor: pointer;
      position: relative !important;
      opacity: 1; }
      .form--frontend .checkbox label.moved {
        top: 0; }
      .form--frontend .checkbox label.required i {
        float: left;
        top: 9px;
        left: 28px; }
      .form--frontend .checkbox label p {
        margin-bottom: 0;
        padding-left: 36px;
        text-indent: -32px; }
  .form--frontend .help-block {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 15px;
    padding-top: 5px; }
  .form--frontend .form-control-static {
    line-height: 35px;
    min-height: 35px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #445156; }
  .form--frontend input, .form--frontend textarea {
    height: 35px;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #cfd4d6;
    transition: border-color .3s;
    font-weight: 400;
    color: #445156; }
    .form--frontend input:focus, .form--frontend textarea:focus {
      border-color: #b08b71 !important;
      outline: none;
      box-shadow: none; }
  .form--frontend .reset-checkbox-grid *[class^="col-"] {
    width: 100% !important; }
  .form--frontend .reset-checkbox-grid *[class*="offset-"] {
    margin-left: 0 !important; }
  .form--frontend .select2-chosen,
  .form--frontend .select2-choice > span:first-child,
  .form--frontend .select2-container .select2-choices .select2-search-field input {
    padding: 0; }
  .form--frontend .select2-default {
    color: #445156 !important; }
  .form--frontend .firstline-wrapper {
    margin-top: -35px; }

.form--reports {
  margin-top: 40px; }
  .form--reports label {
    text-transform: uppercase;
    font-weight: 600; }
    .form--reports label.moved {
      top: -35px; }
  .form--reports .form-group {
    padding: 25px;
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0; }
  .form--reports .panel-body {
    background-color: #eee8e2; }
    .form--reports .panel-body #form-errors {
      margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .form--reports .form-group {
      width: 100%;
      float: unset;
      display: block;
      padding: 20px; } }

.form--page-search {
  margin-top: -80px; }

.form .input-group-addon {
  line-height: 35px;
  padding-right: 10px; }

.form .select2-bootstrap-append .btn {
  line-height: 35px;
  padding: 0 10px; }

.form .static-bootstrap-append .btn {
  line-height: 35px;
  padding: 0 10px;
  margin: 0 10px; }

.fileupload-control .add {
  width: 100%;
  border: 2px dotted #d7d5d3;
  text-align: center;
  background: #fff;
  padding: 35px 0;
  color: #445156;
  display: block;
  border-radius: 0;
  -webkit-appearance: none; }

.radio--special {
  margin-bottom: 40px !important; }
  .radio--special > div {
    display: flex; }
    @media (max-width: 767.98px) {
      .radio--special > div {
        flex-flow: column; } }
  .radio--special label.control-label.control-label {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Playfair Display", serif;
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #445156;
    margin-bottom: 20px; }
    .radio--special label.control-label.control-label .fa-asterisk {
      display: none; }
  .radio--special .radio-inline.radio-inline {
    background: #f6f1ed;
    border-top: 5px solid #f6f1ed;
    border-bottom: 5px solid #f6f1ed;
    height: 170px;
    display: flex;
    flex: auto;
    align-items: center;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #71523a;
    justify-content: center;
    cursor: pointer;
    position: relative !important;
    top: 0;
    left: 0; }
    .radio--special .radio-inline.radio-inline input {
      width: 0;
      height: 0;
      opacity: 0; }
      .radio--special .radio-inline.radio-inline input:checked + span:after {
        content: '';
        position: absolute;
        left: 9px;
        top: 9px;
        width: 7px;
        height: 12px;
        border: solid #71523a;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .radio--special .radio-inline.radio-inline span {
      position: relative; }
      .radio--special .radio-inline.radio-inline span:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid #71523a;
        margin-right: 5px;
        position: relative;
        top: 4px;
        left: 0; }
    .radio--special .radio-inline.radio-inline:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      background: #c4c6c6;
      height: 100%; }
    .radio--special .radio-inline.radio-inline.-checked {
      background: #fff; }
      .radio--special .radio-inline.radio-inline.-checked:after {
        display: none; }
      .radio--special .radio-inline.radio-inline.-checked + label:after {
        display: none; }
    .radio--special .radio-inline.radio-inline:first-child {
      border-top-left-radius: 85px;
      border-bottom-left-radius: 85px;
      border-left: 5px solid #f6f1ed; }
      .radio--special .radio-inline.radio-inline:first-child:after {
        display: none; }
    .radio--special .radio-inline.radio-inline:last-child {
      border-top-right-radius: 85px;
      border-bottom-right-radius: 85px;
      border-right: 5px solid #f6f1ed; }
    @media (max-width: 767.98px) {
      .radio--special .radio-inline.radio-inline {
        border-right: 5px solid #f6f1ed;
        border-left: 5px solid #f6f1ed;
        border-radius: 0 !important;
        margin-bottom: 5px;
        height: 90px; }
        .radio--special .radio-inline.radio-inline:after {
          display: none; } }
  .radio--special.has-error .radio-inline.radio-inline {
    color: #992727; }
    .radio--special.has-error .radio-inline.radio-inline span:before {
      border-color: #992727; }

.reset-input-width *[class^="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }

.reset-input-width label[class^="col-"] {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto; }

#form-errors {
  margin: 20px 0; }

.users-basket-address-book-control .row, .users-basket-address-book-control .dl-horizontal {
  display: block; }

.field--autoshipment label {
  opacity: 1;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.field--autoshipment .radio {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px; }
  .field--autoshipment .radio:last-child {
    margin-right: 0; }
  .field--autoshipment .radio input {
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #fff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 50% 50%;
    margin-right: 6px; }
    .field--autoshipment .radio input:checked {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTInIGhlaWdodD0nMTInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdub256ZXJvJyBkPSdNMTAuMzQ0IDFMNC44OTEgNy4xNDMgMS40MDMgNC4yODUgMCA1Ljk5N2w1LjEzNCA0LjIwN0wxMiAyLjQ3eicvPjwvc3ZnPg=="); }
    .field--autoshipment .radio input:focus {
      outline: none;
      border-color: #fff !important; }
  .field--autoshipment .radio label {
    font-family: "Oswald", sans-serif !important;
    font-size: 1.6rem !important;
    text-transform: uppercase !important;
    display: flex; }

.field--autoshipment .field--autoshipment__label {
  position: static !important;
  top: auto !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 1.6rem !important;
  opacity: 1 !important;
  text-transform: uppercase !important; }

@media (max-width: 575.98px) {
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; } }

@-webkit-keyframes onAutoFillStart {
  from {
    /**/ }
  to {
    /**/ } }

@keyframes onAutoFillStart {
  from {
    /**/ }
  to {
    /**/ } }

@-webkit-keyframes onAutoFillCancel {
  from {
    /**/ }
  to {
    /**/ } }

@keyframes onAutoFillCancel {
  from {
    /**/ }
  to {
    /**/ } }

.fs-vo {
  background: #fff;
  z-index: 1040;
  overflow: auto; }
  .fs-vo--full {
    position: fixed;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important; }
    .fs-vo--full .fs-vo__trigger {
      right: 20px; }
  .fs-vo > div {
    width: 100% !important;
    transition: all 1s; }
  .fs-vo__trigger {
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 12px;
    padding: 3px 4px 2px 4px; }
    .fs-vo__trigger svg {
      width: 24px;
      height: 24px;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .fs-vo__trigger use {
      fill: #8d5b38; }
    .fs-vo__trigger:hover {
      text-decoration: none; }
      .fs-vo__trigger:hover svg {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.gallery__image .youtube-container {
  margin: 10px 0 6px; }

.gallery__item {
  padding-bottom: 40px;
  height: 100%; }

.gallery__title {
  color: #445156;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem; }

.header--selector {
  margin: 0 10px; }
  @media (max-width: 767.98px) {
    .header--selector {
      display: none !important; } }
  .header--selector__content {
    padding: 20px 40px 20px 30px !important;
    position: relative;
    top: calc(100% + 5px) !important;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    right: 50% !important;
    left: auto !important; }
    .header--selector__content .header__languages__flag {
      width: 18px;
      height: 18px; }
    .header--selector__content .dropdown__trigger:before {
      bottom: -1px !important; }
    .header--selector__content:after {
      content: '';
      display: block;
      position: absolute;
      top: -5px;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 5px 5px;
      border-color: transparent transparent #ffffff transparent; }
    .header--selector__content:before {
      content: '';
      display: block;
      position: absolute;
      top: -8px;
      left: 0;
      width: 100%;
      height: 8px; }
    .header--selector__content .dropdown__trigger.dropdown__trigger {
      font-size: 11px !important;
      display: block;
      width: calc(100% + 10px); }
      .header--selector__content .dropdown__trigger.dropdown__trigger:after {
        font-size: 10px !important;
        float: right;
        top: 11px;
        position: relative;
        display: inline-block; }
  .header--selector__header {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
    color: #445156;
    font-size: 13px;
    font-size: 1.3rem; }
  .header--selector__title {
    color: #504e4e;
    width: 90px;
    flex: 0 0 90px;
    padding-right: 10px;
    font-size: 13px;
    font-size: 1.3rem; }
    .header--selector__title + div {
      width: calc(100% - 90px); }

.header--primary {
  height: 90px;
  margin-bottom: -90px;
  position: relative;
  z-index: 10;
  padding: 10px 20px 0; }
  @media (max-width: 1139.98px) {
    .header--primary {
      height: 105px;
      margin-bottom: -105px; } }
  @media (max-width: 767.98px) {
    .header--primary {
      height: 90px;
      margin-bottom: -90px; } }
  .header--primary__main {
    margin-top: 13px;
    flex-wrap: wrap; }
  .header--primary__top {
    justify-content: flex-end;
    margin-bottom: -5px; }
    @media (max-width: 767.98px) {
      .header--primary__top {
        margin-bottom: 3px; } }
    @media (max-width: 767.98px) {
      .header--primary__top {
        justify-content: space-between; } }
  .header--primary__expire {
    display: inline-block;
    background: #f3f2ee;
    border-radius: 3px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #445156;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    max-width: 45vw;
    text-align: center; }
    @media (max-width: 767.98px) {
      .header--primary__expire {
        line-height: 12px;
        padding: 3px 8px;
        height: auto;
        min-height: 20px; } }
    .header--primary__expire.text-danger {
      background: #c22623;
      color: #fff !important; }
  .header--primary__timers {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400; }
    .header--primary__timers p {
      margin-left: 5px;
      line-height: 26px; }
      @media (max-width: 767.98px) {
        .header--primary__timers p {
          margin-left: 0;
          font-size: 8px;
          font-size: 0.8rem; } }
    @media (max-width: 1139.98px) {
      .header--primary__timers {
        text-align: left;
        justify-content: flex-start !important; } }
    @media (max-width: 991.98px) {
      .header--primary__timers {
        margin-bottom: -3px;
        margin-top: -5px; }
        .header--primary__timers p {
          line-height: 15px; } }
    @media (max-width: 575.98px) {
      .header--primary__timers {
        display: block;
        justify-content: flex-start !important;
        margin-left: 0;
        padding: 5px 0;
        font-size: 10px;
        font-size: 1rem; }
        .header--primary__timers p {
          line-height: 12px; } }
  .header--primary__google-translate .goog-te-gadget {
    display: inline-block;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0px;
    font-size: 0rem; }
    .header--primary__google-translate .goog-te-gadget select {
      background: transparent;
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      margin: 0; }
    .header--primary__google-translate .goog-te-gadget * {
      color: rgba(255, 255, 255, 0.7) !important;
      font-size: 9px !important; }
    .header--primary__google-translate .goog-te-gadget option {
      color: #445156 !important; }
    .header--primary__google-translate .goog-te-gadget > div {
      display: inline-block;
      color: #fff;
      margin-right: 5px; }

.header--no-social .header__social {
  display: none; }

.header--social-grey .header__social {
  top: 182px;
  display: none; }
  @media (min-width: 1140px) {
    .header--social-grey .header__social {
      display: block; } }
  .header--social-grey .header__social .header__social__slug {
    color: #5e6973; }
  .header--social-grey .header__social .header__social__line:after {
    background: #5e6973; }
  .header--social-grey .header__social .social--header svg use {
    fill: #5e6973; }

.header--dark {
  margin-bottom: 0; }
  .header--dark .header--primary__timers * {
    color: #29383f !important; }
  .header--dark .header--primary__google-translate .goog-te-gadget * {
    color: #445156 !important; }
  .header--dark .header--primary__expire {
    color: #445156;
    background: rgba(255, 255, 255, 0.5); }
  .header--dark .header__logo .-white {
    display: none; }
  .header--dark .header__logo .-black {
    display: block; }
  .header--dark .header__user__enroll svg {
    width: 19px;
    height: 19px; }
    .header--dark .header__user__enroll svg use {
      fill: #29383f; }
  .header--dark .header__user__enroll:hover use {
    fill: #563822; }
  .header--dark .nav--burger__trigger span {
    background: #29383f; }
  .header--dark .nav--primary__item > a {
    color: #29383f; }
    .header--dark .nav--primary__item > a:hover:after {
      background: #2e2e2e; }
  .header--dark .nav--primary__item.active > a:after {
    background: #2e2e2e; }
  .header--dark .header__user .dropdown > a, .header--dark .header__user .header__user__info, .header--dark .header__user .header__user__info a {
    color: #29383f; }
  .header--dark .header__user p {
    display: inline-block; }
  .header--dark .header__user__status__upgrade use {
    fill: #000; }
  .header--dark .nav--auth {
    color: #697276; }
    .header--dark .nav--auth a {
      color: #697276; }
  .header--dark .search--header use {
    fill: #29383f; }
  .header--dark .basket__header use {
    fill: #29383f; }
  .header--dark .dropdown--border .dropdown__trigger {
    color: #777e80;
    border-color: #b8b9b9; }

.header__logo {
  display: inline-block;
  vertical-align: middle; }
  .header__logo img {
    width: 140px;
    height: 23px;
    display: block; }
    .header__logo img.-black {
      display: none; }

.header__languages {
  display: inline-block; }
  @media (max-width: 767.98px) {
    .header__languages {
      display: none; } }
  .header__languages__flag {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
    .header__languages__flag .flag {
      vertical-align: top;
      position: relative;
      left: -2px;
      top: -1px;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.header__social {
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 120px;
  right: 10px;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 1139.98px) {
    .header__social {
      right: -5px; } }
  @media (max-width: 767.98px) {
    .header__social {
      display: none; } }
  .header__social__rotate__outer {
    display: table; }
  .header__social__rotate__inner {
    padding: 50% 0;
    height: 0; }
  .header__social__line {
    text-align: center; }
    .header__social__line:after {
      background: rgba(255, 255, 255, 0.7);
      display: inline-block;
      content: '';
      width: 1px;
      height: 30px;
      margin: 20px 0 5px; }
      @media (max-width: 991.98px) {
        .header__social__line:after {
          height: 20px;
          margin: 10px 0 0; } }
  .header__social__slug {
    display: block;
    padding-bottom: 5px;
    white-space: nowrap;
    color: #fff;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
    margin-top: -50%; }

.header--title, .header--border {
  padding: 15px 20px 15px 15px;
  border-top: 2px solid #e1e3e4;
  border-bottom: 2px solid #e1e3e4;
  color: #445156;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }
  .header--title .sort, .header--border .sort {
    height: 59px;
    margin: -17px -20px -17px 0; }
  .header--title__icon, .header--border__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .header--title__icon use, .header--border__icon use {
      fill: #4e5a5f; }
  .header--title .js-slide-icon, .header--title .js-slide-icon svg, .header--border .js-slide-icon, .header--border .js-slide-icon svg {
    width: 14px;
    height: 14px; }
    .header--title .js-slide-icon use, .header--title .js-slide-icon svg use, .header--border .js-slide-icon use, .header--border .js-slide-icon svg use {
      fill: #535f63; }

.header--tabs {
  padding: 0; }
  .header--tabs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .header--tabs__item, .header--tabs li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    line-height: 60px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: border-color .3s;
    margin-right: -3px; }
    @media (max-width: 991.98px) {
      .header--tabs__item, .header--tabs li {
        line-height: 35px; } }
    @media (max-width: 991.98px) {
      .header--tabs__item, .header--tabs li {
        line-height: 18px;
        width: 50%;
        padding: 6px 0;
        text-align: center; } }
    .header--tabs__item:hover, .header--tabs li:hover {
      border-color: #aab7bc; }
    .header--tabs__item.active, .header--tabs li.active {
      border-color: #445156; }
    .header--tabs__item a, .header--tabs__item.link, .header--tabs li a, .header--tabs li.link {
      display: block;
      color: #445156; }
      .header--tabs__item a:hover, .header--tabs__item.link:hover, .header--tabs li a:hover, .header--tabs li.link:hover {
        text-decoration: none; }

.header__user {
  white-space: nowrap;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 1200px) {
    .header__user {
      margin-left: 0; } }
  @media (max-width: 1139.98px) {
    .header__user .dropdown-user {
      right: 0 !important;
      left: auto !important;
      -webkit-transform: translate3d(0px, 35px, 0px) !important;
              transform: translate3d(0px, 35px, 0px) !important; } }
  @media (max-width: 575.98px) {
    .header__user {
      margin-left: 0; } }
  .header__user__enroll svg {
    width: 19px;
    height: 19px; }
    .header__user__enroll svg use {
      fill: #fff; }
  .header__user__enroll:hover use {
    fill: #fff; }
  .header__user .dropdown > a, .header__user__info, .header__user__info a {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 500;
    display: block; }
  .header__user__info a:hover {
    text-decoration: underline !important; }
  .header__user .dropdown-menu {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 180px;
    top: 100%; }
    .header__user .dropdown-menu li {
      padding: 0; }
    .header__user .dropdown-menu svg {
      width: 14px;
      height: 14px;
      margin-right: 8px;
      position: relative;
      top: -1px; }
  .header__user a:hover {
    text-decoration: none; }
  .header__user > ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .header__user__avatar {
    display: inline-block;
    margin-left: 5px; }
    .header__user__avatar img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff; }
  .header__user__status__upgrade {
    width: 30px;
    height: 30px; }
    .header__user__status__upgrade use {
      fill: #fff; }

.header--legend, .form--frontend legend {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  background: #f6f1ed;
  line-height: 35px;
  padding: 0 20px;
  color: #445156;
  margin-bottom: -15px; }

.header--dotted {
  border: 0 !important;
  border-bottom: 2px dotted #d9d9d4 !important;
  padding: 0 0 15px 0;
  color: #445156; }
  .header--dotted__text {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600; }

.header--fixed {
  position: fixed;
  z-index: 1010;
  top: -85px;
  transition: all .4s;
  width: 100%;
  left: 0;
  padding-top: 0;
  height: 48px;
  background: linear-gradient(to right, rgba(72, 135, 99, 0.9) 0%, rgba(76, 106, 89, 0.9) 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media print {
    .header--fixed {
      display: none; } }
  .header--fixed .mmenu__trigger {
    position: static;
    float: right;
    margin: 12px 0 0 10px; }
  .header--fixed .header--fixed__dn {
    display: none; }

.header__rwd-selectors {
  justify-content: flex-end;
  margin-top: -28px; }
  .header--nologin .header__rwd-selectors {
    margin-top: 0; }

.header--show {
  top: 0; }

.header--nologin {
  padding-top: 10px; }

.hemp--image {
  position: absolute;
  pointer-events: none; }
  @media (max-width: 1139.98px) {
    .hemp--image {
      display: none; } }
  @media print {
    .hemp--image {
      display: block !important; } }
  .hemp--image.-bottom {
    bottom: 0 !important; }
  .hemp--image.-bottom5 {
    bottom: 5% !important; }

.hemp--home-right {
  top: 0;
  right: -10px; }
  .hemp--home-right.-left {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: auto;
    left: 0; }

.hemp--home-left {
  bottom: 380px;
  left: -10px; }

.image--h100 {
  overflow: hidden; }
  .image--h100 img {
    min-height: 100%; }

.infoboxes--home__item {
  min-height: 50%;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .infoboxes--home__item {
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .infoboxes--home__item {
      max-height: 190px; } }
  @media screen and (max-width: 990px) {
    .infoboxes--home__item img {
      width: 100%;
      position: absolute; } }
  @media screen and (max-width: 900px) {
    .infoboxes--home__item img {
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute; } }
  @media (max-width: 767.98px) {
    .infoboxes--home__item img {
      height: auto;
      max-width: 100%;
      position: static; } }
  @media screen and (max-width: 380px) {
    .infoboxes--home__item img {
      height: 190px;
      max-width: none;
      width: 360px; } }

@media (max-width: 1139.98px) {
  .infoboxes--home .h-50 {
    overflow: hidden; }
    .infoboxes--home .h-50 img {
      height: 100%;
      position: absolute;
      max-width: 1000px; } }

@media (max-width: 767.98px) {
  .infoboxes--home img {
    max-height: 100%; } }

@media (max-width: 767.98px) {
  .infoboxes--home .h-50 {
    height: 200px !important; }
    .infoboxes--home .h-50 img {
      width: 100%;
      min-height: 100%;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.infoboxes--home__item.h-50 {
  overflow: hidden; }
  @media screen and (max-width: 400px) {
    .infoboxes--home__item.h-50 {
      height: 210px !important; }
      .infoboxes--home__item.h-50 img {
        max-width: none !important;
        height: 100% !important;
        width: auto; } }

.js-slide-trigger {
  cursor: pointer; }
  .js-slide-trigger.active .js-slide-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.js-slide-content {
  display: none; }
  .js-slide-content > :first-child {
    margin-top: 0; }

.container--fluid .label--big, .container--narrow .label--big {
  line-height: 25px;
  font-size: 16px;
  font-size: 1.6rem; }

.container--fluid .label-small, .container--narrow .label-small {
  padding: 0 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.container--fluid .label.green, .container--narrow .label.green {
  background: #4873b2; }

.media-heading .label {
  min-width: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  padding: 3px 5px; }

.label-custom, .label, .label-basic, .label-info {
  line-height: 22px !important;
  font-size: 12px !important;
  font-family: "Oswald", sans-serif;
  padding: 0 10px !important;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400; }

.label-basic {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 20px !important;
  background: #fff !important; }

.label-info {
  color: rgba(0, 0, 0, 0.6);
  background: #f2c511; }

.label-none {
  background: #e1e3e4; }

.label-default {
  background: #dbd2ca;
  line-height: 25px;
  color: #445156; }

.label-primary {
  background: #4b6fb2;
  line-height: 25px;
  color: #fff; }

.label-success {
  background: #00db94;
  line-height: 25px;
  color: #fff; }

.label-info {
  background: #62bfdc;
  line-height: 25px;
  color: #fff; }

.label-warning {
  background: #f99a4a;
  line-height: 25px;
  color: #fff; }

.label-danger {
  background: #ff4142;
  line-height: 25px;
  color: #fff; }

.label--small {
  line-height: 22px;
  font-size: 10px;
  font-size: 1rem;
  padding: 0 7px; }
  .label--small.label-basic {
    line-height: 20px; }

.label-unavailable {
  border-radius: 0;
  background: #eee8e2;
  color: rgba(46, 39, 37, 0.5);
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 30px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px; }

.label-rank {
  border: 2px solid #666666;
  color: #666 !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px !important;
  display: inline-block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding: 0 25px;
  line-height: 23px !important;
  background: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle; }
  .panel-body .label-rank, .table .label-rank, .media-heading .label-rank {
    line-height: 20px !important;
    font-size: 12px !important;
    border-width: 1px;
    padding: 0 15px; }
  .label-rank.label--big {
    line-height: 25px; }

.link--more, .link--go {
  text-transform: uppercase;
  color: #212529;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap; }
  .link--more svg, .link--go svg {
    width: 22px;
    height: 23px;
    margin-left: 5px;
    position: relative;
    top: -1px; }
  .link--more use, .link--go use {
    fill: #212529; }

.link--go {
  color: #8d5b38; }
  .link--go use {
    fill: #8d5b38; }

.link--add {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .link--add svg {
    width: 17px;
    height: 17px;
    margin-right: 5px; }
    .link--add svg use {
      fill: #8d5b38; }
    .link--add svg.icon-ss {
      width: 24px;
      height: 24px;
      position: relative;
      top: -1px; }

.link--full {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }

.link--pdf {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px; }
  .link--pdf use {
    fill: #8d5b38; }
  .link--pdf svg {
    width: 88px;
    height: 88px;
    margin-bottom: -12px; }

.link--border {
  padding-bottom: 6px;
  position: relative;
  display: inline-block; }
  .link--border:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #b08b71;
    display: block; }

.fa-calendar {
  cursor: pointer !important; }

a.user .fa-user {
  margin: -3px 4px 0 0;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle; }

.list--check {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list--check li {
    font-weight: 400;
    line-height: 1.2;
    padding-left: 30px;
    margin-bottom: 7px;
    position: relative; }
    .list--check li .fa {
      font-size: 12px;
      font-size: 1.2rem; }
  .list--check svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 0; }
    .list--check svg use {
      fill: #8d5b38; }

.list--icon-home {
  width: 110%; }
  @media (max-width: 1139.98px) {
    .list--icon-home {
      width: 100%; } }
  .list--icon-home p {
    display: inline-block; }
    @media (max-width: 1139.98px) {
      .list--icon-home p {
        display: block; } }
  .list--icon-home li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-right: 25px; }
    @media (max-width: 1139.98px) {
      .list--icon-home li {
        text-align: center; } }
    @media (max-width: 991.98px) {
      .list--icon-home li {
        padding-right: 0;
        display: inline-block; } }

.list--partner {
  text-align: center;
  padding: 85px 0; }
  .list--partner svg {
    width: 65px;
    height: 65px; }
    .list--partner svg use {
      fill: #b08b71; }

.list--dots {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list--dots li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px; }
    .list--dots li:after {
      content: '';
      position: absolute;
      left: 6px;
      top: 10px;
      width: 3px;
      height: 3px;
      background: #8d5b38;
      border-radius: 50%; }

.list--icon-small {
  width: 80%; }
  @media (max-width: 991.98px) {
    .list--icon-small {
      width: 100%; } }
  .list--icon-small img {
    width: 110px;
    height: 110px; }
  .list--icon-small p {
    font-size: 20px;
    font-size: 2rem; }

.list--award {
  flex-wrap: wrap; }
  .list--award img {
    opacity: .7; }
  @media (max-width: 991.98px) {
    .list--award li {
      text-align: center;
      flex: 0 0 50%;
      margin-bottom: 25px; } }

.list--error li {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem; }
  .list--error li:after {
    background: #445156; }

.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 22px;
  height: 22px; }
  .loader.loader-wrapper {
    display: none;
    overflow: hidden;
    position: absolute;
    opacity: 0.9;
    background-color: white;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; }
  .loader .table-wrapper {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%; }
  .loader .table-cell-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%; }
  .loader .loader__tree {
    display: none; }
  .loader .loader__bg {
    display: inline-block;
    width: 22px;
    height: 22px; }
  .loader .loader__bg:after {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #b08b71 transparent #b08b71 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
            animation: lds-dual-ring 1.2s linear infinite; }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.mmenu__trigger {
  position: relative;
  z-index: 4;
  top: 7px;
  right: 0;
  padding: 0;
  margin-left: 25px;
  display: none; }
  @media (max-width: 767.98px) {
    .mmenu__trigger {
      display: inline-block; } }

.nav--mobile span, .nav--mobile:before, .nav--mobile:after {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: #fff; }
  .header--dark .nav--mobile span, .nav--mobile .header--dark span, .header--dark .nav--mobile:before, .header--dark .nav--mobile:after {
    background: #29383f; }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100%; }

.nav--mobile {
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 25px;
  height: 21px; }
  .nav--mobile span {
    top: 50%;
    margin-top: -1px; }
  .nav--mobile:before, .nav--mobile:after {
    content: ""; }
  .nav--mobile:before {
    top: 50%;
    margin-top: -8px; }
  .nav--mobile:after {
    bottom: 50%;
    margin-bottom: -8px; }

.mmenu--open__trigger {
  z-index: 9999; }
  .mmenu--open__trigger .nav--mobile span {
    display: none; }
  .mmenu--open__trigger .nav--mobile:before, .mmenu--open__trigger .nav--mobile:after {
    background: white; }
  .mmenu--open__trigger .nav--mobile:before {
    top: 10px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mmenu--open__trigger .nav--mobile:after {
    bottom: 9px;
    margin-bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.mm-navbar {
  background: transparent;
  height: auto; }
  .mm-navbar .header--primary {
    margin-bottom: 0;
    padding: 25px 22px 30px;
    height: 125px; }

.mm-panel {
  padding: 0 25px; }

.mm-panel, .mm-navbar_has-btns {
  background: linear-gradient(to right, #458862 0%, #4b6b59 100%); }

.mm-navbars_bottom {
  background: url(images/menu-bg.32f8a999761684e67f89230d312f5eb2.png);
  background-size: 100% 100%;
  padding-top: 20px; }

.mm-navbars_top {
  background: linear-gradient(to right, #305f44 0%, #344a3e 100%);
  border: 0;
  z-index: 2; }

.mm-listitem:after {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-width: 0; }

.mm-btn:after, .mm-btn:before {
  border-color: #fff; }

.mm-counter {
  color: rgba(255, 255, 255, 0.2); }

.mm-menu {
  background: linear-gradient(to right, #458862 0%, #4b6b59 100%); }
  @media only screen and (max-device-width: 768px) and (orientation: landscape) {
    .mm-menu {
      padding: 0 !important;
      overflow: auto; }
      .mm-menu .mm-navbars_top, .mm-menu .mm-panels, .mm-menu .mm-navbars_bottom {
        position: relative;
        top: 0 !important;
        bottom: 0 !important; }
      .mm-menu .mm-sronly {
        display: none !important; }
      .mm-menu .mm-panels {
        height: 200px;
        overflow: scroll; }
        .mm-menu .mm-panels ul {
          padding-bottom: 0 !important; } }
  .mm-menu .header--selector {
    display: inline-block !important;
    margin: 0; }
  .mm-menu .header--selector__content {
    left: auto !important;
    right: 0 !important;
    -webkit-transform: none !important;
            transform: none !important; }
    .mm-menu .header--selector__content:after {
      right: 14px;
      left: auto; }
  .mm-menu__header {
    padding: 0 25px;
    align-items: center; }
    .mm-menu__header a {
      color: #fff !important; }
    .mm-menu__header .d-flex {
      align-items: center; }
    .mm-menu__header--top {
      padding: 17px 25px;
      background: #224330; }
    .mm-menu__header--second {
      padding: 10px 25px 22px;
      background: #305e44; }
  .mm-menu .nav--auth__separator {
    display: none; }
  .mm-menu .header--primary__expire {
    background: #fff;
    line-height: 12px;
    color: #445156;
    height: auto;
    margin-left: auto !important; }
  .mm-menu .social__follow {
    display: none; }
  .mm-menu .goog-logo-link {
    text-transform: none !important; }
  .mm-menu .goog-te-gadget select {
    height: 25px; }
  .mm-menu .mmenu__trigger {
    top: 0; }
  .mm-menu .zone--picker, .mm-menu .header__languages {
    display: inline-block !important; }
  .mm-menu .header--primary {
    padding-top: 20px; }
  .mm-menu .mm-listitem a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff !important; }
  .mm-menu .mm-navbar__title {
    font-size: 29px;
    padding: 30px 0;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-transform: none;
    font-weight: 700; }
  @media (max-width: 1139.98px) {
    .mm-menu .header--primary__timers--container {
      display: block !important; } }
  .mm-menu .header__user a {
    text-transform: none;
    font-size: 1.1rem;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 500; }
  .mm-menu .header__user .dropdown-menu a {
    color: rgba(0, 0, 0, 0.7) !important;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    position: relative;
    padding: 0 6px;
    line-height: 28px; }
  .mm-menu .header--primary__top {
    margin-top: 0;
    justify-content: flex-start !important; }
  @media screen and (max-width: 1310px) {
    .mm-menu {
      padding: 15px 12px 0; } }
  .mm-menu .social__bottom {
    opacity: .75;
    text-align: left;
    padding: 20px 25px 20px; }
    .mm-menu .social__bottom .social__follow:after {
      background: #fff; }
    .mm-menu .social__bottom p {
      color: #fff; }
    .mm-menu .social__bottom .social--circle a {
      border-color: #fff; }
      .mm-menu .social__bottom .social--circle a use {
        fill: #fff; }

.mm-listitem__text padding {
  top: 15px;
  bottom: 15px; }

.mm-navbars_bottom {
  border-width: 0; }

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 40px; }
  .mm-menu_navbar_bottom-2 .mm-panels .mm-panel_opened ul {
    padding-bottom: 93px; }

@media (max-width: 767.98px) {
  .skiptranslate {
    display: none !important; } }

.mm-wrapper_opened body {
  top: 0 !important; }
  .mm-wrapper_opened body .skiptranslate {
    display: none !important; }

.modal-header {
  border-bottom: 0; }
  .modal-header .close {
    position: absolute;
    right: 1rem;
    top: .5rem; }

.modal-content {
  padding: 20px 50px; }
  @media (max-width: 991.98px) {
    .modal-content {
      padding: 20px; } }

.modal-title {
  color: #b08b71;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300; }

@media (min-width: 1023px) {
  .modal-dialog {
    max-width: 735px; } }

.modal-footer {
  border: 0;
  justify-content: center; }

.modal-body .bootbox-body {
  overflow: auto; }

.modal-backdrop {
  z-index: 1045; }

.mfp-close {
  width: 58px;
  height: 58px;
  line-height: 58px; }
  @media print {
    .mfp-close {
      display: none !important; } }

.container .container-popup, .container-fluid .container-popup {
  padding: 30px 25px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  .container .container-popup .page-header, .container-fluid .container-popup .page-header {
    position: relative; }
    .container .container-popup .page-header .popup-utilities, .container-fluid .container-popup .page-header .popup-utilities {
      bottom: 51px; }

.mfp-content .page-content.container {
  max-width: 1120px;
  position: relative; }

.mfp-content .popup-utilities .btn {
  background: #fff;
  color: #8d5b38;
  border: 1px solid #8d5b38; }
  .mfp-content .popup-utilities .btn:hover {
    background: #8d5b38;
    color: #fff; }

.nav--burger {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px; }
  .nav--burger__trigger {
    display: block; }
    .nav--burger__trigger span {
      width: 32px;
      height: 1px;
      background: #fff;
      display: block;
      margin-bottom: 9px;
      border-radius: 2px; }
      .nav--burger__trigger span:last-child {
        margin-bottom: 0; }

.nav--auth {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
  color: #fff; }
  @media (max-width: 767.98px) {
    .nav--auth {
      margin-right: 0;
      display: none; } }
  .nav--auth--rwd {
    padding-left: 25px;
    padding-right: 25px; }
    .nav--auth--rwd ul {
      margin: 0;
      padding: 0; }
      .nav--auth--rwd ul li {
        display: flex;
        justify-content: space-between; }
      .nav--auth--rwd ul a {
        background: #325c44;
        color: #fff !important;
        transition: all .3s;
        font-size: 10px;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        width: calc(50% - 5px);
        display: block;
        border-radius: 2px; }
        .nav--auth--rwd ul a:hover {
          background: #294b38; }
  .nav--auth ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav--auth__item {
    margin: 0 8px;
    display: inline-block; }
    .nav--auth__item:first-child {
      margin-left: 0; }
    .nav--auth__item:last-child {
      margin-right: 0; }
  .nav--auth a {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .nav--auth a {
        letter-spacing: 0; } }

.nav--primary {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 1139.98px) {
    .nav--primary {
      order: 5;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .nav--primary {
      display: none; } }
  .nav--primary .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 7px);
    background: #fff;
    list-style: none;
    padding: 5px 15px;
    min-width: 100%;
    box-shadow: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .nav--primary .sub-menu:after {
      content: '';
      display: block;
      position: absolute;
      top: -5px;
      left: calc(50% - 5px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #ffffff transparent; }
    .nav--primary .sub-menu:before {
      content: '';
      display: block;
      position: absolute;
      top: -8px;
      left: 0;
      width: 100%;
      height: 8px; }
    .nav--primary .sub-menu .active > a {
      background: transparent; }
      .nav--primary .sub-menu .active > a:after {
        background: #2e2e2e; }
    .nav--primary .sub-menu a {
      color: #445156;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 28px;
      white-space: nowrap;
      display: block;
      text-align: center; }
      .nav--primary .sub-menu a:hover {
        background: transparent; }
        .nav--primary .sub-menu a:hover:after {
          background: #2e2e2e; }
  .nav--primary ul {
    margin: 0;
    padding-left: 0; }
  .nav--primary__item {
    display: inline-block;
    margin: 0;
    position: relative; }
    .nav--primary__item:first-child {
      margin-left: 0; }
    .nav--primary__item:last-child {
      margin-right: 0; }
    .nav--primary__item:hover .sub-menu {
      display: block; }
  .nav--primary.unlogged .nav--primary__item > a {
    font-size: 15px;
    font-size: 1.5rem; }
  .nav--primary a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    padding: 0 6px;
    line-height: 30px;
    display: block;
    transition: all .3s;
    position: relative; }
    [lang="ja"] .nav--primary a {
      font-size: 12px;
      font-size: 1.2rem; }
    @media screen and (max-width: 1240px) {
      .nav--primary a {
        padding: 0 2px; } }
    @media screen and (max-width: 1300px) and (min-width: 1240px) {
      [lang="hu"] .nav--primary a {
        font-size: 11px;
        font-size: 1.1rem; }
      [lang="fi"] .nav--primary a {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media screen and (max-width: 800px) and (min-width: 750px) {
      [lang="de"] .nav--primary a, [lang="fr"] .nav--primary a, [lang="da"] .nav--primary a, [lang="hu"] .nav--primary a, [lang="sv"] .nav--primary a, [lang="fi"] .nav--primary a {
        font-size: 12px;
        font-size: 1.2rem; } }
    .nav--primary a:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 0;
      left: 50%;
      height: 2px;
      background: #fff;
      transition: all .3s; }
    .nav--primary a:hover {
      text-decoration: none; }
      .nav--primary a:hover:after {
        width: 100%;
        left: 0; }
  .nav--primary .active > a:after {
    width: 100%;
    left: 0; }

.nav--footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav--footer .level-0 {
  -webkit-column-count: 3;
          column-count: 3; }
  .nav--footer .level-0 > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px; }

.nav--footer .level-1 > li {
  margin-bottom: 5px; }

.nav--footer a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #445156;
  font-weight: 500; }

.nav--footer--small li {
  line-height: 21px; }

.nav--footer--small a {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: none; }

.nav--list {
  margin-top: 20px; }
  .nav--list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav--list li {
    display: inline-block;
    margin-right: 35px; }
    .nav--list li.active a, .nav--list li:hover a {
      color: #8d5b38; }
    .nav--list li.active a:after {
      display: block; }
  .nav--list a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #445156;
    letter-spacing: 1px;
    display: block;
    position: relative;
    padding: 5px 0; }
    .nav--list a:hover {
      text-decoration: none; }
    .nav--list a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #8d5b38;
      display: none; }

.nav--aside, .shop__catalog__categories {
  margin-bottom: 35px; }
  .nav--aside ul, .shop__catalog__categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav--aside li, .shop__catalog__categories li {
    margin-bottom: 15px; }
  .nav--aside .active .nav--aside__sub, .nav--aside .list-group .nav--aside__sub, .shop__catalog__categories .active .nav--aside__sub, .shop__catalog__categories .list-group .nav--aside__sub {
    display: block; }
  .nav--aside .active > a, .nav--aside .active .node-selected, .nav--aside .list-group > a, .nav--aside .list-group .node-selected, .shop__catalog__categories .active > a, .shop__catalog__categories .active .node-selected, .shop__catalog__categories .list-group > a, .shop__catalog__categories .list-group .node-selected {
    color: #8d5b38 !important;
    background: transparent !important; }
    .nav--aside .active > a:after, .nav--aside .active .node-selected:after, .nav--aside .list-group > a:after, .nav--aside .list-group .node-selected:after, .shop__catalog__categories .active > a:after, .shop__catalog__categories .active .node-selected:after, .shop__catalog__categories .list-group > a:after, .shop__catalog__categories .list-group .node-selected:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #8d5b38;
      position: absolute;
      bottom: 0;
      left: 0; }
    .nav--aside .active > a:before, .nav--aside .active .node-selected:before, .nav--aside .list-group > a:before, .nav--aside .list-group .node-selected:before, .shop__catalog__categories .active > a:before, .shop__catalog__categories .active .node-selected:before, .shop__catalog__categories .list-group > a:before, .shop__catalog__categories .list-group .node-selected:before {
      background: #8d5b38; }
  .nav--aside a, .nav--aside .list-group-item, .shop__catalog__categories a, .shop__catalog__categories .list-group-item {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #445156;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 5px 15px !important;
    line-height: 17px; }
    .nav--aside a .expand-collapse, .nav--aside a .icon.fa, .nav--aside .list-group-item .expand-collapse, .nav--aside .list-group-item .icon.fa, .shop__catalog__categories a .expand-collapse, .shop__catalog__categories a .icon.fa, .shop__catalog__categories .list-group-item .expand-collapse, .shop__catalog__categories .list-group-item .icon.fa {
      display: none; }
      .nav--aside a .expand-collapse.click-expand, .nav--aside a .expand-collapse.click-collapse, .nav--aside a .icon.fa.click-expand, .nav--aside a .icon.fa.click-collapse, .nav--aside .list-group-item .expand-collapse.click-expand, .nav--aside .list-group-item .expand-collapse.click-collapse, .nav--aside .list-group-item .icon.fa.click-expand, .nav--aside .list-group-item .icon.fa.click-collapse, .shop__catalog__categories a .expand-collapse.click-expand, .shop__catalog__categories a .expand-collapse.click-collapse, .shop__catalog__categories a .icon.fa.click-expand, .shop__catalog__categories a .icon.fa.click-collapse, .shop__catalog__categories .list-group-item .expand-collapse.click-expand, .shop__catalog__categories .list-group-item .expand-collapse.click-collapse, .shop__catalog__categories .list-group-item .icon.fa.click-expand, .shop__catalog__categories .list-group-item .icon.fa.click-collapse {
        display: inline-block;
        margin-right: 10px;
        margin-left: -20px; }
    .nav--aside a:hover, .nav--aside .list-group-item:hover, .shop__catalog__categories a:hover, .shop__catalog__categories .list-group-item:hover {
      text-decoration: none;
      color: #8d5b38; }
  .nav--aside__sub, .shop__catalog__categories__sub {
    padding: 5px 0 0 !important;
    display: none; }
    .nav--aside__sub li, .shop__catalog__categories__sub li {
      padding-left: 18px;
      margin-bottom: 0; }
    .nav--aside__sub a, .nav--aside__sub.list-group-sub, .shop__catalog__categories__sub a, .shop__catalog__categories__sub.list-group-sub {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 500;
      font-family: "Work Sans", sans-serif;
      padding: 5px 0;
      position: relative; }
      .nav--aside__sub a:after, .nav--aside__sub.list-group-sub:after, .shop__catalog__categories__sub a:after, .shop__catalog__categories__sub.list-group-sub:after {
        display: none !important; }
      .nav--aside__sub a:before, .nav--aside__sub.list-group-sub:before, .shop__catalog__categories__sub a:before, .shop__catalog__categories__sub.list-group-sub:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 2px;
        background: #445156;
        border-radius: 50%;
        margin-right: 7px;
        vertical-align: middle;
        position: relative;
        top: -1px; }
    .nav--aside__sub.list-group-sub, .shop__catalog__categories__sub.list-group-sub {
      margin-bottom: 0; }
      .nav--aside__sub.list-group-sub:before, .shop__catalog__categories__sub.list-group-sub:before {
        display: none; }
  .nav--aside .list-group-item, .shop__catalog__categories .list-group-item {
    margin-bottom: 0;
    padding: 10px 20px 5px !important; }
    .nav--aside .list-group-item:hover, .shop__catalog__categories .list-group-item:hover {
      background: transparent; }
    .nav--aside .list-group-item + .list-group-item:not(.list-group-sub), .shop__catalog__categories .list-group-item + .list-group-item:not(.list-group-sub) {
      margin-top: 11px; }

.nav-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%; }
  .nav-tabs:before {
    display: table;
    content: " "; }
  .nav-tabs:after {
    content: '';
    clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.order--custom #shop__catalog--register_starter_kit {
  margin-bottom: 80px; }

.order--custom .panel-heading {
  border: 0; }
  .order--custom .panel-heading .btn-default {
    border: 0;
    background: transparent;
    color: #8d5b38;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase; }

.order--custom h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #b08b71;
  text-transform: uppercase; }
  .order--custom h3.icon-svg .fa {
    display: none; }
  .order--custom h3.icon-svg svg {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    position: relative;
    top: -2px; }
    .order--custom h3.icon-svg svg use {
      fill: #b08b71; }

.order--custom .shop__catalog__search--input {
  height: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  font-size: 1.4rem; }

.order--custom .shop__catalog__search--button {
  height: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.order--custom .panel-body, .order--custom .panel-heading {
  padding: 1.25rem 0; }

.order--custom .shop__catalog__categories {
  padding-right: 50px;
  margin-top: 30px; }

.order--custom .shop__catalog__products .list-group-item {
  border: 0;
  padding: 25px 0;
  border-bottom: 1px dotted #e1e3e4;
  background: transparent; }

.order--custom .shop__catalog__products__item .img-thumbnail {
  border: 0;
  padding: 0;
  background: none; }
  .order--custom .shop__catalog__products__item .img-thumbnail img {
    max-height: 100px; }

.order--custom .shop__catalog__products__item small {
  font-size: 15px;
  font-size: 1.5rem;
  color: #bdbdbd; }

.order--custom .shop__catalog__products__item .currency {
  font-weight: 500; }

.order--custom .shop__catalog__products__item h4, .order--custom .shop__catalog__products__item h4 a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #445156;
  font-family: "Work Sans", sans-serif;
  margin-top: 10px; }

.order--custom .shop__catalog__products__item .label, .order--custom .shop__catalog__products__item .badge {
  background: none;
  font-size: 15px;
  font-size: 1.5rem;
  color: #f2c511;
  font-weight: 500; }

.order--custom .fa-cart-plus {
  color: #445156 !important;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle; }

.order--custom .bootstrap-touchspin-up, .order--custom .bootstrap-touchspin-down {
  height: 40px;
  border-radius: 0;
  border: 1px solid #c0a9a1;
  background: transparent;
  color: #445156;
  padding: 0 0.75rem; }
  .order--custom .bootstrap-touchspin-up:hover, .order--custom .bootstrap-touchspin-down:hover {
    background: rgba(0, 0, 0, 0.05); }

.order--custom .text-primary {
  color: #445156 !important; }

.order--custom .basket-total-products-points {
  color: #f2c511 !important; }

.order--custom .bootstrap-touchspin input {
  height: 40px !important;
  border: 1px solid #c0a9a1;
  border-left: 0;
  border-right: 0;
  text-align: center; }

.order--custom .basket-item-remove {
  background: none;
  border: none; }

.order--custom .basket-empty-message {
  background: #eee8e2;
  color: #8d5b38;
  margin-bottom: 80px; }

.smartship-icon svg.svg-icon {
  width: 17px;
  height: 16px; }

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pagination svg {
  width: 15px;
  height: 15px; }

.pagination a {
  padding: 8px 7px; }
  .pagination a:hover {
    background: #b08b71;
    color: #fff !important;
    text-decoration: none; }

.pagination use {
  fill: #8d5b38; }

.pagination li {
  display: inline-block;
  margin: 0 3px;
  font-weight: 600; }
  .pagination li.active a {
    color: #445156; }
  .pagination li.next a:hover, .pagination li.prev a:hover {
    background: transparent; }
    .pagination li.next a:hover use, .pagination li.prev a:hover use {
      fill: #8d5b38; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .label, .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #eee8e2;
  color: #212529 !important; }

.panel-primary > .panel-heading {
  color: #445156;
  background-color: #eee8e2;
  border-color: #eee8e2; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee8e2; }

.panel-primary > .panel-heading .label, .panel-primary > .panel-heading .badge {
  color: #eee8e2;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee8e2; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .label, .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .label, .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .label, .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .label, .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.panel {
  border: 1px solid #e1e3e4;
  margin-bottom: 30px; }

.page-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e3e4; }

.panel-heading {
  border-width: 1px; }

.panel {
  background: transparent !important; }
  .panel [class*="col-xs-12"], .panel [class*="col-sm-12"] {
    padding: 0 15px; }

.print-button {
  background: none;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #445156; }
  .print-button:hover {
    background: #445156;
    color: #fff; }

.container--narrow .panel-default.panel-default {
  border: 0;
  background: transparent; }
  .container--narrow .panel-default.panel-default .panel-heading, .container--narrow .panel-default.panel-default .card-heading {
    border: 0;
    background: transparent;
    border-top: 2px solid #e1e3e4;
    border-bottom: 2px solid #e1e3e4; }

.panel-group + .panel-group .panel-heading {
  margin-top: -2px; }

.panel-title {
  margin-bottom: 0; }
  .panel-title.disabled p {
    color: rgba(68, 81, 86, 0.5); }

.panel-body--nbt {
  margin-top: -2px;
  background: #fff;
  padding-bottom: 30px; }

@media (max-width: 575.98px) {
  .panel-body dd .label {
    white-space: normal; } }

.panel--custom .panel {
  border: 0; }

.panel--custom .panel-heading {
  padding: 15px 0.75rem 15px 0;
  border: 0 !important;
  background: transparent !important; }

.panel--custom .panel-title {
  color: #445156;
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }

.panel--custom .panel-body {
  padding: 0; }

.panel--custom h3 {
  color: #b08b71;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem; }
  .panel--custom h3 span {
    color: #29383f;
    text-decoration: underline; }

.panel--custom tbody tr:last-child td {
  border-bottom: 0; }

.panel--custom [class^=col-] {
  background: #eee8e2;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  text-align: center;
  padding: 45px 0; }
  .panel--custom [class^=col-]:last-child {
    border-right: 0; }
  .panel--custom [class^=col-]:first-child {
    border-left: 0; }

.panel--custom.-np [class^=col-] {
  padding: 15px 0; }

.panel--summary {
  background: #eee8e2 !important;
  padding: 20px 40px;
  margin-bottom: 3rem; }
  @media (max-width: 575.98px) {
    .panel--summary {
      padding: 20px !important; } }
  @media screen and (max-width: 470px) {
    .panel--summary .dl-horizontal--full dt {
      width: 100% !important;
      padding: 0; }
    .panel--summary .dl-horizontal--full dd {
      width: 100% !important;
      margin-bottom: 10px; } }
  .panel--summary .panel-heading {
    border: 0 !important;
    border-bottom: 2px dotted #d9d9d4 !important;
    padding: 0 0 5px 0; }
  .panel--summary .panel-title, .panel--summary h3.panel-titler {
    font-size: 10px;
    font-size: 1rem;
    line-height: 27px;
    text-transform: uppercase;
    color: #445156;
    margin-bottom: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 500; }
  .panel--summary dt, .panel--summary .left {
    width: 150px !important;
    text-align: left;
    color: #898987;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left !important;
    line-height: 14px;
    padding: 5px 0; }
  .panel--summary dd {
    width: calc(100% - 150px) !important;
    font-size: 15px;
    font-size: 1.5rem;
    color: #445156;
    font-weight: 500;
    white-space: nowrap; }
  .panel--summary.-clean {
    background: transparent !important;
    padding: 0;
    margin: 0; }
    .panel--summary.-clean .panel-body {
      padding: 15px 0 0; }
  .panel--summary--fluid dt {
    width: 50% !important; }
  .panel--summary--fluid dd {
    width: 50% !important;
    text-align: right; }
  .panel--summary--fluid .label-rank {
    margin-top: 3px; }

.panel--smaller dt, .panel--smaller dd {
  font-size: 11px; }

.panel-primary, .panel-success, .panel-info, .panel-danger {
  color: #445156 !important; }

.partner__opinions__content {
  padding: 20px 100px 50px; }
  @media (max-width: 991.98px) {
    .partner__opinions__content {
      padding: 20px 30px 50px; } }
  .partner__opinions__content h4 {
    line-height: 33px; }
  .partner__opinions__content.-wide {
    padding: 20px 50px 50px; }
    .partner__opinions__content.-wide .slick-prev {
      left: 50px; }
    .partner__opinions__content.-wide .slick-next {
      left: 85px; }

.partner__opinions .slick-next, .partner__opinions .slick-prev {
  top: auto;
  bottom: 40px;
  right: auto; }
  @media (max-width: 991.98px) {
    .partner__opinions .slick-next, .partner__opinions .slick-prev {
      bottom: 18px; } }
  .partner__opinions .slick-next svg, .partner__opinions .slick-prev svg {
    width: 25px;
    height: 25px; }

.partner__opinions .slick-next {
  left: 135px; }
  @media (max-width: 991.98px) {
    .partner__opinions .slick-next {
      left: 65px; } }

.partner__opinions .slick-prev {
  left: 100px; }
  @media (max-width: 991.98px) {
    .partner__opinions .slick-prev {
      left: 30px; } }

.partner__boxes h4 {
  width: 190px; }

@media (max-width: 991.98px) {
  .partner__boxes {
    overflow: hidden; } }

.partner__icon {
  color: #b08b71;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .partner__icon svg {
    display: inline-block;
    height: 40px;
    width: 40px; }
    .partner__icon svg use {
      fill: #b08b71; }

.partner__avatar img {
  background: #fff;
  width: 135px;
  height: 135px;
  border-radius: 50%; }

.person__avatar {
  margin-right: 20px;
  flex: 0 0 135px; }
  @media (max-width: 991.98px) {
    .person__avatar {
      flex: 0 0 100px; } }

@media (max-width: 991.98px) {
  .person p {
    line-height: 20px; }
  .person img {
    max-width: 100px !important; } }

.person__flag {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%; }
  .person__flag--country {
    border: 2px solid #fff; }
  .person__flag--sport {
    width: 28px;
    margin-right: 1px; }

.person__slug {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle; }

.alert .ui-pnotify-icon {
  margin-top: .9rem; }

.ui-pnotify {
  top: 16px;
  right: auto !important;
  left: 16px;
  text-align: center;
  max-width: calc(100% - 32px); }
  .ui-pnotify .alert-danger .fa {
    color: #852222; }
  .ui-pnotify .alert-danger .ui-pnotify-title {
    color: #852222; }
  .ui-pnotify .alert-danger use {
    fill: #852222; }
  .ui-pnotify .alert-success .fa {
    color: #42886a; }
  .ui-pnotify .alert-success .ui-pnotify-title {
    color: #42886a; }
  .ui-pnotify .alert-success use {
    fill: #42886a; }
  .ui-pnotify .alert {
    padding: 1.3rem 1.5rem;
    border: 0;
    border-radius: 0; }
  .ui-pnotify .svg-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: -3px; }
  .ui-pnotify .ui-pnotify-icon {
    display: inline-block;
    float: none; }
  .ui-pnotify .ui-pnotify-title {
    font-family: "Oswald", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: -5px;
    display: inline-block; }
  .ui-pnotify .ui-pnotify-text {
    text-align: center;
    color: #445156;
    font-weight: 400; }

.popover-title {
  line-height: 24px;
  font-family: "Work Sans", sans-serif; }
  .popover-title select {
    font-size: 12px;
    font-size: 1.2rem; }

.popover-content .dl-horizontal dd {
  width: auto;
  margin-left: 0 !important; }

.popover-content .table th, .popover-content .table td {
  padding: 3px 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.popover-content .finance-box {
  margin: 0 !important; }

.popup-vo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1015;
  background: #f6f1ed;
  display: none; }

.popup__close {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #b08b71;
  cursor: pointer;
  z-index: 5; }
  @media (max-width: 767.98px) {
    .popup__close {
      right: 0; } }
  .popup__close svg {
    width: 37px;
    height: 37px;
    border: 2px solid #b08b71;
    border-radius: 50%;
    padding: 4px;
    position: relative;
    top: -1px;
    margin-left: 5px; }
    .popup__close svg use {
      fill: #b08b71; }
  .popup__close--small svg {
    padding: 0;
    border: 0;
    width: 27px;
    height: 27px; }

.popup__mail {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400; }
  .popup__mail use {
    fill: #b08b71; }
  .popup__mail svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    position: relative;
    top: -2px; }

.popup--full {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  border: 10px solid #f6f1ed; }
  .popup--full .offset-md-3 img, .popup--full .col-md-offset-3 img {
    position: fixed; }
    @media (max-width: 991.98px) {
      .popup--full .offset-md-3 img, .popup--full .col-md-offset-3 img {
        position: relative;
        margin: 0 auto;
        display: block; } }
  .popup--full:after {
    content: '';
    width: calc(50% - 135px);
    left: 0;
    top: 0;
    display: block;
    position: fixed;
    height: 100vh;
    min-height: 650px;
    background: #fff; }
    @media (max-width: 991.98px) {
      .popup--full:after {
        display: none; } }

.popup__content {
  position: relative;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .popup__content .col-24.col-md-9.offset-md-3.pl-md-3 img, .popup__content .col-md-9.offset-md-3.pl-md-3.col-xs-24 img, .popup__content .col-md-9.pl-md-3.col-xs-24.col-md-offset-3 img, .popup__content .col-24.col-md-9.pl-md-3.col-md-offset-3 img {
      margin-top: 75px; } }

.popup--small {
  background: rgba(51, 51, 51, 0.4);
  width: 100vw;
  height: 100vh; }
  .popup--small .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff url(images/hemp-bg-small.3bea3f1c6a94872ae4c148bffed2699f.jpg) right top no-repeat;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 650px;
    max-width: 95%;
    padding: 55px; }
    @media (max-width: 991.98px) {
      .popup--small .popup__content {
        padding: 20px; } }

.popup__price-svg {
  width: 80px;
  height: 80px; }

.popup__price-text {
  max-width: 230px;
  line-height: 17px; }

.popup-utilities-container {
  position: absolute;
  top: 15px;
  right: 50px;
  width: auto;
  z-index: 1050; }

.js-popup-trigger {
  cursor: pointer; }

.price {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #445156;
  vertical-align: middle;
  display: inline-block;
  line-height: 1; }
  .price .tiny {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: middle;
    font-weight: 400; }
  .price svg {
    width: 21px;
    height: 21px;
    vertical-align: middle; }
  .price--small {
    font-size: 13px;
    font-size: 1.3rem; }
  .price--medium {
    font-size: 17px;
    font-size: 1.7rem; }
  .price--big {
    font-size: 20px;
    font-size: 2rem; }
  .price--bigger {
    font-size: 30px;
    font-size: 3rem; }
    .price--bigger.price--crossed:after {
      width: calc(100% + 20px);
      left: -10px; }
  .price--label {
    width: 35px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400; }
    .price--label--crossed {
      margin-right: 10px;
      color: rgba(68, 81, 86, 0.6); }
    .price--label--bapc {
      color: #60a68f; }
  .price--bapc {
    color: #60a68f; }
    .price--bapc use {
      fill: #60a68f;
      transition: fill .3s; }
    .price--bapc svg:hover use {
      fill: #396758; }
    .price--bapc.price--small {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400; }
  .price--sale {
    color: #ed1a56; }
  .price--crossed {
    color: rgba(68, 81, 86, 0.6);
    font-weight: 300;
    position: relative; }
    .price--crossed:after {
      content: '';
      position: absolute;
      width: calc(100% + 10px);
      background: #919ea3;
      height: 1px;
      left: -5px;
      top: calc(50% + 1px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block; }

.product__container {
  padding: 50px 70px; }
  @media (max-width: 991.98px) {
    .product__container {
      padding: 30px; } }

.product--onhover:hover, .product__list__item:hover {
  border-color: #eee8e2; }
  .product--onhover:hover .product__list__hidden, .product__list__item:hover .product__list__hidden {
    bottom: 8px;
    opacity: 1;
    height: 85px; }
  .product--onhover:hover .product__list__image img, .product__list__item:hover .product__list__image img {
    height: 160px; }
  .product--onhover:hover .product__quickview, .product__list__item:hover .product__quickview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 350ms, opacity 500ms ease-in-out; }
  @media (max-width: 767.98px) {
    .js-home-products .product--onhover:hover, .js-home-products .product__list__item:hover {
      border-color: #fff; }
      .js-home-products .product--onhover:hover .product__list__hidden, .js-home-products .product__list__item:hover .product__list__hidden {
        bottom: -50px;
        opacity: 0; }
      .js-home-products .product--onhover:hover .product__list__image img, .js-home-products .product__list__item:hover .product__list__image img {
        height: 215px; } }

.product__points {
  color: #f2c511; }

.product__labels, .product__labels--single {
  margin: -25px 0 10px; }
  .product__labels .label, .product__labels--single .label {
    min-width: 0;
    padding: 0 20px 0 15px !important;
    position: relative;
    line-height: 20px !important;
    border-radius: 0;
    font-size: 10px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
    .product__labels .label:before, .product__labels--single .label:before {
      display: none;
      content: '';
      position: absolute;
      top: 0;
      left: -4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 4px 10px 0;
      border-color: transparent #fff transparent transparent; }
    .product__labels .label:after, .product__labels--single .label:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 4px 10px 0;
      border-color: transparent #fff transparent transparent; }
  .product__labels--single .label, .product__labels--single--single .label {
    font-size: 12px !important;
    line-height: 24px !important; }
    .product__labels--single .label:after, .product__labels--single .label:before, .product__labels--single--single .label:after, .product__labels--single--single .label:before {
      border-width: 12px 4px 12px 0; }
  .product__labels .label + .label, .product__labels--single .label + .label {
    left: -2px; }
    .product__labels .label + .label:before, .product__labels--single .label + .label:before {
      display: block; }

.product__labels {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

.product__new-label {
  background: #852222; }
  .product__new-label:before {
    border-color: transparent #852222 transparent transparent !important; }

.product__promotion-label {
  background: #d2315a; }
  .product__promotion-label:before {
    border-color: transparent #d2315a transparent transparent !important; }

@media (max-width: 1139.98px) {
  .product__list {
    padding: 0 40px; } }

@media (max-width: 767.98px) {
  .product__list {
    padding: 0; } }

.product__list--cat .product__list__item {
  margin-bottom: 45px; }

.product__list--cat .product__data {
  height: 130px; }

.product__list__item {
  border: 7px solid transparent;
  text-align: center;
  padding: 35px 18px 85px !important;
  position: relative;
  overflow: hidden;
  transition: border .5s;
  height: 440px;
  flex-flow: column;
  display: flex; }
  .product__list__item.shop__catalog__products__item {
    height: auto;
    padding-bottom: 20px !important; }
  .product__list__item.-border {
    border-right: 2px solid #eee8e2;
    padding: 0 18px 20px !important;
    height: auto; }
    @media (max-width: 991.98px) {
      .product__list__item.-border {
        border: 0;
        margin-bottom: 50px; } }
    .product__list__item.-border:hover {
      border-color: transparent;
      border-right: 2px solid #eee8e2; }
    .product__list__item.-border:nth-child(3n + 3) {
      border: 0; }
  .product__list__item.-full .product__list__hidden {
    bottom: 8px;
    opacity: 1;
    height: 85px; }
  .product__list__item.-full .product__list__image img {
    height: 165px; }

.product__list__name {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 4px; }
  .product__list__name a {
    color: #445156 !important;
    font-family: "Work Sans", sans-serif;
    align-self: flex-start;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400; }

.product__list__image img {
  transition: height .5s;
  display: inline-block;
  height: 215px; }

.product__list__price sup {
  font-size: 10px;
  font-size: 1rem;
  top: -9px; }

.product__list__hidden {
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 85px;
  width: 100%;
  transition: all .5s;
  opacity: 0;
  padding-top: 5px; }
  .product__list__hidden.-visible {
    position: static;
    opacity: 1;
    margin-top: 10px; }

.product__data {
  height: 120px; }

.product__price--old {
  padding: 0 10px;
  position: relative;
  color: #919ea3; }
  .product__price--old:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #919ea3;
    display: block; }

.product__price--sale {
  color: #ed1a56; }

@media (max-width: 767.98px) {
  .product__image {
    text-align: center; } }

.product__image .details__image__product {
  max-width: 100%; }

.product__image__gallery {
  margin: 60px 0; }
  @media (max-width: 767.98px) {
    .product__image__gallery {
      max-width: 300px;
      margin: 40px auto 60px; } }
  .product__image__gallery img {
    height: auto;
    width: 100%;
    max-width: 100px !important; }

.product__tools {
  margin-top: 60px;
  margin-bottom: 9px; }
  .product__tools .svg-info {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    top: -1px;
    margin-left: 3px; }
    .product__tools .svg-info use {
      fill: #445156; }
  .product__tools__item {
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600; }
    .product__tools__item svg {
      width: 20px;
      height: 20px;
      vertical-align: middle; }
      .product__tools__item svg use {
        fill: #8d5b38; }

.product__reviews__image {
  bottom: auto !important;
  top: 272px !important; }

.product__quickview {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 160px;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 350ms, opacity 500ms ease-in-out, visibility 400ms ease-in-out; }
  .product__quickview .button, .product__quickview .avatar--medium .imgupload-file, .avatar--medium .product__quickview .imgupload-file, .product__quickview .btn-default, .product__quickview .payments-zipmark__utilities .btn, .payments-zipmark__utilities .product__quickview .btn, .product__quickview .profile-notes-utilities .btn, .profile-notes-utilities .product__quickview .btn, .product__quickview .modal-footer .btn-success, .modal-footer .product__quickview .btn-success, .product__quickview .modal-footer .btn-primary, .modal-footer .product__quickview .btn-primary, .product__quickview .order--custom .shop__catalog__search--button, .order--custom .product__quickview .shop__catalog__search--button, .product__quickview #searchForm button, #searchForm .product__quickview button {
    width: 100%; }

.product__recomended--popup .button, .product__recomended--popup .avatar--medium .imgupload-file, .avatar--medium .product__recomended--popup .imgupload-file, .product__recomended--popup .btn-default, .product__recomended--popup .payments-zipmark__utilities .btn, .payments-zipmark__utilities .product__recomended--popup .btn, .product__recomended--popup .profile-notes-utilities .btn, .profile-notes-utilities .product__recomended--popup .btn, .product__recomended--popup .modal-footer .btn-success, .modal-footer .product__recomended--popup .btn-success, .product__recomended--popup .modal-footer .btn-primary, .modal-footer .product__recomended--popup .btn-primary, .product__recomended--popup .order--custom .shop__catalog__search--button, .order--custom .product__recomended--popup .shop__catalog__search--button, .product__recomended--popup #searchForm button, #searchForm .product__recomended--popup button {
  padding: 0 5px; }

.product__recomended--popup .btn-add-basket {
  line-height: 40px;
  padding: 0 20px; }

a.button.quickview, .avatar--medium a.quickview.imgupload-file, a.quickview.btn-default, .payments-zipmark__utilities a.quickview.btn, .profile-notes-utilities a.quickview.btn, .modal-footer a.quickview.btn-success, .modal-footer a.quickview.btn-primary, .order--custom a.quickview.shop__catalog__search--button {
  background-color: rgba(34, 34, 34, 0.8);
  border-color: transparent !important;
  color: #ffffff !important; }

/*
 * General styles.
 * Not necessary for the component to work
*/
.c-rating span {
  display: inline-block;
  float: left;
  width: 1.25em;
  height: 1.25em;
  border: 0;
  text-indent: -9999px;
  outline: none;
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0"] span:nth-child(-n+0) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0.25"] span:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0.25"] span:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0.5"] span:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0.5"] span:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0.75"] span:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="0.75"] span:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1"] span:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1.25"] span:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1.25"] span:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1.5"] span:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1.5"] span:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1.75"] span:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="1.75"] span:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2"] span:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2.25"] span:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2.25"] span:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2.5"] span:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2.5"] span:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2.75"] span:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="2.75"] span:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3"] span:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3.25"] span:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3.25"] span:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3.5"] span:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3.5"] span:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3.75"] span:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="3.75"] span:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4"] span:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4.25"] span:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4.25"] span:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4.5"] span:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4.5"] span:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4.75"] span:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="4.75"] span:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating[data-rating-value="5"] span:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ffc000%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; }

.c-rating--small {
  font-size: 50%; }

.c-rating--big {
  font-size: 140%; }

.rating__counter, .rating__stars {
  display: inline-block;
  vertical-align: middle; }

.rating__counter {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300; }

.review__score {
  border: 3px solid #c0a9a1;
  padding: 12px 0 12px 25px;
  display: inline-block;
  background: #fff;
  width: 250px; }
  .review__score.ptr {
    position: absolute;
    top: 75px;
    right: -56px; }
  .review__score__value {
    color: #b08b71;
    font-weight: 300;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    margin-right: 20px; }

.review__users {
  color: #b08b71;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 5px; }
  .review__users span {
    display: inline-block;
    vertical-align: middle; }
  .review__users svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px; }
    .review__users svg use {
      fill: #b08b71; }

.review__list {
  width: calc(100% - 200px);
  margin-top: 70px; }

.review__item {
  overflow: hidden;
  margin-bottom: 30px; }
  .review__item__avatar {
    width: 56px;
    height: 56px;
    text-align: center;
    border: 2px solid #c0a9a1;
    border-radius: 50%;
    overflow: hidden; }
    .review__item__avatar > svg, .review__item__avatar > img {
      max-width: 100%;
      max-height: 100%; }
    .review__item__avatar > svg {
      width: 30px;
      height: 30px;
      margin: 9px 0 0 4px; }
      .review__item__avatar > svg use {
        fill: #b08b71; }
  .review__item__score {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    padding-left: 16px;
    color: #b08b71; }
  .review__item__data {
    color: #b08b71;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 16px; }
  .review__item__content {
    padding: 5px 0 0 72px; }

.scrollbar {
  width: 100%;
  height: 20px;
  overflow-x: auto;
  overflow-y: hidden; }
  .scrollbar__inner {
    height: 20px; }

.search--header {
  margin-left: 16px;
  display: inline-block; }
  .search--header svg {
    width: 40px;
    height: 40px; }
  .search--header use {
    fill: #fff; }

.search--footer input, .search--aside input {
  height: 59px;
  border: 0;
  padding: 0 25px;
  vertical-align: middle;
  margin-right: -4px;
  width: 258px; }

.search--footer button, .search--aside button {
  background: transparent;
  border: 0;
  display: inline-block;
  outline: none;
  vertical-align: middle;
  padding: 0;
  height: 59px;
  width: 60px;
  text-align: center;
  line-height: 59px;
  background: #fff;
  transition: background-color .3s; }
  .search--footer button:hover, .search--aside button:hover {
    background: #b08b71; }
    .search--footer button:hover use, .search--aside button:hover use {
      fill: #fff; }
  .search--footer button svg, .search--aside button svg {
    height: 40px;
    width: 40px; }
  .search--footer button use, .search--aside button use {
    fill: #c0a9a1; }

@media (max-width: 1139.98px) {
  .search--footer input {
    width: 220px;
    padding: 0 15px; } }

.search--aside {
  margin-bottom: 35px; }
  .search--aside input {
    border: 2px solid #e1e3e4;
    width: 100%;
    padding-right: 50px;
    margin-right: -65px; }
  .search--aside button {
    background: transparent; }

#searchForm button {
  line-height: 36px; }

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0; }

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff; }

.select2-search input {
  border-color: #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  padding: 0 20px 0 5px;
  font-size: 1rem; }

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5; }

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto; }

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  border-radius: 0.2rem; }

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  border-radius: 0.3rem; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: calc(1.5em + 0.75rem + 2px)-2px; }

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: calc(1.5em + 0.5rem + 2px)-2px; }

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: calc(1.5em + 1rem + 2px)-2px; }

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0; }

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 5px 10px; }

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 3px 5px; }

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 15px 15px; }

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 19px;
  font-size: 15px;
  padding: 5px 5px 5px 18px; }

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px; }

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px; }

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none; }

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none; }

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px; }

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px; }

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px; }

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px; }

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px; }

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #ca9b7a;
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .select2-container-active .select2-choice,
    .select2-container-multi.select2-container-active .select2-choices {
      transition: none; } }

.select2-drop-active {
  border-color: #ca9b7a; }

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #ca9b7a; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  background: #eee8e2;
  -webkit-filter: none;
          filter: none; }
  .input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0.2rem !important; }
  .input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0.3rem !important; }
  .input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0.2rem !important; }
  .input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0.3rem !important; }

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #fff;
  background-color: #8d5b38; }

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #495057;
  background: #eee8e2;
  border-color: #dee2e6;
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #dfd4c8;
  border-color: #bbc3cc;
  color: #495057;
  box-shadow: none; }

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%; }

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%; }

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #f2c511;
  color: #000;
  font-size: 1.2rem; }

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da; }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow,
  .select2-container.select2-container-disabled .select2-choice div,
  .select2-container.select2-container-disabled .select2-choices .select2-arrow,
  .select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */ }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */ }

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important; }

.form--frontend .select2-container {
  display: block;
  border: 0; }
  .form--frontend .select2-container .select2-choice, .form--frontend .select2-container .select2-choices {
    border-radius: 0;
    height: 35px;
    padding: 0;
    background-image: none;
    background-color: transparent;
    border-bottom: 2px solid #cfd4d6 !important;
    transition: border-color .3s;
    font-weight: 400;
    line-height: 35px; }
    .form--frontend .select2-container .select2-choice .select2-arrow, .form--frontend .select2-container .select2-choices .select2-arrow {
      background: transparent;
      border: none; }
      .form--frontend .select2-container .select2-choice .select2-arrow b, .form--frontend .select2-container .select2-choices .select2-arrow b {
        background-position: 0 5px; }

.form--reports .select2-container.form-control.select2-dropdown-open .select2-choice {
  border-radius: 3px 3px 0 0; }

.form--reports .select2-container .select2-choice, .form--reports .select2-container .select2-choices {
  border: none !important;
  background-color: white;
  border-radius: 3px;
  padding: 0 15px;
  height: 45px; }
  .form--reports .select2-container .select2-choice > .select2-chosen, .form--reports .select2-container .select2-choices > .select2-chosen {
    padding: 5px 0; }
  .form--reports .select2-container .select2-choice .select2-arrow b, .form--reports .select2-container .select2-choices .select2-arrow b {
    background-position: 0 10px; }

@media (max-width: 991.98px) {
  .form--reports .select2-container {
    width: 100% !important; } }

.select2-container-active .select2-choice {
  box-shadow: none;
  border-color: #b08b71; }

.select2-drop-active {
  border-color: #b08b71; }
  .select2-drop-active .select2-input {
    margin-top: 4px; }

.select2-results .select2-highlighted {
  background: #b08b71; }

.form-control.select2-container.select2-dropdown-open {
  border-radius: 0;
  border-color: #b08b71; }
  .form-control.select2-container.select2-dropdown-open .select2-choice {
    border-radius: 0;
    border-color: #b08b71; }

.select2-dropdown-open .select2-choice {
  background: transparent; }

.select2-dropdown-open.select2-drop-above .select2-choice {
  border-color: #b08b71;
  background-image: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #b08b71; }

.select2-result-label .user-autocomplete-box {
  display: flex;
  align-items: center; }

.select2-result-label .avatar-box {
  flex: 0 0 50px; }

.select2-result-label .box {
  padding-left: 10px;
  font-size: 15pxpx;
  font-size: 1.5rem;
  line-height: 18px; }
  .select2-result-label .box .top-box {
    display: block;
    font-size: 12pxpx;
    font-size: 1.2rem; }

.slick-slide {
  float: left;
  position: relative;
  height: 100%; }
  .slick-slide > div, .slick-slide > div > div {
    height: inherit; }
  .slick--striking .slick-slide {
    height: auto; }
    .slick--striking .slick-slide > div, .slick--striking .slick-slide > div > div {
      height: auto; }

.slick-track {
  overflow: hidden;
  height: 100%; }

.slick-slider {
  position: relative;
  height: 100%; }

.slick-disabled {
  opacity: .3; }

.slick-list {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%; }

.slick-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0; }
  @media (max-width: 767.98px) {
    .slick-dots {
      bottom: 7px; } }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    position: relative; }
  .slick-dots button {
    cursor: pointer;
    font-size: 0;
    content: ' ';
    display: block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: transparent;
    background: transparent;
    padding: 0;
    position: relative;
    border: 0;
    outline: none;
    border: 2px solid #c0a9a1; }
    .slick-dots button:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-radius: 50%;
      background: #c0a9a1;
      transition: all .4s;
      opacity: 1; }
    .slick-dots button:hover:after {
      width: 120%;
      height: 120%;
      opacity: 1;
      transition: all .5s; }
  .slick-dots .slick-active button {
    background: #fff;
    border-color: #fff; }
    .slick-dots .slick-active button:after {
      display: none; }

.slick-arrow svg {
  width: 47px;
  height: 47px; }

.slick-arrow use {
  fill: #b08b71; }

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 2; }
  .slick-next.-db, .slick-prev.-db {
    margin-top: -13px; }
    .slick-next.-db svg, .slick-prev.-db svg {
      width: 27px;
      height: 27px; }
    .slick-next.-db use, .slick-prev.-db use {
      fill: #838383; }

.slick-prev {
  left: -33px; }
  @media (max-width: 1139.98px) {
    .slick-prev {
      left: 10px; } }
  .story .slick-prev {
    left: -50px; }
    @media (max-width: 767.98px) {
      .story .slick-prev {
        left: 0; } }
  .slick-prev.-db {
    left: -19px; }

.slick-next {
  right: -33px; }
  @media (max-width: 1139.98px) {
    .slick-next {
      right: 10px; } }
  .story .slick-next {
    right: -50px; }
    @media (max-width: 767.98px) {
      .story .slick-next {
        right: 0; } }
  .slick-next.-db {
    right: -19px; }

.js-slick-db-volume .slick-disabled {
  opacity: 1; }

.js-slick-steps.slick-slider a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap; }

.js-slick-steps.slick-slider .slick-slide:last-child li {
  padding-right: 0; }

.js-slick-steps.slick-slider .slick-slide li {
  background: transparent; }
  .js-slick-steps.slick-slider .slick-slide li a {
    padding: 15px;
    background: #fff; }

.slick--reports .slick-next, .slick--reports .slick-prev {
  top: 15px; }
  .slick--reports .slick-next svg, .slick--reports .slick-prev svg {
    width: 17px;
    height: 17px; }
  .slick--reports .slick-next use, .slick--reports .slick-prev use {
    fill: #000; }

.slick--reports .slick-next {
  right: 10px; }

.slick--reports .slick-prev {
  right: 30px;
  left: auto; }

.slick--striking .slick-next, .slick--striking .slick-prev {
  top: -76px; }
  @media (max-width: 767.98px) {
    .slick--striking .slick-next, .slick--striking .slick-prev {
      top: -95px; } }
  .slick--striking .slick-next svg, .slick--striking .slick-prev svg {
    width: 17px;
    height: 17px; }
  .slick--striking .slick-next use, .slick--striking .slick-prev use {
    fill: #000; }

.slick--striking .slick-next {
  right: 10px; }

.slick--striking .slick-prev {
  right: 30px;
  left: auto; }

.social--header ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.social--header li {
  margin-bottom: 5px; }

.social--header a:hover use {
  fill: #8d5b38; }

.social--header svg {
  width: 17px;
  height: 17px; }
  .social--header svg use {
    fill: #fff; }

.social__facebook--bg:hover {
  background: #3b5998 !important;
  border-color: #3b5998; }

.social__facebook:hover use {
  fill: #3b5998 !important; }

.social__instagram--bg:hover {
  background: #C13584 !important;
  border-color: #C13584; }

.social__instagram:hover use {
  fill: #C13584 !important; }

.social__twitter--bg:hover {
  background: #00acee !important;
  border-color: #00acee; }

.social__twitter:hover use {
  fill: #00acee !important; }

.social__youtube--bg:hover {
  background: #ff0000 !important;
  border-color: #ff0000; }

.social__youtube:hover use {
  fill: #ff0000 !important; }

.social--circle {
  display: inline-block; }
  .social--circle ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .social--circle li {
    display: inline-block;
    margin-left: 3px; }
    .social--circle li:hover svg {
      fill: #fff; }
    .social--circle li:hover use {
      fill: #fff; }
    .social--circle li:hover a {
      background: #c0a9a1; }
  .social--circle a {
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #c0a9a1;
    transition: background-color .3s; }
  .social--circle svg {
    width: 18px;
    height: 18px;
    fill: #c0a9a1; }
  .social--circle use {
    fill: #c0a9a1;
    transition: fill .3s; }

.social__follow {
  font-size: 10px;
  font-weight: 500;
  display: inline-block; }
  .social__follow:after {
    content: '';
    width: 30px;
    vertical-align: middle;
    margin: 0 5px;
    height: 1px;
    background: #9da1a1;
    display: inline-block; }
  .social__follow--vertical {
    display: block; }
    .social__follow--vertical:after {
      height: 35px;
      width: 1px;
      margin-left: 22px; }

.social--vertical li {
  display: block;
  margin: 15px 0; }

/* ----------------------------------------------------------------------------
 Ignico button
 ---------------------------------------------------------------------------- */
.ignico-btn-gray {
  color: #fff;
  background: #6c757d; }
  .ignico-btn-gray:hover {
    color: #fff;
    background: #80868c; }

.ignico-btn-facebook {
  color: #fff;
  background: #4267b2; }
  .ignico-btn-facebook:hover {
    color: #fff;
    background: #5c7ab9; }

.ignico-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .ignico-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ignico-btn-outline-secondary:focus, .ignico-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ignico-btn-outline-secondary.disabled, .ignico-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .ignico-btn-outline-secondary:not(:disabled):not(.disabled):active, .ignico-btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .ignico-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .ignico-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .ignico-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .ignico-btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ignico-btn-outline-secondary svg {
    fill: #6c757d; }
  .ignico-btn-outline-secondary:hover {
    color: #6c757d;
    border-color: #6c757d;
    background: #f3f4f5; }

/* ----------------------------------------------------------------------------
 Ignico socials
 ---------------------------------------------------------------------------- */
.ignico-socials {
  margin: 16px 0; }

.ignico-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .8rem 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: .4rem;
  transition: background-color .3s; }
  .ignico-btn:hover {
    text-decoration: none; }

.ignico-embeddables-socials {
  display: flex; }

.ignico-socials-btn {
  position: relative;
  display: inline-block;
  width: 140px;
  margin-right: 6px;
  text-indent: 10px;
  cursor: pointer; }
  .ignico-socials-btn::before, .ignico-socials-btn::after {
    text-indent: 0; }
  .ignico-socials-btn:last-child {
    margin-right: 0; }
  .ignico-embeddables-socials-small .ignico-socials-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%; }

.ignico-socials-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem !important;
  height: 1.6rem !important;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff; }
  .ignico-socials-icon.-big {
    left: .9rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1.8rem !important;
    height: 1.8rem !important; }

.ignico-socials-btn-outline {
  font-weight: 500; }

.ignico-btn-messenger {
  color: #fff;
  background-color: #0084ff;
  border-color: #0084ff; }
  .ignico-btn-messenger:hover {
    color: #fff;
    background-color: #0070d9;
    border-color: #006acc; }

.ignico-socials-ignico-btn-outline {
  border: 1px solid #6c757d; }

.spinner {
  display: inline-block; }
  .spinner--small .spinner__input__field {
    width: 30px;
    height: 26px;
    font-size: 10px;
    font-size: 1rem; }
  .spinner--small .spinner__buttons a {
    height: 13px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    width: 20px !important; }
    .spinner--small .spinner__buttons a svg {
      width: 8px;
      height: 8px; }
  .spinner--list {
    display: inline-block;
    float: left;
    width: 35%;
    float: left;
    margin-right: -2px; }
    .spinner--list .form__field {
      width: 100%;
      margin-right: -27px;
      padding-right: 27px; }
      .spinner--list .form__field input {
        padding: 0 !important;
        background: #fff; }
  .spinner__input {
    display: inline-block;
    vertical-align: middle; }
    .spinner__input__field {
      padding: 0;
      width: 40px;
      height: 40px;
      background: #fff !important;
      border: 2px solid #e2d6d3;
      text-align: center;
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      outline: none;
      font-weight: 300; }
  .spinner__buttons {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    width: 25px; }
    .spinner__buttons a {
      font-size: 10px;
      line-height: 15px;
      display: block;
      outline: none;
      width: 27px !important;
      height: 20px;
      text-align: center;
      color: #4c4c4c;
      border: 2px solid #e2d6d3;
      border-left: 0; }
      .spinner__buttons a:hover {
        text-decoration: none;
        color: #8d5b38; }
  .spinner__top.spinner__top {
    border-bottom-width: 0px; }
  .spinner__bottom.spinner__bottom {
    border-top-width: 0px; }
  .spinner svg {
    width: 10px;
    height: 10px; }

.steps {
  padding: 30px 0;
  text-align: center;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px; }
  .steps ol, .steps ul {
    margin-bottom: 0; }
  .steps .slick-arrow {
    margin-top: -16px; }
    .steps .slick-arrow svg {
      width: 30px;
      height: 30px; }
  .steps ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    line-height: 15px; }
  .steps:before {
    content: '';
    height: 2px;
    background: #e1e3e4;
    display: inline-block;
    position: relative;
    top: 50%;
    margin: 0 5px;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px; }
    @media (max-width: 991.98px) {
      .steps:before {
        display: none; } }
  .steps--border {
    border-bottom: 2px dotted #dfdfdf;
    margin-bottom: 30px; }
  .steps li {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    color: #e1e3e4;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .steps li {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .steps li {
        display: block;
        width: 100%;
        background: transparent; } }
    .steps li:last-child:after {
      display: none; }
    .steps li.active {
      color: #b08b71; }

.story {
  padding: 0 40px; }
  @media (max-width: 767.98px) {
    .story {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .story--people .box--image-content__image {
      position: absolute;
      top: 0;
      left: 0;
      max-width: none;
      width: 100%; }
    .story--people .pa-tl {
      position: relative;
      top: 0;
      left: 0;
      padding-bottom: 30px; } }
  @media screen and (max-width: 410px) {
    .story--people .box--image-content__image {
      height: 100%;
      width: auto; } }
  .story .slick-list {
    padding: 0 150px 0 0 !important; }
    @media (max-width: 991.98px) {
      .story .slick-list {
        padding: 0 !important; } }
    .story .slick-list:after, .story .slick-list:before {
      content: '';
      display: block;
      height: 100%;
      width: 120px;
      position: absolute;
      top: 0;
      z-index: 1; }
    .story .slick-list:before {
      left: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 75%);
      display: none; }
    .story .slick-list:after {
      right: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
      display: none; }
    @media (max-width: 991.98px) {
      .story .slick-list .slick-slide {
        padding: 0 30px !important; } }
    .story .slick-list .slick-slide:nth-child(even) .story__item__content {
      bottom: auto;
      top: 100%; }
      .story .slick-list .slick-slide:nth-child(even) .story__item__content:after {
        top: auto;
        bottom: 0; }
  .story .slick-slide {
    padding: 190px 0; }
    @media (max-width: 991.98px) {
      .story .slick-slide {
        height: unset;
        padding: 0; }
        .story .slick-slide > div, .story .slick-slide > div > div {
          height: unset; } }
  @media (max-width: 991.98px) {
    .story .slick-slider {
      height: unset; } }
  .story__item {
    display: block;
    margin: 0 auto;
    position: relative; }
    .story__item__title {
      padding: 15px 20px 15px 15px;
      border-top: 2px solid #e1e3e4;
      border-bottom: 2px solid #e1e3e4;
      color: #b08b71;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 300;
      font-family: "Oswald", sans-serif;
      text-align: center; }
      @media (max-width: 991.98px) {
        .story__item__title {
          text-align: left;
          border: 0;
          padding: 5px 20px; } }
    .story__item__content {
      position: absolute;
      bottom: 100%;
      left: calc(50% - 4px);
      width: 500px;
      padding: 15px 20px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 25px;
      color: #445156; }
      @media (max-width: 991.98px) {
        .story__item__content {
          max-height: none;
          width: 100%;
          position: static; } }
      .story__item__content:before, .story__item__content:after {
        position: absolute;
        left: 3px;
        content: '';
        display: block; }
        @media (max-width: 991.98px) {
          .story__item__content:before, .story__item__content:after {
            display: none; } }
      .story__item__content:before {
        bottom: 0;
        width: 2px;
        height: 100%;
        background: #b08b71; }
      .story__item__content:after {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #b08b71;
        left: 0px;
        top: 0; }

.table {
  font-size: 15px;
  font-size: 1.5rem;
  color: #445156;
  border-collapse: separate;
  border-spacing: 0; }
  .table--terms {
    width: 100%; }
    .table--terms td {
      padding: 10px 20px;
      border-left: 10px solid #fff;
      border-right: 10px solid #fff; }
      .table--terms td:first-child {
        border-left: 0; }
      .table--terms td:last-child {
        border-right: 0; }
      @media (max-width: 991.98px) {
        .table--terms td {
          border: 0;
          display: block;
          margin-bottom: 10px; } }
  .table .btn-group {
    white-space: nowrap; }
  .table .sort, .table th {
    color: #445156;
    line-height: 1.4;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap; }
  .table th,
  .table td {
    border: 0;
    padding: 15px 0.75rem;
    vertical-align: middle; }
    .table th:first-child, .table td:first-child {
      padding-left: 20px; }
  .table .btn-danger {
    font-size: 10px;
    font-size: 1rem; }
  .table .input-group {
    flex-wrap: nowrap; }
    .table .input-group input {
      min-width: 35px;
      text-align: center !important; }
  .table tbody td {
    background-image: linear-gradient(to right, #e1e3e4 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    font-weight: 400;
    line-height: 22px; }
    .table tbody td [data-clipboard-text] {
      padding: 0; }
  .table thead th {
    background: #eee8e2;
    border: 0;
    text-transform: uppercase; }
  .table col {
    z-index: -1; }
  .table tfoot {
    font-weight: 600; }
    .table tfoot td {
      padding: 3px 0.75rem; }
    .table tfoot tr:first-child td {
      padding-top: 15px; }
  .table .action-list .btn, .table .is-action-group .btn {
    font-size: 10px;
    font-size: 1rem; }
  .table .action-list .btn-default, .table .is-action-group .btn-default {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff; }
    .table .action-list .btn-default .text-success, .table .is-action-group .btn-default .text-success {
      color: #000 !important; }
    .table .action-list .btn-default .fa, .table .is-action-group .btn-default .fa {
      margin-left: 1px; }
    .table .action-list .btn-default:hover, .table .is-action-group .btn-default:hover {
      background: #000; }
      .table .action-list .btn-default:hover .fa, .table .is-action-group .btn-default:hover .fa {
        color: #fff !important; }
  .table--products {
    min-width: 1000px; }
    @media (max-width: 1139.98px) {
      .table--products {
        padding-right: 30px; } }
    .table--products a {
      text-transform: uppercase;
      font-size: 10px;
      font-size: 1rem; }
    .table--products td[rowspan] {
      vertical-align: top;
      padding-left: 20px !important;
      text-align: left; }
    .table--products td, .table--products th {
      text-align: center; }
    .table--products th:first-child {
      text-align: left; }
    .table--products td:last-child {
      white-space: nowrap; }
    .table--products td:first-child {
      padding: 15px 0.75rem; }
  .table .col-ref {
    width: 435px; }
    @media (max-width: 575.98px) {
      .table .col-ref {
        width: auto; } }
  .table--summary header {
    background: #eee8e2;
    padding: 10px 20px; }
    .table--summary header p {
      text-transform: uppercase;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 500; }
  .table--summary thead th {
    font-weight: 500 !important;
    background: transparent;
    background-image: linear-gradient(to right, #e1e3e4 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 2px;
    background-repeat: repeat-x; }

.table-striped tbody tr:nth-of-type(odd) {
  background: none !important; }

@media (max-width: 575.98px) {
  .grid-filters .panel-title {
    margin-bottom: -32px;
    position: relative;
    z-index: 1; }
  .grid-filters .panel-heading {
    padding: 5px 0 !important; }
  .grid-filters .form-group {
    margin: 5px 0 10px !important;
    width: 100%;
    order: 2; }
    .grid-filters .form-group.hidden-print {
      order: 1;
      justify-content: flex-end;
      margin-bottom: 5px !important;
      z-index: 1; } }

.grid-filters .input-group-addon, #navigation .input-group-addon {
  margin: 4px 0 0 5px; }

.grid-wrapper .grid-filters, .grid-wrapper #navigation {
  margin-bottom: 17px; }

.grid-filters #query-element .btn, #navigation #query-element .btn {
  text-transform: uppercase;
  background: #f2c511;
  color: #2e2725;
  font-size: 10px;
  font-size: 1rem;
  border: 0;
  font-weight: 600;
  line-height: 32px;
  padding: 0 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  position: relative; }
  .grid-filters #query-element .btn input, #navigation #query-element .btn input {
    padding-left: 10px; }
  .grid-filters #query-element .btn:hover, #navigation #query-element .btn:hover {
    background: #f8e624; }

.grid-filters input, #navigation input {
  font-size: 10px;
  font-size: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 10px;
  height: 32px; }

.grid-filters input[type="checkbox"], #navigation input[type="checkbox"] {
  height: 12px; }

.grid-filters .select2-choice .select2-chosen, #navigation .select2-choice .select2-chosen {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  line-height: 25px; }

.grid-filters *::-webkit-input-placeholder, #navigation *::-webkit-input-placeholder {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }

.grid-filters *:-ms-input-placeholder, #navigation *:-ms-input-placeholder {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }

.grid-filters *::-ms-input-placeholder, #navigation *::-ms-input-placeholder {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }

.grid-filters *::placeholder, #navigation *::placeholder {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }

.grid-filters .panel-title, #navigation .panel-title {
  margin-top: 0 !important; }
  .grid-filters .panel-title a, #navigation .panel-title a {
    font-weight: 600;
    font-size: 10px;
    font-size: 1rem; }

.grid-filters .grid-utilities .btn, #navigation .grid-utilities .btn {
  background: transparent;
  border: 0;
  color: #8d5b38;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-left: 22px;
  font-weight: 600; }
  @media (max-width: 575.98px) {
    .grid-filters .grid-utilities .btn, #navigation .grid-utilities .btn {
      margin-left: 10px; } }
  .grid-filters .grid-utilities .btn:hover, #navigation .grid-utilities .btn:hover {
    color: #442c1b; }

.grid-filters .panel-heading, #navigation .panel-heading {
  padding: 7px 15px; }

.grid-filters .panel-heading-collapsed, #navigation .panel-heading-collapsed {
  border-bottom: 2px solid #e1e3e4 !important; }

.grid-filters-collapse .panel-body {
  border: 2px solid #e1e3e4;
  border-top: 0; }
  .grid-filters-collapse .panel-body [class*=col-] {
    margin-right: 30px; }
  .grid-filters-collapse .panel-body .select2-container .select2-choice .select2-arrow b {
    background-position: 0 1px; }
  .grid-filters-collapse .panel-body .select2-choice {
    height: 30px;
    line-height: 21px; }
  .grid-filters-collapse .panel-body .select2-choice, .grid-filters-collapse .panel-body .form-control {
    font-size: 12px;
    font-size: 1.2rem; }

.grid-paginator .select2-choice {
  font-size: 12px;
  font-size: 1.2rem; }

.grid-paginator .select2-container.input-sm .select2-choice .select2-arrow b {
  background-position: 0 0; }

.grid-wrapper.grid-wrapper table thead th .sort {
  padding-right: 15px; }
  .grid-wrapper.grid-wrapper table thead th .sort i {
    position: relative;
    right: -2px;
    top: 1px; }

.grid-wrapper.grid-wrapper table thead th.text-right .sort {
  padding-right: 0; }

.grid-wrapper.grid-wrapper .table svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px; }
  .grid-wrapper.grid-wrapper .table svg use {
    fill: #8d5b38; }

.table-hover tbody tr:hover, .table-striped tbody tr:hover {
  background: #faf8f7 !important; }

.tabs__content__item {
  padding-top: 30px;
  display: none; }
  .tabs__content__item.active {
    display: block; }

.team__list .row, .team__list .dl-horizontal {
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media (max-width: 991.98px) {
    .team__list .row, .team__list .dl-horizontal {
      width: 100%;
      margin-left: 0; } }

.team__list--circle {
  border-top: 2px solid #e1e3e4;
  padding-top: 50px; }
  .team__list--circle .team__item {
    padding: 0 35px; }
  .team__list--circle .team__item__image {
    border-radius: 50%; }
  .team__list--circle .team__item__name {
    margin-top: 30px; }

.team__item {
  padding: 0 15px;
  margin: 44px 0 0; }
  @media (max-width: 767.98px) {
    .team__item {
      margin-top: 30px; } }
  .team__item__image {
    overflow: hidden; }
    .team__item__image img {
      width: 100%; }
  .team__item__name {
    margin: 22px 0 0px; }
    @media (max-width: 767.98px) {
      .team__item__name {
        margin-top: 10px; } }
    .team__item__name h5 {
      color: #474241;
      font-weight: 700; }
  .team__item__position {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    padding-top: 5px; }

.text-points {
  color: #f2c511; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #a1c517; }

.title--vertical {
  position: absolute;
  top: 220px;
  left: 40px;
  text-align: center;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  color: rgba(192, 169, 161, 0.4);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  letter-spacing: 2px;
  text-transform: uppercase; }
  .title--vertical__rotate__outer {
    display: table; }
  .title--vertical__rotate__inner {
    padding: 50% 0;
    height: 0; }

.title--small {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 12px;
  color: #445156;
  font-weight: 500; }

.tt__container {
  position: relative; }
  .tt__container:hover .tt__content {
    display: block; }

.tt__content {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 1px 9px 2px rgba(0, 0, 0, 0.1);
  padding: 18px 10px; }
  .tt__content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .tt__content ul li {
      display: inline-block;
      margin: 0 10px;
      transition: opacity .3s;
      opacity: 1; }
      .tt__content ul li:hover {
        opacity: .8; }
      .tt__content ul li svg {
        width: 17px;
        height: 17px; }
  .tt__content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1; }
  .tt__content:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px; }

.tooltip-inner {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  color: #445156;
  padding: 14px 18px;
  line-height: 18px;
  border-radius: 0;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.3); }

.tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.tooltip.show {
  opacity: .95; }

.tooltip .arrow, .tooltip .tooltip-arrow, .tooltip .tooltip-arrow {
  width: 18px;
  height: 9px; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 9px 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  border-top-color: #fff;
  border-width: 9px 9px 0; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before, .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  border-right-color: #fff;
  border-width: 9px 9px 9px 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  border-width: 0 9px 9px; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #fff; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow, .bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  width: 9px;
  height: 18px; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .bs-tooltip-auto[x-placement^="right"], .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 9px; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: -4px; }

.video__trigger {
  transition: all .3s;
  display: block; }
  .video__trigger:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.voucher__box {
  display: inline-block;
  background: #eee8e2;
  padding: 20px 20px 35px 30px;
  border-right: 4px solid #fff; }
  @media (max-width: 575.98px) {
    .voucher__box {
      padding: 20px; } }
  .voucher__box .svg-arrow {
    width: 30px;
    height: 30px; }
    .voucher__box .svg-arrow use {
      fill: #b08b71; }
  .voucher__box input {
    height: 50px;
    border: 0;
    padding: 0 65px 0 18px;
    margin-right: -45px;
    width: 210px !important; }

.tooltip-content, .popover-content-span {
  display: none; }

.popover.popover-wide {
  max-width: 950px; }

:root {
  --mm-color-background-emphasis: transparent !important; }

.add-to-calendar > .add-to-calendar-widget {
  display: inline-block !important; }

.add-to-calendar .add-to-calendar-label {
  font-weight: 600 !important; }

.add-to-calendar-checkbox + div.add-to-calendar-dropdown a:before {
  background-image: url(/assets/images/arrow.svg) !important;
  background-size: cover !important;
  width: 35px !important;
  background-position: unset !important;
  margin-right: 0 !important;
  position: absolute;
  top: 0;
  left: 0; }

.add-to-calendar-checkbox + div.add-to-calendar-dropdown a, .add-to-calendar-checkbox:checked + div.add-to-calendar-dropdown {
  color: #b08b71;
  margin: .5em 0;
  padding-right: .5em; }

.add-to-calendar-dropdown a:hover {
  background-color: #b08b71 !important;
  color: white !important; }

.add-to-calendar-dropdown a {
  opacity: 1;
  padding-left: 35px;
  position: relative; }

.add-to-calendar-dropdown {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.map .fluid-vids {
  min-height: 333px !important;
  padding-top: 0 !important;
  z-index: 1; }

.more-navigation {
  list-style-type: none;
  padding: 0 200px 0;
  margin: 0;
  display: inline-block;
  float: right; }
  .more-navigation li {
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.2rem 0;
    cursor: pointer;
    white-space: nowrap; }
    .more-navigation li a {
      color: #212529; }

.more-navigation__heading {
  text-transform: uppercase;
  color: #8d5b38;
  font-size: 1.4rem !important;
  line-height: normal;
  font-family: "Oswald", sans-serif;
  cursor: auto !important;
  font-weight: 400;
  position: relative; }
  .more-navigation__heading:after {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #d7d5d3;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1.9rem;
    -webkit-transform: translateX(200px);
            transform: translateX(200px); }

.svg-pv use {
  fill: #445156; }

.color--red {
  color: #c94755; }
  .color--red use {
    fill: #c94755; }

.color--blue {
  color: #4773b1; }
  .color--blue use {
    fill: #4773b1; }

.color--darkblue {
  color: #225175; }
  .color--darkblue use {
    fill: #225175; }

.color--green, .color--active {
  color: #15b8a9; }
  .color--green use, .color--active use {
    fill: #15b8a9; }

.color--gold {
  color: #e5b758; }
  .color--gold use {
    fill: #e5b758; }

.color--gv {
  color: #c74958; }
  .color--gv use {
    fill: #c74958; }
  .color--gv--full {
    shape-rendering: geometricPrecision;
    box-shadow: inset 0px 0px 1px 1px #fff;
    border-radius: 50%;
    color: #fff;
    position: relative;
    background: #c74958;
    background: radial-gradient(ellipse at center, #c74958 0%, #c74958 100%); }
    .color--gv--full use {
      fill: #fff; }

.color--ev {
  color: #e5b758; }
  .color--ev use {
    fill: #e5b758; }
  .color--ev--full {
    shape-rendering: geometricPrecision;
    box-shadow: inset 0px 0px 1px 1px #fff;
    border-radius: 50%;
    color: #fff;
    position: relative;
    background: #e5b758;
    background: radial-gradient(ellipse at center, #e5b758 0%, #e5b758 100%); }
    .color--ev--full use {
      fill: #fff; }

.color--success {
  color: #42886a; }

.color--danger {
  color: #c94755; }

.color--navy-blue {
  color: #205278; }
  .color--navy-blue use {
    fill: #205278; }

.color--opacity5 {
  opacity: .4; }

.rank--ba {
  color: #00594e !important;
  border-color: #00594e !important; }
  .rank--ba--bg {
    background-color: #00594e !important; }

.rank--d {
  color: #b08878 !important;
  border-color: #b08878 !important; }
  .rank--d--bg {
    background-color: #b08878 !important; }

.rank--sd {
  color: #804d3b !important;
  border-color: #804d3b !important; }
  .rank--sd--bg {
    background-color: #804d3b !important; }

.rank--ed {
  color: #86364e !important;
  border-color: #86364e !important; }
  .rank--ed--bg {
    background-color: #86364e !important; }

.rank--ad {
  color: #712e3e !important;
  border-color: #712e3e !important; }
  .rank--ad--bg {
    background-color: #712e3e !important; }

.rank--rd {
  color: #a5bad5 !important;
  border-color: #a5bad5 !important; }
  .rank--rd--bg {
    background-color: #a5bad5 !important; }

.rank--rde {
  color: #7b99bf !important;
  border-color: #7b99bf !important; }
  .rank--rde--bg {
    background-color: #7b99bf !important; }

.rank--nd {
  color: #f05b5d !important;
  border-color: #f05b5d !important; }
  .rank--nd--bg {
    background-color: #f05b5d !important; }

.rank--nde {
  color: #ce3338 !important;
  border-color: #ce3338 !important; }
  .rank--nde--bg {
    background-color: #ce3338 !important; }

.rank--id {
  color: #0075c9 !important;
  border-color: #0075c9 !important; }
  .rank--id--bg {
    background-color: #0075c9 !important; }

.rank--ide {
  color: #00609d !important;
  border-color: #00609d !important; }
  .rank--ide--bg {
    background-color: #00609d !important; }

.rank--vpd {
  color: #a32035 !important;
  border-color: #a32035 !important; }
  .rank--vpd--bg {
    background-color: #a32035 !important; }

.rank--vpde {
  color: #8e1537 !important;
  border-color: #8e1537 !important; }
  .rank--vpde--bg {
    background-color: #8e1537 !important; }

.rank--pd {
  color: #00a98f !important;
  border-color: #00a98f !important; }
  .rank--pd--bg {
    background-color: #00a98f !important; }

.rank--pde {
  color: #029878 !important;
  border-color: #029878 !important; }
  .rank--pde--bg {
    background-color: #029878 !important; }

.rank--ca {
  color: #6f7271 !important;
  border-color: #6f7271 !important; }
  .rank--ca--bg {
    background-color: #6f7271 !important; }

.rank--cae {
  color: #53575a !important;
  border-color: #53575a !important; }
  .rank--cae--bg {
    background-color: #53575a !important; }

.rank--dcae {
  color: #24272a !important;
  border-color: #24272a !important; }
  .rank--dcae--bg {
    background-color: #24272a !important; }

.rank--bg {
  background-image: url(profile/images/bg-badge.c75fa892bd9c6ef5171b050ff7a4c13a.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%; }

.bg--white {
  background: #fff; }
  @media (max-width: 1139.98px) {
    .bg--white > .container--narrow {
      padding: 0 20px !important; } }

.bg--default {
  background: #eee8e2; }

.bg--success {
  background: #f0f5f3; }

.bg--danger {
  background: #f5eded; }

.bg--none {
  background: transparent !important; }

.bg--hemp {
  background-image: url(images/hemp-bg-small.3bea3f1c6a94872ae4c148bffed2699f.jpg);
  background-position: top right;
  background-repeat: no-repeat; }

.bg-red-brighter {
  background: #cc4b57; }

.panel-title, .panel-title a {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase; }

.nav > .active > a {
  color: #fff;
  background-color: #8d5b38; }

.dl-horizontal dt {
  width: 50%;
  text-align: right;
  padding-right: 2%; }

.dl-horizontal dd {
  width: 50%; }

.fade.in {
  opacity: 1; }

.collapse:not(.show) {
  display: none; }

.panel-collapse.in {
  display: block; }

.visible-lg-inline-block {
  display: none; }
  @media (min-width: 992px) {
    .visible-lg-inline-block {
      display: inline-block; } }

.color--font {
  color: #212529; }

.color--font-alter {
  color: #445156 !important; }

.color--primary-lighter {
  color: #c0a9a1 !important; }

.color--primary-dark {
  color: #b08b71 !important; }
  .color--primary-dark use {
    fill: #b08b71 !important; }

.color--primary {
  color: #8d5b38 !important; }
  .color--primary use {
    fill: #8d5b38 !important; }

.font--white {
  color: #fff !important; }
  .font--white use {
    fill: #fff !important; }
  .font--white--all * {
    color: #fff !important; }

.font--bold {
  font-weight: 700 !important; }

.font--medium {
  font-weight: 500 !important; }

.font--semibold {
  font-weight: 600 !important; }

.font--light {
  font-weight: 300 !important; }

.font--regular {
  font-weight: 400 !important; }

.font--alter {
  font-family: "Oswald", sans-serif !important; }

.font--default {
  font-family: "Work Sans", sans-serif !important; }

.font--heading {
  font-family: "Playfair Display", serif !important; }

.font--size--medium {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2; }

.font--size--small {
  font-size: 10px;
  font-size: 1rem; }

.font--second {
  font-family: "Playfair Display", serif !important; }

.mt--234 {
  margin-top: -234px !important; }

.pt--234 {
  padding-top: -234px !important; }

.mb--234 {
  margin-bottom: -234px !important; }

.pb--234 {
  padding-bottom: -234px !important; }

.ml--234 {
  margin-left: -234px !important; }

.pl--234 {
  padding-left: -234px !important; }

.mr--234 {
  margin-right: -234px !important; }

.pr--234 {
  padding-right: -234px !important; }

.mh--234 {
  margin-left: -234px !important;
  margin-right: -234px !important; }

.ph--234 {
  padding-left: -234px !important;
  padding-right: -234px !important; }

.mv--234 {
  margin-top: -234px !important;
  margin-bottom: -234px !important; }

.pv--234 {
  padding-top: -234px !important;
  padding-bottom: -234px !important; }

.mt--78 {
  margin-top: -78px !important; }

.pt--78 {
  padding-top: -78px !important; }

.mb--78 {
  margin-bottom: -78px !important; }

.pb--78 {
  padding-bottom: -78px !important; }

.ml--78 {
  margin-left: -78px !important; }

.pl--78 {
  padding-left: -78px !important; }

.mr--78 {
  margin-right: -78px !important; }

.pr--78 {
  padding-right: -78px !important; }

.mh--78 {
  margin-left: -78px !important;
  margin-right: -78px !important; }

.ph--78 {
  padding-left: -78px !important;
  padding-right: -78px !important; }

.mv--78 {
  margin-top: -78px !important;
  margin-bottom: -78px !important; }

.pv--78 {
  padding-top: -78px !important;
  padding-bottom: -78px !important; }

.mt-15 {
  margin-top: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.mh-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.ph-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.mv-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.pv-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.mh-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.ph-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.mv-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.mt-78 {
  margin-top: 78px !important; }

.pt-78 {
  padding-top: 78px !important; }

.mb-78 {
  margin-bottom: 78px !important; }

.pb-78 {
  padding-bottom: 78px !important; }

.ml-78 {
  margin-left: 78px !important; }

.pl-78 {
  padding-left: 78px !important; }

.mr-78 {
  margin-right: 78px !important; }

.pr-78 {
  padding-right: 78px !important; }

.mh-78 {
  margin-left: 78px !important;
  margin-right: 78px !important; }

.ph-78 {
  padding-left: 78px !important;
  padding-right: 78px !important; }

.mv-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important; }

.pv-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important; }

.mt-85 {
  margin-top: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.mh-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.ph-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.mv-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.pv-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.mt-100 {
  margin-top: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.mh-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.ph-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.mv-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.pt-110 {
  padding-top: 110px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.ml-110 {
  margin-left: 110px !important; }

.pl-110 {
  padding-left: 110px !important; }

.mr-110 {
  margin-right: 110px !important; }

.pr-110 {
  padding-right: 110px !important; }

.mh-110 {
  margin-left: 110px !important;
  margin-right: 110px !important; }

.ph-110 {
  padding-left: 110px !important;
  padding-right: 110px !important; }

.mv-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.pv-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.mt-120 {
  margin-top: 120px !important; }

.pt-120 {
  padding-top: 120px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.ml-120 {
  margin-left: 120px !important; }

.pl-120 {
  padding-left: 120px !important; }

.mr-120 {
  margin-right: 120px !important; }

.pr-120 {
  padding-right: 120px !important; }

.mh-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.ph-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.mv-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.pv-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

@media (max-width: 1139.98px) {
  .ph-85 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .ph-70 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media (max-width: 991.98px) {
  .pl-60 {
    padding-left: 20px !important; }
  .pl-70 {
    padding-left: 30px !important; }
  .pr-70 {
    padding-right: 30px !important; }
  .pt-78 {
    padding-top: 35px !important; }
  .pr-20 {
    padding-right: 20px !important; }
  .pr-40 {
    padding-right: 20px !important; }
  .pt-70 {
    padding-top: 30px !important; }
  .mt-100 {
    margin-top: 50px !important; }
  .pt-100 {
    padding-top: 50px !important; }
  .pb-70 {
    padding-bottom: 35px !important; }
  .ph-85 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .ph-85.bg--default {
      padding-left: 30px !important;
      padding-right: 30px !important; }
  .ph-70 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .pt-40 {
    padding-top: 20px !important; }
  .pl-50 {
    padding-left: 20px !important; }
  .pl-m-0 {
    padding-left: 0 !important; }
  .pr-m-0 {
    padding-right: 0 !important; }
  .pl-m-15 {
    padding-left: 15px !important; }
  .pr-m-15 {
    padding-right: 15px !important; }
  .mt-70 {
    margin-top: 30px !important; }
  .mb-110 {
    margin-bottom: 40px !important; }
  .pv-78 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .pr-0-md-important.pr-0-md-important {
    padding-right: 0 !important; }
  .pl-0-md-important.pl-0-md-important {
    padding-right: 0 !important; }
  .pt-120 {
    padding-top: 50px !important; }
  .pb-70-md-0 {
    padding-bottom: 0 !important; } }

@media (max-width: 767.98px) {
  .ph-85.bg--default {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pl-70 {
    padding-left: 15px !important; }
  .pr-70 {
    padding-right: 15px !important; }
  .pb-70-sm-0 {
    padding-bottom: 0 !important; } }

.pa-bc {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }

.pa-tc {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }

.pa-mc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1; }

.pa-tl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.pa-br {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.pa-tr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.zi5 {
  z-index: 5; }

::-webkit-input-placeholder {
  color: transparent; }

:-ms-input-placeholder {
  color: transparent; }

::-ms-input-placeholder {
  color: transparent; }

::placeholder {
  color: transparent; }

.borderBottom {
  border-bottom: 2px solid #d7d5d3; }

h6.-news {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #b08b71; }

h5.-news {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #445156;
  font-family: "Work Sans", sans-serif; }

.comments__header {
  border-bottom: 2px solid #e9e9ef;
  padding-bottom: 5px;
  margin-bottom: 25px; }

.comments__item {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9ef; }
  .comments__item cite {
    font-weight: 600;
    color: #b08b71;
    font-style: normal;
    margin-right: 10px;
    font-size: 14px; }
  .comments__item p {
    color: #445156; }

.comments__tools {
  text-align: right; }
  .comments__tools .btn {
    padding: 0;
    line-height: 20px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px; }
    .comments__tools .btn:hover {
      color: #852222; }

.news__list {
  margin-left: calc(-10px) !important;
  width: calc(100% + 2 * 10px); }
  .news__list__item {
    padding: 0 10px !important;
    margin-bottom: 40px; }
    .news__list__item header {
      margin: 15px 0 5px;
      overflow: hidden; }
      .news__list__item header h5 {
        height: 50px;
        overflow: hidden;
        line-height: 1; }
        @media (max-width: 767.98px) {
          .news__list__item header h5 {
            height: auto; } }
      .news__list__item header a:hover {
        text-decoration: none;
        color: #8d5b38; }
    .news__list__item h6 a {
      color: #8d5b38; }
    .news__list__item h5 {
      margin-top: 5px; }
      .news__list__item h5 a {
        color: #445156;
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
        font-size: 17px;
        font-size: 1.7rem; }
  .news__list__header {
    height: 115px;
    margin-bottom: 0 !important;
    overflow: hidden; }
    .news__list__header.-db {
      height: 115px; }
    @media (max-width: 767.98px) {
      .news__list__header {
        height: auto; } }
  .news__list__date {
    font-size: 12px;
    font-size: 1.2rem;
    opacity: .7;
    font-weight: 400;
    margin-top: -3px;
    display: block; }
  .news__list__excerpt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    color: #212529;
    margin-bottom: 20px;
    height: 65px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .news__list__excerpt {
        height: auto; } }

.news--recent__item {
  margin-bottom: 15px;
  position: relative; }
  .news--recent__item__image {
    width: 140px;
    height: 80px;
    overflow: hidden; }
    .news--recent__item__image__link {
      display: flex;
      height: 100%;
      justify-content: center; }
    .news--recent__item__image img {
      max-height: 100%;
      position: relative; }
    @media (max-width: 991.98px) {
      .news--recent__item__image {
        width: 100%;
        height: auto; }
        .news--recent__item__image img {
          width: 100%; } }
  .news--recent__item__content {
    width: calc(100% - 90px);
    padding-left: 12px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #445156;
    line-height: 16px;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .news--recent__item__content {
        width: 100%;
        padding-left: 0; } }

.news__item__social {
  width: 110px; }
  @media (max-width: 991.98px) {
    .news__item__social {
      width: 65px; } }
  @media (max-width: 767.98px) {
    .news__item__social {
      display: none; } }
  .news__item__social--bottom .svg-info {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    top: -1px;
    margin-left: 3px; }
  .news__item__social--bottom .ignico-embeddables-socials {
    flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .news__item__social--bottom a {
      display: block;
      margin-bottom: 5px; } }

.news__item__content {
  width: calc(100% - 110px); }
  @media (max-width: 767.98px) {
    .news__item__content {
      width: 100%; } }

::-webkit-input-placeholder {
  color: transparent; }

:-ms-input-placeholder {
  color: transparent; }

::-ms-input-placeholder {
  color: transparent; }

::placeholder {
  color: transparent; }

.borderBottom {
  border-bottom: 2px solid #d7d5d3; }

.badges__list {
  border-top: 2px solid #eee8e2;
  padding: 40px 50px; }
  @media (max-width: 991.98px) {
    .badges__list {
      padding: 30px 20px; } }
  .badges__list__item {
    margin: 15px 0;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 0 5px; }
    @media screen and (max-width: 500px) {
      .badges__list__item {
        flex: 0 0 33.33%;
        max-width: 33.33%; } }
    .badges__list__item img {
      max-width: 67px; }
    .badges__list__item.disabled svg {
      padding: 12px;
      background: #f3f1f0;
      border-radius: 50%; }
      .badges__list__item.disabled svg use {
        fill: #fff; }
    .badges__list__item svg {
      width: 67px;
      height: 67px; }
      @media (max-width: 575.98px) {
        .badges__list__item svg {
          max-width: 100%; } }
  .badges__list__name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9px;
    font-size: 0.9rem;
    color: rgba(68, 81, 86, 0.7);
    text-align: center;
    line-height: 12px;
    margin-top: 5px; }

.badges--header {
  padding: 17px 85px 33px 85px;
  display: flex;
  align-items: flex-end;
  background-image: url(profile/images/badges-hemp-bg.f60d0f6a58642563058130e348a62aec.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px; }
  .badges--header img {
    width: 170px;
    height: 170px;
    margin-right: 30px;
    margin-bottom: -63px; }
  .badges--header h3 {
    color: #fff; }

.mt-2 .badge-user-profile {
  display: inline; }

.db--border {
  border-bottom: 2px dotted #d9d9d4 !important;
  padding: 0 0 25px 0;
  margin-bottom: 20px; }

.db__summary__item {
  max-height: 275px;
  overflow: hidden; }
  .db__summary__item .small {
    line-height: 16px;
    opacity: .7; }
  @media (max-width: 575.98px) {
    .db__summary__item {
      max-height: none;
      text-align: center; }
      .db__summary__item .img-responsive {
        position: absolute;
        bottom: 0;
        height: 100%;
        max-width: none;
        right: -150px; } }

.db__badge {
  margin-right: 10px; }
  @media (max-width: 767.98px) {
    .db__badge {
      margin-right: 0;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .db__badge {
      margin-bottom: 20px; }
      .db__badge .db__label {
        display: block;
        margin-bottom: 5px; } }
  .db__badge__val:first-child {
    min-width: 50%; }
  .db__badge__val .db__label {
    white-space: pre-wrap; }
  .db__badge img {
    width: 160px;
    height: 160px;
    border-radius: 50%; }
  .db__badge--small {
    margin-right: 10px; }
    .db__badge--small img {
      width: 90px;
      height: 90px; }
    @media (max-width: 767.98px) {
      .db__badge--small {
        width: auto; } }
    @media (max-width: 575.98px) {
      .db__badge--small {
        margin: 0; } }

.db__stats {
  padding: 0 20px; }
  .db__stats__rank {
    flex: 0 0 140px; }
  @media (max-width: 575.98px) {
    .db__stats {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
              transform: none; } }

.db__label {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 10px;
  line-height: 10px;
  display: inline-block;
  min-width: 50%;
  white-space: nowrap; }
  .db__label--bg {
    background: rgba(158, 155, 158, 0.3);
    line-height: 22px;
    margin-top: -5px; }
  .db__label--op {
    opacity: .4; }
  .db__label--2 {
    font-size: 11px;
    font-size: 1.1rem; }

.db__money {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 40px; }
  @media (max-width: 575.98px) {
    .db__money {
      text-align: center; } }
  .db__money.disabled {
    color: #c7cbcc; }
    .db__money.disabled use {
      fill: #c7cbcc; }
  .db__money .svg-pv {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px; }
  .db__money .svg-custom {
    width: 52px;
    height: 52px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    margin-right: -52px; }
    @media (max-width: 575.98px) {
      .db__money .svg-custom {
        margin-right: 0; } }
  .db__money sup {
    font-size: 21px;
    font-size: 2.1rem;
    top: -14px;
    left: -3px; }
    @media (max-width: 767.98px) {
      .db__money sup {
        font-size: 17px;
        font-size: 1.7rem;
        top: -10px;
        left: -2px; } }
  .db__money--small {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px; }
    .db__money--small .svg-pv {
      width: 34px;
      height: 34px; }

.db__steps__icon {
  width: 60px;
  height: 60px; }

.db__tables__item {
  padding: 0px 50px;
  margin-top: 40px; }
  @media (max-width: 575.98px) {
    .db__tables__item {
      padding: 0 20px; }
      .db__tables__item .panel--summary {
        padding: 20px 0 !important; }
      .db__tables__item .header--legend {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0 10px; }
      .db__tables__item .label-rank {
        padding: 0 5px !important;
        font-size: 11px !important; } }

.db__enrollment {
  border-right: 2px solid #eee8e2;
  flex: 0 0 200px; }
  @media (max-width: 575.98px) {
    .db__enrollment {
      border: 0; } }
  .db__enrollment__link {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600; }
    .db__enrollment__link svg {
      width: 36px;
      height: 36px; }
    .db__enrollment__link use {
      fill: #8d5b38; }

.db__news {
  border-bottom: 2px solid #d9d7d5; }

.svg-info {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  top: -1px;
  margin-left: 3px; }
  .svg-info use {
    fill: #445156; }

.copy {
  cursor: pointer; }

.profile .profile__data dt {
  text-align: left; }

.profile .profile__data dd {
  text-align: right; }

.profile .profile__data .label {
  min-width: 115px;
  padding: 0 12px; }

.profile__header--data {
  border-bottom: 1px dotted #e1e3e4;
  padding: 15px 0 10px;
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600; }
  .profile__header--data__label {
    background: #e4dbd0;
    padding: 0 30px;
    line-height: 30px;
    font-size: 12px !important;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    text-align: center; }
  .profile__header--data__title {
    line-height: 12px; }
  .profile__header--data a {
    font-weight: 500; }
  .profile__header--data .btn {
    font-size: 10px;
    font-size: 1rem; }

.profile dd {
  color: #445156;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }

.profile dt {
  color: #afb3b5;
  font-weight: 400; }

.profile__data {
  font-size: 12px;
  font-size: 1.2rem; }

.profile__name {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #445156; }

.profile__id {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600; }

.profile__status {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background: #4873b2;
  padding: 0 20px;
  border-radius: 5px;
  line-height: 29px;
  text-transform: uppercase; }

.profile__partner__container {
  background: #eee8e2;
  padding: 35px 45px 45px;
  margin-top: -21px; }
  @media (max-width: 1139.98px) {
    .profile__partner__container {
      padding: 20px; }
      .profile__partner__container img {
        max-width: 100%; } }

.profile__partner__link {
  margin-top: 25px;
  padding: 0 15px 0 30px;
  line-height: 45px;
  background: #fff;
  border-radius: 5px;
  font-weight: 400;
  overflow: hidden;
  padding-right: 35px;
  position: relative; }
  .profile__partner__link:after {
    content: ' ';
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 72%, white 100%); }

.profile__partner__copy {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1; }
  .profile__partner__copy svg {
    width: 18px;
    height: 18px; }
    .profile__partner__copy svg use {
      fill: #8d5b38; }

.profile--popup .panel {
  border: 0; }

.profile--popup .panel-heading {
  border-bottom: 1px dotted #e1e3e4;
  background: transparent;
  padding: 15px 0 10px; }

.profile--popup .panel-title {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px; }

.profile--popup .panel-body {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1.2rem 0; }

.profile--popup dt {
  text-align: left;
  color: #afb3b5;
  font-weight: 400; }

.profile--popup dd {
  text-align: right;
  color: #445156;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }

.profile--popup .profile__data dt {
  text-align: right; }

.profile--popup .profile__data dd {
  text-align: left; }

/*!
 * iStruct (http://www.istruct.pl/)
 *
 * @copyright Copyright (c) 2008-2019 InSee Sp. z o.o. (http://www.insee.pl)
 * @license   http://www.istruct.pl/license Proprietary License
 */
.vouchers-admin {
  padding: 0 10px 15px 0; }
  .vouchers-admin:nth-child(3n+4) {
    clear: both; }
  .vouchers-admin:nth-child(3n+2) {
    padding: 0 5px; }
  .vouchers-admin:nth-child(3n+3) {
    padding-left: 10px;
    padding-right: 0; }
  .vouchers-admin h4 {
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    padding-bottom: 5px; }
  .vouchers-admin__sep {
    height: 1px;
    width: 100%;
    background: #bfbfbf; }
  .vouchers-admin__discount {
    font-size: 14px; }
    .vouchers-admin__discount div {
      color: #000000; }
    .vouchers-admin__discount em {
      top: -1px; }
    .vouchers-admin__discount span {
      float: right;
      color: #ffffff;
      background: #000000;
      padding: 0 10px;
      font-size: 12px; }
  .vouchers-admin__tabs .tabs__content #tab-venue .venue-map {
    height: 500px; }

@media all and (max-width: 992px) and (min-width: 769px) {
  .vouchers-admin {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .vouchers-admin:nth-child(2n+2) {
      padding-left: 10px !important; }
    .vouchers-admin:nth-child(3n+4) {
      clear: none; }
    .vouchers-admin:first-child, .vouchers-admin:nth-child(2n+3) {
      padding-right: 10px !important;
      clear: both; } }

@media all and (max-width: 768px) {
  .vouchers-admin {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*!
 * iStruct (http://www.istruct.pl/)
 *
 * @copyright Copyright (c) 2008-2019 InSee Sp. z o.o. (http://www.insee.pl)
 * @license   http://www.istruct.pl/license Proprietary License
 */
::-webkit-input-placeholder {
  color: transparent; }
:-ms-input-placeholder {
  color: transparent; }
::-ms-input-placeholder {
  color: transparent; }
::placeholder {
  color: transparent; }

.zone--picker {
  display: inline-block;
  margin-left: 5px; }
  @media screen and (max-width: 1200px) {
    .zone--picker {
      margin-left: 0; } }
  @media (max-width: 767.98px) {
    .zone--picker {
      display: none; } }
  .zone--picker a {
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 23px;
    white-space: nowrap;
    font-size: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .zone--picker a:hover {
      text-decoration: none; }

.header--dark .zone--picker a {
  color: #777e80;
  border-color: #b8b9b9; }

.footer--primary .zone--picker {
  margin-left: 0; }
  .footer--primary .zone--picker a {
    color: #445156;
    border: 0;
    font-size: 1.1rem;
    font-weight: 500; }

.trainings--single {
  margin-top: -25px; }
  .trainings--single .training__info {
    background: none; }

.training {
  padding: 0 10px 15px 0; }
  .training:nth-child(3n+4) {
    clear: both; }
  .training:nth-child(3n+2) {
    padding: 0 5px; }
  .training:nth-child(3n+3) {
    padding-left: 10px;
    padding-right: 0; }
  .training h4 {
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
    padding-bottom: 5px; }
  .training__footnote {
    line-height: 16px; }
  .training__image {
    position: relative; }
    .training__image img {
      width: 100%; }
    .training__image:hover .training__image__over {
      opacity: 1; }
    .training__image__over {
      position: absolute;
      opacity: 0;
      transition: all 0.4s;
      text-transform: lowercase;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center; }
      .training__image__over a {
        margin-top: 29%;
        line-height: 32px;
        font-size: 10px;
        font-weight: 700;
        padding: 0 15px;
        display: inline-block;
        background: #a98f5e;
        color: #ffffff; }
        .training__image__over a:hover {
          background: #695838;
          color: #fff;
          text-decoration: none; }
  .training__sep {
    height: 1px;
    width: 100%;
    background: #bfbfbf; }
  .training__date {
    font-size: 14px; }
    .training__date i {
      margin-right: 5px; }
  .training__price span {
    font-size: 25px;
    font-weight: 300;
    color: #a98f5e; }
  .training__price * {
    display: block;
    text-align: right; }
  .training__info {
    width: 100%;
    padding: 12px 15px;
    background: #f5f5f5; }
    .trainings--single .training__info i {
      margin-left: -22px; }
    .training__info .training__icon-map {
      margin-left: -20px;
      margin-right: 7px; }
  .training__discount {
    font-size: 14px; }
    .training__discount div {
      color: #000000; }
    .training__discount em {
      top: -1px; }
    .training__discount span {
      float: right;
      color: #ffffff;
      background: #000000;
      padding: 0 10px;
      font-size: 12px; }
  .training__category {
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    line-height: 24px;
    padding: 0 15px;
    font-size: 14px; }
  .training__tabs .tabs__content #tab-venue .venue-map {
    height: 500px; }

@media all and (max-width: 992px) and (min-width: 769px) {
  .training {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .training:nth-child(2n+2) {
      padding-left: 10px !important; }
    .training:nth-child(3n+4) {
      clear: none; }
    .training:first-child, .training:nth-child(2n+3) {
      padding-right: 10px !important;
      clear: both; } }

@media all and (max-width: 768px) {
  .training {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

