.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }.ha-advanced-heading-tag,.ha-advanced-heading-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-advanced-heading-tag{-webkit-box-pack:left;-ms-flex-pack:left;-webkit-justify-content:left;justify-content:left;margin:0;font-size:25px}.ha-advanced-heading-wrap{z-index:2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ha-advanced-heading-wrap:before{position:absolute;top:50%;left:0;z-index:0;color:rgba(0,0,0,.09);content:attr(data-background-text);font-size:60px;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-heading-after,.ha-advanced-heading-before,.ha-advanced-heading-center{position:relative;z-index:2;color:#562dd4}.ha-advanced-heading-after{color:#e2498a}.ha-advanced-heading-border{display:block}.ha-advanced-heading-border:after{position:absolute;bottom:0;left:0;z-index:1;display:block;width:162px;border-color:#e2498a;content:""}.ha-advanced-heading.ha-layout-block.ha-align-left .ha-advanced-heading-wrap{text-align:left}.ha-advanced-heading.ha-layout-block.ha-align-center .ha-advanced-heading-wrap{text-align:center}.ha-advanced-heading.ha-layout-block.ha-align-right .ha-advanced-heading-wrap{text-align:right}.ha-advanced-heading.ha-layout-inline .ha-advanced-heading-before,.ha-advanced-heading.ha-layout-inline .ha-advanced-heading-center{margin-right:5px}.ha-advanced-heading.ha-layout-block .ha-advanced-heading-before,.ha-advanced-heading.ha-layout-block .ha-advanced-heading-center{margin-bottom:5px}.ha-advanced-heading.ha-align-left .ha-advanced-heading-border:after{left:0}.ha-advanced-heading.ha-align-center .ha-advanced-heading-border:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-heading.ha-align-right .ha-advanced-heading-border:after{right:0;left:auto}.ha-advanced-heading.ha-align-center .ha-advanced-heading-wrap:before{top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ha-advanced-heading.ha-align-right .ha-advanced-heading-wrap:before{right:0;left:auto}.ha-spl-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box}.ha-spl-wrapper a{text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.ha-spl-header{position:relative;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:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:40px;border-bottom:2px solid #ff2d55}.ha-spl-widget-title{display:inline-block;margin:0;padding:13px 20px;background:#ff2d55;color:#fff;font-weight:400;font-size:1rem}.ha-spl-filter{margin-right:0;margin-left:auto}.ha-spl-featured-post .ha-spl-meta ul,.ha-spl-list .ha-spl-meta ul,ul.ha-spl-filter-list{margin:0;padding:0;list-style:none}ul.ha-spl-filter-list li{display:inline-block}ul.ha-spl-filter-list li span{display:block;margin:0 10px 8px;color:#444;cursor:pointer;-webkit-transition:all .4s;transition:all .4s}.ha-spl-featured-inside-conent .ha-spl-content .ha-spl-meta a:hover,.ha-spl-featured-inside-conent .ha-spl-content .ha-spl-title a:hover,.nice-select.ha-spl-custom-select .option.focus,.nice-select.ha-spl-custom-select .option.selected.focus,.nice-select.ha-spl-custom-select .option:hover,ul.ha-spl-filter-list li span.ha-active,ul.ha-spl-filter-list li span:hover{color:#ff2d55}.nice-select.ha-spl-custom-select{border:solid 1px #e6e6e6;border-radius:3px}.nice-select.ha-spl-custom-select .list{border-radius:3px}.nice-select.ha-spl-custom-select.open,.nice-select.ha-spl-custom-select:active,.nice-select.ha-spl-custom-select:focus{border-color:#e6e6e6}.nice-select.ha-spl-custom-select:after{width:6px!important;height:6px!important;border-right:1.3px solid #444;border-bottom:1.3px solid #444}.nice-select.ha-spl-custom-select{margin-right:10px;height:32px;font-weight:700;line-height:30px}.nice-select.ha-spl-custom-select .list{overflow-y:auto;max-height:350px;width:160px;white-space:normal;word-break:break-all}.nice-select.ha-spl-custom-select .option{padding:10px 15px;min-height:auto;font-weight:700;line-height:1}.ha-spl-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:10px}.ha-spl-pagination button{display:inline-block;padding:3px 12px;outline:0;border:1px solid #e6e6e6;border-radius:3px;color:#444;line-height:inherit;cursor:pointer;-webkit-transition:all .4s;transition:all .4s}.ha-spl-pagination button[disabled=disabled]{opacity:.5}.ha-spl-pagination button:first-child{margin-right:6px}.ha-spl-pagination button.ha-active,.ha-spl-pagination button:focus,.ha-spl-pagination button:hover{border-color:#ff2d55;background:#ff2d55;color:#fff}.ha-spl-grid-area{display:grid;grid-column-gap:40px;grid-row-gap:40px;grid-template-columns:1fr}.ha-spl-grid-area.ha-spl-col-2{display:grid;grid-template-columns:1fr 1fr}.ha-spl-grid-area.ha-spl-col-3{display:grid;grid-template-columns:1fr 1fr 1fr}.ha-spl-featured-post-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;height:100%;background:rgba(0,0,0,.3)}.ha-spl-featured-col-2{grid-column:1/3}.ha-spl-featured-post{position:relative}.ha-spl-list-wrap.ha-spl-list-col-1{display:grid;grid-column-gap:40px;grid-row-gap:40px;grid-template-columns:1fr}.ha-spl-list-wrap.ha-spl-list-col-2,.ha-spl-list-wrap.ha-spl-list-col-3{display:grid;grid-column:2/span 2;grid-column-gap:40px;grid-row-gap:40px;grid-template-columns:1fr 1fr}.ha-spl-list-wrap.ha-spl-list-col-3{grid-column:1/span 3;grid-template-columns:1fr 1fr 1fr}.ha-spl-featured-post .ha-spl-badge a{display:inline-block;margin-bottom:10px;padding:5px 10px;border-radius:3px;background:#17bcfe;color:#fff;font-size:12px}.ha-spl-featured-post .ha-spl-badge a:hover{background:#333}.ha-spl-featured-post .ha-spl-meta ul li,.ha-spl-list .ha-spl-meta ul li{display:inline-block;margin-right:15px;color:#8c8c8c;font-size:14px}.ha-spl-featured-post .ha-spl-meta ul li:last-child,.ha-spl-list .ha-spl-meta ul li:last-child{margin:0}.ha-spl-featured-post .ha-spl-meta ul li a,.ha-spl-featured-post .ha-spl-meta ul li>span{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}.ha-spl-featured-post .ha-spl-meta ul li i,.ha-spl-list .ha-spl-meta ul li i{margin-right:5px}.ha-spl-featured-post .ha-spl-meta ul li svg,.ha-spl-list .ha-spl-meta ul li svg{display:block;margin-right:5px;width:1em;height:1em;fill:currentColor}.ha-spl-featured-inside-conent,.ha-spl-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ha-spl-featured-inside-conent{overflow:hidden;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-ms-flex-align:end;width:100%;height:100%;background:0 0!important}.ha-spl-featured-inside-conent .ha-spl-featured-thumb{position:absolute;z-index:0;width:100%;height:100%}.ha-spl-featured-inside-conent .ha-spl-featured-thumb:before{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.3);content:""}.ha-spl-featured-inside-conent .ha-spl-featured-thumb img{width:100%;height:100%;border-radius:5px;-o-object-fit:cover;object-fit:cover}.ha-spl-featured-inside-conent .ha-spl-content{z-index:1;padding:30px;width:100%}.ha-spl-featured-inside-conent .ha-spl-content .ha-spl-title a{color:#fff;word-break:break-word}.ha-spl-featured-inside-conent .ha-spl-content .ha-spl-desc,.ha-spl-featured-inside-conent .ha-spl-content .ha-spl-meta a,.ha-spl-featured-inside-conent .ha-spl-content .ha-spl-meta li{color:#fff}.ha-spl-featured-outside-conent .ha-spl-featured-thumb{display:block;margin-bottom:20px}.ha-spl-featured-outside-conent .ha-spl-content{display:block}.ha-spl-featured-outside-conent .ha-spl-title{margin:10px 0 15px;font-size:24px}.ha-spl-featured-outside-conent .ha-spl-title a{color:#444;word-break:break-word;font-weight:700}.ha-spl-featured-outside-conent .ha-spl-title a:hover,.ha-spl-list .ha-spl-list-content .ha-spl-list-title a:hover{color:#ff2d55}.ha-spl-featured-outside-conent .ha-spl-meta ul li a{color:#8c8c8c}.ha-spl-featured-outside-conent .ha-spl-meta ul li a:hover,.ha-spl-list .ha-spl-meta ul li a:hover{color:#333}.ha-spl-featured-outside-conent .ha-spl-desc{margin-top:15px;color:#1b1b1b;line-height:1.4}.ha-spl-featured-outside-conent .ha-spl-desc p{margin:0}.ha-spl-list{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.ha-spl-list:first-child{margin-top:0}.ha-spl-list:last-child{margin-bottom:0}.ha-spl-list .ha-spl-list-thumb{-webkit-box-flex:0;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px;max-width:30%}.ha-spl-list .ha-spl-list-thumb a{position:relative;display:block}.ha-spl-list .ha-spl-list-thumb a img{display:block;width:100%;height:auto;border-radius:5px}.ha-spl-list .ha-spl-list-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ha-spl-list .ha-spl-list-content .ha-spl-list-title{margin-top:0;margin-bottom:10px;font-weight:700;font-size:16px;line-height:1}.ha-spl-list .ha-spl-list-content .ha-spl-list-title a{color:#444;word-break:break-word}.ha-spl-list .ha-spl-meta ul li a,.ha-spl-list .ha-spl-meta ul li>span{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;color:#8c8c8c}.ha-spl-filter.inline .ha-spl-custom-select{display:none}@media (max-width:1024px){.ha-spl-grid-area.ha-spl-col-2,.ha-spl-grid-area.ha-spl-col-3{grid-template-columns:1fr 1fr}.ha-spl-filter.inline .ha-spl-filter-list{display:none}.ha-spl-filter.inline .ha-spl-custom-select{display:initial}.ha-spl-grid-area.ha-spl-col-2.ha-spl-featured-post-on,.ha-spl-grid-area.ha-spl-col-3.ha-spl-featured-post-on{grid-column-gap:0;grid-template-columns:1fr}.ha-spl-featured-post-on .ha-spl-list-wrap.ha-spl-list-col-1{grid-template-columns:1fr 1fr}.ha-spl-list-wrap.ha-spl-list-col-2{grid-column:auto}.ha-spl-list-wrap.ha-spl-list-col-3{grid-column:1/span 2;grid-template-columns:1fr 1fr}}@media (max-width:767px){.ha-spl-featured-post-on .ha-spl-list-wrap.ha-spl-list-col-1,.ha-spl-grid-area.ha-spl-col-2,.ha-spl-grid-area.ha-spl-col-3{grid-template-columns:1fr}.ha-spl-featured-col-2{grid-column:auto/auto}.ha-spl-list-wrap.ha-spl-list-col-2,.ha-spl-list-wrap.ha-spl-list-col-3{grid-column:auto/auto;grid-template-columns:1fr}}