@charset "UTF-8";
.hfe-counter-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
} .hfe-counter-wrapper[style*="flex-direction: column"] {
align-items: center; justify-content: center; }
.hfe-counter-wrapper[style*="flex-direction: row"] {
justify-content: center; align-items: center; }
.hfe-counter-content {
display: flex;
align-items: center;
justify-content: center;
}
.hfe-counter-number {
font-weight: bold;
font-size: 48px;
line-height: 1;
}
.hfe-counter-title {
font-size: 18px;
line-height: 1.2;
margin: 0;
}
.hfe-counter-prefix,
.hfe-counter-suffix {
font-size: inherit;
line-height: inherit;
} .hfe-counter-title {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
} .hfe-counter-content {
flex-shrink: 0;
} .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-content {
display: flex !important;
align-items: center;
justify-content: center;
} @media (max-width: 1024px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
}
@media (max-width: 767px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
} @media (max-width: 767px) {
.hfe-counter-number {
font-size: 36px;
}
.hfe-counter-title {
font-size: 16px;
}
} ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
} .hfe-posts-grid {
display: grid;
}
.hfe-post-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-post-title a {
text-decoration: none;
}
.hfe-post-title {
margin-top: 0px;
}
.hfe-read-more {
text-decoration: none;
}
.hfe-post-meta {
font-size: 12px;
line-height: 1.3em;
}
.hfe-post-title {
font-size: 20px;
}:root{
--prime-color:#0882aa;	
--second-color:#87f1f2;  
}
.no-gutter-right {
padding-right: 0 !important;
}
.bootstrap-wrapper .form-dropdown {
height: calc(2.400em) !important;
border-radius: 0.3rem;
border: 1px solid rgba(26, 15, 9, 0.1);
font-size: 16px;
font-weight: 400;
color: #212529;
padding: 0.375rem 0.75rem;
}
.bootstrap-wrapper .form-dropdown option {
line-height: 1.7;
}
.open-green{
color:#73cf42;
}
.close-red{
color:#d0021b;
}
.display-none{
display:none;
}
.wrapper {
float: none !important;
}
.mb-50 {
margin-bottom: 50px;
}
.fadeInUp {
animation-name: fadeInUp;
} .fa {
font: normal normal normal 14px/1 FontAwesome !important;
}
.map50{
border-radius:0px;  
}
.property-item-s2 .card-text-price{
color: var(--prime-color);    
font-weight: bold;
line-height: 20px ;
font-size: 16px;
}
.icon-color{
color: var(--icon_color);
}
.text-small {
font-size: 14px;
line-height: 19px;
color: #37404e;
}
.badge{	
font-size: 12px;  
font-weight: 400!important;  
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.right {
padding: 0px 5px;
margin-right: 10px;
}
.tooltip-inner { 
border-radius: 6px;	  
box-shadow: 0px 10px 10px 0 rgb(0 0 0 / 15%) !important;
padding:6px;
background:var(--btn-small-color);
color:var(--btn-small-font-color);
opacity:999 !important;
}
.map-top {
height: 500px!important;
width: 100%;
} .property-item-s2 .card-grid-2 {
border-radius: 10px;
border: 0.88px solid rgba(6, 18, 36, 0.1);
overflow: hidden;
margin-bottom: 30px;
position: relative;
background: #ffffff;
}
.property-item-s2 .card-grid-2:hover {
border-color: rgba(151, 119, 250, 0.5);
}
.property-item-s2 .card-grid-2:hover {
-webkit-box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 8%);
box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 8%);
border-color: rgba(151, 119, 250, 0.5);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
transition: 0.2s;
-webkit-transition: 0.2s;	
transition: 0.2s;
}
.property-item-s2 .card-grid-2 .card-grid-2-image {
position: relative;
}
.property-item-s2 .card-grid-2 .card-grid-2-image figure {
display: block;
}
.content-page .card-grid-2 .card-block-info {
padding: 20px 20px 30px 20px;
position: relative;
}
.text-end {
text-align: right!important;
}
.property-item-s2 .card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
background: #e4e4e4;
border-radius: 50%;
padding: 5px;
height: 32px;
width: 32px;
float: left;
margin-right: 8px;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
line-height: 30px;
}
.btn-grey-small {
background-color: rgba(151, 119, 250, 0.12);
font-size: 14px;
padding: 7px 10px;
border-radius: 6px;
color: #37404e;
}
.btn-urgent-left {
position: absolute;
top: 20px;
left: 15px;
border: 1px solid rgba(249, 246, 245, 0.20); 	
border-radius: 8px;   
padding: 10px 10px 5px 10px;
color: var(--btn-small-font-color);
font-size: 14px;
z-index: 1;
background:rgba(249, 246, 245, 0.17);
}
.btn-urgent-right {
position: absolute;
top: 25px;
right: -1px;
color:var(--btn-font-color);
background-color: var(--prime-color);
padding: 5px 15px;   
font-size: 14px;
z-index: 1;
} .contentshowep {   
border: 1px solid #eee; 
box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
}
.row.vertical-divider {
overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
padding-bottom: 100px;
margin-bottom: -100px;
border-left: 3px solid #F2F7F9;
border-right: 3px solid #F2F7F9;
}
.row.vertical-divider div[class^="col-"]:first-child {
border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
border-right: none;
}
.listing-top-layout {
display: inline-block;
float: right;
vertical-align: top;
}
.listing-top-layout > ul li a {
border-radius: 4px;
height: 41px;
line-height: 41px;
width: 50px;
font-size: 18px;
}
.listing-top-layout>ul {
float: left;
list-style-type: none;
margin: 0;
padding: 0;
}
.listing-top-layout > ul li {
float: left;
margin-left: 4px;
}
.listing-top-layout>ul li a {
color: #d4d7db ;
float: left;
font-size: 18px;
font-weight : 600!important;  
text-align: center;
width: 45px;
}
::-webkit-scrollbar {
width: 10px;
} ::-webkit-scrollbar-track {
background: #f1f1f1; 
} ::-webkit-scrollbar-thumb {
background: #D3D3D3; 
} ::-webkit-scrollbar-thumb:hover {
background: #A9A9A9; 
}
.topfullwidthbutton{
border-radius: 4px;
border-color: #f1f1f1;
height: 41px;
line-height: 41px;
width: 50px;
font-size: 20px;
color: #41A6DF;
}
button,
input,
select,
textarea {
font-family: inherit !important;
}
.archieve-page a {
text-decoration: none;
}
.archieve-page a:active,
a:focus {
outline: 0 !important;
border: none !important;
-moz-outline-style: none !important;
}
.topicon-border{
border: 1px solid var(--max-border-color);
}
.property-item-s2 .card-border-round {	  
border-radius: 10px;  
border: 0.88px solid var(--max-border-color); 
background: #ffffff;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02) ;
}
.property-item-s2 .card-border-round:hover { 
-webkit-box-shadow: 0px 9px 26px 0px rgb(72 56 56 / 10%); 
box-shadow: 0px 9px 26px 0px rgb(72 56 56 / 10%);
border-color: var(--max-border-color);	
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
transition: 0.2s;
-webkit-transition: 0.2s;	
transition: 0.2s;
}
.bootstrap-wrapper .btn-urgent { 
background-color:var(--btn-small-color);
border-radius: 6px;
padding: 5px 15px;
color: var(--btn-font-color);
font-size: 14px;
z-index: 1;
}
.bootstrap-wrapper .btn.btn-small-ar:hover {
filter: brightness(90%);  
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-transition: 0.2s;
color: var(--btn-small-font-color);
transition: 0.2s;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-small-ar {
color: var(--btn-small-font-color);
background-color: var(--btn-small-color);
border-radius: 6px;
padding: 8px 10px;
font-size: 14px;	
line-height: 1;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.property-item-s2 .card{
width: 280px;
}
.archieve-page p {
font-size: 14px;
}
.form-control-popup {
height: 40px;
font-size: 14px;
font-weight: normal;
color: #333333;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0 !important;
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-wrapper .btn-border {
border: 1px solid rgba(6, 18, 36, 0.1);
padding: 15px 23px 15px 23px;
border-radius: 10px;
background: #ffffff;
color: #111112;
font-size: 16px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.bootstrap-wrapper .btn-border:hover {
color: #ffffff;
background-color: var(--prime-color);
padding: 5px 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.bootstrap-wrapper .btn-border-small {
border: 1px solid rgba(6, 18, 36, 0.1);
padding: 5px 15px;
border-radius: 10px;
background: #ffffff;
color: #111112;
font-size: 14px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.bootstrap-wrapper .btn-border-small:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-transition: 0.2s;
color: var(--btn-font-color);
transition: 0.2s;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big:hover {
filter: brightness(120%);  
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
transition: 0.2s;
-webkit-transition: 0.2s;
color: var(--btn-font-color);
transition: 0.2s;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big {
color: var(--btn-font-color);
background-color: var(--prime-color);
border-radius: 8px;
padding: 12px 15px;
font-size: 18px;	
line-height: 1;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.advance_search #inputState,
.advance_search input[type="text"],
.advance_search button[type="submit"] {
height: 40px;
font-size: 12px !important;
}
.top-btn {
height: 40px;
font-size: 14px !important;
}
.bootstrap-wrapper .title {
width: 100%;
font-size: 16px !important;
font-weight: 600;
line-height: 20px !important;
text-decoration: none;
color: var(--title-color);
}
.bootstrap-wrapper a:hover {
text-decoration: none !important;
}
.bootstrap-wrapper a:hover .title {
color: rgba(79, 89, 98, 0.5) !important;
}
.property-item-s2 .btn-add-favourites i{
color: var(--icon_color) ;
font-size: 22px!important;
}
.property-item-s2 .fav_icon{
position: absolute;
right: 20px;	
height: 25px;
width: 23px;
border-radius: 25px;	
line-height: 27px;
}
.fav_icon:hover{
cursor: pointer;
}
.fav_icon i{
}
.property-item-s2 .btn-added-favourites i{
color: var(--icon_color);
font-size: 22px!important;
font-weight: 900!important;
}
.property-item-s2 .favorite{
font-size: 16px;
color: #949ca5 !important;   
}
.address { 
font-size: 14px;
color: #242426c9 !important;
width: 100%;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
box-orient: vertical;
-webkit-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
}
.review-listing { 
font-size: 14px;
color: var(--btn-small-color);
width: 100%;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
box-orient: vertical;
-webkit-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
}
.categories {
font-size: 14px;
color: #949ca5 !important;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.short-desc {
color: #3b4249;
font-size: 14px;
}
.short-desc i {
color: #3b4249;
font-size: 14px;
}
.short-desc i:nth-child(2) {
margin-left: 10px;
}
.short-desc i:nth-child(3) {
margin-left: 10px;
}
.separator {
border-bottom: 1px dotted #000;
}
.dot-ref:hover {
cursor: pointer;
}
.property-item-s2 .card-img-container {
overflow: hidden;
position: relative;
height: 295px;
overflow: hidden;
margin: 5px;
}
.property-item-s2 .card-img-top-listing {
width: 100%!important;
height: 100% !important;
object-fit: cover!important;
object-position: center;
}
.dark-overlay {
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
top: 0;
left: 0;
}
img {
transition: all 0.5s ease;
}
.property-item-s2 .card-img-container:hover {
cursor: pointer;
}
.property-item-s2 .card-img-container:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.property-item-s2 .card-img-overlay {
top: 40%; height: 70px;
font-size: 16px;
}
.property-item-s2 .card-img-overlay__img {
top: -05px !important;
left: 80% !important; }
.tooltip-box {
width: 120px;
position: absolute;
top: 82%;
right: 0;
background: #000;
color: #fff;
text-align: center;
display: block;
margin-right: 15px;
font-size: 14px;
display: none;
}
.tooltip-box a:hover {
text-decoration: none;
}
#load-more { font-size: 14px !important;
color: #fff !important;
border-radius: 0;
border: 0 !important;
width: 200px !important;
padding: 10px 10px !important;
box-sizing: border-box !important;
}
.btn {
font-size: 14px;
font-weight: 700;
}
.ui-datepicker { overflow: hidden;
}
.custom-input-box input {
height: 38px !important;
}
.verfiy-icon {
color: #28a745 !important;
}
#no-border-radius {  }
.bg-separator { }
.custom-button {
height: 40px !important;
border: 1px solid #dedede !important;
font-size: 14px !important;
color: #a1a1a1 !important;
font-weight: 500 !important;
}
.custom-button i {
color: #a1a1a1;
}
.custom-button--no-color-change {
color: #fff !important;
}
.custom-button:hover {
color: #fff !important;
}
.carousel-indicators li {
background-color: #000 !important;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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") !important;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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") !important;
}
.slider-section img {
height: 500px !important;
}
.footer-section {
background: #fff;
}
.footer-section--bold {
font-weight: bold !important;
}
.footer-section h2 {
font-weight: 400;
font-size: 20px;
}
.footer-section a {
font-size: 14px;
display: block;
text-decoration: none;
color: #000000;
font-weight: bold;
}
.footer-section a:hover {
color: green;
}
.footer-section__social-icon i {
font-size: 25px;
transition: all 0.5s;
}
.footer-section__social-icon a:hover i {
font-size: 30px;
}
.list-group-item {
font-size: 14px !important;
}
.description-section p {
font-size: 16px;
font-weight: 200;
}
.overlay_content1,
.overlay_content2 {
position: absolute;
}
.overlay_content1 {
top: 2%;
left: 5%;
color: #fff;
font-weight: 300;
font-size: 12px;
background-color: #e53935;
opacity: 0.8;
}
.overlay_content1 p {
padding: 0 5px;
margin: 0 !important;
}
.overlay_content2 {
top: 1%;
right: 2%;
color: #fff;
}
.bootstrap-wrapper .btn-primary {
background-color: #545454;
border-color: #545454;
}
.white-star {
color: #2c3e50;
}
.black-star {
color: #f9b42d;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #f9b42d;
}
.btn-black {
background-color: #000000;
}
.bootstrap-wrapper .btn-warning {
border-color: #0099e5 !important;
}
.btn-grey {
background-color: #d8d8d8 !important;
color: #fff !important;
}
.rating-block {
background-color: #fafafa !important;
border: 1px solid #efefef !important;
padding: 15px 15px 20px 15px !important;
border-radius: 3px !important;
}
.bold {
font-weight: 700 !important;
font-size: 18px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.review-block {
background-color: #fafafa !important;
}
a {
text-decoration: none !important;
}
.property-item-s2 .card-body-min-height {
min-height: 120px;
padding: 10px 15px !important;
}
.property-item-s2 .card-body-min-height a {
text-decoration: none !important;
}
a:link {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.carousel-top {  position: absolute;
top: -30px;
padding: 10px;
background: #000;
}
.carousel-top-prev {
right: -500%;
}
.main-container {
position: relative; }
.next1 {
border: 1px solid #aaaaaa;
position: absolute;
right: 15px;
top: -40px;   padding: 0 10px;
}
.next1:hover,
.previous1:hover {
background: rgba(87, 88, 89, 0.7);
cursor: pointer;
}
.next1 i,
.previous1 i {
font-size: 30px;
background: transparent;
color: #fff;
}
.previous1 {
border: 1px solid #aaaaaa;
position: absolute;
right: 55px;
top: -40px;   padding: 0 10px;
}
.cities_img {
height: 250px !important;
object-fit: cover;
object-position: center center;
}
.cities-sec-row {
margin-top: 30px;
}
.cities_title {
position: absolute;
bottom: 5%; color: #fff !important;
font-size: 16px !important;
font-weight: 600; width: 100%;
z-index: 9;
}
#slider-search {
font-size: 14px !important;
}
.img_overlay_container {
position: relative; }
.img_overlay {
position: absolute;
bottom: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
height: 20%;
width: 100%; z-index: 8;
color: #fff;
}
.tags i,
.category i {
color: gray !important;
} .clientContactDetails span {
padding: 3px 15px;
border: 1px solid gray;
}
.fixedTop2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999999999999;
background: #f3f3f3;
width: 100%;
margin: 0 !important;
font-weight: 500 !important;
}
.fixedBottom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999999999999;
background: #f3f3f3;
margin-bottom: 0 !important;
font-weight: 500 !important;
}
.fixedBottom span a,
.fixedTop2 span a {
color: #000 !important;
}
.br-tme {
padding-bottom: 0 !important;
}
.bggray {
background: gray;
color: #fff;
}
.bggray a {
color: #fff !important;
} .filterSearch {
display: none;
background: gray;
width: 310px;
margin: 10px auto;
font-size: 20px;
cursor: pointer;
padding: 10px 10px;
}
.filterSearch i {
margin-left: 190px;
}
.clearfix { }
.client-contact {
margin: 10px 0 !important;
}
.email,
.sms,
.mcall {
border: 1px solid gray;
border-radius: 3px;
color: #000;
text-transform: uppercase;
cursor: pointer;
font-size: 12px ;
background: gray;
}
.sms {
background: gray;
display: none;
}
.mcall {
display: none;
background: gray;
border: 1px solid gray;
}
.mcall a,
.sms a,
.email {
text-decoration: none;
color: #fff !important;
}
.client-contact span:hover {
cursor: pointer;
}
.email {
padding: 3px 5px;
}
#map_button{	
visibility: hidden;
height: 0;
width: 0;
}
.map50 {
width: 100%;
}
#mapshortcode {
height: 600px!important;
width: 100%;
} @media (min-width: 320px) and (max-width: 480px) {
.bootstrap-wrapper .btn.btn-big { 
border-radius: 4px;
padding: 8px 8px;
font-size: 14px;   
}
.listing-top-layout > ul li a {
border-radius: 4px;
height: 33px;
line-height: 35px;
width: 30px;
font-size: 14px;
}
.property-item-s2 .card-img-top {
height: 100%;  
}
.map-top {
max-height: 250px;
width: 100%;
}
#map_button{
visibility: visible;  
}
.client-contact a {
text-decoration: none;
color: #fff;
}
.email,
.sms,
.mcall {
padding: 4px 15px;
}
.number {
display: none;
}
.mcall {
display: block;
}
.sms {
display: block;
}
.client-contact {
justify-content: space-between;
}
}
.player,
.fallback {
overflow: hidden;
margin: 0;
padding: 0;
background-color: transparent;
} @media (min-width: 481px) and (max-width: 812px) {
.client-contact a {
text-decoration: none;
color: #fff;
}
#map_button{
visibility: visible;  
}
.email,
.sms,
.mcall {
padding: 4px 15px;
}
.number {
display: none;
}
.mcall {
display: block;
}
.sms {
display: block;
}
.client-contact {
display: flex;
justify-content: space-between;
}
label.star {
float: right;
padding: 10px;
font-size: 20px !important;
color: #444;
transition: all 0.2s;
}
}
.cbp-filter-item-active,
.cbp-l-sort,
.cbp-l-dropdown,
.cbp-l-dropdown-wrap,
.cbp-l-direction,
#load-more {
background: gray !important;
}
@media (min-width: 220px) and (max-width: 480px) {
.hide-on-mobile {
visibility: hidden;
height: 0;
width: 0;
}
#map_button{
visibility: visible;  
}
.map50 {
height: 500px!important;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.cities_img {
height: 150px !important;
}
}
.property-item-s2 .card-img-container a {
display: block;
height: 100%;
}
.property-item-s2 {
overflow: hidden;
height: 100%;
position: relative;
}
.similar-block{
max-height:580px!important;
}
.similar-block .listing-desc {
padding-bottom: 50px!important;
}
.listingdata-col{
margin-bottom: 30px;
}
.property-item-s2 .btn-urgent-right {
padding: 8px 25px;
background-color: var(--second-color);
font-size: 12px;    
color: #ffffff;
border-radius: 0px;
text-transform: uppercase;
letter-spacing: .12px;
}
.btn-add-favourites,.btn-added-favourites {
background-color: #ffffff;
color:  var(--second-color);
border-radius: 50%;
cursor: pointer;
}
.property-item-s2 .first-category-and-rating {
display: flex;
align-items: center;
}
.property-item-s2 .list-fast-cat a {
background-color: var(--second-color);
padding: 12px 20px;
font-size: 14px;
font-weight: 500;
color: #000000;
border-radius: 50px;
display: flex;
}
.property-item-s2 .list-fast-cat a img {
margin-right: 5px;
}
.property-item-s2 .review-count {
position: relative;
flex: 1;
text-align: right;
}
.property-item-s2 .star-icon {
height: 40px;
width: 40px;
color: var(--prime-color);
background-color: var(--second-color);
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 14px;
position: absolute;
left: 0;
top: 0;
}
.line-height2 {   
line-height: 2.5!important;
}
.property-item-s2 .review-wrapper {
border: 1px solid var(--second-color);
height: 40px;
width: 110px;
position: relative;
padding-left: 55px;
display: inline-block;
border-radius: 50px;
text-align: left;
padding-top: 5px;
}
.property-item-s2 .review-point {
font-weight: 500;
font-size: 14px;
line-height: 1;
}
.property-item-s2 .total-review {
font-weight: 400;
font-size: 12px;
}
.pr-0{
padding-right: 0;
}
.property-item-s2 .listing-title a {
font-size: 24px;
font-weight: 500;
line-height: 130%;
}
.property-item-s2:hover .listing-title a  {
color: var(--prime-color);
}
.property-item-s2 .location-date-wrapper {
display: flex;
align-items: center;
}
.property-item-s2 .listing-date {
flex: 1;
text-align: right;
}
.property-item-s2 .location i {
font-size: 16px;
margin-right: 5px;
}
.property-item-s2 .listing-date i{
margin-right: 5px;
}
.property-item-s2 .location,
.property-item-s2 .listing-date{
font-size: 16px;
}
.property-item-s2 .location,
.property-item-s2 .location a,
.property-item-s2 .location a:hover{
}
.btn-round {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #0c0c0c;
color: #fff;
font-size: 1.3em;
transition: all .3s ease-in-out 0s;
}
.rounded-circle {
border-radius: 50% !important;
}
.top-border {
border-top: 1px dashed #c7c7c7;
}
.bootstrap-wrapper .btn-outline-info:hover {
color: #fff;
background-color: var(--second-color);
border-color: var(--second-color);
}
.bootstrap-wrapper .card-body {
padding: 15px;
}
.property-item-s2 .listing-desc {
line-height: 160%;
border-top: 1px dashed  #c7c7c7;
border-bottom: 1px solid #c7c7c7;
margin-top: 10px;
padding-top: 20px;
padding-bottom: 70px;
max-height: 40px;
}
.property-icon-size{
width:18px;
height:20px;
}
.property-item-s2 .listing-title {
margin: 20px 0 10px;
}
.property-item-s2 .button-right{
float:right;
width: 50px;
height: 50px;
display: flex;
color:#ffffff;
align-items: center;
justify-content: center;
background: var(--second-color);
transition: 0.3s;
}
.button-right:hover{
background: var(--prime-color);
opacity: 1;
}
.property-item-s2  .btn-urgent-bottom {
padding: 8px 25px;
background-color: var(--prime-color);
font-size: 12px;    
color: #ffffff;
border-radius: 0px;
text-transform: uppercase;
letter-spacing: .12px;
}
.btn-urgent-bottom {
position: absolute;
bottom: 20px;
right: -1px;
color:#ffffff;
background-color: var(--prime-color);
border-radius: 6px;
padding: 5px 15px;   
font-size: 14px;
z-index: 1;
}
.property-item-s2 .property-main-price {
font-size: 22px;
font-weight: 600;
line-height: 150%;
margin-right: 0px;
color: #808080;
}
.property-item-s2 .property-discount-price {
color: var(--prime-color);
font-size: 22px;
font-weight: 600;
}
.property-item-s2 .property-listing-price{
color: var(--prime-color);
font-size: 28px;
font-weight: 600;
}
.property-item-s2 .property-listing-price {
margin-top: 15px;
}
.property-item-s2 .card-body {
margin: 0px;
padding: 5px!important;
}
.listing-list-view .card-body {
margin: 0px;
padding: 30px!important;
}
.listing-list-view .listingdata-col {
flex: 0 0 100% !important;
max-width: 100% !important;
}
.listing-list-view .listing-desc {
border-top: 1px dashed  #c7c7c7;
border-bottom: 0px solid #c7c7c7;
}
ul.listing-layout-btn li {
height: 35px;
width: 35px;
text-align: center;
line-height: 35px;
margin-left: 5px;
border: 1px solid #000000;
cursor: pointer;
transition: .3s;
border-radius: 5px;
}
.listing-top-layout>ul li a {
width: 35px;
height: 35px;
line-height: 35px;
color: #000000;
transition: .3s;
}
ul.listing-layout-btn li:hover,
ul.listing-layout-btn li.active{
background-color: var(--prime-color); 
color: #ffffff;
border-color:var(--prime-color); 
}
.listing-top-layout>ul li a:hover{
background-color: transparent;
color: #ffffff
}
.row.listing-top-button-wrapper {
margin-bottom: 30px;
}
.bootstrap-wrapper.property-archive-page {
margin-top: 10px;
margin-bottom: 65px;
}
.listing-list-view .property-item-s2{
background:#ffffff;
color:#000000;
}
.listing-list-view .card-img-container {
margin:0px;
}
@media only screen and (min-width: 768px) {
.listing-list-view .property-item-s2{
display: flex;
align-items: center;
}
.listing-list-view .card-img-container { width: 370px;
}
.listing-list-view .listingdata-col {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
@media only screen and (min-width: 1920px) {
.listing-list-view .listingdata-col {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
.property-item-s2 .card-body {
padding: 35px 20px 25px 20px;
}
.listing-list-view .listingdata-col {
flex: 0 0 50% !important;
max-width: 100% !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
div#map {
height: 400px;
margin-top: 50px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.property-item-s2 .card-body {
padding: 30px 15px 20px 15px;
}
.property-item-s2 .list-fast-cat a{
padding: 12px 15px;
}
.property-item-s2 .review-wrapper{
width: 105px;
}
div#map {
height: 300px !important;
}
.listing-grid-btn,.listing-list-btn{
display: none;
}
.property-item-s2 .property-main-price {
font-size: 22px;
font-weight: 500;
}
.property-item-s2 .property-discount-price{
font-size: 22px;
font-weight: 500;
}
}:root{
--prime-color:#0882aa;	
--second-color:#87f1f2;  
}
.no-gutter-right {
padding-right: 0 !important;
}
.bootstrap-wrapper .form-dropdown {
height: calc(2.400em) !important;
border-radius: 0.3rem;
border: 1px solid rgba(26, 15, 9, 0.1);
font-size: 16px;
font-weight: 400;
color: #212529;
padding: 0.375rem 0.75rem;
}
.bootstrap-wrapper .form-dropdown option {
line-height: 1.7;
}
.open-green{
color:#73cf42;
}
.close-red{
color:#d0021b;
}
.display-none{
display:none;
}
.wrapper {
float: none !important;
}
.mb-50 {
margin-bottom: 50px;
}
.fadeInUp {
animation-name: fadeInUp;
} .fa {
font: normal normal normal 14px/1 FontAwesome !important;
}
.map50{
border-radius: 30px;  
}
.card-text-price{
color: var(--prime-color);    
font-weight: bold;
line-height: 20px ;
font-size: 16px;
}
.icon-color{
color: var(--icon_color);
}
.text-small {
font-size: 14px;
line-height: 19px;
color: #37404e;
}
.badge{	
font-size: 12px;  
font-weight: 400!important;  
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.right {
padding: 0px 5px;
margin-right: 10px;
}
.tooltip-inner { 
border-radius: 6px;	  
box-shadow: 0px 10px 10px 0 rgb(0 0 0 / 15%) !important;
padding:6px;
background:var(--btn-small-color);
color:var(--btn-small-font-color);
opacity:999 !important;
}
.map-top {
height: 500px!important;
width: 100%;
} .similar-block-round{
height:550px!important;
}
.similar-block-round.auto-height {
height: auto !important;
}
.card-grid-2 {
border-radius: 10px;
border: 0.88px solid rgba(6, 18, 36, 0.1);
overflow: hidden;
margin-bottom: 30px;
position: relative;
background: #ffffff;
}
.card-grid-2:hover {
border-color: rgba(151, 119, 250, 0.5);
}
.card-grid-2:hover {
-webkit-box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 8%);
box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 8%);
border-color: rgba(151, 119, 250, 0.5);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
transition: 0.2s;
-webkit-transition: 0.2s;	
transition: 0.2s;
}
.card-grid-2 .card-grid-2-image {
position: relative;
}
.card-grid-2 .card-grid-2-image figure {
display: block;
}
.content-page .card-grid-2 .card-block-info {
padding: 20px 20px 30px 20px;
position: relative;
}
.text-end {
text-align: right!important;
}
.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
background: #e4e4e4;
border-radius: 50%;
padding: 5px;
height: 32px;
width: 32px;
float: left;
margin-right: 8px;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
line-height: 30px;
}
.btn-grey-small {
background-color: rgba(151, 119, 250, 0.12);
font-size: 14px;
padding: 7px 10px;
border-radius: 6px;
color: #37404e;
}
.btn-urgent-left {
position: absolute;
top: 20px;
left: 15px;
border: 1px solid rgba(249, 246, 245, 0.20); 	
border-radius: 8px;   
padding: 10px 10px 5px 10px;
color: var(--btn-small-font-color);
font-size: 14px;
z-index: 1;
background:rgba(249, 246, 245, 0.17);
}
.btn-urgent-right {
position: absolute;
top: 20px;
right: 15px;
color:#ffffff;
background-color: var(--prime-color);
border-radius: 6px;
padding: 5px 15px;   
font-size: 14px;
z-index: 1;
}
.btn-urgent-bottom {
position: absolute;
bottom: 20px;
right: 15px;
color:#ffffff;
background-color: var(--prime-color);
border-radius: 6px;
padding: 5px 15px;   
font-size: 14px;
z-index: 1;
} .contentshowep {   
border: 1px solid #eee; 
box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
}
.row.vertical-divider {
overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
padding-bottom: 100px;
margin-bottom: -100px;
border-left: 3px solid #F2F7F9;
border-right: 3px solid #F2F7F9;
}
.row.vertical-divider div[class^="col-"]:first-child {
border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
border-right: none;
}
.listing-top-layout {
display: inline-block;
float: right;
vertical-align: top;
}
.listing-top-layout > ul li a {
border-radius: 4px;
height: 41px;
line-height: 41px;
width: 50px;
font-size: 18px;
}
.listing-top-layout>ul {
float: left;
list-style-type: none;
margin: 0;
padding: 0;
}
.listing-top-layout > ul li {
float: left;
margin-left: 4px;
}
.listing-top-layout>ul li a {
color: #d4d7db ;
float: left;
font-size: 18px;
font-weight : 600!important;  
text-align: center;
width: 45px;
}
::-webkit-scrollbar {
width: 10px;
} ::-webkit-scrollbar-track {
background: #f1f1f1; 
} ::-webkit-scrollbar-thumb {
background: #D3D3D3; 
} ::-webkit-scrollbar-thumb:hover {
background: #A9A9A9; 
}
.topfullwidthbutton{
border-radius: 4px;
border-color: #f1f1f1;
height: 41px;
line-height: 41px;
width: 50px;
font-size: 20px;
color: #41A6DF;
}
button,
input,
select,
textarea {
font-family: inherit !important;
}
.archieve-page a {
text-decoration: none;
}
.archieve-page a:active,
a:focus {
outline: 0 !important;
border: none !important;
-moz-outline-style: none !important;
}
.property-listing-item .topicon-border{
border: 1px solid var(--max-border-color);
}
.property-listing-item .card-border-round {	  
border-radius: 10px;  
border: 0.88px solid var(--max-border-color); 
background: #ffffff;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02) ;
}
.property-listing-item .card-border-round:hover { 
-webkit-box-shadow: 0px 9px 26px 0px rgb(72 56 56 / 10%); 
box-shadow: 0px 9px 26px 0px rgb(72 56 56 / 10%);
border-color: var(--max-border-color);	
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
transition: 0.2s;
-webkit-transition: 0.2s;	
transition: 0.2s;
}
.property-listing-item .bootstrap-wrapper .btn-urgent { 
background-color:var(--btn-small-color);
border-radius: 6px;
padding: 5px 15px;
color: var(--btn-font-color);
font-size: 14px;
z-index: 1;
}
.property-listing-item .bootstrap-wrapper .btn.btn-small-ar:hover {
filter: brightness(90%);  
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-transition: 0.2s;
color: var(--btn-small-font-color);
transition: 0.2s;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-small-ar {
color: var(--btn-small-font-color);
background-color: var(--btn-small-color);
border-radius: 6px;
padding: 8px 10px;
font-size: 14px;	
line-height: 1;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.property-listing-item .card{
width: 280px;
}
.archieve-page p {
font-size: 14px;
}
.form-control-popup {
height: 40px;
font-size: 14px;
font-weight: normal;
color: #333333;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0 !important;
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-wrapper .btn-border {
border: 1px solid rgba(6, 18, 36, 0.1);
padding: 15px 23px 15px 23px;
border-radius: 10px;
background: #ffffff;
color: #111112;
font-size: 16px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.bootstrap-wrapper .btn-border:hover {
color: #ffffff;
background-color: var(--prime-color);
padding: 5px 15px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.bootstrap-wrapper .btn-border-small {
border: 1px solid rgba(6, 18, 36, 0.1);
padding: 5px 15px;
border-radius: 10px;
background: #ffffff;
color: #111112;
font-size: 14px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.bootstrap-wrapper .btn-border-small:hover {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-transition: 0.2s;
color: var(--btn-font-color);
transition: 0.2s;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big:hover {
filter: brightness(120%);  
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
transition: 0.2s;
-webkit-transition: 0.2s;
color: var(--btn-font-color);
transition: 0.2s;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big {
color: var(--btn-font-color);
background-color: var(--prime-color);
border-radius: 8px;
padding: 12px 15px;
font-size: 18px;	
line-height: 1;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.advance_search #inputState,
.advance_search input[type="text"],
.advance_search button[type="submit"] {
height: 40px;
font-size: 12px !important;
}
.top-btn {
height: 40px;
font-size: 14px !important;
}
.bootstrap-wrapper .title {
width: 100%;
font-size: 16px !important;
font-weight: 600;
line-height: 20px !important;
text-decoration: none;
color: var(--title-color);
}
.bootstrap-wrapper a:hover {
text-decoration: none !important;
}
.bootstrap-wrapper a:hover .title {
color: rgba(79, 89, 98, 0.5) !important;
}
.btn-add-favourites i{
color: var(--icon_color) ;
font-size: 22px!important;
}
.fav_icon{
position: absolute;
right: 20px;	
height: 25px;
width: 23px;
border-radius: 25px;	
line-height: 27px;
}
.fav_icon:hover{
cursor: pointer;
}
.fav_icon i{
}
.btn-added-favourites i{
color: var(--icon_color);
font-size: 22px!important;
font-weight: 900!important;
}
.favorite{
font-size: 16px;
color: #949ca5 !important;   
}
.address { 
font-size: 14px;
color: #242426c9 !important;
width: 100%;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
box-orient: vertical;
-webkit-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
}
.review-listing { 
font-size: 14px;
color: var(--btn-small-color);
width: 100%;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
box-orient: vertical;
-webkit-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
}
.categories {
font-size: 14px;
color: #949ca5 !important;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.short-desc {
color: #3b4249;
font-size: 14px;
}
.short-desc i {
color: #3b4249;
font-size: 14px;
}
.short-desc i:nth-child(2) {
margin-left: 10px;
}
.short-desc i:nth-child(3) {
margin-left: 10px;
}
.separator {
border-bottom: 1px dotted #000;
}
.dot-ref:hover {
cursor: pointer;
}
.property-listing-item .card-img-container {
overflow: hidden;
border-radius: 20px; 
position: relative;
height: 295px;
overflow: hidden;
margin: 15px;
}
.property-listing-item .card-img-top-listing {
width: 100%!important;
height: 100% !important;
object-fit: cover!important;
object-position: center;
}
.dark-overlay {
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
top: 0;
left: 0;
}
img {
transition: all 0.5s ease;
}
.card-img-container:hover {
cursor: pointer;
}
.card-img-container:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.card-img-overlay {
top: 40%; height: 70px;
font-size: 16px;
}
.card-img-overlay__img {
top: -05px !important;
left: 80% !important; }
.tooltip-box {
width: 120px;
position: absolute;
top: 82%;
right: 0;
background: #000;
color: #fff;
text-align: center;
display: block;
margin-right: 15px;
font-size: 14px;
display: none;
}
.tooltip-box a:hover {
text-decoration: none;
}
#load-more { font-size: 14px !important;
color: #fff !important;
border-radius: 0;
border: 0 !important;
width: 200px !important;
padding: 10px 10px !important;
box-sizing: border-box !important;
}
.btn {
font-size: 14px;
font-weight: 700;
}
.ui-datepicker { overflow: hidden;
}
.custom-input-box input {
height: 38px !important;
}
.verfiy-icon {
color: #28a745 !important;
}
#no-border-radius {  }
.bg-separator { }
.custom-button {
height: 40px !important;
border: 1px solid #dedede !important;
font-size: 14px !important;
color: #a1a1a1 !important;
font-weight: 500 !important;
}
.custom-button i {
color: #a1a1a1;
}
.custom-button--no-color-change {
color: #fff !important;
}
.custom-button:hover {
color: #fff !important;
}
.carousel-indicators li {
background-color: #000 !important;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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") !important;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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") !important;
}
.slider-section img {
height: 500px !important;
}
.footer-section {
background: #fff;
}
.footer-section--bold {
font-weight: bold !important;
}
.footer-section h2 {
font-weight: 400;
font-size: 20px;
}
.footer-section a {
font-size: 14px;
display: block;
text-decoration: none;
color: #000000;
font-weight: bold;
}
.footer-section a:hover {
color: green;
}
.footer-section__social-icon i {
font-size: 25px;
transition: all 0.5s;
}
.footer-section__social-icon a:hover i {
font-size: 30px;
}
.list-group-item {
font-size: 14px !important;
}
.description-section p {
font-size: 16px;
font-weight: 200;
}
.overlay_content1,
.overlay_content2 {
position: absolute;
}
.overlay_content1 {
top: 2%;
left: 5%;
color: #fff;
font-weight: 300;
font-size: 12px;
background-color: #e53935;
opacity: 0.8;
}
.overlay_content1 p {
padding: 0 5px;
margin: 0 !important;
}
.overlay_content2 {
top: 1%;
right: 2%;
color: #fff;
}
.bootstrap-wrapper .btn-primary {
background-color: #545454;
border-color: #545454;
}
.white-star {
color: #2c3e50;
}
.black-star {
color: #f9b42d;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #f9b42d;
}
.btn-black {
background-color: #000000;
}
.bootstrap-wrapper .btn-warning {
border-color: #0099e5 !important;
}
.btn-grey {
background-color: #d8d8d8 !important;
color: #fff !important;
}
.rating-block {
background-color: #fafafa !important;
border: 1px solid #efefef !important;
padding: 15px 15px 20px 15px !important;
border-radius: 3px !important;
}
.bold {
font-weight: 700 !important;
font-size: 18px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.review-block {
background-color: #fafafa !important;
}
a {
text-decoration: none !important;
}
.card-body-min-height {
min-height: 120px;
padding: 10px 15px !important;
}
.card-body-min-height a {
text-decoration: none !important;
}
a:link {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.carousel-top {  position: absolute;
top: -30px;
padding: 10px;
background: #000;
}
.carousel-top-prev {
right: -500%;
}
.main-container {
position: relative; }
.next1 {
border: 1px solid #aaaaaa;
position: absolute;
right: 15px;
top: -40px;   padding: 0 10px;
}
.next1:hover,
.previous1:hover {
background: rgba(87, 88, 89, 0.7);
cursor: pointer;
}
.next1 i,
.previous1 i {
font-size: 30px;
background: transparent;
color: #fff;
}
.previous1 {
border: 1px solid #aaaaaa;
position: absolute;
right: 55px;
top: -40px;   padding: 0 10px;
}
.cities_img {
height: 250px !important;
object-fit: cover;
object-position: center center;
}
.cities-sec-row {
margin-top: 30px;
}
.cities_title {
position: absolute;
bottom: 5%; color: #fff !important;
font-size: 16px !important;
font-weight: 600; width: 100%;
z-index: 9;
}
#slider-search {
font-size: 14px !important;
}
.img_overlay_container {
position: relative; }
.img_overlay {
position: absolute;
bottom: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
height: 20%;
width: 100%; z-index: 8;
color: #fff;
}
.tags i,
.category i {
color: gray !important;
} .clientContactDetails span {
padding: 3px 15px;
border: 1px solid gray;
}
.fixedTop2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999999999999;
background: #f3f3f3;
width: 100%;
margin: 0 !important;
font-weight: 500 !important;
}
.fixedBottom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999999999999;
background: #f3f3f3;
margin-bottom: 0 !important;
font-weight: 500 !important;
}
.fixedBottom span a,
.fixedTop2 span a {
color: #000 !important;
}
.br-tme {
padding-bottom: 0 !important;
}
.bggray {
background: gray;
color: #fff;
}
.bggray a {
color: #fff !important;
} .filterSearch {
display: none;
background: gray;
width: 310px;
margin: 10px auto;
font-size: 20px;
cursor: pointer;
padding: 10px 10px;
}
.filterSearch i {
margin-left: 190px;
}
.clearfix { }
.client-contact {
margin: 10px 0 !important;
}
.email,
.sms,
.mcall {
border: 1px solid gray;
border-radius: 3px;
color: #000;
text-transform: uppercase;
cursor: pointer;
font-size: 12px ;
background: gray;
}
.sms {
background: gray;
display: none;
}
.mcall {
display: none;
background: gray;
border: 1px solid gray;
}
.mcall a,
.sms a,
.email {
text-decoration: none;
color: #fff !important;
}
.client-contact span:hover {
cursor: pointer;
}
.email {
padding: 3px 5px;
}
#map_button{	
visibility: hidden;
height: 0;
width: 0;
}
.map50 {
width: 100%;
}
#mapshortcode {
height: 600px!important;
width: 100%;
} @media (min-width: 320px) and (max-width: 480px) {
.bootstrap-wrapper .btn.btn-big { 
border-radius: 4px;
padding: 8px 8px;
font-size: 14px;   
}
.listing-top-layout > ul li a {
border-radius: 4px;
height: 33px;
line-height: 35px;
width: 30px;
font-size: 14px;
}
.card-img-top {
height: 100%;  
}
.map-top {
max-height: 250px;
width: 100%;
}
#map_button{
visibility: visible;  
}
.client-contact a {
text-decoration: none;
color: #fff;
}
.email,
.sms,
.mcall {
padding: 4px 15px;
}
.number {
display: none;
}
.mcall {
display: block;
}
.sms {
display: block;
}
.client-contact {
justify-content: space-between;
}
}
.player,
.fallback {
overflow: hidden;
margin: 0;
padding: 0;
background-color: transparent;
} @media (min-width: 481px) and (max-width: 812px) {
.client-contact a {
text-decoration: none;
color: #fff;
}
#map_button{
visibility: visible;  
}
.email,
.sms,
.mcall {
padding: 4px 15px;
}
.number {
display: none;
}
.mcall {
display: block;
}
.sms {
display: block;
}
.client-contact {
display: flex;
justify-content: space-between;
}
label.star {
float: right;
padding: 10px;
font-size: 20px !important;
color: #444;
transition: all 0.2s;
}
}
.cbp-filter-item-active,
.cbp-l-sort,
.cbp-l-dropdown,
.cbp-l-dropdown-wrap,
.cbp-l-direction,
#load-more {
background: gray !important;
}
@media (min-width: 220px) and (max-width: 480px) {
.hide-on-mobile {
visibility: hidden;
height: 0;
width: 0;
}
#map_button{
visibility: visible;  
}
.map50 {
height: 500px!important;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.cities_img {
height: 150px !important;
}
}
.property-listing-item .card-img-container a {
display: block;
height: 100%;
}
.property-listing-item {
border: 1px solid #FFFFFF;
border-radius: 25px;
overflow: hidden;
height: 100%;
position: relative;
background: #ffffff;
}
.listingdata-col{
margin-bottom: 30px;
}
.property-listing-item .btn-urgent-right {
padding: 8px 25px;
background-color: var(--second-color);
font-size: 12px;    
color: #ffffff;
border-radius: 10px;
text-transform: uppercase;
letter-spacing: .12px;
}
.property-listing-item .btn-urgent-bottom {
padding: 8px 25px;
background-color: var(--prime-color);
font-size: 12px;    
color: #ffffff;
border-radius: 10px;
text-transform: uppercase;
letter-spacing: .12px;
}
.btn-add-favourites,.btn-added-favourites {
background-color: #ffffff;
color: var(--second-color);
border-radius: 50%;
cursor: pointer;
}
.property-listing-item .first-category-and-rating {
display: flex;
align-items: center;
}
.property-listing-item .list-fast-cat a {
background-color: var(--second-color);
padding: 12px 20px;
font-size: 14px;
font-weight: 500;
color: #000000;
border-radius: 50px;
display: flex;
}
.property-listing-item .list-fast-cat a img {
margin-right: 5px;
}
.property-listing-item .review-count {
position: relative;
flex: 1;
text-align: right;
}
.property-listing-item .star-icon {
height: 40px;
width: 40px;
color: var(--prime-color);
background-color: var(--second-color);
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 14px;
position: absolute;
left: 0;
top: 0;
}
.line-height2 {   
line-height: 2.5!important;
}
.property-listing-item .review-wrapper {
border: 1px solid var(--second-color);
height: 40px;
width: 110px;
position: relative;
padding-left: 55px;
display: inline-block;
border-radius: 50px;
text-align: left;
padding-top: 5px;
}
.property-listing-item .review-point {
font-weight: 500;
font-size: 14px;
line-height: 1;
}
.property-listing-item .total-review {
font-weight: 400;
font-size: 12px;
}
.property-listing-item .listing-title a {
font-size: 24px;
font-weight: 500;
line-height: 130%;
}
.property-listing-item:hover .listing-title a  {
color: var(--prime-color);
}
.property-listing-item .location-date-wrapper {
display: flex;
align-items: center;
}
.property-listing-item .listing-date {
flex: 1;
text-align: right;
}
.property-listing-item .location i {
font-size: 16px;
margin-right: 5px;
}
.property-listing-item .listing-date i{
margin-right: 5px;
}
.property-listing-item .location,
.property-listing-item .listing-date{
font-size: 16px;
}
.property-listing-item .location,
.property-listing-item .location a,
.property-listing-item .location a:hover{
color: rgba(0, 0, 0, .4);
}
.btn-round {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #0c0c0c;
color: #fff;
font-size: 1.3em;
transition: all .3s ease-in-out 0s;
}
.rounded-circle {
border-radius: 50% !important;
}
.top-border {
border-top: 1px dashed #c7c7c7;
}
.property-listing-item .listing-desc {
font-size: 16px;
line-height: 160%;
border-top: 1px solid #e6e6e6;
margin-top: 10px;
padding-top: 10px;
}
.property-icon-size{
width:18px;
height:20px;
}
.property-listing-item .listing-title {
margin: 0px 0 5px;
}
.property-listing-item .button-right{
float:right;
width: 50px;
height: 50px;
display: flex;
color:#ffffff;
align-items: center;
justify-content: center;
background: var(--second-color);
border-radius: 25% ;
transition: 0.3s;
margin-bottom: 10px;
}
.button-right:hover{
background: var(--prime-color);
opacity: 1;
}
.property-listing-item .property-main-price {
font-size: 22px;
font-weight: 600;
line-height: 150%;
margin-right: 0px;
color: #808080;
}
.property-listing-item .property-discount-price {
color: var(--prime-color);
font-size: 22px;
font-weight: 600;
}
.property-listing-item .property-listing-price {
margin-top: 15px;
padding-bottom: 10px;
color: var(--prime-color);
font-size: 17px;
font-weight: 600;
}
.property-listing-item .card-body {
padding: 10px 30px 25px 30px;
}
.listing-list-view .listingdata-col {
flex: 0 0 100% !important;
max-width: 100% !important;
}
ul.listing-layout-btn li {
height: 35px;
width: 35px;
text-align: center;
line-height: 35px;
margin-left: 5px;
border: 1px solid #000000;
cursor: pointer;
transition: .3s;
border-radius: 5px;
}
.listing-top-layout>ul li a {
width: 35px;
height: 35px;
line-height: 35px;
color: #000000;
transition: .3s;
}
ul.listing-layout-btn li:hover,
ul.listing-layout-btn li.active{
background-color: var(--prime-color); 
color: #ffffff;
border-color:var(--prime-color); 
}
.listing-top-layout>ul li a:hover{
background-color: transparent;
color: #ffffff
}
.row.listing-top-button-wrapper {
margin-bottom: 30px;
}
.bootstrap-wrapper.property-archive-page {
margin-top: 10px;
margin-bottom: 65px;
}
.bootstrap-wrapper .btn-outline-info:hover {
color: #fff;
background-color: var(--second-color);
border-color: var(--second-color);
}
@media only screen and (min-width: 768px) {
.listing-list-view .property-listing-item{
display: flex;
align-items: center;
}
.listing-list-view .card-img-container { width: 370px;
border-radius: 15px;		
}
.listing-list-view .listingdata-col {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
@media only screen and (min-width: 1920px) {
.listing-list-view .listingdata-col {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
.property-listing-item .card-body {
padding: 35px 20px 25px 20px;
}
.listing-list-view .listingdata-col {
flex: 0 0 50% !important;
max-width: 100% !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
div#map {
height: 400px;
margin-top: 50px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.property-listing-item .card-body {
padding: 30px 15px 20px 15px;
}
.property-listing-item .list-fast-cat a{
padding: 12px 15px;
}
.property-listing-item .review-wrapper{
width: 105px;
}
div#map {
height: 300px !important;
}
.listing-grid-btn,.listing-list-btn{
display: none;
}
.property-listing-item .property-main-price {
font-size: 22px;
font-weight: 500;
}
.property-listing-item .property-discount-price{
font-size: 22px;
font-weight: 500;
}
}.bootstrap-wrapper :root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
}
.bootstrap-wrapper *,
.bootstrap-wrapper *::before,
.bootstrap-wrapper *::after {
box-sizing: border-box;
}
.bootstrap-wrapper {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bootstrap-wrapper article,
.bootstrap-wrapper aside,
.bootstrap-wrapper figcaption,
.bootstrap-wrapper figure,
.bootstrap-wrapper footer,
.bootstrap-wrapper header,
.bootstrap-wrapper hgroup,
.bootstrap-wrapper main,
.bootstrap-wrapper nav,
.bootstrap-wrapper section {
display: block;
}
.bootstrap-wrapper{
margin: 0; font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
.bootstrap-wrapper [tabindex="-1"]:focus {
outline: 0 !important;
}
.bootstrap-wrapper hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3,
.bootstrap-wrapper h4,
.bootstrap-wrapper h5,
.bootstrap-wrapper h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
.bootstrap-wrapper p {
margin-top: 0;
margin-bottom: 1rem;
}
.bootstrap-wrapper abbr[title],
.bootstrap-wrapper 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;
}
.bootstrap-wrapper address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
.bootstrap-wrapper ol,
.bootstrap-wrapper ul,
.bootstrap-wrapper dl {
margin-top: 0;
margin-bottom: 1rem;
}
.bootstrap-wrapper ol ol,
.bootstrap-wrapper ul ul,
.bootstrap-wrapper ol ul,
.bootstrap-wrapper ul ol {
margin-bottom: 0;
}
.bootstrap-wrapper dt {
font-weight: 700;
}
.bootstrap-wrapper dd {
margin-bottom: .5rem;
margin-left: 0;
}
.bootstrap-wrapper blockquote {
margin: 0 0 1rem;
}
.bootstrap-wrapper b,
.bootstrap-wrapper strong {
font-weight: bolder;
}
.bootstrap-wrapper small { }
.bootstrap-wrapper sub,
.bootstrap-wrapper sup {
position: relative; line-height: 0;
vertical-align: baseline;
}
.bootstrap-wrapper sub {
bottom: -0.25em;
}
.bootstrap-wrapper sup {
top: -0.5em;
}
.bootstrap-wrapper a {
text-decoration: none;
}
.bootstrap-wrapper a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
.bootstrap-wrapper a:not([href]):not([tabindex]):hover,
.bootstrap-wrapper a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
.bootstrap-wrapper a:not([href]):not([tabindex]):focus {
outline: 0;
}
.bootstrap-wrapper pre,
.bootstrap-wrapper code,
.bootstrap-wrapper kbd,
.bootstrap-wrapper samp { }
.bootstrap-wrapper pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
.bootstrap-wrapper figure {
margin: 0 0 1rem;
}
.bootstrap-wrapper img {
vertical-align: middle;
border-style: none;
max-width: 100%;
}
.bootstrap-wrapper svg {
overflow: hidden;
vertical-align: middle;
}
.bootstrap-wrapper table {
border-collapse: collapse;
}
.bootstrap-wrapper caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
.bootstrap-wrapper th {
text-align: inherit;
}
.bootstrap-wrapper label {
display: inline-block;
margin-bottom: 0.5rem;
}
.bootstrap-wrapper button {
border-radius: 0;
}
.bootstrap-wrapper button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap-wrapper input,
.bootstrap-wrapper button,
.bootstrap-wrapper select,
.bootstrap-wrapper optgroup,
.bootstrap-wrapper textarea {
margin: 0;
font-family: inherit; line-height: inherit;
}
.bootstrap-wrapper button,
.bootstrap-wrapper input {
overflow: visible;
}
.bootstrap-wrapper button,
.bootstrap-wrapper select {
text-transform: none;
}
.bootstrap-wrapper select {
word-wrap: normal;
}
.bootstrap-wrapper button,
.bootstrap-wrapper [type="button"],
.bootstrap-wrapper [type="reset"],
.bootstrap-wrapper [type="submit"] {
-webkit-appearance: button;
}
.bootstrap-wrapper button:not(:disabled),
.bootstrap-wrapper [type="button"]:not(:disabled),
.bootstrap-wrapper [type="reset"]:not(:disabled),
.bootstrap-wrapper [type="submit"]:not(:disabled) {
cursor: pointer;
}
.bootstrap-wrapper button::-moz-focus-inner,
.bootstrap-wrapper [type="button"]::-moz-focus-inner,
.bootstrap-wrapper [type="reset"]::-moz-focus-inner,
.bootstrap-wrapper [type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
.bootstrap-wrapper input[type="radio"],
.bootstrap-wrapper input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
.bootstrap-wrapper input[type="date"],
.bootstrap-wrapper input[type="time"],
.bootstrap-wrapper input[type="datetime-local"],
.bootstrap-wrapper input[type="month"] {
-webkit-appearance: listbox;
}
.bootstrap-wrapper textarea {
overflow: auto;
resize: vertical;
}
.bootstrap-wrapper fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.bootstrap-wrapper legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem; line-height: inherit;
color: inherit;
white-space: normal;
}
.bootstrap-wrapper progress {
vertical-align: baseline;
}
.bootstrap-wrapper [type="number"]::-webkit-inner-spin-button,
.bootstrap-wrapper [type="number"]::-webkit-outer-spin-button {
height: auto;
}
.bootstrap-wrapper [type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
.bootstrap-wrapper [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.bootstrap-wrapper ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
.bootstrap-wrapper output {
display: inline-block;
}
.bootstrap-wrapper summary {
display: list-item;
cursor: pointer;
}
.bootstrap-wrapper template {
display: none;
}
.bootstrap-wrapper [hidden] {
display: none !important;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3,
.bootstrap-wrapper h4,
.bootstrap-wrapper h5,
.bootstrap-wrapper h6,
.bootstrap-wrapper .h1,
.bootstrap-wrapper .h2,
.bootstrap-wrapper .h3,
.bootstrap-wrapper .h4,
.bootstrap-wrapper .h5,
.bootstrap-wrapper .h6 {
margin-bottom: 0.5rem; line-height: 1.2;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper .h1 { }
.bootstrap-wrapper h2,
.bootstrap-wrapper .h2 { }
.bootstrap-wrapper h3,
.bootstrap-wrapper .h3 { }
.bootstrap-wrapper h4,
.bootstrap-wrapper .h4 { }
.bootstrap-wrapper h5,
.bootstrap-wrapper .h5 { }
.bootstrap-wrapper h6,
.bootstrap-wrapper .h6 { }
.bootstrap-wrapper .lead { font-weight: 300;
}
.bootstrap-wrapper .display-1 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper .display-2 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper .display-3 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper .display-4 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0,0,0,0.4);
}
.bootstrap-wrapper small,
.bootstrap-wrapper .small {
font-size: 80%;
font-weight: 400;
}
.bootstrap-wrapper mark,
.bootstrap-wrapper .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.bootstrap-wrapper .list-unstyled {
padding-left: 0;
list-style: none;
}
.bootstrap-wrapper .list-inline {
padding-left: 0;
list-style: none;
}
.bootstrap-wrapper .list-inline-item {
display: inline-block;
}
.bootstrap-wrapper .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.bootstrap-wrapper .initialism {
font-size: 90%;
text-transform: uppercase;
}
.bootstrap-wrapper .blockquote {
margin-bottom: 1rem; }
.bootstrap-wrapper .blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.bootstrap-wrapper .blockquote-footer::before {
content: "\2014\00A0";
}
.bootstrap-wrapper .img-fluid {
max-width: 100%;
height: auto;
}
.bootstrap-wrapper .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.bootstrap-wrapper .figure {
display: inline-block;
}
.bootstrap-wrapper .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.bootstrap-wrapper .figure-caption {
font-size: 90%;
color: #6c757d;
}
.bootstrap-wrapper code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
.bootstrap-wrapper a > code {
color: inherit;
}
.bootstrap-wrapper kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
.bootstrap-wrapper kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
.bootstrap-wrapper pre {
display: block;
font-size: 87.5%;
color: #212529;
}
.bootstrap-wrapper pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.bootstrap-wrapper .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.bootstrap-wrapper .container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.bootstrap-wrapper .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .container {
max-width: 760px;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .container {
max-width: 990px;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .container,
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
max-width: 1200px;
}
}
@media (min-width: 1400px) {
.bootstrap-wrapper .container {
max-width: 1320px;
}
}
.bootstrap-wrapper .container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.bootstrap-wrapper .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.bootstrap-wrapper .no-gutters {
margin-right: 0;
margin-left: 0;
}
.bootstrap-wrapper .no-gutters > .col,
.bootstrap-wrapper .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .col-1,
.bootstrap-wrapper .col-2,
.bootstrap-wrapper .col-3,
.bootstrap-wrapper .col-4,
.bootstrap-wrapper .col-5,
.bootstrap-wrapper .col-6,
.bootstrap-wrapper .col-7,
.bootstrap-wrapper .col-8,
.bootstrap-wrapper .col-9,
.bootstrap-wrapper .col-10,
.bootstrap-wrapper .col-11,
.bootstrap-wrapper .col-12,
.bootstrap-wrapper .col,
.bootstrap-wrapper .col-auto,
.bootstrap-wrapper .col-sm-1,
.bootstrap-wrapper .col-sm-2,
.bootstrap-wrapper .col-sm-3,
.bootstrap-wrapper .col-sm-4,
.bootstrap-wrapper .col-sm-5,
.bootstrap-wrapper .col-sm-6,
.bootstrap-wrapper .col-sm-7,
.bootstrap-wrapper .col-sm-8,
.bootstrap-wrapper .col-sm-9,
.bootstrap-wrapper .col-sm-10,
.bootstrap-wrapper .col-sm-11,
.bootstrap-wrapper .col-sm-12,
.bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-auto,
.bootstrap-wrapper .col-md-1,
.bootstrap-wrapper .col-md-2,
.bootstrap-wrapper .col-md-3,
.bootstrap-wrapper .col-md-4,
.bootstrap-wrapper .col-md-5,
.bootstrap-wrapper .col-md-6,
.bootstrap-wrapper .col-md-7,
.bootstrap-wrapper .col-md-8,
.bootstrap-wrapper .col-md-9,
.bootstrap-wrapper .col-md-10,
.bootstrap-wrapper .col-md-11,
.bootstrap-wrapper .col-md-12,
.bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-auto,
.bootstrap-wrapper .col-lg-1,
.bootstrap-wrapper .col-lg-2,
.bootstrap-wrapper .col-lg-3,
.bootstrap-wrapper .col-lg-4,
.bootstrap-wrapper .col-lg-5,
.bootstrap-wrapper .col-lg-6,
.bootstrap-wrapper .col-lg-7,
.bootstrap-wrapper .col-lg-8,
.bootstrap-wrapper .col-lg-9,
.bootstrap-wrapper .col-lg-10,
.bootstrap-wrapper .col-lg-11,
.bootstrap-wrapper .col-lg-12,
.bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-auto,
.bootstrap-wrapper .col-xl-1,
.bootstrap-wrapper .col-xl-2,
.bootstrap-wrapper .col-xl-3,
.bootstrap-wrapper .col-xl-4,
.bootstrap-wrapper .col-xl-5,
.bootstrap-wrapper .col-xl-6,
.bootstrap-wrapper .col-xl-7,
.bootstrap-wrapper .col-xl-8,
.bootstrap-wrapper .col-xl-9,
.bootstrap-wrapper .col-xl-10,
.bootstrap-wrapper .col-xl-11,
.bootstrap-wrapper .col-xl-12,
.bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.bootstrap-wrapper .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.bootstrap-wrapper .col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-sm-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-sm-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-sm-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-sm-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-sm-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-sm-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-sm-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-sm-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-sm-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-sm-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-sm-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-md-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-md-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-md-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-md-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-md-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-md-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-md-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-md-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-md-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-md-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-md-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-md-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-md-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-lg-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-lg-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-lg-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-lg-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-lg-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-lg-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-lg-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-lg-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-lg-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-lg-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-lg-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-xl-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-xl-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-xl-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-xl-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-xl-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-xl-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-xl-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-xl-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-xl-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-xl-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-xl-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-xl-11 {
margin-left: 91.666667%;
}
}
.bootstrap-wrapper .table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.bootstrap-wrapper .table th,
.bootstrap-wrapper .table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.bootstrap-wrapper .table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.bootstrap-wrapper .table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.bootstrap-wrapper .table-sm th,
.bootstrap-wrapper .table-sm td {
padding: 0.3rem;
}
.bootstrap-wrapper .table-bordered {
border: 1px solid #dee2e6;
}
.bootstrap-wrapper .table-bordered th,
.bootstrap-wrapper .table-bordered td {
border: 1px solid #dee2e6;
}
.bootstrap-wrapper .table-bordered thead th,
.bootstrap-wrapper .table-bordered thead td {
border-bottom-width: 2px;
}
.bootstrap-wrapper .table-borderless th,
.bootstrap-wrapper .table-borderless td,
.bootstrap-wrapper .table-borderless thead th,
.bootstrap-wrapper .table-borderless tbody + tbody {
border: 0;
}
.bootstrap-wrapper .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,0.05);
}
.bootstrap-wrapper .table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table-primary,
.bootstrap-wrapper .table-primary > th,
.bootstrap-wrapper .table-primary > td {
background-color: #b8daff;
}
.bootstrap-wrapper .table-primary th,
.bootstrap-wrapper .table-primary td,
.bootstrap-wrapper .table-primary thead th,
.bootstrap-wrapper .table-primary tbody + tbody {
border-color: #7abaff;
}
.bootstrap-wrapper .table-hover .table-primary:hover {
background-color: #9fcdff;
}
.bootstrap-wrapper .table-hover .table-primary:hover > td,
.bootstrap-wrapper .table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.bootstrap-wrapper .table-secondary,
.bootstrap-wrapper .table-secondary > th,
.bootstrap-wrapper .table-secondary > td {
background-color: #d6d8db;
}
.bootstrap-wrapper .table-secondary th,
.bootstrap-wrapper .table-secondary td,
.bootstrap-wrapper .table-secondary thead th,
.bootstrap-wrapper .table-secondary tbody + tbody {
border-color: #b3b7bb;
}
.bootstrap-wrapper .table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.bootstrap-wrapper .table-hover .table-secondary:hover > td,
.bootstrap-wrapper .table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.bootstrap-wrapper .table-success,
.bootstrap-wrapper .table-success > th,
.bootstrap-wrapper .table-success > td {
background-color: #c3e6cb;
}
.bootstrap-wrapper .table-success th,
.bootstrap-wrapper .table-success td,
.bootstrap-wrapper .table-success thead th,
.bootstrap-wrapper .table-success tbody + tbody {
border-color: #8fd19e;
}
.bootstrap-wrapper .table-hover .table-success:hover {
background-color: #b1dfbb;
}
.bootstrap-wrapper .table-hover .table-success:hover > td,
.bootstrap-wrapper .table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.bootstrap-wrapper .table-info,
.bootstrap-wrapper .table-info > th,
.bootstrap-wrapper .table-info > td {
background-color: #bee5eb;
}
.bootstrap-wrapper .table-info th,
.bootstrap-wrapper .table-info td,
.bootstrap-wrapper .table-info thead th,
.bootstrap-wrapper .table-info tbody + tbody {
border-color: #86cfda;
}
.bootstrap-wrapper .table-hover .table-info:hover {
background-color: #abdde5;
}
.bootstrap-wrapper .table-hover .table-info:hover > td,
.bootstrap-wrapper .table-hover .table-info:hover > th {
background-color: #abdde5;
}
.bootstrap-wrapper .table-warning,
.bootstrap-wrapper .table-warning > th,
.bootstrap-wrapper .table-warning > td {
background-color: #ffeeba;
}
.bootstrap-wrapper .table-warning th,
.bootstrap-wrapper .table-warning td,
.bootstrap-wrapper .table-warning thead th,
.bootstrap-wrapper .table-warning tbody + tbody {
border-color: #ffdf7e;
}
.bootstrap-wrapper .table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.bootstrap-wrapper .table-hover .table-warning:hover > td,
.bootstrap-wrapper .table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.bootstrap-wrapper .table-danger,
.bootstrap-wrapper .table-danger > th,
.bootstrap-wrapper .table-danger > td {
background-color: #f5c6cb;
}
.bootstrap-wrapper .table-danger th,
.bootstrap-wrapper .table-danger td,
.bootstrap-wrapper .table-danger thead th,
.bootstrap-wrapper .table-danger tbody + tbody {
border-color: #ed969e;
}
.bootstrap-wrapper .table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.bootstrap-wrapper .table-hover .table-danger:hover > td,
.bootstrap-wrapper .table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.bootstrap-wrapper .table-light,
.bootstrap-wrapper .table-light > th,
.bootstrap-wrapper .table-light > td {
background-color: #fdfdfe;
}
.bootstrap-wrapper .table-light th,
.bootstrap-wrapper .table-light td,
.bootstrap-wrapper .table-light thead th,
.bootstrap-wrapper .table-light tbody + tbody {
border-color: #fbfcfc;
}
.bootstrap-wrapper .table-hover .table-light:hover {
background-color: #ececf6;
}
.bootstrap-wrapper .table-hover .table-light:hover > td,
.bootstrap-wrapper .table-hover .table-light:hover > th {
background-color: #ececf6;
}
.bootstrap-wrapper .table-dark,
.bootstrap-wrapper .table-dark > th,
.bootstrap-wrapper .table-dark > td {
background-color: #c6c8ca;
}
.bootstrap-wrapper .table-dark th,
.bootstrap-wrapper .table-dark td,
.bootstrap-wrapper .table-dark thead th,
.bootstrap-wrapper .table-dark tbody + tbody {
border-color: #95999c;
}
.bootstrap-wrapper .table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.bootstrap-wrapper .table-hover .table-dark:hover > td,
.bootstrap-wrapper .table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.bootstrap-wrapper .table-active,
.bootstrap-wrapper .table-active > th,
.bootstrap-wrapper .table-active > td {
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table-hover .table-active:hover {
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table-hover .table-active:hover > td,
.bootstrap-wrapper .table-hover .table-active:hover > th {
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.bootstrap-wrapper .table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.bootstrap-wrapper .table-dark {
color: #fff;
background-color: #343a40;
}
.bootstrap-wrapper .table-dark th,
.bootstrap-wrapper .table-dark td,
.bootstrap-wrapper .table-dark thead th {
border-color: #454d55;
}
.bootstrap-wrapper .table-dark.table-bordered {
border: 0;
}
.bootstrap-wrapper .table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255,255,255,0.05);
}
.bootstrap-wrapper .table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255,255,255,0.075);
}
@media (max-width: 575.98px) {
.bootstrap-wrapper .table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.bootstrap-wrapper .table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.bootstrap-wrapper .table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.bootstrap-wrapper .table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-xl > .table-bordered {
border: 0;
}
}
.bootstrap-wrapper .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive > .table-bordered {
border: 0;
}
.bootstrap-wrapper .form-control {
display: block;
width: 100%;
height: calc(4.25em);
padding: 0.375rem 0.75rem; 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) {
.bootstrap-wrapper .form-control {
transition: none;
}
}
.bootstrap-wrapper .form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.bootstrap-wrapper .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control:disabled,
.bootstrap-wrapper .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.bootstrap-wrapper select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.bootstrap-wrapper .form-control-file,
.bootstrap-wrapper .form-control-range {
display: block;
width: 100%;
}
.bootstrap-wrapper .col-form-label {
padding-top: calc(1.375rem);
padding-bottom: calc(1.375rem);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.bootstrap-wrapper .col-form-label-lg {
padding-top: calc(1.5rem);
padding-bottom: calc(1.5rem); line-height: 1.5;
}
.bootstrap-wrapper .col-form-label-sm {
padding-top: calc(1.25rem);
padding-bottom: calc(1.25rem); line-height: 1.5;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .form-control-plaintext.form-control-sm,
.bootstrap-wrapper .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .form-control-sm {
height: calc(4em);
padding: 0.25rem 0.5rem; line-height: 1.5;
border-radius: 0.2rem;
}
.bootstrap-wrapper .form-control-lg {
height: calc(4.5em);
padding: 0.5rem 1rem; line-height: 1.5;
border-radius: 0.3rem;
}
.bootstrap-wrapper select.form-control[size],
.bootstrap-wrapper select.form-control[multiple] {
height: auto;
}
.bootstrap-wrapper textarea.form-control {
height: auto;
}
.bootstrap-wrapper .form-group {
margin-bottom: 1rem;
}
.bootstrap-wrapper .form-text {
display: block;
margin-top: 0.25rem;
}
.bootstrap-wrapper .form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.bootstrap-wrapper .form-row > .col,
.bootstrap-wrapper .form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.bootstrap-wrapper .form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.bootstrap-wrapper .form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.bootstrap-wrapper .form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.bootstrap-wrapper .form-check-label {
margin-bottom: 0;
}
.bootstrap-wrapper .form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.bootstrap-wrapper .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.bootstrap-wrapper .valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem; color: #28a745;
}
.bootstrap-wrapper .valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem; line-height: 1.5;
color: #fff;
background-color: rgba(40,167,69,0.9);
border-radius: 0.25rem;
}
.bootstrap-wrapper .was-validated .form-control:valid,
.bootstrap-wrapper .form-control.is-valid {
border-color: #28a745;
padding-right: calc(2.25em);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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.5625em);
background-size: calc(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .form-control:valid:focus,
.bootstrap-wrapper .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .was-validated .form-control:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .form-control:valid ~ .valid-tooltip,
.bootstrap-wrapper .form-control.is-valid ~ .valid-feedback,
.bootstrap-wrapper .form-control.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated textarea.form-control:valid,
.bootstrap-wrapper textarea.form-control.is-valid {
padding-right: calc(2.25em);
background-position: top calc(0.5625em) right calc(0.5625em);
}
.bootstrap-wrapper .was-validated .custom-select:valid,
.bootstrap-wrapper .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(3.0625em);
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='%2328a745' 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(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .custom-select:valid:focus,
.bootstrap-wrapper .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-select:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .custom-select:valid ~ .valid-tooltip,
.bootstrap-wrapper .custom-select.is-valid ~ .valid-feedback,
.bootstrap-wrapper .custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-control-file:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .form-control-file:valid ~ .valid-tooltip,
.bootstrap-wrapper .form-control-file.is-valid ~ .valid-feedback,
.bootstrap-wrapper .form-control-file.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-check-input:valid ~ .form-check-label,
.bootstrap-wrapper .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.bootstrap-wrapper .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .form-check-input:valid ~ .valid-tooltip,
.bootstrap-wrapper .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-wrapper .form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .custom-control-label,
.bootstrap-wrapper .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .valid-tooltip,
.bootstrap-wrapper .custom-control-input.is-valid ~ .valid-feedback,
.bootstrap-wrapper .custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-file-input:valid ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-file-input:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .custom-file-input:valid ~ .valid-tooltip,
.bootstrap-wrapper .custom-file-input.is-valid ~ .valid-feedback,
.bootstrap-wrapper .custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.bootstrap-wrapper .invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem; line-height: 1.5;
color: #fff;
background-color: rgba(220,53,69,0.9);
border-radius: 0.25rem;
}
.bootstrap-wrapper .was-validated .form-control:invalid,
.bootstrap-wrapper .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(2.25em);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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.5625em);
background-size: calc(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .form-control:invalid:focus,
.bootstrap-wrapper .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .was-validated .form-control:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .form-control:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .form-control.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .form-control.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated textarea.form-control:invalid,
.bootstrap-wrapper textarea.form-control.is-invalid {
padding-right: calc(2.25em);
background-position: top calc(0.5625em) right calc(0.5625em);
}
.bootstrap-wrapper .was-validated .custom-select:invalid,
.bootstrap-wrapper .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc(3.0625em);
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='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .custom-select:invalid:focus,
.bootstrap-wrapper .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-select:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .custom-select:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .custom-select.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-control-file:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .form-control-file:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .form-control-file.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-check-input:invalid ~ .form-check-label,
.bootstrap-wrapper .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.bootstrap-wrapper .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-file-input:invalid ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .custom-file-input.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.bootstrap-wrapper .form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.bootstrap-wrapper .form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.bootstrap-wrapper .form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.bootstrap-wrapper .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.bootstrap-wrapper .form-inline .form-control-plaintext {
display: inline-block;
}
.bootstrap-wrapper .form-inline .input-group,
.bootstrap-wrapper .form-inline .custom-select {
width: auto;
}
.bootstrap-wrapper .form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.bootstrap-wrapper .form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.bootstrap-wrapper .form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.bootstrap-wrapper .form-inline .custom-control-label {
margin-bottom: 0;
}
}
.bootstrap-wrapper .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; 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) {
.bootstrap-wrapper .btn {
transition: none;
}
}
.bootstrap-wrapper .btn:hover {
color: #212529;
text-decoration: none;
}
.bootstrap-wrapper .btn:focus,
.bootstrap-wrapper .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .btn.disabled,
.bootstrap-wrapper .btn:disabled {
opacity: 0.65;
}
.bootstrap-wrapper a.btn.disabled,
.bootstrap-wrapper fieldset:disabled a.btn {
pointer-events: none;
}
.bootstrap-wrapper .btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.bootstrap-wrapper .btn-primary:focus,
.bootstrap-wrapper .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5);
}
.bootstrap-wrapper .btn-primary.disabled,
.bootstrap-wrapper .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5);
}
.bootstrap-wrapper .btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.bootstrap-wrapper .btn-secondary:focus,
.bootstrap-wrapper .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
}
.bootstrap-wrapper .btn-secondary.disabled,
.bootstrap-wrapper .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
}
.bootstrap-wrapper .btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.bootstrap-wrapper .btn-success:focus,
.bootstrap-wrapper .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72,180,97,0.5);
}
.bootstrap-wrapper .btn-success.disabled,
.bootstrap-wrapper .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72,180,97,0.5);
}
.bootstrap-wrapper .btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.bootstrap-wrapper .btn-info:focus,
.bootstrap-wrapper .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58,176,195,0.5);
}
.bootstrap-wrapper .btn-info.disabled,
.bootstrap-wrapper .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58,176,195,0.5);
}
.bootstrap-wrapper .btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.bootstrap-wrapper .btn-warning:focus,
.bootstrap-wrapper .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(222,170,12,0.5);
}
.bootstrap-wrapper .btn-warning.disabled,
.bootstrap-wrapper .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222,170,12,0.5);
}
.bootstrap-wrapper .btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.bootstrap-wrapper .btn-danger:focus,
.bootstrap-wrapper .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(225,83,97,0.5);
}
.bootstrap-wrapper .btn-danger.disabled,
.bootstrap-wrapper .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225,83,97,0.5);
}
.bootstrap-wrapper .btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.bootstrap-wrapper .btn-light:focus,
.bootstrap-wrapper .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216,217,219,0.5);
}
.bootstrap-wrapper .btn-light.disabled,
.bootstrap-wrapper .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216,217,219,0.5);
}
.bootstrap-wrapper .btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.bootstrap-wrapper .btn-dark:focus,
.bootstrap-wrapper .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5);
}
.bootstrap-wrapper .btn-dark.disabled,
.bootstrap-wrapper .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5);
}
.bootstrap-wrapper .btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-outline-primary:focus,
.bootstrap-wrapper .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
}
.bootstrap-wrapper .btn-outline-primary.disabled,
.bootstrap-wrapper .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
}
.bootstrap-wrapper .btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-outline-secondary:focus,
.bootstrap-wrapper .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.bootstrap-wrapper .btn-outline-secondary.disabled,
.bootstrap-wrapper .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.bootstrap-wrapper .btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-outline-success:focus,
.bootstrap-wrapper .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}
.bootstrap-wrapper .btn-outline-success.disabled,
.bootstrap-wrapper .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}
.bootstrap-wrapper .btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-outline-info:focus,
.bootstrap-wrapper .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}
.bootstrap-wrapper .btn-outline-info.disabled,
.bootstrap-wrapper .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}
.bootstrap-wrapper .btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-outline-warning:focus,
.bootstrap-wrapper .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}
.bootstrap-wrapper .btn-outline-warning.disabled,
.bootstrap-wrapper .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}
.bootstrap-wrapper .btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-outline-danger:focus,
.bootstrap-wrapper .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}
.bootstrap-wrapper .btn-outline-danger.disabled,
.bootstrap-wrapper .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}
.bootstrap-wrapper .btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-outline-light:focus,
.bootstrap-wrapper .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}
.bootstrap-wrapper .btn-outline-light.disabled,
.bootstrap-wrapper .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}
.bootstrap-wrapper .btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-outline-dark:focus,
.bootstrap-wrapper .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}
.bootstrap-wrapper .btn-outline-dark.disabled,
.bootstrap-wrapper .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}
.bootstrap-wrapper .btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.bootstrap-wrapper .btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.bootstrap-wrapper .btn-link:focus,
.bootstrap-wrapper .btn-link.focus {
text-decoration: underline;
box-shadow: none;
}
.bootstrap-wrapper .btn-link:disabled,
.bootstrap-wrapper .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
.bootstrap-wrapper .btn-lg,
.bootstrap-wrapper .btn-group-lg > .btn {
padding: 0.5rem 1rem; line-height: 1.5;
border-radius: 0.3rem;
}
.bootstrap-wrapper .btn-sm,
.bootstrap-wrapper .btn-group-sm > .btn {
padding: 0.25rem 0.5rem; line-height: 1.5;
border-radius: 0.2rem;
}
.bootstrap-wrapper .btn-block {
display: block;
width: 100%;
}
.bootstrap-wrapper .btn-block + .btn-block {
margin-top: 0.5rem;
}
.bootstrap-wrapper input[type="submit"].btn-block,
.bootstrap-wrapper input[type="reset"].btn-block,
.bootstrap-wrapper input[type="button"].btn-block {
width: 100%;
}
.bootstrap-wrapper .fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .fade {
transition: none;
}
}
.bootstrap-wrapper .fade:not(.show) {
opacity: 0;
}
.bootstrap-wrapper .collapse:not(.show) {
display: none;
}
.bootstrap-wrapper .collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .collapsing {
transition: none;
}
}
.bootstrap-wrapper .dropup,
.bootstrap-wrapper .dropright,
.bootstrap-wrapper .dropdown,
.bootstrap-wrapper .dropleft {
position: relative;
}
.bootstrap-wrapper .dropdown-toggle {
white-space: nowrap;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .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; 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;
}
.bootstrap-wrapper .dropdown-menu-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.bootstrap-wrapper .dropdown-menu-sm-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .dropdown-menu-md-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .dropdown-menu-lg-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .dropdown-menu-xl-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.bootstrap-wrapper .dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .dropright .dropdown-toggle::after {
vertical-align: 0;
}
.bootstrap-wrapper .dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.bootstrap-wrapper .dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.bootstrap-wrapper .dropleft .dropdown-toggle::after {
display: none;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.bootstrap-wrapper .dropdown-menu[x-placement^="top"],
.bootstrap-wrapper .dropdown-menu[x-placement^="right"],
.bootstrap-wrapper .dropdown-menu[x-placement^="bottom"],
.bootstrap-wrapper .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.bootstrap-wrapper .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.bootstrap-wrapper .dropdown-item {
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;
}
.bootstrap-wrapper .dropdown-item:hover,
.bootstrap-wrapper .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.bootstrap-wrapper .dropdown-item.active,
.bootstrap-wrapper .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.bootstrap-wrapper .dropdown-item.disabled,
.bootstrap-wrapper .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.bootstrap-wrapper .dropdown-menu.show {
display: block;
}
.bootstrap-wrapper .dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0; color: #6c757d;
white-space: nowrap;
}
.bootstrap-wrapper .dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.bootstrap-wrapper .btn-group,
.bootstrap-wrapper .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.bootstrap-wrapper .btn-group > .btn,
.bootstrap-wrapper .btn-group-vertical > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.bootstrap-wrapper .btn-group > .btn:hover,
.bootstrap-wrapper .btn-group-vertical > .btn:hover {
z-index: 1;
}
.bootstrap-wrapper .btn-group > .btn:focus,
.bootstrap-wrapper .btn-group > .btn:active,
.bootstrap-wrapper .btn-group > .btn.active,
.bootstrap-wrapper .btn-group-vertical > .btn:focus,
.bootstrap-wrapper .btn-group-vertical > .btn:active,
.bootstrap-wrapper .btn-group-vertical > .btn.active {
z-index: 1;
}
.bootstrap-wrapper .btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .btn-toolbar .input-group {
width: auto;
}
.bootstrap-wrapper .btn-group > .btn:not(:first-child),
.bootstrap-wrapper .btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.bootstrap-wrapper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn:not(:first-child),
.bootstrap-wrapper .btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.bootstrap-wrapper .dropdown-toggle-split::after,
.bootstrap-wrapper .dropup .dropdown-toggle-split::after,
.bootstrap-wrapper .dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.bootstrap-wrapper .dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.bootstrap-wrapper .btn-sm + .dropdown-toggle-split,
.bootstrap-wrapper .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.bootstrap-wrapper .btn-lg + .dropdown-toggle-split,
.bootstrap-wrapper .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.bootstrap-wrapper .btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.bootstrap-wrapper .btn-group-vertical > .btn,
.bootstrap-wrapper .btn-group-vertical > .btn-group {
width: 100%;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:first-child),
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:first-child),
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-wrapper .btn-group-toggle > .btn,
.bootstrap-wrapper .btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.bootstrap-wrapper .btn-group-toggle > .btn input[type="radio"],
.bootstrap-wrapper .btn-group-toggle > .btn input[type="checkbox"],
.bootstrap-wrapper .btn-group-toggle > .btn-group > .btn input[type="radio"],
.bootstrap-wrapper .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.bootstrap-wrapper .input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.bootstrap-wrapper .input-group > .form-control,
.bootstrap-wrapper .input-group > .form-control-plaintext,
.bootstrap-wrapper .input-group > .custom-select,
.bootstrap-wrapper .input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.bootstrap-wrapper .input-group > .form-control + .form-control,
.bootstrap-wrapper .input-group > .form-control + .custom-select,
.bootstrap-wrapper .input-group > .form-control + .custom-file,
.bootstrap-wrapper .input-group > .form-control-plaintext + .form-control,
.bootstrap-wrapper .input-group > .form-control-plaintext + .custom-select,
.bootstrap-wrapper .input-group > .form-control-plaintext + .custom-file,
.bootstrap-wrapper .input-group > .custom-select + .form-control,
.bootstrap-wrapper .input-group > .custom-select + .custom-select,
.bootstrap-wrapper .input-group > .custom-select + .custom-file,
.bootstrap-wrapper .input-group > .custom-file + .form-control,
.bootstrap-wrapper .input-group > .custom-file + .custom-select,
.bootstrap-wrapper .input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.bootstrap-wrapper .input-group > .form-control:focus,
.bootstrap-wrapper .input-group > .custom-select:focus,
.bootstrap-wrapper .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.bootstrap-wrapper .input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.bootstrap-wrapper .input-group > .form-control:not(:last-child),
.bootstrap-wrapper .input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .input-group > .form-control:not(:first-child),
.bootstrap-wrapper .input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.bootstrap-wrapper .input-group > .custom-file:not(:last-child) .custom-file-label,
.bootstrap-wrapper .input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .input-group-prepend,
.bootstrap-wrapper .input-group-append {
display: -ms-flexbox;
display: flex;
}
.bootstrap-wrapper .input-group-prepend .btn,
.bootstrap-wrapper .input-group-append .btn {
position: relative;
z-index: 2;
}
.bootstrap-wrapper .input-group-prepend .btn:focus,
.bootstrap-wrapper .input-group-append .btn:focus {
z-index: 3;
}
.bootstrap-wrapper .input-group-prepend .btn + .btn,
.bootstrap-wrapper .input-group-prepend .btn + .input-group-text,
.bootstrap-wrapper .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-wrapper .input-group-prepend .input-group-text + .btn,
.bootstrap-wrapper .input-group-append .btn + .btn,
.bootstrap-wrapper .input-group-append .btn + .input-group-text,
.bootstrap-wrapper .input-group-append .input-group-text + .input-group-text,
.bootstrap-wrapper .input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.bootstrap-wrapper .input-group-prepend {
margin-right: -1px;
}
.bootstrap-wrapper .input-group-append {
margin-left: -1px;
}
.bootstrap-wrapper .input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0; 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;
}
.bootstrap-wrapper .input-group-text input[type="radio"],
.bootstrap-wrapper .input-group-text input[type="checkbox"] {
margin-top: 0;
}
.bootstrap-wrapper .input-group-lg > .form-control:not(textarea),
.bootstrap-wrapper .input-group-lg > .custom-select {
height: calc(4.5em);
}
.bootstrap-wrapper .input-group-lg > .form-control,
.bootstrap-wrapper .input-group-lg > .custom-select,
.bootstrap-wrapper .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-wrapper .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-wrapper .input-group-lg > .input-group-prepend > .btn,
.bootstrap-wrapper .input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem; line-height: 1.5;
border-radius: 0.3rem;
}
.bootstrap-wrapper .input-group-sm > .form-control:not(textarea),
.bootstrap-wrapper .input-group-sm > .custom-select {
height: calc(4em);
}
.bootstrap-wrapper .input-group-sm > .form-control,
.bootstrap-wrapper .input-group-sm > .custom-select,
.bootstrap-wrapper .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-wrapper .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-wrapper .input-group-sm > .input-group-prepend > .btn,
.bootstrap-wrapper .input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem; line-height: 1.5;
border-radius: 0.2rem;
}
.bootstrap-wrapper .input-group-lg > .custom-select,
.bootstrap-wrapper .input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.bootstrap-wrapper .input-group > .input-group-prepend > .btn,
.bootstrap-wrapper .input-group > .input-group-prepend > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap-wrapper .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .input-group > .input-group-append > .btn,
.bootstrap-wrapper .input-group > .input-group-append > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-wrapper .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-wrapper .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.bootstrap-wrapper .custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.bootstrap-wrapper .custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.bootstrap-wrapper .custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.bootstrap-wrapper .custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.bootstrap-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.bootstrap-wrapper .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.bootstrap-wrapper .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
.bootstrap-wrapper .custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.bootstrap-wrapper .custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.bootstrap-wrapper .custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 1% 50%;
}
.bootstrap-wrapper .custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-radio .custom-control-label::before {
border-radius: 50%;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-switch {
padding-left: 2.25rem;
}
.bootstrap-wrapper .custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.bootstrap-wrapper .custom-switch .custom-control-label::after {
top: calc(2.25rem);
left: calc(-0.25rem);
width: calc(-3rem);
height: calc(-3rem);
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) {
.bootstrap-wrapper .custom-switch .custom-control-label::after {
transition: none;
}
}
.bootstrap-wrapper .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.bootstrap-wrapper .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-select {
display: inline-block;
width: 100%;
height: calc(4.25em);
padding: 0.375rem 1.75rem 0.375rem 0.75rem; 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;
}
.bootstrap-wrapper .custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.bootstrap-wrapper .custom-select[multiple],
.bootstrap-wrapper .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.bootstrap-wrapper .custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.bootstrap-wrapper .custom-select::-ms-expand {
display: none;
}
.bootstrap-wrapper .custom-select-sm {
height: calc(4em);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem; }
.bootstrap-wrapper .custom-select-lg {
height: calc(4.5em);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem; }
.bootstrap-wrapper .custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(4.25em);
margin-bottom: 0;
}
.bootstrap-wrapper .custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(4.25em);
margin: 0;
opacity: 0;
}
.bootstrap-wrapper .custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.bootstrap-wrapper .custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.bootstrap-wrapper .custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.bootstrap-wrapper .custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(4.25em);
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;
}
.bootstrap-wrapper .custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(2.25em);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.bootstrap-wrapper .custom-range {
width: 100%;
height: calc(1.4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bootstrap-wrapper .custom-range:focus {
outline: none;
}
.bootstrap-wrapper .custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-range::-moz-focus-outer {
border: 0;
}
.bootstrap-wrapper .custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
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) {
.bootstrap-wrapper .custom-range::-webkit-slider-thumb {
transition: none;
}
}
.bootstrap-wrapper .custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.bootstrap-wrapper .custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
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) {
.bootstrap-wrapper .custom-range::-moz-range-thumb {
transition: none;
}
}
.bootstrap-wrapper .custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.bootstrap-wrapper .custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
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) {
.bootstrap-wrapper .custom-range::-ms-thumb {
transition: none;
}
}
.bootstrap-wrapper .custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.bootstrap-wrapper .custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.bootstrap-wrapper .custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.bootstrap-wrapper .custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.bootstrap-wrapper .custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.bootstrap-wrapper .custom-range:disabled::-moz-range-track {
cursor: default;
}
.bootstrap-wrapper .custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.bootstrap-wrapper .custom-control-label::before,
.bootstrap-wrapper .custom-file-label,
.bootstrap-wrapper .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) {
.bootstrap-wrapper .custom-control-label::before,
.bootstrap-wrapper .custom-file-label,
.bootstrap-wrapper .custom-select {
transition: none;
}
}
.bootstrap-wrapper .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.bootstrap-wrapper .nav-link {
display: block;
padding: 0.5rem 1rem;
}
.bootstrap-wrapper .nav-link:hover,
.bootstrap-wrapper .nav-link:focus {
text-decoration: none;
}
.bootstrap-wrapper .nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.bootstrap-wrapper .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.bootstrap-wrapper .nav-tabs .nav-item {
margin-bottom: -1px;
}
.bootstrap-wrapper .nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bootstrap-wrapper .nav-tabs .nav-link:hover,
.bootstrap-wrapper .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap-wrapper .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.bootstrap-wrapper .nav-tabs .nav-link.active,
.bootstrap-wrapper .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap-wrapper .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-wrapper .nav-pills .nav-link {
border-radius: 0.25rem;
}
.bootstrap-wrapper .nav-pills .nav-link.active,
.bootstrap-wrapper .nav-pills .show > .nav-link {
color: #fff;
}
.bootstrap-wrapper .nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.bootstrap-wrapper .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.bootstrap-wrapper .tab-content > .tab-pane {
display: none;
}
.bootstrap-wrapper .tab-content > .active {
display: block;
}
.bootstrap-wrapper .navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.bootstrap-wrapper .navbar > .container,
.bootstrap-wrapper .navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.bootstrap-wrapper .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem; line-height: inherit;
white-space: nowrap;
}
.bootstrap-wrapper .navbar-brand:hover,
.bootstrap-wrapper .navbar-brand:focus {
text-decoration: none;
}
.bootstrap-wrapper .navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.bootstrap-wrapper .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.bootstrap-wrapper .navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.bootstrap-wrapper .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.bootstrap-wrapper .navbar-toggler {
padding: 0.25rem 0.75rem; line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.bootstrap-wrapper .navbar-toggler:hover,
.bootstrap-wrapper .navbar-toggler:focus {
text-decoration: none;
}
.bootstrap-wrapper .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) {
.bootstrap-wrapper .navbar-expand-sm > .container,
.bootstrap-wrapper .navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.bootstrap-wrapper .navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-sm > .container,
.bootstrap-wrapper .navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.bootstrap-wrapper .navbar-expand-md > .container,
.bootstrap-wrapper .navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-md > .container,
.bootstrap-wrapper .navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.bootstrap-wrapper .navbar-expand-lg > .container,
.bootstrap-wrapper .navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-lg > .container,
.bootstrap-wrapper .navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.bootstrap-wrapper .navbar-expand-xl > .container,
.bootstrap-wrapper .navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-xl > .container,
.bootstrap-wrapper .navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-toggler {
display: none;
}
}
.bootstrap-wrapper .navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand > .container,
.bootstrap-wrapper .navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand > .container,
.bootstrap-wrapper .navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand .navbar-toggler {
display: none;
}
.bootstrap-wrapper .navbar-light .navbar-brand {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-brand:hover,
.bootstrap-wrapper .navbar-light .navbar-brand:focus {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,0.5);
}
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link:hover,
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0,0,0,0.7);
}
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0,0,0,0.3);
}
.bootstrap-wrapper .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-wrapper .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link.show,
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link.active {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-toggler {
color: rgba(0,0,0,0.5);
border-color: rgba(0,0,0,0.1);
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .navbar-light .navbar-text {
color: rgba(0,0,0,0.5);
}
.bootstrap-wrapper .navbar-light .navbar-text a {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-text a:hover,
.bootstrap-wrapper .navbar-light .navbar-text a:focus {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-dark .navbar-brand {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-brand:hover,
.bootstrap-wrapper .navbar-dark .navbar-brand:focus {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,0.5);
}
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link:hover,
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255,255,255,0.75);
}
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255,255,255,0.25);
}
.bootstrap-wrapper .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-wrapper .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-toggler {
color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.1);
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .navbar-dark .navbar-text {
color: rgba(255,255,255,0.5);
}
.bootstrap-wrapper .navbar-dark .navbar-text a {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-text a:hover,
.bootstrap-wrapper .navbar-dark .navbar-text a:focus {
color: #fff;
}
.bootstrap-wrapper .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,0.125);
border-radius: 0.25rem;
}
.bootstrap-wrapper .card > hr {
margin-right: 0;
margin-left: 0;
}
.bootstrap-wrapper .card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bootstrap-wrapper .card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.bootstrap-wrapper .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.bootstrap-wrapper .card-title {
margin-bottom: 0.75rem;
}
.bootstrap-wrapper .card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.bootstrap-wrapper .card-text:last-child {
margin-bottom: 0;
}
.bootstrap-wrapper .card-link:hover {
text-decoration: none;
}
.bootstrap-wrapper .card-link + .card-link {
margin-left: 1.25rem;
}
.bootstrap-wrapper .card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0,0,0,0.03);
border-bottom: 1px solid rgba(0,0,0,0.125);
}
.bootstrap-wrapper .card-header:first-child {
border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.bootstrap-wrapper .card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.bootstrap-wrapper .card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0,0,0,0.03);
border-top: 1px solid rgba(0,0,0,0.125);
}
.bootstrap-wrapper .card-footer:last-child {
border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.bootstrap-wrapper .card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.bootstrap-wrapper .card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bootstrap-wrapper .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.bootstrap-wrapper .card-img {
width: 100%;
border-radius: calc(-0.75rem);
}
.bootstrap-wrapper .card-img-top {
width: 100%;
border-top-left-radius: calc(-0.75rem);
border-top-right-radius: calc(-0.75rem);
}
.bootstrap-wrapper .card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(-0.75rem);
border-bottom-left-radius: calc(-0.75rem);
}
.bootstrap-wrapper .card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.bootstrap-wrapper .card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.bootstrap-wrapper .card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.bootstrap-wrapper .card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.bootstrap-wrapper .card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.bootstrap-wrapper .card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.bootstrap-wrapper .card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.bootstrap-wrapper .card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.bootstrap-wrapper .card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.bootstrap-wrapper .card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-img-top,
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-img-top,
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.bootstrap-wrapper .card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.bootstrap-wrapper .card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.bootstrap-wrapper .card-columns .card {
display: inline-block;
width: 100%;
}
}
.bootstrap-wrapper .accordion > .card {
overflow: hidden;
}
.bootstrap-wrapper .accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.bootstrap-wrapper .accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.bootstrap-wrapper .accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-wrapper .accordion > .card .card-header {
margin-bottom: -1px;
}
.bootstrap-wrapper .breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.bootstrap-wrapper .breadcrumb-item.active {
color: #6c757d;
}
.bootstrap-wrapper .pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.bootstrap-wrapper .page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.bootstrap-wrapper .page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.bootstrap-wrapper .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.bootstrap-wrapper .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.bootstrap-wrapper .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.bootstrap-wrapper .pagination-lg .page-link {
padding: 0.75rem 1.5rem; line-height: 1.5;
}
.bootstrap-wrapper .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.bootstrap-wrapper .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.bootstrap-wrapper .pagination-sm .page-link {
padding: 0.25rem 0.5rem; line-height: 1.5;
}
.bootstrap-wrapper .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.bootstrap-wrapper .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.bootstrap-wrapper .badge {
display: inline-block;
padding: 0.25em 0.4em; 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) {
.bootstrap-wrapper .badge {
transition: none;
}
}
.bootstrap-wrapper a.badge:hover,
.bootstrap-wrapper a.badge:focus {
text-decoration: none;
}
.bootstrap-wrapper .badge:empty {
display: none;
}
.bootstrap-wrapper .btn .badge {
position: relative;
top: -1px;
}
.bootstrap-wrapper .badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.bootstrap-wrapper .badge-primary {
color: #fff;
background-color: #007bff;
}
.bootstrap-wrapper a.badge-primary:hover,
.bootstrap-wrapper a.badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
.bootstrap-wrapper a.badge-primary:focus,
.bootstrap-wrapper a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
}
.bootstrap-wrapper .badge-secondary {
color: #fff;
background-color: #6c757d;
}
.bootstrap-wrapper a.badge-secondary:hover,
.bootstrap-wrapper a.badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
.bootstrap-wrapper a.badge-secondary:focus,
.bootstrap-wrapper a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.bootstrap-wrapper .badge-success {
color: #fff;
background-color: #28a745;
}
.bootstrap-wrapper a.badge-success:hover,
.bootstrap-wrapper a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
.bootstrap-wrapper a.badge-success:focus,
.bootstrap-wrapper a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}
.bootstrap-wrapper .badge-info {
color: #fff;
background-color: #17a2b8;
}
.bootstrap-wrapper a.badge-info:hover,
.bootstrap-wrapper a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
.bootstrap-wrapper a.badge-info:focus,
.bootstrap-wrapper a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}
.bootstrap-wrapper .badge-warning {
color: #212529;
background-color: #ffc107;
}
.bootstrap-wrapper a.badge-warning:hover,
.bootstrap-wrapper a.badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
.bootstrap-wrapper a.badge-warning:focus,
.bootstrap-wrapper a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}
.bootstrap-wrapper .badge-danger {
color: #fff;
background-color: #dc3545;
}
.bootstrap-wrapper a.badge-danger:hover,
.bootstrap-wrapper a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
.bootstrap-wrapper a.badge-danger:focus,
.bootstrap-wrapper a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}
.bootstrap-wrapper .badge-light {
color: #212529;
background-color: #f8f9fa;
}
.bootstrap-wrapper a.badge-light:hover,
.bootstrap-wrapper a.badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
.bootstrap-wrapper a.badge-light:focus,
.bootstrap-wrapper a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}
.bootstrap-wrapper .badge-dark {
color: #fff;
background-color: #343a40;
}
.bootstrap-wrapper a.badge-dark:hover,
.bootstrap-wrapper a.badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
.bootstrap-wrapper a.badge-dark:focus,
.bootstrap-wrapper a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}
.bootstrap-wrapper .jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.bootstrap-wrapper .jumbotron {
padding: 4rem 2rem;
}
}
.bootstrap-wrapper .jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.bootstrap-wrapper .alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.bootstrap-wrapper .alert-heading {
color: inherit;
}
.bootstrap-wrapper .alert-link {
font-weight: 700;
}
.bootstrap-wrapper .alert-dismissible {
padding-right: 4rem;
}
.bootstrap-wrapper .alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.bootstrap-wrapper .alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.bootstrap-wrapper .alert-primary hr {
border-top-color: #9fcdff;
}
.bootstrap-wrapper .alert-primary .alert-link {
color: #002752;
}
.bootstrap-wrapper .alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.bootstrap-wrapper .alert-secondary hr {
border-top-color: #c8cbcf;
}
.bootstrap-wrapper .alert-secondary .alert-link {
color: #202326;
}
.bootstrap-wrapper .alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.bootstrap-wrapper .alert-success hr {
border-top-color: #b1dfbb;
}
.bootstrap-wrapper .alert-success .alert-link {
color: #0b2e13;
}
.bootstrap-wrapper .alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.bootstrap-wrapper .alert-info hr {
border-top-color: #abdde5;
}
.bootstrap-wrapper .alert-info .alert-link {
color: #062c33;
}
.bootstrap-wrapper .alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.bootstrap-wrapper .alert-warning hr {
border-top-color: #ffe8a1;
}
.bootstrap-wrapper .alert-warning .alert-link {
color: #533f03;
}
.bootstrap-wrapper .alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.bootstrap-wrapper .alert-danger hr {
border-top-color: #f1b0b7;
}
.bootstrap-wrapper .alert-danger .alert-link {
color: #491217;
}
.bootstrap-wrapper .alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.bootstrap-wrapper .alert-light hr {
border-top-color: #ececf6;
}
.bootstrap-wrapper .alert-light .alert-link {
color: #686868;
}
.bootstrap-wrapper .alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.bootstrap-wrapper .alert-dark hr {
border-top-color: #b9bbbe;
}
.bootstrap-wrapper .alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
.bootstrap-wrapper from {
background-position: 1rem 0;
}
.bootstrap-wrapper to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
.bootstrap-wrapper from {
background-position: 1rem 0;
}
.bootstrap-wrapper to {
background-position: 0 0;
}
}
.bootstrap-wrapper .progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden; background-color: #e9ecef;
border-radius: 0.25rem;
}
.bootstrap-wrapper .progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .progress-bar {
transition: none;
}
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.bootstrap-wrapper .media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.bootstrap-wrapper .media-body {
-ms-flex: 1;
flex: 1;
}
.bootstrap-wrapper .list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.bootstrap-wrapper .list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.bootstrap-wrapper .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.bootstrap-wrapper .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);
}
.bootstrap-wrapper .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bootstrap-wrapper .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.bootstrap-wrapper .list-group-item.disabled,
.bootstrap-wrapper .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.bootstrap-wrapper .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .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) {
.bootstrap-wrapper .list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .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) {
.bootstrap-wrapper .list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .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) {
.bootstrap-wrapper .list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .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: 1200px) {
.bootstrap-wrapper .list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .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;
}
}
.bootstrap-wrapper .list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.bootstrap-wrapper .list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
.bootstrap-wrapper .list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.bootstrap-wrapper .list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.bootstrap-wrapper .list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.bootstrap-wrapper .list-group-item-primary.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
.bootstrap-wrapper .list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.bootstrap-wrapper .list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.bootstrap-wrapper .list-group-item-secondary.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
.bootstrap-wrapper .list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.bootstrap-wrapper .list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.bootstrap-wrapper .list-group-item-success.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.bootstrap-wrapper .list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.bootstrap-wrapper .list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.bootstrap-wrapper .list-group-item-info.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.bootstrap-wrapper .list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.bootstrap-wrapper .list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.bootstrap-wrapper .list-group-item-warning.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.bootstrap-wrapper .list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.bootstrap-wrapper .list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.bootstrap-wrapper .list-group-item-danger.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
.bootstrap-wrapper .list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.bootstrap-wrapper .list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.bootstrap-wrapper .list-group-item-light.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
.bootstrap-wrapper .list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.bootstrap-wrapper .list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.bootstrap-wrapper .list-group-item-dark.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
.bootstrap-wrapper .list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.bootstrap-wrapper .close {
float: right; font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.bootstrap-wrapper .close:hover {
color: #000;
text-decoration: none;
}
.bootstrap-wrapper .close:not(:disabled):not(.disabled):hover,
.bootstrap-wrapper .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
.bootstrap-wrapper button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bootstrap-wrapper a.close.disabled {
pointer-events: none;
}
.bootstrap-wrapper .toast {
max-width: 350px;
overflow: hidden; 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;
}
.bootstrap-wrapper .toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.bootstrap-wrapper .toast.showing {
opacity: 1;
}
.bootstrap-wrapper .toast.show {
display: block;
opacity: 1;
}
.bootstrap-wrapper .toast.hide {
display: none;
}
.bootstrap-wrapper .toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
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);
}
.bootstrap-wrapper .toast-body {
padding: 0.75rem;
}
.bootstrap-wrapper .modal-open {
overflow: hidden;
}
.bootstrap-wrapper .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.bootstrap-wrapper .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.bootstrap-wrapper .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.bootstrap-wrapper .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) {
.bootstrap-wrapper .modal.fade .modal-dialog {
transition: none;
}
}
.bootstrap-wrapper .modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.bootstrap-wrapper .modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(99%);
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-content {
max-height: calc(99vh);
overflow: hidden;
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-header,
.bootstrap-wrapper .modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.bootstrap-wrapper .modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(99%);
}
.bootstrap-wrapper .modal-dialog-centered::before {
display: block;
height: calc(99vh);
content: "";
}
.bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.bootstrap-wrapper .modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 0.3rem;
outline: 0;
}
.bootstrap-wrapper .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.bootstrap-wrapper .modal-backdrop.fade {
opacity: 0;
}
.bootstrap-wrapper .modal-backdrop.show {
opacity: 0.5;
}
.bootstrap-wrapper .modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.bootstrap-wrapper .modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.bootstrap-wrapper .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.bootstrap-wrapper .modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.bootstrap-wrapper .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.bootstrap-wrapper .modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.bootstrap-wrapper .modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.bootstrap-wrapper .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.bootstrap-wrapper .modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.bootstrap-wrapper .modal-dialog-scrollable {
max-height: calc(96.5%);
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-content {
max-height: calc(96.5vh);
}
.bootstrap-wrapper .modal-dialog-centered {
min-height: calc(96.5%);
}
.bootstrap-wrapper .modal-dialog-centered::before {
height: calc(96.5vh);
}
.bootstrap-wrapper .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .modal-lg,
.bootstrap-wrapper .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .modal-xl {
max-width: 1140px;
}
}
.bootstrap-wrapper .tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
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; word-wrap: break-word;
opacity: 0;
}
.bootstrap-wrapper .tooltip.show {
opacity: 0.9;
}
.bootstrap-wrapper .tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.bootstrap-wrapper .tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bootstrap-wrapper .bs-tooltip-top,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bootstrap-wrapper .bs-tooltip-top .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bootstrap-wrapper .bs-tooltip-top .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bootstrap-wrapper .bs-tooltip-right,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bootstrap-wrapper .bs-tooltip-right .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bootstrap-wrapper .bs-tooltip-right .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bootstrap-wrapper .bs-tooltip-bottom,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bootstrap-wrapper .bs-tooltip-bottom .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bootstrap-wrapper .bs-tooltip-bottom .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bootstrap-wrapper .bs-tooltip-left,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bootstrap-wrapper .bs-tooltip-left .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bootstrap-wrapper .bs-tooltip-left .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.bootstrap-wrapper .tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.bootstrap-wrapper .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
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; word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 0.3rem;
}
.bootstrap-wrapper .popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.bootstrap-wrapper .popover .arrow::before,
.bootstrap-wrapper .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bootstrap-wrapper .bs-popover-top,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
.bootstrap-wrapper .bs-popover-top > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc(-1.5rem);
}
.bootstrap-wrapper .bs-popover-top > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-top > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bootstrap-wrapper .bs-popover-right,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
.bootstrap-wrapper .bs-popover-right > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc(-1.5rem);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bootstrap-wrapper .bs-popover-right > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-right > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bootstrap-wrapper .bs-popover-bottom,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
.bootstrap-wrapper .bs-popover-bottom > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc(-1.5rem);
}
.bootstrap-wrapper .bs-popover-bottom > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-bottom > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bootstrap-wrapper .bs-popover-bottom .popover-header::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bootstrap-wrapper .bs-popover-left,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
.bootstrap-wrapper .bs-popover-left > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc(-1.5rem);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bootstrap-wrapper .bs-popover-left > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-left > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.bootstrap-wrapper .popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0; background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(-0.7rem);
border-top-right-radius: calc(-0.7rem);
}
.bootstrap-wrapper .popover-header:empty {
display: none;
}
.bootstrap-wrapper .popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.bootstrap-wrapper .carousel {
position: relative;
}
.bootstrap-wrapper .carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bootstrap-wrapper .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.bootstrap-wrapper .carousel-inner::after {
display: block;
clear: both;
content: "";
}
.bootstrap-wrapper .carousel-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) {
.bootstrap-wrapper .carousel-item {
transition: none;
}
}
.bootstrap-wrapper .carousel-item.active,
.bootstrap-wrapper .carousel-item-next,
.bootstrap-wrapper .carousel-item-prev {
display: block;
}
.bootstrap-wrapper .carousel-item-next:not(.carousel-item-left),
.bootstrap-wrapper .active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.bootstrap-wrapper .carousel-item-prev:not(.carousel-item-right),
.bootstrap-wrapper .active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.bootstrap-wrapper .carousel-fade .carousel-item {
opacity: 0;
transition-listing: opacity;
-webkit-transform: none;
transform: none;
}
.bootstrap-wrapper .carousel-fade .carousel-item.active,
.bootstrap-wrapper .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-wrapper .carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.bootstrap-wrapper .carousel-fade .active.carousel-item-left,
.bootstrap-wrapper .carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .carousel-fade .active.carousel-item-left,
.bootstrap-wrapper .carousel-fade .active.carousel-item-right {
transition: none;
}
}
.bootstrap-wrapper .carousel-control-prev,
.bootstrap-wrapper .carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .carousel-control-prev,
.bootstrap-wrapper .carousel-control-next {
transition: none;
}
}
.bootstrap-wrapper .carousel-control-prev:hover,
.bootstrap-wrapper .carousel-control-prev:focus,
.bootstrap-wrapper .carousel-control-next:hover,
.bootstrap-wrapper .carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.bootstrap-wrapper .carousel-control-prev {
left: 0;
}
.bootstrap-wrapper .carousel-control-next {
right: 0;
}
.bootstrap-wrapper .carousel-control-prev-icon,
.bootstrap-wrapper .carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 0.5% 100%;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.bootstrap-wrapper .carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #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) {
.bootstrap-wrapper .carousel-indicators li {
transition: none;
}
}
.bootstrap-wrapper .carousel-indicators .active {
opacity: 1;
}
.bootstrap-wrapper .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 {
.bootstrap-wrapper to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-border {
.bootstrap-wrapper to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
.bootstrap-wrapper 0% {
-webkit-transform: scale(0);
transform: scale(0);
}
.bootstrap-wrapper 50% {
opacity: 1;
}
}
@keyframes spinner-grow {
.bootstrap-wrapper 0% {
-webkit-transform: scale(0);
transform: scale(0);
}
.bootstrap-wrapper 50% {
opacity: 1;
}
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.bootstrap-wrapper .align-baseline {
vertical-align: baseline !important;
}
.bootstrap-wrapper .align-top {
vertical-align: top !important;
}
.bootstrap-wrapper .align-middle {
vertical-align: middle !important;
}
.bootstrap-wrapper .align-bottom {
vertical-align: bottom !important;
}
.bootstrap-wrapper .align-text-bottom {
vertical-align: text-bottom !important;
}
.bootstrap-wrapper .align-text-top {
vertical-align: text-top !important;
}
.bootstrap-wrapper .bg-primary {
background-color: #007bff !important;
}
.bootstrap-wrapper a.bg-primary:hover,
.bootstrap-wrapper a.bg-primary:focus,
.bootstrap-wrapper button.bg-primary:hover,
.bootstrap-wrapper button.bg-primary:focus {
background-color: #0062cc !important;
}
.bootstrap-wrapper .bg-secondary {
background-color: #6c757d !important;
}
.bootstrap-wrapper a.bg-secondary:hover,
.bootstrap-wrapper a.bg-secondary:focus,
.bootstrap-wrapper button.bg-secondary:hover,
.bootstrap-wrapper button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bootstrap-wrapper .bg-success {
background-color: #28a745 !important;
}
.bootstrap-wrapper a.bg-success:hover,
.bootstrap-wrapper a.bg-success:focus,
.bootstrap-wrapper button.bg-success:hover,
.bootstrap-wrapper button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bootstrap-wrapper .bg-info {
background-color: #17a2b8 !important;
}
.bootstrap-wrapper a.bg-info:hover,
.bootstrap-wrapper a.bg-info:focus,
.bootstrap-wrapper button.bg-info:hover,
.bootstrap-wrapper button.bg-info:focus {
background-color: #117a8b !important;
}
.bootstrap-wrapper .bg-warning {
background-color: #ffc107 !important;
}
.bootstrap-wrapper a.bg-warning:hover,
.bootstrap-wrapper a.bg-warning:focus,
.bootstrap-wrapper button.bg-warning:hover,
.bootstrap-wrapper button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bootstrap-wrapper .bg-danger {
background-color: #dc3545 !important;
}
.bootstrap-wrapper a.bg-danger:hover,
.bootstrap-wrapper a.bg-danger:focus,
.bootstrap-wrapper button.bg-danger:hover,
.bootstrap-wrapper button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bootstrap-wrapper .bg-light {
background-color: #f8f9fa !important;
}
.bootstrap-wrapper a.bg-light:hover,
.bootstrap-wrapper a.bg-light:focus,
.bootstrap-wrapper button.bg-light:hover,
.bootstrap-wrapper button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bootstrap-wrapper .bg-dark {
background-color: #343a40 !important;
}
.bootstrap-wrapper a.bg-dark:hover,
.bootstrap-wrapper a.bg-dark:focus,
.bootstrap-wrapper button.bg-dark:hover,
.bootstrap-wrapper button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bootstrap-wrapper .bg-white {
background-color: #fff !important;
}
.bootstrap-wrapper .bg-transparent {
background-color: transparent !important;
}
.bootstrap-wrapper .border {
border: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-top {
border-top: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-right {
border-right: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-left {
border-left: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-0 {
border: 0 !important;
}
.bootstrap-wrapper .border-top-0 {
border-top: 0 !important;
}
.bootstrap-wrapper .border-right-0 {
border-right: 0 !important;
}
.bootstrap-wrapper .border-bottom-0 {
border-bottom: 0 !important;
}
.bootstrap-wrapper .border-left-0 {
border-left: 0 !important;
}
.bootstrap-wrapper .border-primary {
border-color: #007bff !important;
}
.bootstrap-wrapper .border-secondary {
border-color: #6c757d !important;
}
.bootstrap-wrapper .border-success {
border-color: #28a745 !important;
}
.bootstrap-wrapper .border-info {
border-color: #17a2b8 !important;
}
.bootstrap-wrapper .border-warning {
border-color: #ffc107 !important;
}
.bootstrap-wrapper .border-danger {
border-color: #dc3545 !important;
}
.bootstrap-wrapper .border-light {
border-color: #f8f9fa !important;
}
.bootstrap-wrapper .border-dark {
border-color: #343a40 !important;
}
.bootstrap-wrapper .border-white {
border-color: #fff !important;
}
.bootstrap-wrapper .rounded-sm {
border-radius: 0.2rem !important;
}
.bootstrap-wrapper .rounded {
border-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-lg {
border-radius: 0.3rem !important;
}
.bootstrap-wrapper .rounded-circle {
border-radius: 50% !important;
}
.bootstrap-wrapper .rounded-pill {
border-radius: 50rem !important;
}
.bootstrap-wrapper .rounded-0 {
border-radius: 0 !important;
}
.bootstrap-wrapper .clearfix::after {
display: block;
clear: both;
content: "";
}
.bootstrap-wrapper .d-none {
display: none !important;
}
.bootstrap-wrapper .d-inline {
display: inline !important;
}
.bootstrap-wrapper .d-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-block {
display: block !important;
}
.bootstrap-wrapper .d-table {
display: table !important;
}
.bootstrap-wrapper .d-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .d-sm-none {
display: none !important;
}
.bootstrap-wrapper .d-sm-inline {
display: inline !important;
}
.bootstrap-wrapper .d-sm-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-sm-block {
display: block !important;
}
.bootstrap-wrapper .d-sm-table {
display: table !important;
}
.bootstrap-wrapper .d-sm-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-sm-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .d-md-none {
display: none !important;
}
.bootstrap-wrapper .d-md-inline {
display: inline !important;
}
.bootstrap-wrapper .d-md-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-md-block {
display: block !important;
}
.bootstrap-wrapper .d-md-table {
display: table !important;
}
.bootstrap-wrapper .d-md-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-md-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .d-lg-none {
display: none !important;
}
.bootstrap-wrapper .d-lg-inline {
display: inline !important;
}
.bootstrap-wrapper .d-lg-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-lg-block {
display: block !important;
}
.bootstrap-wrapper .d-lg-table {
display: table !important;
}
.bootstrap-wrapper .d-lg-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-lg-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .d-xl-none {
display: none !important;
}
.bootstrap-wrapper .d-xl-inline {
display: inline !important;
}
.bootstrap-wrapper .d-xl-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-xl-block {
display: block !important;
}
.bootstrap-wrapper .d-xl-table {
display: table !important;
}
.bootstrap-wrapper .d-xl-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-xl-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.bootstrap-wrapper .d-print-none {
display: none !important;
}
.bootstrap-wrapper .d-print-inline {
display: inline !important;
}
.bootstrap-wrapper .d-print-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-print-block {
display: block !important;
}
.bootstrap-wrapper .d-print-table {
display: table !important;
}
.bootstrap-wrapper .d-print-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-print-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.bootstrap-wrapper .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.bootstrap-wrapper .embed-responsive::before {
display: block;
content: "";
}
.bootstrap-wrapper .embed-responsive .embed-responsive-item,
.bootstrap-wrapper .embed-responsive iframe,
.bootstrap-wrapper .embed-responsive embed,
.bootstrap-wrapper .embed-responsive object,
.bootstrap-wrapper .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.bootstrap-wrapper .embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.bootstrap-wrapper .embed-responsive-16by9::before {
padding-top: 56.25%;
}
.bootstrap-wrapper .embed-responsive-4by3::before {
padding-top: 75%;
}
.bootstrap-wrapper .embed-responsive-1by1::before {
padding-top: 100%;
}
.bootstrap-wrapper .flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.bootstrap-wrapper .float-left {
float: left !important;
}
.bootstrap-wrapper .float-right {
float: right !important;
}
.bootstrap-wrapper .float-none {
float: none !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .float-sm-left {
float: left !important;
}
.bootstrap-wrapper .float-sm-right {
float: right !important;
}
.bootstrap-wrapper .float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .float-md-left {
float: left !important;
}
.bootstrap-wrapper .float-md-right {
float: right !important;
}
.bootstrap-wrapper .float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .float-lg-left {
float: left !important;
}
.bootstrap-wrapper .float-lg-right {
float: right !important;
}
.bootstrap-wrapper .float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .float-xl-left {
float: left !important;
}
.bootstrap-wrapper .float-xl-right {
float: right !important;
}
.bootstrap-wrapper .float-xl-none {
float: none !important;
}
}
.bootstrap-wrapper .overflow-auto {
overflow: auto !important;
}
.bootstrap-wrapper .overflow-hidden {
overflow: hidden !important;
}
.bootstrap-wrapper .position-static {
position: static !important;
}
.bootstrap-wrapper .position-relative {
position: relative !important;
}
.bootstrap-wrapper .position-absolute {
position: absolute !important;
}
.bootstrap-wrapper .position-fixed {
position: fixed !important;
}
.bootstrap-wrapper .position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.bootstrap-wrapper .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.bootstrap-wrapper .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.bootstrap-wrapper .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.bootstrap-wrapper .sr-only-focusable:active,
.bootstrap-wrapper .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.bootstrap-wrapper .shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.bootstrap-wrapper .shadow {
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.bootstrap-wrapper .shadow-lg {
box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.bootstrap-wrapper .shadow-none {
box-shadow: none !important;
}
.bootstrap-wrapper .w-25 {
width: 25% !important;
}
.bootstrap-wrapper .w-50 {
width: 50% !important;
}
.bootstrap-wrapper .w-75 {
width: 75% !important;
}
.bootstrap-wrapper .w-100 {
width: 100% !important;
}
.bootstrap-wrapper .w-auto {
width: auto !important;
}
.bootstrap-wrapper .h-25 {
height: 25% !important;
}
.bootstrap-wrapper .h-50 {
height: 50% !important;
}
.bootstrap-wrapper .h-75 {
height: 75% !important;
}
.bootstrap-wrapper .h-100 {
height: 100% !important;
}
.bootstrap-wrapper .h-auto {
height: auto !important;
}
.bootstrap-wrapper .mw-100 {
max-width: 100% !important;
}
.bootstrap-wrapper .mh-100 {
max-height: 100% !important;
}
.bootstrap-wrapper .min-vw-100 {
min-width: 100vw !important;
}
.bootstrap-wrapper .min-vh-100 {
min-height: 100vh !important;
}
.bootstrap-wrapper .vw-100 {
width: 100vw !important;
}
.bootstrap-wrapper .vh-100 {
height: 100vh !important;
}
.bootstrap-wrapper .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);
}
.bootstrap-wrapper .m-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-0,
.bootstrap-wrapper .my-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-0,
.bootstrap-wrapper .mx-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-0,
.bootstrap-wrapper .my-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-0,
.bootstrap-wrapper .mx-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-1,
.bootstrap-wrapper .my-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-1,
.bootstrap-wrapper .mx-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-1,
.bootstrap-wrapper .my-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-1,
.bootstrap-wrapper .mx-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-2,
.bootstrap-wrapper .my-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-2,
.bootstrap-wrapper .mx-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-2,
.bootstrap-wrapper .my-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-2,
.bootstrap-wrapper .mx-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-3,
.bootstrap-wrapper .my-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-3,
.bootstrap-wrapper .mx-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-3,
.bootstrap-wrapper .my-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-3,
.bootstrap-wrapper .mx-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-4,
.bootstrap-wrapper .my-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-4,
.bootstrap-wrapper .mx-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-4,
.bootstrap-wrapper .my-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-4,
.bootstrap-wrapper .mx-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-5,
.bootstrap-wrapper .my-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-5,
.bootstrap-wrapper .mx-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-5,
.bootstrap-wrapper .my-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-5,
.bootstrap-wrapper .mx-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-0,
.bootstrap-wrapper .py-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-0,
.bootstrap-wrapper .px-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-0,
.bootstrap-wrapper .py-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-0,
.bootstrap-wrapper .px-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-1,
.bootstrap-wrapper .py-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-1,
.bootstrap-wrapper .px-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-1,
.bootstrap-wrapper .py-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-1,
.bootstrap-wrapper .px-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-2,
.bootstrap-wrapper .py-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-2,
.bootstrap-wrapper .px-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-2,
.bootstrap-wrapper .py-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-2,
.bootstrap-wrapper .px-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-3,
.bootstrap-wrapper .py-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-3,
.bootstrap-wrapper .px-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-3,
.bootstrap-wrapper .py-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-3,
.bootstrap-wrapper .px-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-4,
.bootstrap-wrapper .py-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-4,
.bootstrap-wrapper .px-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-4,
.bootstrap-wrapper .py-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-4,
.bootstrap-wrapper .px-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-5,
.bootstrap-wrapper .py-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-5,
.bootstrap-wrapper .px-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-5,
.bootstrap-wrapper .py-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-5,
.bootstrap-wrapper .px-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-n1,
.bootstrap-wrapper .my-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-n1,
.bootstrap-wrapper .mx-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-n1,
.bootstrap-wrapper .my-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-n1,
.bootstrap-wrapper .mx-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-n2,
.bootstrap-wrapper .my-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-n2,
.bootstrap-wrapper .mx-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-n2,
.bootstrap-wrapper .my-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-n2,
.bootstrap-wrapper .mx-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-n3,
.bootstrap-wrapper .my-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-n3,
.bootstrap-wrapper .mx-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-n3,
.bootstrap-wrapper .my-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-n3,
.bootstrap-wrapper .mx-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-n4,
.bootstrap-wrapper .my-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-n4,
.bootstrap-wrapper .mx-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-n4,
.bootstrap-wrapper .my-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-n4,
.bootstrap-wrapper .mx-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-n5,
.bootstrap-wrapper .my-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-n5,
.bootstrap-wrapper .mx-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-n5,
.bootstrap-wrapper .my-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-n5,
.bootstrap-wrapper .mx-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-auto,
.bootstrap-wrapper .my-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-auto,
.bootstrap-wrapper .mx-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-auto,
.bootstrap-wrapper .my-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-auto,
.bootstrap-wrapper .mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .m-sm-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-sm-0,
.bootstrap-wrapper .my-sm-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-sm-0,
.bootstrap-wrapper .mx-sm-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-sm-0,
.bootstrap-wrapper .my-sm-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-sm-0,
.bootstrap-wrapper .mx-sm-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-sm-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-sm-1,
.bootstrap-wrapper .my-sm-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-sm-1,
.bootstrap-wrapper .mx-sm-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-sm-1,
.bootstrap-wrapper .my-sm-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-sm-1,
.bootstrap-wrapper .mx-sm-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-sm-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-sm-2,
.bootstrap-wrapper .my-sm-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-sm-2,
.bootstrap-wrapper .mx-sm-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-sm-2,
.bootstrap-wrapper .my-sm-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-sm-2,
.bootstrap-wrapper .mx-sm-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-sm-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-sm-3,
.bootstrap-wrapper .my-sm-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-sm-3,
.bootstrap-wrapper .mx-sm-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-sm-3,
.bootstrap-wrapper .my-sm-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-sm-3,
.bootstrap-wrapper .mx-sm-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-sm-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-sm-4,
.bootstrap-wrapper .my-sm-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-sm-4,
.bootstrap-wrapper .mx-sm-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-sm-4,
.bootstrap-wrapper .my-sm-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-sm-4,
.bootstrap-wrapper .mx-sm-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-sm-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-sm-5,
.bootstrap-wrapper .my-sm-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-sm-5,
.bootstrap-wrapper .mx-sm-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-sm-5,
.bootstrap-wrapper .my-sm-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-sm-5,
.bootstrap-wrapper .mx-sm-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-sm-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-sm-0,
.bootstrap-wrapper .py-sm-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-sm-0,
.bootstrap-wrapper .px-sm-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-sm-0,
.bootstrap-wrapper .py-sm-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-sm-0,
.bootstrap-wrapper .px-sm-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-sm-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-sm-1,
.bootstrap-wrapper .py-sm-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-sm-1,
.bootstrap-wrapper .px-sm-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-sm-1,
.bootstrap-wrapper .py-sm-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-sm-1,
.bootstrap-wrapper .px-sm-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-sm-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-sm-2,
.bootstrap-wrapper .py-sm-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-sm-2,
.bootstrap-wrapper .px-sm-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-sm-2,
.bootstrap-wrapper .py-sm-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-sm-2,
.bootstrap-wrapper .px-sm-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-sm-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-sm-3,
.bootstrap-wrapper .py-sm-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-sm-3,
.bootstrap-wrapper .px-sm-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-sm-3,
.bootstrap-wrapper .py-sm-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-sm-3,
.bootstrap-wrapper .px-sm-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-sm-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-sm-4,
.bootstrap-wrapper .py-sm-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-sm-4,
.bootstrap-wrapper .px-sm-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-sm-4,
.bootstrap-wrapper .py-sm-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-sm-4,
.bootstrap-wrapper .px-sm-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-sm-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-sm-5,
.bootstrap-wrapper .py-sm-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-sm-5,
.bootstrap-wrapper .px-sm-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-sm-5,
.bootstrap-wrapper .py-sm-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-sm-5,
.bootstrap-wrapper .px-sm-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-sm-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-sm-n1,
.bootstrap-wrapper .my-sm-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-sm-n1,
.bootstrap-wrapper .mx-sm-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-sm-n1,
.bootstrap-wrapper .my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-sm-n1,
.bootstrap-wrapper .mx-sm-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-sm-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-sm-n2,
.bootstrap-wrapper .my-sm-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-sm-n2,
.bootstrap-wrapper .mx-sm-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-sm-n2,
.bootstrap-wrapper .my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-sm-n2,
.bootstrap-wrapper .mx-sm-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-sm-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-sm-n3,
.bootstrap-wrapper .my-sm-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-sm-n3,
.bootstrap-wrapper .mx-sm-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-sm-n3,
.bootstrap-wrapper .my-sm-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-sm-n3,
.bootstrap-wrapper .mx-sm-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-sm-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-sm-n4,
.bootstrap-wrapper .my-sm-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-sm-n4,
.bootstrap-wrapper .mx-sm-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-sm-n4,
.bootstrap-wrapper .my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-sm-n4,
.bootstrap-wrapper .mx-sm-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-sm-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-sm-n5,
.bootstrap-wrapper .my-sm-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-sm-n5,
.bootstrap-wrapper .mx-sm-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-sm-n5,
.bootstrap-wrapper .my-sm-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-sm-n5,
.bootstrap-wrapper .mx-sm-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-sm-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-sm-auto,
.bootstrap-wrapper .my-sm-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-sm-auto,
.bootstrap-wrapper .mx-sm-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-sm-auto,
.bootstrap-wrapper .my-sm-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-sm-auto,
.bootstrap-wrapper .mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .m-md-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-md-0,
.bootstrap-wrapper .my-md-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-md-0,
.bootstrap-wrapper .mx-md-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-md-0,
.bootstrap-wrapper .my-md-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-md-0,
.bootstrap-wrapper .mx-md-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-md-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-md-1,
.bootstrap-wrapper .my-md-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-md-1,
.bootstrap-wrapper .mx-md-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-md-1,
.bootstrap-wrapper .my-md-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-md-1,
.bootstrap-wrapper .mx-md-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-md-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-md-2,
.bootstrap-wrapper .my-md-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-md-2,
.bootstrap-wrapper .mx-md-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-md-2,
.bootstrap-wrapper .my-md-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-md-2,
.bootstrap-wrapper .mx-md-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-md-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-md-3,
.bootstrap-wrapper .my-md-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-md-3,
.bootstrap-wrapper .mx-md-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-md-3,
.bootstrap-wrapper .my-md-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-md-3,
.bootstrap-wrapper .mx-md-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-md-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-md-4,
.bootstrap-wrapper .my-md-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-md-4,
.bootstrap-wrapper .mx-md-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-md-4,
.bootstrap-wrapper .my-md-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-md-4,
.bootstrap-wrapper .mx-md-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-md-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-md-5,
.bootstrap-wrapper .my-md-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-md-5,
.bootstrap-wrapper .mx-md-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-md-5,
.bootstrap-wrapper .my-md-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-md-5,
.bootstrap-wrapper .mx-md-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-md-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-md-0,
.bootstrap-wrapper .py-md-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-md-0,
.bootstrap-wrapper .px-md-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-md-0,
.bootstrap-wrapper .py-md-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-md-0,
.bootstrap-wrapper .px-md-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-md-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-md-1,
.bootstrap-wrapper .py-md-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-md-1,
.bootstrap-wrapper .px-md-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-md-1,
.bootstrap-wrapper .py-md-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-md-1,
.bootstrap-wrapper .px-md-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-md-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-md-2,
.bootstrap-wrapper .py-md-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-md-2,
.bootstrap-wrapper .px-md-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-md-2,
.bootstrap-wrapper .py-md-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-md-2,
.bootstrap-wrapper .px-md-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-md-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-md-3,
.bootstrap-wrapper .py-md-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-md-3,
.bootstrap-wrapper .px-md-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-md-3,
.bootstrap-wrapper .py-md-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-md-3,
.bootstrap-wrapper .px-md-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-md-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-md-4,
.bootstrap-wrapper .py-md-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-md-4,
.bootstrap-wrapper .px-md-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-md-4,
.bootstrap-wrapper .py-md-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-md-4,
.bootstrap-wrapper .px-md-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-md-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-md-5,
.bootstrap-wrapper .py-md-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-md-5,
.bootstrap-wrapper .px-md-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-md-5,
.bootstrap-wrapper .py-md-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-md-5,
.bootstrap-wrapper .px-md-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-md-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-md-n1,
.bootstrap-wrapper .my-md-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-md-n1,
.bootstrap-wrapper .mx-md-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-md-n1,
.bootstrap-wrapper .my-md-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-md-n1,
.bootstrap-wrapper .mx-md-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-md-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-md-n2,
.bootstrap-wrapper .my-md-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-md-n2,
.bootstrap-wrapper .mx-md-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-md-n2,
.bootstrap-wrapper .my-md-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-md-n2,
.bootstrap-wrapper .mx-md-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-md-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-md-n3,
.bootstrap-wrapper .my-md-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-md-n3,
.bootstrap-wrapper .mx-md-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-md-n3,
.bootstrap-wrapper .my-md-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-md-n3,
.bootstrap-wrapper .mx-md-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-md-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-md-n4,
.bootstrap-wrapper .my-md-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-md-n4,
.bootstrap-wrapper .mx-md-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-md-n4,
.bootstrap-wrapper .my-md-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-md-n4,
.bootstrap-wrapper .mx-md-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-md-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-md-n5,
.bootstrap-wrapper .my-md-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-md-n5,
.bootstrap-wrapper .mx-md-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-md-n5,
.bootstrap-wrapper .my-md-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-md-n5,
.bootstrap-wrapper .mx-md-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-md-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-md-auto,
.bootstrap-wrapper .my-md-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-md-auto,
.bootstrap-wrapper .mx-md-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-md-auto,
.bootstrap-wrapper .my-md-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-md-auto,
.bootstrap-wrapper .mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .m-lg-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-lg-0,
.bootstrap-wrapper .my-lg-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-lg-0,
.bootstrap-wrapper .mx-lg-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-lg-0,
.bootstrap-wrapper .my-lg-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-lg-0,
.bootstrap-wrapper .mx-lg-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-lg-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-lg-1,
.bootstrap-wrapper .my-lg-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-lg-1,
.bootstrap-wrapper .mx-lg-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-lg-1,
.bootstrap-wrapper .my-lg-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-lg-1,
.bootstrap-wrapper .mx-lg-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-lg-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-lg-2,
.bootstrap-wrapper .my-lg-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-lg-2,
.bootstrap-wrapper .mx-lg-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-lg-2,
.bootstrap-wrapper .my-lg-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-lg-2,
.bootstrap-wrapper .mx-lg-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-lg-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-lg-3,
.bootstrap-wrapper .my-lg-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-lg-3,
.bootstrap-wrapper .mx-lg-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-lg-3,
.bootstrap-wrapper .my-lg-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-lg-3,
.bootstrap-wrapper .mx-lg-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-lg-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-lg-4,
.bootstrap-wrapper .my-lg-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-lg-4,
.bootstrap-wrapper .mx-lg-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-lg-4,
.bootstrap-wrapper .my-lg-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-lg-4,
.bootstrap-wrapper .mx-lg-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-lg-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-lg-5,
.bootstrap-wrapper .my-lg-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-lg-5,
.bootstrap-wrapper .mx-lg-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-lg-5,
.bootstrap-wrapper .my-lg-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-lg-5,
.bootstrap-wrapper .mx-lg-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-lg-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-lg-0,
.bootstrap-wrapper .py-lg-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-lg-0,
.bootstrap-wrapper .px-lg-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-lg-0,
.bootstrap-wrapper .py-lg-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-lg-0,
.bootstrap-wrapper .px-lg-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-lg-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-lg-1,
.bootstrap-wrapper .py-lg-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-lg-1,
.bootstrap-wrapper .px-lg-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-lg-1,
.bootstrap-wrapper .py-lg-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-lg-1,
.bootstrap-wrapper .px-lg-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-lg-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-lg-2,
.bootstrap-wrapper .py-lg-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-lg-2,
.bootstrap-wrapper .px-lg-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-lg-2,
.bootstrap-wrapper .py-lg-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-lg-2,
.bootstrap-wrapper .px-lg-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-lg-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-lg-3,
.bootstrap-wrapper .py-lg-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-lg-3,
.bootstrap-wrapper .px-lg-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-lg-3,
.bootstrap-wrapper .py-lg-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-lg-3,
.bootstrap-wrapper .px-lg-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-lg-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-lg-4,
.bootstrap-wrapper .py-lg-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-lg-4,
.bootstrap-wrapper .px-lg-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-lg-4,
.bootstrap-wrapper .py-lg-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-lg-4,
.bootstrap-wrapper .px-lg-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-lg-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-lg-5,
.bootstrap-wrapper .py-lg-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-lg-5,
.bootstrap-wrapper .px-lg-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-lg-5,
.bootstrap-wrapper .py-lg-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-lg-5,
.bootstrap-wrapper .px-lg-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-lg-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-lg-n1,
.bootstrap-wrapper .my-lg-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-lg-n1,
.bootstrap-wrapper .mx-lg-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-lg-n1,
.bootstrap-wrapper .my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-lg-n1,
.bootstrap-wrapper .mx-lg-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-lg-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-lg-n2,
.bootstrap-wrapper .my-lg-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-lg-n2,
.bootstrap-wrapper .mx-lg-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-lg-n2,
.bootstrap-wrapper .my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-lg-n2,
.bootstrap-wrapper .mx-lg-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-lg-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-lg-n3,
.bootstrap-wrapper .my-lg-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-lg-n3,
.bootstrap-wrapper .mx-lg-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-lg-n3,
.bootstrap-wrapper .my-lg-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-lg-n3,
.bootstrap-wrapper .mx-lg-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-lg-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-lg-n4,
.bootstrap-wrapper .my-lg-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-lg-n4,
.bootstrap-wrapper .mx-lg-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-lg-n4,
.bootstrap-wrapper .my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-lg-n4,
.bootstrap-wrapper .mx-lg-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-lg-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-lg-n5,
.bootstrap-wrapper .my-lg-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-lg-n5,
.bootstrap-wrapper .mx-lg-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-lg-n5,
.bootstrap-wrapper .my-lg-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-lg-n5,
.bootstrap-wrapper .mx-lg-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-lg-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-lg-auto,
.bootstrap-wrapper .my-lg-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-lg-auto,
.bootstrap-wrapper .mx-lg-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-lg-auto,
.bootstrap-wrapper .my-lg-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-lg-auto,
.bootstrap-wrapper .mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .m-xl-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-xl-0,
.bootstrap-wrapper .my-xl-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-xl-0,
.bootstrap-wrapper .mx-xl-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-xl-0,
.bootstrap-wrapper .my-xl-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-xl-0,
.bootstrap-wrapper .mx-xl-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-xl-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-xl-1,
.bootstrap-wrapper .my-xl-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-xl-1,
.bootstrap-wrapper .mx-xl-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-xl-1,
.bootstrap-wrapper .my-xl-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-xl-1,
.bootstrap-wrapper .mx-xl-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-xl-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-xl-2,
.bootstrap-wrapper .my-xl-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-xl-2,
.bootstrap-wrapper .mx-xl-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-xl-2,
.bootstrap-wrapper .my-xl-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-xl-2,
.bootstrap-wrapper .mx-xl-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-xl-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-xl-3,
.bootstrap-wrapper .my-xl-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-xl-3,
.bootstrap-wrapper .mx-xl-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-xl-3,
.bootstrap-wrapper .my-xl-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-xl-3,
.bootstrap-wrapper .mx-xl-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-xl-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-xl-4,
.bootstrap-wrapper .my-xl-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-xl-4,
.bootstrap-wrapper .mx-xl-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-xl-4,
.bootstrap-wrapper .my-xl-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-xl-4,
.bootstrap-wrapper .mx-xl-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-xl-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-xl-5,
.bootstrap-wrapper .my-xl-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-xl-5,
.bootstrap-wrapper .mx-xl-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-xl-5,
.bootstrap-wrapper .my-xl-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-xl-5,
.bootstrap-wrapper .mx-xl-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-xl-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-xl-0,
.bootstrap-wrapper .py-xl-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-xl-0,
.bootstrap-wrapper .px-xl-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-xl-0,
.bootstrap-wrapper .py-xl-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-xl-0,
.bootstrap-wrapper .px-xl-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-xl-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-xl-1,
.bootstrap-wrapper .py-xl-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-xl-1,
.bootstrap-wrapper .px-xl-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-xl-1,
.bootstrap-wrapper .py-xl-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-xl-1,
.bootstrap-wrapper .px-xl-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-xl-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-xl-2,
.bootstrap-wrapper .py-xl-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-xl-2,
.bootstrap-wrapper .px-xl-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-xl-2,
.bootstrap-wrapper .py-xl-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-xl-2,
.bootstrap-wrapper .px-xl-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-xl-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-xl-3,
.bootstrap-wrapper .py-xl-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-xl-3,
.bootstrap-wrapper .px-xl-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-xl-3,
.bootstrap-wrapper .py-xl-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-xl-3,
.bootstrap-wrapper .px-xl-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-xl-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-xl-4,
.bootstrap-wrapper .py-xl-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-xl-4,
.bootstrap-wrapper .px-xl-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-xl-4,
.bootstrap-wrapper .py-xl-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-xl-4,
.bootstrap-wrapper .px-xl-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-xl-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-xl-5,
.bootstrap-wrapper .py-xl-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-xl-5,
.bootstrap-wrapper .px-xl-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-xl-5,
.bootstrap-wrapper .py-xl-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-xl-5,
.bootstrap-wrapper .px-xl-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-xl-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-xl-n1,
.bootstrap-wrapper .my-xl-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-xl-n1,
.bootstrap-wrapper .mx-xl-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-xl-n1,
.bootstrap-wrapper .my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-xl-n1,
.bootstrap-wrapper .mx-xl-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-xl-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-xl-n2,
.bootstrap-wrapper .my-xl-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-xl-n2,
.bootstrap-wrapper .mx-xl-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-xl-n2,
.bootstrap-wrapper .my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-xl-n2,
.bootstrap-wrapper .mx-xl-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-xl-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-xl-n3,
.bootstrap-wrapper .my-xl-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-xl-n3,
.bootstrap-wrapper .mx-xl-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-xl-n3,
.bootstrap-wrapper .my-xl-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-xl-n3,
.bootstrap-wrapper .mx-xl-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-xl-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-xl-n4,
.bootstrap-wrapper .my-xl-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-xl-n4,
.bootstrap-wrapper .mx-xl-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-xl-n4,
.bootstrap-wrapper .my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-xl-n4,
.bootstrap-wrapper .mx-xl-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-xl-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-xl-n5,
.bootstrap-wrapper .my-xl-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-xl-n5,
.bootstrap-wrapper .mx-xl-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-xl-n5,
.bootstrap-wrapper .my-xl-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-xl-n5,
.bootstrap-wrapper .mx-xl-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-xl-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-xl-auto,
.bootstrap-wrapper .my-xl-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-xl-auto,
.bootstrap-wrapper .mx-xl-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-xl-auto,
.bootstrap-wrapper .my-xl-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-xl-auto,
.bootstrap-wrapper .mx-xl-auto {
margin-left: auto !important;
}
}
.bootstrap-wrapper .text-monospace {
}
.bootstrap-wrapper .text-justify {
text-align: justify !important;
}
.bootstrap-wrapper .text-wrap {
white-space: normal !important;
}
.bootstrap-wrapper .text-nowrap {
white-space: nowrap !important;
}
.bootstrap-wrapper .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bootstrap-wrapper .text-left {
text-align: left !important;
}
.bootstrap-wrapper .text-right {
text-align: right !important;
}
.bootstrap-wrapper .text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .text-sm-left {
text-align: left !important;
}
.bootstrap-wrapper .text-sm-right {
text-align: right !important;
}
.bootstrap-wrapper .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .text-md-left {
text-align: left !important;
}
.bootstrap-wrapper .text-md-right {
text-align: right !important;
}
.bootstrap-wrapper .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .text-lg-left {
text-align: left !important;
}
.bootstrap-wrapper .text-lg-right {
text-align: right !important;
}
.bootstrap-wrapper .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .text-xl-left {
text-align: left !important;
}
.bootstrap-wrapper .text-xl-right {
text-align: right !important;
}
.bootstrap-wrapper .text-xl-center {
text-align: center !important;
}
}
.bootstrap-wrapper .text-lowercase {
text-transform: lowercase !important;
}
.bootstrap-wrapper .text-uppercase {
text-transform: uppercase !important;
}
.bootstrap-wrapper .text-capitalize {
text-transform: capitalize !important;
}
.bootstrap-wrapper .font-weight-light {
font-weight: 300 !important;
}
.bootstrap-wrapper .font-weight-lighter {
font-weight: lighter !important;
}
.bootstrap-wrapper .font-weight-normal {
font-weight: 400 !important;
}
.bootstrap-wrapper .font-weight-bold {
font-weight: 700 !important;
}
.bootstrap-wrapper .font-weight-bolder {
font-weight: bolder !important;
}
.bootstrap-wrapper .font-italic {
font-style: italic !important;
}
.bootstrap-wrapper .text-white {
color: #fff !important;
}
.bootstrap-wrapper .text-primary {
color: #007bff !important;
}
.bootstrap-wrapper a.text-primary:hover,
.bootstrap-wrapper a.text-primary:focus {
color: #0056b3 !important;
}
.bootstrap-wrapper .text-secondary {
color: #6c757d !important;
}
.bootstrap-wrapper a.text-secondary:hover,
.bootstrap-wrapper a.text-secondary:focus {
color: #494f54 !important;
}
.bootstrap-wrapper .text-success {
color: #28a745 !important;
}
.bootstrap-wrapper a.text-success:hover,
.bootstrap-wrapper a.text-success:focus {
color: #19692c !important;
}
.bootstrap-wrapper .text-info {
color: #17a2b8 !important;
}
.bootstrap-wrapper a.text-info:hover,
.bootstrap-wrapper a.text-info:focus {
color: #0f6674 !important;
}
.bootstrap-wrapper .text-warning {
color: #ffc107 !important;
}
.bootstrap-wrapper a.text-warning:hover,
.bootstrap-wrapper a.text-warning:focus {
color: #ba8b00 !important;
}
.bootstrap-wrapper .text-danger {
color: #dc3545 !important;
}
.bootstrap-wrapper a.text-danger:hover,
.bootstrap-wrapper a.text-danger:focus {
color: #a71d2a !important;
}
.bootstrap-wrapper .text-light {
color: #f8f9fa !important;
}
.bootstrap-wrapper a.text-light:hover,
.bootstrap-wrapper a.text-light:focus {
color: #cbd3da !important;
}
.bootstrap-wrapper .text-dark {
color: #343a40 !important;
}
.bootstrap-wrapper a.text-dark:hover,
.bootstrap-wrapper a.text-dark:focus {
color: #121416 !important;
}
.bootstrap-wrapper .text-body {
color: #212529 !important;
}
.bootstrap-wrapper .text-muted {
color: #6c757d !important;
}
.bootstrap-wrapper .text-black-50 {
color: rgba(0,0,0,0.5) !important;
}
.bootstrap-wrapper .text-white-50 {
color: rgba(255,255,255,0.5) !important;
}
.bootstrap-wrapper .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.bootstrap-wrapper .text-decoration-none {
text-decoration: none !important;
}
.bootstrap-wrapper .text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.bootstrap-wrapper .text-reset {
color: inherit !important;
}
.bootstrap-wrapper .visible {
visibility: visible !important;
}
.bootstrap-wrapper .invisible {
visibility: hidden !important;
}
@media print {
.bootstrap-wrapper *,
.bootstrap-wrapper *::before,
.bootstrap-wrapper *::after {
text-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-wrapper a:not(.btn) {
text-decoration: underline;
}
.bootstrap-wrapper abbr[title]::after {
content: " (" attr(title) ")";
}
.bootstrap-wrapper pre {
white-space: pre-wrap !important;
}
.bootstrap-wrapper pre,
.bootstrap-wrapper blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
.bootstrap-wrapper thead {
display: table-header-group;
}
.bootstrap-wrapper tr,
.bootstrap-wrapper img {
page-break-inside: avoid;
}
.bootstrap-wrapper p,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3 {
orphans: 3;
widows: 3;
}
.bootstrap-wrapper h2,
.bootstrap-wrapper h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
.bootstrap-wrapper body {
min-width: 992px !important;
}
.bootstrap-wrapper .container {
min-width: 992px !important;
}
.bootstrap-wrapper .navbar {
display: none;
}
.bootstrap-wrapper .badge {
border: 1px solid #000;
}
.bootstrap-wrapper .table {
border-collapse: collapse !important;
}
.bootstrap-wrapper .table td,
.bootstrap-wrapper .table th {
background-color: #fff !important;
}
.bootstrap-wrapper .table-bordered th,
.bootstrap-wrapper .table-bordered td {
border: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .table-dark {
color: inherit;
}
.bootstrap-wrapper .table-dark th,
.bootstrap-wrapper .table-dark td,
.bootstrap-wrapper .table-dark thead th,
.bootstrap-wrapper .table-dark tbody + tbody {
border-color: #dee2e6;
}
.bootstrap-wrapper .table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}:root{
--prime-color:#0882aa;	
--second-color:#87f1f2;  
}
.home-banner-one-wrapper {
padding-top: 190px;
padding-bottom: 100px;
background-size: cover;
background-position: center;
}
.banner-one-title h1 {
font-size: 80px;
font-weight: 300;
line-height: 110%;
}
.banner-one-title h1 strong {
font-weight: 600;
}
.banner-one-search-form-wrapper form#property_search_form {
border-radius: 24px;
background: #ffffff;
box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.20);
padding: 25px 235px 20px 30px;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group {
margin-bottom: 0;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:last-child {
position: absolute;
right: 18px;
max-width: 245px;
top: 8px;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:not(:last-child) {
max-width: 30%;
flex: 0 0 30%;
margin-right: 30px;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:nth-last-child(2) {
margin-right: 0;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:before {
position: absolute;
content: '';
height: 100%;
width: 1px;
background-color: #cccccc;
right: -15px;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:last-child:before,
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:nth-last-child(2):before {
display: none;
}
.banner-one-search-form-wrapper #property_search_form button[type="submit"].btn.btn-big {
border-radius: 20px;
padding: 27px 30px 27px 35px;
display: inline-block;
font-size: 20px;
font-weight: 500;
background-color: var(--prime-color);
color: #ffffff;
}
.banner-one-search-form-wrapper #property_search_form button[type="submit"] img {
margin-left: 10px;
flex: 1;
height: 24px;
}
.banner-one-search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #000000;
}
.banner-one-search-form-wrapper .ms-options-wrap > button:after {
border-top-color: #999999 ;
}
.banner-one-search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #999999  transparent transparent transparent;
}
.banner-one-search-form-wrapper .ms-options-wrap > .ms-options,
.select2-dropdown {
border: none !important;
box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
padding: 10px;
border-top: none !important;
}
.banner-one-search-form-wrapper .ms-options-wrap > .ms-options > .ms-search input,
.select2-container--default .select2-search--dropdown .select2-search__field {
border-bottom: 1px solid #cccccc !important;
}
.bootstrap-wrapper.home-banner-one-wrapper .form-row > .col,
.bootstrap-wrapper.home-banner-one-wrapper .form-row > [class*="col-"] {
padding: 0 5px !important;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.banner-one-title h1 {
font-size: 60px;
}
.banner-one-search-form-wrapper {
margin-top: 50px;
}
}
@media only screen and (max-width: 991px) {
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:not(:last-child) {
max-width: 29%;
flex: 0 0 29%;
}
.banner-one-search-form-wrapper #property_search_form button[type="submit"].btn.btn-big {
padding: 27px 30px 27px 35px !important;
}
}
@media only screen and (max-width: 767px) {
.home-banner-one-wrapper {
padding-top: 135px;
padding-bottom: 60px;
}
.banner-one-title h1 {
font-size: 34px;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:not(:last-child) {
max-width: 100%;
flex: 100%;
margin-right: 0;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:last-child {
position: relative;
right: auto;
max-width: 100%;
top: auto;
}
.banner-one-search-form-wrapper form#property_search_form {
padding: 15px;
}
.banner-one-search-form-wrapper #property_search_form button[type="submit"].btn.btn-big {
margin-top: 20px;
}
.banner-one-search-form-wrapper .bootstrap-wrapper.property-search-wrapper .form-group:before {
display: none;
}
} .property-button {
display: inline-flex;
align-items: center;
font-size: 20px;
font-weight: 500;
padding: 15px 30px;
border-radius: 16px;
border: 1px solid;
}
a.property-button{
border-color: var(--prime-color);
background-color: var(--prime-color);
color: #ffffff;
}
a.property-button:hover {
border-color: #000000;
background-color: #000000;
color: #ffffff;
}
.property-button svg {
height: 20px;
width: 20px;
margin-left: 10px;
} .listing-category-item {
background-color: #faf1e8;
border-radius: 24px;
text-align: center;
}
.listing-category-item a {
display: block;
text-decoration: none;
padding: 40px 30px 50px 30px;
}
.listing-cat-icon {
height: 120px;
width: 120px;
line-height: 120px;
display: inline-block;
font-size: 120px;
margin-bottom: 25px;
}
.listing-cat-name {
font-size: 32px;
font-weight: 500;
margin-bottom: 0 !important;
}
.slider-progress, .testimonial-slider-progress {
display: block;
width: 100%;
height: 2px;
border-radius: 10px;
overflow: hidden;
background-color: #b3b3b3;
background-image: linear-gradient(to right, black, black);
background-repeat: no-repeat;
background-size: 0 100%;
transition: background-size .3s ease-in-out;
margin-top: 30px;
}
.slick-slide {   
padding: 0 15px;
}
.listing-category-wrapper .slider-button-wrapper {
margin-top: 35px;
text-align: right;
}
.listing-category-wrapper .slick-arrow {
position: absolute;
bottom: -110px;
left: 0;
cursor: pointer;
width: 60px;
}
.listing-category-wrapper .slick-arrow.slick-next {
margin-left: 40px;
}
.slick-arrow.rotate-arrow {
transform: rotate(180deg);
}
.listing-category-item a:focus {
outline: none;
}
.listing-category-wrapper .slick-slide:nth-child(even) .listing-category-item {
background-color: #eef3e4;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.listing-cat-name {
font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
.listing-cat-icon {
height: 100px;
width: 100px;
line-height: 100px;
display: inline-block;
font-size: 100px;
margin-bottom: 15px;
}
.listing-category-item a {
padding: 35px 30px 45px 30px;
}
.listing-cat-name {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.listing-category-wrapper.bootstrap-wrapper .container {
padding: 0;
}
} .property-section-title-one-wrapper {
margin-bottom: 40px;
}
.property-section-title-one-wrapper .section-subtitle {
font-size: 24px;
font-weight: 300;
line-height: 140%;
margin-top: 10px;
}
.property-section-title-one-wrapper .section-title h1,
.property-section-title-one-wrapper .section-title h2,
.property-section-title-one-wrapper .section-title h3,
.property-section-title-one-wrapper .section-title h4,
.property-section-title-one-wrapper .section-title h5,
.property-section-title-one-wrapper .section-title h6 {
font-size: 48px;
font-weight: 300;
line-height: 140%;
margin-bottom: 0;
}
.property-section-title-one-wrapper .section-title h1 strong,
.property-section-title-one-wrapper .section-title h2 strong,
.property-section-title-one-wrapper .section-title h3 strong,
.property-section-title-one-wrapper .section-title h4 strong,
.property-section-title-one-wrapper .section-title h5 strong,
.property-section-title-one-wrapper .section-title h6 strong {
font-weight: 600;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.property-section-title-one-wrapper .section-subtitle {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.bootstrap-wrapper .property-section-title-one-wrapper .container {
padding: 0;
}
.property-section-title-one-wrapper .section-title h1, .property-section-title-one-wrapper .section-title h2, .property-section-title-one-wrapper .section-title h3, .property-section-title-one-wrapper .section-title h4, .property-section-title-one-wrapper .section-title h5, .property-section-title-one-wrapper .section-title h6 {
font-size: 32px;
}
.property-section-title-one-wrapper {
margin-bottom: 15px;
}
} .single-listing-item .listing-thumbnail-image {
height: 300px;
display: block;
background-position: center;
background-size: cover;
border-radius: 24px 24px 0 0;
}
.single-listing-item label.featured-text {
padding: 8px 17px;
background-color: #87f1f2;
border-radius: 8px;
font-size: 14px;
font-weight: 500;
line-height: 140%;
margin-right: 5px;
}
.single-listing-item .fev-btn {
background-color: #D3E2BB;
height: 35px;
width: 35px;
text-align: center;
line-height: 35px;
border-radius: 8px;
}
.listing-thumb-features-fav-icon-wrapper {
position: relative;
}
.features-fav-info {
position: absolute;
top: 30px;
left: 30px;
}
.single-listing-item {
border-radius: 24px;
background: #ffffff;
box-shadow: 0px 4px 50px -24px #E5E5E5;
margin-bottom: 30px;
}
.listing-content-wrapper {
padding: 30px;
}
.single-listing-item .listing-title {
font-size: 24px;
font-weight: 700;
line-height: 140%;
color: #000000;
}
.single-listing-item .review-wrapper {
display: flex;
align-items: center;
}
.single-listing-item .listing-review {
display: flex;
align-items: center;
}
.single-listing-item .star-icon {
color: var(--prime-color);
font-size: 14px;
}
.single-listing-item .review-point {
font-weight: 500;
font-size: 14px;
margin: 0 5px;
}
.single-listing-item .total-review {
font-size: 14px;
display: none;
}
.single-listing-item .rating-price-category {
display: flex;
align-items: center;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 30px;
margin-top: 15px;
}
.single-listing-item .property-listing-price {
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
color: var(--prime-color);
}
.single-listing-item .property-listing-price .price-icon {
margin-right: 5px;
width: 18px;
}
.single-listing-item .property-listing-price .price-icon svg,
.single-listing-item .list-fast-cat .cat-icon svg {
width: 100%;
}
.single-listing-item .property-listing-price .property-main-price {
color: #000000;
margin-right: 5px;
}
.single-listing-item .list-fast-cat {
display: flex;
align-items: center;
}
.single-listing-item .cat-icon {
margin-right: 5px;
margin-top: -2px;
width: 18px;
}
.single-listing-item .review-count,
.single-listing-item .price {
position: relative;
padding-right: 15px;
margin-right: 15px;
}
.single-listing-item .review-count:before,
.single-listing-item .price:before {
position: absolute;
content: '';
height: 16px;
width: 1px;
background-color: #cccccc;
right: 0;
top: 50%;
margin-top: -8px;
}
.single-listing-item .listing-excerpt {
font-weight: 500;
margin-top: 20px;
}
.single-listing-item .listing-location {
margin-top: 15px;
display: flex;
align-items: center;
}
.single-listing-item .listing-location,
.single-listing-item .listing-location a {
color: var(--prime-color);
font-weight: 500;
font-size: 14px;
}
.list-fast-cat a, .list-fast-cat a:hover {
color: #000000;
}
.single-listing-item .listing-location svg {
margin-right: 5px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1280px) {
.single-listing-item .review-count, .single-listing-item .price {
padding-right: 0;
margin-right: 15px;
}
.single-listing-item .review-count:before, .single-listing-item .price:before {
display: none;
}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
.single-listing-item .rating-price-category {
display: block;
padding-bottom: 20px;
}
.single-listing-item .review-count, .single-listing-item .price {
display: inline-flex;
}
}
@media only screen and (max-width: 767px) {
.bootstrap-wrapper.listing-wrapper .container {
padding: 0;
}
.listing-content-wrapper {
padding: 20px 20px 25px 20px;
}
.single-listing-item .listing-title {
font-size: 22px;
}
} .testimonial-one-section-wrapper {
position: relative;
}
.testimonial-one-items-wrapper {
background-color: #ffffff;
padding: 60px;
border-radius: 32px;
margin-bottom: 20px;
}
.testimonial-one-items-wrapper .testimonial-text {
font-size: 38px;
font-weight: 500;
line-height: 165%;
}
.testimonial-one-items-wrapper .testimonial-text .testimonial-quote {
font-size: 55px;
font-weight: 500;
line-height: 1;
color: var(--prime-color);
display: inline-block;
height: 40px;
}
.testimonial-one-items-wrapper .person-image {
height: 64px;
width: 64px;
background-position: center;
background-size: cover;
border-radius: 16px;
position: absolute;
left: 0;
top: 0;
}
.testimonial-one-items-wrapper .testimonial-author-info {
position: relative;
padding-left: 85px;
margin-top: 30px;
}
.testimonial-one-items-wrapper .name {
font-size: 24px;
font-weight: 600;
margin-bottom: 5px;
}
.testimonial-slider-button-wrapper {
text-align: right;
margin-top: 40px;
position: relative;
}
.testimonial-one-slide-arrow {
position: absolute;
left: 0;
top: 17px;
display: flex;
}
.testimonial-one-section-wrapper .slick-arrow {
width: 35px;
cursor: pointer;
}
.testimonial-prev-arrow.slick-arrow {
transform: rotate(180deg);
margin-right: 10px;
}
.testimonial-prev-arrow.slick-arrow img {
margin-bottom: 5px;
}
.testimonial-left-list-wrapper {
background-color: var(--prime-color);
padding: 30px;
border-radius: 32px;
}
.testimonial-left-list-wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}
.testimonial-left-list-wrapper li {
background-color: #F5F5F5;
margin-bottom: 10px;
border-radius: 16px;
padding: 16px 25px;
display: inline-block;
font-size: 18px;
font-weight: 500;
}
.testimonial-left-list-wrapper li:last-child {
margin-bottom: 0;
}
.testimonial-left-list-wrapper li img {
height: 20px;
width: 20px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.testimonial-left-list-wrapper li {
margin-right: 10px;
}
.testimonial-one-items-wrapper {
padding: 40px 35px;
margin-top: 40px;
}
.testimonial-two-section-wrapper .testimonial-one-items-wrapper {
margin-top: 0;
}
.testimonial-one-items-wrapper .testimonial-text {
font-size: 32px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.testimonial-one-section-wrapper.bootstrap-wrapper .container {
padding: 0;
}
.testimonial-one-items-wrapper {
padding: 30px 30px;
}
.testimonial-one-items-wrapper .testimonial-text {
font-size: 24px;
}
} .recent-post-wrapper a {
display: block;
}
.recent-post-wrapper.big-post .recent-post-thumbnail {
height: 500px;
}
.recent-post-wrapper.small-post .recent-post-thumbnail {
height: 140px;
width: 140px;
}
.recent-post-wrapper .recent-post-thumbnail {
background-size: cover;
background-position: center;
border-radius: 20px;
}
.recent-post-wrapper.big-post .recent-post-title {
font-size: 36px;
font-weight: 700;
line-height: 120%;
margin: 25px 0 15px;
}
.recent-post-wrapper .date-and-time {
display: flex;
align-items: center;
}
.recent-post-wrapper .date-and-time span:last-child {
margin-left: 10px;
}
.recent-post-wrapper .date-and-time,
.recent-post-wrapper .date-and-time a {
color: #313131;
}
.recent-post-wrapper .date-and-time a:hover {
color: var(--prime-color);
}
.recent-post-wrapper.small-post .recent-post-thumbnail-wrapper {
position: absolute;
left: 0;
top: 5px;
}
.recent-post-wrapper.small-post .single-post-item {
position: relative;
min-height: 140px;
margin-bottom: 20px;
padding-left: 160px;
border-bottom: 1px solid #c4c4c4;
padding-bottom: 80px;
}
.recent-post-wrapper.small-post .single-post-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.recent-post-button {
margin-top: 50px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
.recent-post-wrapper.big-post {
margin-bottom: 35px;
}
.recent-post-wrapper.small-post .single-post-item {
padding-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.bootstrap-wrapper.property-recent-post .container {
padding: 0;
}
.recent-post-wrapper.big-post .recent-post-thumbnail {
height: 250px;
}
.recent-post-wrapper.big-post .recent-post-title,
.recent-post-wrapper.small-post .recent-post-title {
font-size: 26px;
}
.recent-post-wrapper.small-post .single-post-item {
position: relative;
min-height: auto;
margin-bottom: 35px;
padding-left: 0;
border-bottom: none;
padding-bottom: 0;
}
.recent-post-wrapper.small-post .recent-post-thumbnail-wrapper {
position: relative;
left: auto;
top: auto;
}
.recent-post-wrapper.small-post .recent-post-thumbnail {
height: 250px;
width: 100%;
margin-bottom: 25px;
}
} .banner-two-title, .banner-two-desc {
text-align: center;
}
.banner-two-title {
margin-bottom: 30px;
}
.banner-two-title h1 {
font-size: 80px;
line-height: 120%;
color: #ffffff;
}
.banner-two-desc {
color: #ffffff;
font-size: 24px;
line-height: 160%;
}
.home-banner-two .banner-one-search-form-wrapper #property_search_form button[type="submit"].btn.btn-big {
background-color: #7D946A;
}
.home-banner-two .banner-one-search-form-wrapper {
margin-top: 100px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1280px) {
.banner-two-title h1{
font-size: 72px;
}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.banner-two-title h1 {
font-size: 32px;
line-height: 130%;
}
.banner-two-desc{
font-size: 20px;
}
.home-banner-two .banner-one-search-form-wrapper {
margin-top: 50px;
}
} .property-section-title-two-wrapper .section-subtitle {
background-color: var(--prime-color);
font-size: 18px;
font-weight: 500;
display: inline-block;
padding: 10px 18px;
border-radius: 8px;
line-height: 160%;
margin-bottom: 20px;
}
.property-section-title-two-wrapper .section-title h1,
.property-section-title-two-wrapper .section-title h2,
.property-section-title-two-wrapper .section-title h3,
.property-section-title-two-wrapper .section-title h4,
.property-section-title-two-wrapper .section-title h5,
.property-section-title-two-wrapper .section-title h6 {
font-size: 64px;
line-height: 110%;
font-weight: 700;
}
.section-title-two-border-img {
height: 23px;
width: 50%;
background-size: 100% 100%;
background-position: left bottom;
margin-top: 20px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.section-title-two-border-img{
width: 75%;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.property-section-title-two-wrapper .section-title h1, .property-section-title-two-wrapper .section-title h2, .property-section-title-two-wrapper .section-title h3, .property-section-title-two-wrapper .section-title h4, .property-section-title-two-wrapper .section-title h5, .property-section-title-two-wrapper .section-title h6 {
font-size: 32px;
}
.section-title-two-border-img {
width: 100%;
}
.bootstrap-wrapper .property-section-title-two-wrapper .container {
padding: 0;
}
} .single-icon-box-two-item {
text-align: center;
margin-bottom: 30px;
}
.icon-box-two-icon {
height: 90px;
width: 90px;
display: inline-block;
margin-bottom: 25px;
}
.icon-box-two-title {
font-size: 28px;
font-weight: 700;
}
.icon-box-right-border {
position: relative;
}
.icon-box-right-border:before {
content: '';
position: absolute;
height: 75px;
width: 2px;
background: #d0dac7;
top: 50%;
transform: translateY(-50%);
right: 0;
margin-top: -30px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.icon-box-right-border:before{
display: none;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
} .property-team-one-slide {
margin-right: -50vh !important;
}
.property-team-one .member-image {
height: 495px;
width: 100%;
background-position: center;
background-size: cover;
border-radius: 32px;
overflow: hidden;
margin-bottom: 20px;
}
.property-team-one .member-image.member-number-2,
.property-team-one .member-image.member-number-4,
.property-team-one .member-image.member-number-6,
.property-team-one .member-image.member-number-8{
height: 360px;
}
.property-team-one .member-image.member-number-3,
.property-team-one .member-image.member-number-7 {
height: 445px;
}
.property-team-one .member-name {
font-size: 28px;
font-weight: 700;
margin-bottom: 5px;
}
.property-team-one .member-designation {
font-size: 18px;
}
.arrow-top-right .slick-arrow {
height: 70px;
width: 70px;
border: 1px solid #000000;
border-radius: 16px;
text-align: center;
line-height: 70px;
position: absolute;
top: -150px;
right: 50vh;
cursor: pointer;
}
.arrow-top-right .slick-arrow img {
height: 12px;
width: 16px;
}
.arrow-top-right .slick-prev.slick-arrow {
margin-right: 80px;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1366px) {
.property-team-one-slide{
margin-right: -15px !important;
}
.arrow-top-right .slick-arrow{
right: 15px;
}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.property-team-one .member-image{
height: 450px !important;
}
.property-team-one.container{
padding: 0;
}
} .testimonial-two-section-wrapper .testimonial-one-items-wrapper {
background-color: #000000;
color: #ffffff;
}
.testimonial-two-section-wrapper .testimonial-text {
font-size: 64px;
line-height: 140%;
font-weight: 500;
text-decoration: underline;
}
.testimonial-two-quote {
position: relative;
}
.testimonial-two-quote i {
position: absolute;
font-size: 100px;
color: #666666;
left: 45px;
bottom: -35px;
}
.testimonial-two-section-wrapper .testimonial-author-info {
display: inline-block;
text-align: left;
}
.testimonial-two-author-info-wrapper {
text-align: right;
}
.testimonial-two-author-info-wrapper .name{
color: #ffffff;
}
.testimonial-two-section-wrapper .arrow-top-right .slick-arrow{
right: 0;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1366px) {
.testimonial-two-section-wrapper .testimonial-text {
font-size: 58px;
}
}
@media only screen and (max-width: 1024px) {
.testimonial-two-section-wrapper .testimonial-text {
font-size: 46px;
}
.testimonial-two-section-wrapper .arrow-top-right .slick-arrow{
display: none !important;
}
}
@media only screen and (max-width: 991px) {
.testimonial-two-section-wrapper .testimonial-text {
font-size: 46px;
}
.testimonial-two-quote i{
font-size: 70px;
}
}
@media only screen and (max-width: 767px) {
.testimonial-two-section-wrapper .container{
padding: 0;
}
.testimonial-two-section-wrapper .testimonial-text {
font-size: 20px;
}
.testimonial-two-quote i {
font-size: 40px;
left: 30px;
bottom: -15px;
}
.testimonial-two-author-info-wrapper{
text-align: left;
}
} .property-recent-post-slider .recent-post-thumbnail-wrapper{
display: block;
border-radius: 32px;
overflow: hidden;
}
.property-recent-post-slider .recent-post-thumbnail {
height: 400px;
background-size: cover;
background-position: center;
}
.property-recent-post-slider .recent-post-title {
font-size: 32px;
font-weight: 700;
line-height: 120%;
margin-bottom: 15px;
margin-top: 25px;
}
@media only screen and (min-width: 1280px) {
.property-recent-post-slider .slick-slider{
margin-right: -50vh !important;
}
.property-recent-post-slider .post-number-2 .recent-post-thumbnail,
.property-recent-post-slider .post-number-4 .recent-post-thumbnail,
.property-recent-post-slider .post-number-6 .recent-post-thumbnail,
.property-recent-post-slider .post-number-8 .recent-post-thumbnail {
height: 600px;
}
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.property-recent-post-slider .recent-post-title{
font-size: 30px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.property-recent-post-slider .recent-post-thumbnail{
height: 350px;
}
.property-recent-post-slider .container{
padding: 0;
}
} .single-listing-two-item {
border: 1px solid #cccccc;
border-radius: 24px;
overflow: hidden;
position: relative;
margin-bottom: 30px;
}
.listing-image-wrapper {
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
position: relative;
height: 260px;
}
.single-listing-two-item .listing-image-wrapper a {
display: block;
height: 100%;
}
.card-img-top-listing {
width: 100%!important;
height: 100%;
object-fit: cover!important;
object-position: center;
}
.single-listing-two-item .btn-urgent-right {
padding: 13px 24px;
background-color: #87f1f2;
font-size: 16px;
font-weight: 600;
color: #000000;
border-radius: 50px;
position: absolute;
top: 20px;
right: 15px;
}
.single-listing-two-item .listingbookmark {
position: absolute;
top: 20px;
left: 15px;
border: 1px solid #ffffff;
border-radius: 50px;
padding: 10px 10px 5px 8px;
font-size: 16px;
z-index: 1;
background: #ffffff;
height: 40px;
width: 40px;
text-align: center;
cursor: pointer;
}
.single-listing-two-item .card-body {
padding: 35px 30px 25px 30px;
}
.single-listing-two-item .first-category-and-rating {
display: flex;
align-items: center;
}
.single-listing-two-item .list-fast-cat a {
background-color: #D3E2BB66;
padding: 12px 20px;
font-size: 14px;
font-weight: 500;
color: #7D946A;
border-radius: 50px;
display: flex;
}
.single-listing-two-item .list-fast-cat a img {
margin-right: 5px;
}
.single-listing-two-item .review-count {
position: relative;
flex: 1;
text-align: right;
}
.single-listing-two-item .review-wrapper {
border: 1px solid #87f1f2;
height: 40px;
width: 110px;
position: relative;
padding-left: 55px;
display: inline-block;
border-radius: 50px;
text-align: left;
padding-top: 5px;
}
.single-listing-two-item .star-icon {
height: 40px;
width: 40px;
color: var(--prime-color);
background-color: #87f1f280;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 14px;
position: absolute;
left: 0;
top: 0;
}
.single-listing-two-item .review-point {
font-weight: 500;
font-size: 14px;
line-height: 1;
}
.single-listing-two-item .total-review {
font-weight: 400;
font-size: 12px;
}
.single-listing-two-item .listing-title {
margin: 20px 0 15px;
}
.single-listing-two-item .listing-title a {
font-size: 24px;
font-weight: 700;
line-height: 130%;
}
.single-listing-two-item .location-date-wrapper {
display: flex;
align-items: center;
}
.single-listing-two-item .listing-location {
display: flex;
align-items: center;
}
.single-listing-two-item .listing-location svg{
margin-right: 5px;
}
.single-listing-two-item .listing-location, .single-listing-two-item .listing-location a, .single-listing-two-item .listing-location a:hover {
color: var(--prime-color);
}
.single-listing-two-item .location, .single-listing-two-item .listing-date {
font-size: 15px;
}
.single-listing-two-item .location i {
font-size: 16px;
margin-right: 5px;
}
.single-listing-two-item .listing-date {
flex: 1;
text-align: right;
color: #000000;
}
.single-listing-two-item .location-date-wrapper .listing-date i {
margin-right: 5px;
font-size: 14px;
}
.single-listing-two-item .listing-desc {
font-size: 16px;
line-height: 160%;
border-top: 1px solid #e6e6e6;
margin-top: 25px;
padding-top: 25px;
}
.single-listing-two-item .property-listing-price {
margin-top: 15px;
}
.single-listing-two-item .property-listing-price, .single-listing-two-item .property-discount-price {
color: var(--prime-color);
font-size: 32px;
font-weight: 600;
}
.single-listing-two-item .property-main-price {
font-size: 32px;
font-weight: 300;
line-height: 150%;
margin-right: 15px;
color: #808080;
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.single-listing-two-item .listing-title a{
font-size: 22px;
}
.single-listing-two-item .card-body{
padding: 25px 20px;
}
} .ep-cover-bg {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.property-location-wrapper .location-image {
height: 400px;
width: 100%;
border-radius: 40px;
position: relative;
}
.property-location-wrapper .location-icon-and-name {
position: absolute;
bottom: 25px;
left: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.property-location-wrapper .location-icon {
height: 56px;
width: 56px;
background-color:var(--prime-color);
border-radius: 16px;
text-align: center;
line-height: 60px;
}
.property-location-wrapper .location-icon svg path {
stroke: #ffffff;
}
.property-location-wrapper .location-icon svg {
height: 20px;
width: 20px;
}
.property-location-wrapper .location-name-wrapper {
margin-left: 10px;
background-color: #ffffff;
border-radius: 16px;
padding: 10px 30px;
font-size: 20px;
font-weight: 500;
}
@media only screen and (min-width: 1280px) {
.property-listing-location-wrapper .slick-slider {
margin: 0 -200px;
}
}
@media only screen and (min-width: 1920px) {
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
.property-location-wrapper .location-icon-and-name{
left: 20px;
bottom: 20px;
}
.property-location-wrapper .location-name-wrapper{
padding: 10px 25px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}  .single-contact-info {
border-radius: 10px;
border: 1px solid #fbf3eb;
background: #FFF;
box-shadow: 7px 7px 0px 0px #fbf3eb;
padding: 30px;
text-align: center;
margin-bottom: 30px;
}
.contact-info-icon {
height: 100px;
width: 100px;
background: #f7e8d9;
line-height: 100px;
border-radius: 50%;
color: var(--prime-color);
font-size: 30px;
display: inline-block;
margin-bottom: 20px;
}
.contact-info-icon svg {
height: 30px;
width: 30px;
}
.contact-info-icon svg path{
fill: var(--prime-color);
}
.contact-info-title {
font-size: 22px;
margin-bottom: 10px;
}
.contact-info-content a{
color: var(--prime-color);
}
.contact-info-content p{
margin-bottom: 0;
} .property-contact-form-container {
border-radius: 10px;
background: #EDEDED;
padding: 100px;
}
.property-form-title h1,
.property-form-title h2,
.property-form-title h3,
.property-form-title h4,
.property-form-title h5,
.property-form-title h6{
font-size: 48px;
margin-bottom: 40px;
}
.property-contact-form-container .property-form-title-content{
text-align: center;
}
.property-section-subtitle {
color: var(--prime-color);
font-size: 20px;
font-weight: 500;
}
.property-contact-form-container input[type="text"],
.property-contact-form-container input[type="email"]{
background-color: #ffffff;
border-color: #ffffff;
border-radius: 8px;
padding: 15px 25px;
}
.property-contact-form-container textarea{
border-radius: 10px;
padding: 15px 25px;
border-color: #ffffff;
}
.property-contact-form-container .listihub-button img{
margin-left: 5px;
height: 23px;
width: 23px;
margin-bottom: -3px
}
.property-contact-form-container button.listihub-button{
width: 100%;
justify-content: center;
padding: 10px;
font-weight: 500;
}
.property-contact-form-container input,
.property-contact-form-container input[type="text"],
.property-contact-form-container input[type="email"],
.property-contact-form-container textarea{
color: #0f2339;
}
.property-contact-form-container p{
margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
.property-contact-form-container{
padding: 100px 80px;
}
}
@media only screen and (max-width: 991px) {
.property-contact-form-container {
padding: 100px 50px;
}
}
@media only screen and (max-width: 767px) {
.property-contact-form-container {
padding: 50px 15px;
}
.property-form-title h1,
.property-form-title h2,
.property-form-title h3,
.property-form-title h4,
.property-form-title h5,
.property-form-title h6{
font-size: 30px;
margin-bottom: 25px;
}
} .hiw-item {
text-align: center;
position: relative;
margin-bottom: 30px;
}
.hiw-icon {
height: 100px;
width: 100px;
line-height: 100px;
text-align: center;
background-color: #d3e2bb;
border-radius: 50%;
color: #617c4c;
font-size: 40px;
display: inline-block;
position: relative;
z-index: 1;
}
.hiw-title {
font-size: 24px;
line-height: 30px;
margin-top: 35px;
}
.hiw-desc {
font-weight: 300;
font-size: 16px;
line-height: 24px;
}
.hiw-item:before {
position: absolute;
content: '';
height: 2px;
width: 100%;
background: #d3e2bb;
top: 50px;
left: 50%;
z-index: 1;
}
.hiw-item-column:last-child .hiw-item:before{
display: none;
}
.elementor .hiw-icon img {
max-width: 40px;
margin-top: -7px;
}
.hiw-icon svg path {
fill: #617c4c;
}
.hiw-icon svg {
height: 40px;
width: 40px;
margin-top: -7px;
}
@media only screen and (max-width: 1200px) {
.hiw-item:before{
display: none;
}
} .property-images-one-main-container .ep-main-image {
height: 550px;
width: 484px;
border-radius: 15px;
display: inline-block;
position: relative;
margin-left: 150px;
}
.property-images-one-main-container {
text-align: right;
position: relative;
}
.text-with-user-image {
position: absolute;
left: -150px;
bottom: 50px;
text-align: left;
box-shadow: 0px 6px 35px rgba(9, 22, 48, 0.08);
background: #ffffff;
border-radius: 20px;
padding: 35px 25px 35px 25px;
}
.text-with-user-image span {
display: block;
}
.property-images-one-main-container .user-count {
font-size: 24px;
font-weight: 500;
color: #0f2339;
line-height: 30px;
}
.text-with-user-image img {
margin-top: 20px;
}
.ep-img-one-shape {
position: absolute;
top: 40px;
left: -120px;
z-index: -1;
}
@media only screen and (max-width: 1024px) {
.property-images-one-main-container{
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.property-images-one-main-container .ep-main-image{
width: 100%;
}
.text-with-user-image{
left: 40px;
}
.property-images-one-main-container .ep-main-image{
margin-left: 0;
}
} .title-with-text-subtitle {
display: block;
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
color: var(--prime-color);
}
.title-with-text-title h1, .title-with-text-title h2,
.title-with-text-title h3, .title-with-text-title h4,
.title-with-text-title h5, .title-with-text-title h6 {
font-size: 48px;
line-height: 130%;
margin-bottom: 0;
}
.title-with-text-title h2 {
font-size: 48px;
}
.title-with-text-desc ul li{
font-weight: 600;
}
.title-with-text-desc,
.title-with-text-desc ul {
margin-top: 25px;
}
@media only screen and (max-width: 767px) {
.title-with-text-title h1, .title-with-text-title h2, .title-with-text-title h3, .title-with-text-title h4, .title-with-text-title h5, .title-with-text-title h6{
font-size: 32px;
}
} .ep-accordion-wrapper .accordion-button:focus{
outline: none !important;
box-shadow: none !important;
}
.ep-accordion-wrapper .accordion-item {
margin-bottom: 20px;
}
.ep-accordion-wrapper .accordion-collapse{
border:none;
}
.ep-accordion-wrapper .accordion-button,
.ep-accordion-wrapper .accordion-body{
border:1px solid transparent;
}
.ep-accordion-wrapper .accordion-button{
padding-left: 30px;
padding-right: 30px;
font-size: 20px;
line-height: 25px;
font-weight: 600;
}
.ep-accordion-wrapper .accordion-body {
border-top: 0;
background: #F5F6F8;
border-radius: 0 0 5px 5px;
padding: 30px;
}
.ep-accordion-wrapper .accordion-item {
border-top: 0;
border: none;
border-radius: 5px;
}
.ep-accordion-wrapper .accordion-item:first-of-type .accordion-button,
.ep-accordion-wrapper .accordion-item .accordion-button{
border-radius: 5px;
}
.ep-accordion-wrapper .accordion-item:first-of-type .accordion-button:not(.collapsed),
.ep-accordion-wrapper .accordion-item .accordion-button:not(.collapsed),
.ep-accordion-wrapper .accordion-item .accordion-button:hover{
border-radius: 5px;
background-color: var(--prime-color);
color: #ffffff;
border-color: transparent;
}
.ep-accordion-wrapper .accordion-button.collapsed {
color: #161c2d;
background-color: #F5F6F8;
}
.ep-accordion-wrapper .accordion-button:hover,
.ep-accordion-wrapper .accordion-button:not(.collapsed){
background: #F5F6F8;
}
.ep-accordion-wrapper .accordion-button.collapsed:after,
.ep-accordion-wrapper .accordion-button:not(.collapsed):after{
background-image: none;
height: 10px;
width: 10px;
transform: rotate(
45deg
);
}
.ep-accordion-wrapper .accordion-button.collapsed:after {
border-left: 2px solid transparent;
border-right: 2px solid ;
border-top: 2px solid transparent;
border-bottom: 2px solid ;
}
.ep-accordion-wrapper .accordion-button:not(.collapsed):after {
border-left: 2px solid;
border-right: 2px solid transparent;
border-top: 2px solid;
border-bottom: 2px solid transparent;
}
.ep-accordion-wrapper .accordion-button:after {
position: absolute;
right: 30px;
top: 27px;
}
.ep-accordion-wrapper .accordion-button.collapsed:after {
top: 20px;
}
@media only screen and (max-width: 767px) {
.ep-accordion-title {
font-size: 26px;
}
.ep-accordion-wrapper .accordion-button {
padding-left: 20px;
padding-right: 40px;
}
.ep-accordion-wrapper .accordion-body{
padding: 20px;
}
} .ep-video-image {
height: 650px;
border-radius: 15px;
overflow: hidden;
position: relative;
text-align: center;
}
.ep-video-image .ep-video-button {
position: absolute;
top: 50%;
margin-top: -15px;
}
.ep-video-image .ep-video-button:before, .ep-video-image .ep-video-button:after{
background-color: #ffffff;
}
.ep-video-image .ep-video-button i{
color: var(--prime-color);
}
@media only screen and (max-width: 1024px) {
.ep-video-image{
height: 500px;
}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.ep-video-image{
height: 300px;
}
}
.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{align-items:center;background-color:inherit!important;border:none;color:inherit!important;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{ direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap }.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box; direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}