.lSSlideWrapper,
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
}
.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideOuter {
overflow: hidden;
user-select: none;
}
.lightSlider:after,
.lightSlider:before {
content: " ";
display: table;
}
.lightSlider {
overflow: hidden;
margin: 0;
}
.lSSlideWrapper {
max-width: 100%;
overflow: hidden;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform, height;
transition-property: transform, height;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.lSSlideWrapper .lSFade > .active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: #222;
border-radius: 30px;
display: inline-block;
height: 8px;
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
background-color: #428bca;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
list-style: none;
padding-left: 0;
margin: 0;
overflow: hidden;
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
overflow: hidden;
-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
content: " ";
display: table;
}
.lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
position: absolute;
margin-top: -16px;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
width: 0;
height: 0;
border-left: 0 solid transparent;
border-right: 15px solid #fff;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
width: 13px;
height: 0;
border-right: 0 solid transparent;
border-left: 15px solid #fff;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
}
.lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
left: 50%;
margin-left: -14px;
margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
background-position: 31px -31px;
bottom: 10px;
top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
background-position: 0 -31px;
bottom: auto;
top: 10px;
}
.lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
padding-left: 0;
list-style: none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
float: right !important;
}
@-webkit-keyframes rightEnd {
0%,
100% {
left: 0;
}
50% {
left: -15px;
}
}
@keyframes rightEnd {
0%,
100% {
left: 0;
}
50% {
left: -15px;
}
}
@-webkit-keyframes topEnd {
0%,
100% {
top: 0;
}
50% {
top: -15px;
}
}
@keyframes topEnd {
0%,
100% {
top: 0;
}
50% {
top: -15px;
}
}
@-webkit-keyframes leftEnd {
0%,
100% {
left: 0;
}
50% {
left: 15px;
}
}
@keyframes leftEnd {
0%,
100% {
left: 0;
}
50% {
left: 15px;
}
}
@-webkit-keyframes bottomEnd {
0%,
100% {
bottom: 0;
}
50% {
bottom: -15px;
}
}
@keyframes bottomEnd {
0%,
100% {
bottom: 0;
}
50% {
bottom: -15px;
}
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lightSlider.lsGrab > * {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lightSlider.lsGrabbing > * {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}@font-face{font-family:'boxicons';font-weight:normal;font-style:normal;src:url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/boxicons.eot);src:url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/boxicons.eot) format('embedded-opentype'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/boxicons.woff2) format('woff2'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/boxicons.woff) format('woff'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/boxicons.ttf) format('truetype'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/boxicons.svg?#boxicons) format('svg')}@font-face{font-family:'mticons';font-weight:normal;font-style:normal;src:url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/mticons.eot);src:url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/mticons.eot) format('embedded-opentype'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/mticons.woff) format('woff'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/mticons.ttf) format('truetype'),url(//hatxopmau.com/wp-content/themes/azure-news/assets/library/box-icons/fonts/mticons.svg?#mticons) format('svg')}.bx{font-family:'boxicons' !important;font-weight:normal;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mt{font-family:'mticons' !important;font-weight:normal;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem !important}.bx-sm{font-size:1.55rem !important}.bx-md{font-size:2.25rem !important}.bx-lg{font-size:3.0rem !important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em !important;vertical-align:middle}.bx-pull-left{float:left;margin-right:.3em !important}.bx-pull-right{float:right;margin-left:.3em !important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'}.bx-rotate-180{transform:rotate(180deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'}.bx-rotate-270{transform:rotate(270deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxs-balloon:before{content:"\eb60"}.bxs-castle:before{content:"\eb79"}.bxs-coffee-bean:before{content:"\eb92"}.bxs-objects-horizontal-center:before{content:"\ebab"}.bxs-objects-horizontal-left:before{content:"\ebc4"}.bxs-objects-horizontal-right:before{content:"\ebdd"}.bxs-objects-vertical-bottom:before{content:"\ebf6"}.bxs-objects-vertical-center:before{content:"\ef40"}.bxs-objects-vertical-top:before{content:"\ef41"}.bxs-pear:before{content:"\ef42"}.bxs-shield-minus:before{content:"\ef43"}.bxs-shield-plus:before{content:"\ef44"}.bxs-shower:before{content:"\ef45"}.bxs-sushi:before{content:"\ef46"}.bxs-universal-access:before{content:"\ef47"}.bx-child:before{content:"\ef48"}.bx-horizontal-left:before{content:"\ef49"}.bx-horizontal-right:before{content:"\ef4a"}.bx-objects-horizontal-center:before{content:"\ef4b"}.bx-objects-horizontal-left:before{content:"\ef4c"}.bx-objects-horizontal-right:before{content:"\ef4d"}.bx-objects-vertical-bottom:before{content:"\ef4e"}.bx-objects-vertical-center:before{content:"\ef4f"}.bx-objects-vertical-top:before{content:"\ef50"}.bx-rfid:before{content:"\ef51"}.bx-shield-minus:before{content:"\ef52"}.bx-shield-plus:before{content:"\ef53"}.bx-shower:before{content:"\ef54"}.bx-sushi:before{content:"\ef55"}.bx-universal-access:before{content:"\ef56"}.bx-vertical-bottom:before{content:"\ef57"}.bx-vertical-top:before{content:"\ef58"}.bxl-graphql:before{content:"\ef59"}.bxl-typescript:before{content:"\ef5a"}.bxs-color:before{content:"\ef39"}.bx-reflect-horizontal:before{content:"\ef3a"}.bx-reflect-vertical:before{content:"\ef3b"}.bx-color:before{content:"\ef3c"}.bxl-mongodb:before{content:"\ef3d"}.bxl-postgresql:before{content:"\ef3e"}.bxl-deezer:before{content:"\ef3f"}.bxs-hard-hat:before{content:"\ef2a"}.bxs-home-alt-2:before{content:"\ef2b"}.bxs-cheese:before{content:"\ef2c"}.bx-home-alt-2:before{content:"\ef2d"}.bx-hard-hat:before{content:"\ef2e"}.bx-cheese:before{content:"\ef2f"}.bx-cart-add:before{content:"\ef30"}.bx-cart-download:before{content:"\ef31"}.bx-no-signal:before{content:"\ef32"}.bx-signal-1:before{content:"\ef33"}.bx-signal-2:before{content:"\ef34"}.bx-signal-3:before{content:"\ef35"}.bx-signal-4:before{content:"\ef36"}.bx-signal-5:before{content:"\ef37"}.bxl-xing:before{content:"\ef38"}.bxl-meta:before{content:"\ef27"}.bx-lemon:before{content:"\ef28"}.bxs-lemon:before{content:"\ef29"}.bx-cricket-ball:before{content:"\ef0c"}.bx-baguette:before{content:"\ef0d"}.bx-bowl-hot:before{content:"\ef0e"}.bx-bowl-rice:before{content:"\ef0f"}.bx-cable-car:before{content:"\ef10"}.bx-candles:before{content:"\ef11"}.bx-circle-half:before{content:"\ef12"}.bx-circle-quarter:before{content:"\ef13"}.bx-circle-three-quarter:before{content:"\ef14"}.bx-cross:before{content:"\ef15"}.bx-fork:before{content:"\ef16"}.bx-knife:before{content:"\ef17"}.bx-money-withdraw:before{content:"\ef18"}.bx-popsicle:before{content:"\ef19"}.bx-scatter-chart:before{content:"\ef1a"}.bxs-baguette:before{content:"\ef1b"}.bxs-bowl-hot:before{content:"\ef1c"}.bxs-bowl-rice:before{content:"\ef1d"}.bxs-cable-car:before{content:"\ef1e"}.bxs-circle-half:before{content:"\ef1f"}.bxs-circle-quarter:before{content:"\ef20"}.bxs-circle-three-quarter:before{content:"\ef21"}.bxs-cricket-ball:before{content:"\ef22"}.bxs-invader:before{content:"\ef23"}.bx-male-female:before{content:"\ef24"}.bxs-popsicle:before{content:"\ef25"}.bxs-tree-alt:before{content:"\ef26"}.bxl-venmo:before{content:"\e900"}.bxl-upwork:before{content:"\e901"}.bxl-netlify:before{content:"\e902"}.bxl-java:before{content:"\e903"}.bxl-heroku:before{content:"\e904"}.bxl-go-lang:before{content:"\e905"}.bxl-gmail:before{content:"\e906"}.bxl-flask:before{content:"\e907"}.bxl-99designs:before{content:"\e908"}.bxl-500px:before{content:"\e909"}.bxl-adobe:before{content:"\e90a"}.bxl-airbnb:before{content:"\e90b"}.bxl-algolia:before{content:"\e90c"}.bxl-amazon:before{content:"\e90d"}.bxl-android:before{content:"\e90e"}.bxl-angular:before{content:"\e90f"}.bxl-apple:before{content:"\e910"}.bxl-audible:before{content:"\e911"}.bxl-aws:before{content:"\e912"}.bxl-baidu:before{content:"\e913"}.bxl-behance:before{content:"\e914"}.bxl-bing:before{content:"\e915"}.bxl-bitcoin:before{content:"\e916"}.bxl-blender:before{content:"\e917"}.bxl-blogger:before{content:"\e918"}.bxl-bootstrap:before{content:"\e919"}.bxl-chrome:before{content:"\e91a"}.bxl-codepen:before{content:"\e91b"}.bxl-c-plus-plus:before{content:"\e91c"}.bxl-creative-commons:before{content:"\e91d"}.bxl-css3:before{content:"\e91e"}.bxl-dailymotion:before{content:"\e91f"}.bxl-deviantart:before{content:"\e920"}.bxl-dev-to:before{content:"\e921"}.bxl-digg:before{content:"\e922"}.bxl-digitalocean:before{content:"\e923"}.bxl-discord:before{content:"\e924"}.bxl-discord-alt:before{content:"\e925"}.bxl-discourse:before{content:"\e926"}.bxl-django:before{content:"\e927"}.bxl-docker:before{content:"\e928"}.bxl-dribbble:before{content:"\e929"}.bxl-dropbox:before{content:"\e92a"}.bxl-drupal:before{content:"\e92b"}.bxl-ebay:before{content:"\e92c"}.bxl-edge:before{content:"\e92d"}.bxl-etsy:before{content:"\e92e"}.bxl-facebook:before{content:"\e92f"}.bxl-facebook-circle:before{content:"\e930"}.bxl-facebook-square:before{content:"\e931"}.bxl-figma:before{content:"\e932"}.bxl-firebase:before{content:"\e933"}.bxl-firefox:before{content:"\e934"}.bxl-flickr:before{content:"\e935"}.bxl-flickr-square:before{content:"\e936"}.bxl-flutter:before{content:"\e937"}.bxl-foursquare:before{content:"\e938"}.bxl-git:before{content:"\e939"}.bxl-github:before{content:"\e93a"}.bxl-gitlab:before{content:"\e93b"}.bxl-google:before{content:"\e93c"}.bxl-google-cloud:before{content:"\e93d"}.bxl-google-plus:before{content:"\e93e"}.bxl-google-plus-circle:before{content:"\e93f"}.bxl-html5:before{content:"\e940"}.bxl-imdb:before{content:"\e941"}.bxl-instagram:before{content:"\e942"}.bxl-instagram-alt:before{content:"\e943"}.bxl-internet-explorer:before{content:"\e944"}.bxl-invision:before{content:"\e945"}.bxl-javascript:before{content:"\e946"}.bxl-joomla:before{content:"\e947"}.bxl-jquery:before{content:"\e948"}.bxl-jsfiddle:before{content:"\e949"}.bxl-kickstarter:before{content:"\e94a"}.bxl-kubernetes:before{content:"\e94b"}.bxl-less:before{content:"\e94c"}.bxl-linkedin:before{content:"\e94d"}.bxl-linkedin-square:before{content:"\e94e"}.bxl-magento:before{content:"\e94f"}.bxl-mailchimp:before{content:"\e950"}.bxl-markdown:before{content:"\e951"}.bxl-mastercard:before{content:"\e952"}.bxl-mastodon:before{content:"\e953"}.bxl-medium:before{content:"\e954"}.bxl-medium-old:before{content:"\e955"}.bxl-medium-square:before{content:"\e956"}.bxl-messenger:before{content:"\e957"}.bxl-microsoft:before{content:"\e958"}.bxl-microsoft-teams:before{content:"\e959"}.bxl-nodejs:before{content:"\e95a"}.bxl-ok-ru:before{content:"\e95b"}.bxl-opera:before{content:"\e95c"}.bxl-patreon:before{content:"\e95d"}.bxl-paypal:before{content:"\e95e"}.bxl-periscope:before{content:"\e95f"}.bxl-php:before{content:"\e960"}.bxl-pinterest:before{content:"\e961"}.bxl-pinterest-alt:before{content:"\e962"}.bxl-play-store:before{content:"\e963"}.bxl-pocket:before{content:"\e964"}.bxl-product-hunt:before{content:"\e965"}.bxl-python:before{content:"\e966"}.bxl-quora:before{content:"\e967"}.bxl-react:before{content:"\e968"}.bxl-redbubble:before{content:"\e969"}.bxl-reddit:before{content:"\e96a"}.bxl-redux:before{content:"\e96b"}.bxl-sass:before{content:"\e96c"}.bxl-shopify:before{content:"\e96d"}.bxl-sketch:before{content:"\e96e"}.bxl-skype:before{content:"\e96f"}.bxl-slack:before{content:"\e970"}.bxl-slack-old:before{content:"\e971"}.bxl-snapchat:before{content:"\e972"}.bxl-soundcloud:before{content:"\e973"}.bxl-spotify:before{content:"\e974"}.bxl-spring-boot:before{content:"\e975"}.bxl-squarespace:before{content:"\e976"}.bxl-stack-overflow:before{content:"\e977"}.bxl-steam:before{content:"\e978"}.bxl-stripe:before{content:"\e979"}.bxl-tailwind-css:before{content:"\e97a"}.bxl-telegram:before{content:"\e97b"}.bxl-tiktok:before{content:"\e97c"}.bxl-trello:before{content:"\e97d"}.bxl-trip-advisor:before{content:"\e97e"}.bxl-tumblr:before{content:"\e97f"}.bxl-tux:before{content:"\e980"}.bxl-twitch:before{content:"\e981"}.bxl-twitter:before{content:"\e982"}.bxl-unity:before{content:"\e983"}.bxl-unsplash:before{content:"\e984"}.bxl-vimeo:before{content:"\e985"}.bxl-visa:before{content:"\e986"}.bxl-visual-studio:before{content:"\e987"}.bxl-vk:before{content:"\e988"}.bxl-vuejs:before{content:"\e989"}.bxl-whatsapp:before{content:"\e98a"}.bxl-whatsapp-square:before{content:"\e98b"}.bxl-wikipedia:before{content:"\e98c"}.bxl-windows:before{content:"\e98d"}.bxl-wix:before{content:"\e98e"}.bxl-wordpress:before{content:"\e98f"}.bxl-yahoo:before{content:"\e990"}.bxl-yelp:before{content:"\e991"}.bxl-youtube:before{content:"\e992"}.bxl-zoom:before{content:"\e993"}.bx-collapse-alt:before{content:"\e994"}.bx-collapse-horizontal:before{content:"\e995"}.bx-collapse-vertical:before{content:"\e996"}.bx-expand-horizontal:before{content:"\e997"}.bx-expand-vertical:before{content:"\e998"}.bx-injection:before{content:"\e999"}.bx-leaf:before{content:"\e99a"}.bx-math:before{content:"\e99b"}.bx-party:before{content:"\e99c"}.bx-abacus:before{content:"\e99d"}.bx-accessibility:before{content:"\e99e"}.bx-add-to-queue:before{content:"\e99f"}.bx-adjust:before{content:"\e9a0"}.bx-alarm:before{content:"\e9a1"}.bx-alarm-add:before{content:"\e9a2"}.bx-alarm-exclamation:before{content:"\e9a3"}.bx-alarm-off:before{content:"\e9a4"}.bx-alarm-snooze:before{content:"\e9a5"}.bx-album:before{content:"\e9a6"}.bx-align-justify:before{content:"\e9a7"}.bx-align-left:before{content:"\e9a8"}.bx-align-middle:before{content:"\e9a9"}.bx-align-right:before{content:"\e9aa"}.bx-analyse:before{content:"\e9ab"}.bx-anchor:before{content:"\e9ac"}.bx-angry:before{content:"\e9ad"}.bx-aperture:before{content:"\e9ae"}.bx-arch:before{content:"\e9af"}.bx-archive:before{content:"\e9b0"}.bx-archive-in:before{content:"\e9b1"}.bx-archive-out:before{content:"\e9b2"}.bx-area:before{content:"\e9b3"}.bx-arrow-back:before{content:"\e9b4"}.bx-arrow-from-bottom:before{content:"\e9b5"}.bx-arrow-from-left:before{content:"\e9b6"}.bx-arrow-from-right:before{content:"\e9b7"}.bx-arrow-from-top:before{content:"\e9b8"}.bx-arrow-to-bottom:before{content:"\e9b9"}.bx-arrow-to-left:before{content:"\e9ba"}.bx-arrow-to-right:before{content:"\e9bb"}.bx-arrow-to-top:before{content:"\e9bc"}.bx-at:before{content:"\e9bd"}.bx-atom:before{content:"\e9be"}.bx-award:before{content:"\e9bf"}.bx-badge:before{content:"\e9c0"}.bx-badge-check:before{content:"\e9c1"}.bx-ball:before{content:"\e9c2"}.bx-band-aid:before{content:"\e9c3"}.bx-bar-chart:before{content:"\e9c4"}.bx-bar-chart-alt:before{content:"\e9c5"}.bx-bar-chart-alt-2:before{content:"\e9c6"}.bx-bar-chart-square:before{content:"\e9c7"}.bx-barcode:before{content:"\e9c8"}.bx-barcode-reader:before{content:"\e9c9"}.bx-baseball:before{content:"\e9ca"}.bx-basket:before{content:"\e9cb"}.bx-basketball:before{content:"\e9cc"}.bx-bath:before{content:"\e9cd"}.bx-battery:before{content:"\e9ce"}.bx-bed:before{content:"\e9cf"}.bx-been-here:before{content:"\e9d0"}.bx-beer:before{content:"\e9d1"}.bx-bell:before{content:"\e9d2"}.bx-bell-minus:before{content:"\e9d3"}.bx-bell-off:before{content:"\e9d4"}.bx-bell-plus:before{content:"\e9d5"}.bx-bible:before{content:"\e9d6"}.bx-bitcoin:before{content:"\e9d7"}.bx-blanket:before{content:"\e9d8"}.bx-block:before{content:"\e9d9"}.bx-bluetooth:before{content:"\e9da"}.bx-body:before{content:"\e9db"}.bx-bold:before{content:"\e9dc"}.bx-bolt-circle:before{content:"\e9dd"}.bx-bomb:before{content:"\e9de"}.bx-bone:before{content:"\e9df"}.bx-bong:before{content:"\e9e0"}.bx-book:before{content:"\e9e1"}.bx-book-add:before{content:"\e9e2"}.bx-book-alt:before{content:"\e9e3"}.bx-book-bookmark:before{content:"\e9e4"}.bx-book-content:before{content:"\e9e5"}.bx-book-heart:before{content:"\e9e6"}.bx-bookmark:before{content:"\e9e7"}.bx-bookmark-alt:before{content:"\e9e8"}.bx-bookmark-alt-minus:before{content:"\e9e9"}.bx-bookmark-alt-plus:before{content:"\e9ea"}.bx-bookmark-heart:before{content:"\e9eb"}.bx-bookmark-minus:before{content:"\e9ec"}.bx-bookmark-plus:before{content:"\e9ed"}.bx-bookmarks:before{content:"\e9ee"}.bx-book-open:before{content:"\e9ef"}.bx-book-reader:before{content:"\e9f0"}.bx-border-all:before{content:"\e9f1"}.bx-border-bottom:before{content:"\e9f2"}.bx-border-inner:before{content:"\e9f3"}.bx-border-left:before{content:"\e9f4"}.bx-border-none:before{content:"\e9f5"}.bx-border-outer:before{content:"\e9f6"}.bx-border-radius:before{content:"\e9f7"}.bx-border-right:before{content:"\e9f8"}.bx-border-top:before{content:"\e9f9"}.bx-bot:before{content:"\e9fa"}.bx-bowling-ball:before{content:"\e9fb"}.bx-box:before{content:"\e9fc"}.bx-bracket:before{content:"\e9fd"}.bx-braille:before{content:"\e9fe"}.bx-brain:before{content:"\e9ff"}.bx-briefcase:before{content:"\ea00"}.bx-briefcase-alt:before{content:"\ea01"}.bx-briefcase-alt-2:before{content:"\ea02"}.bx-brightness:before{content:"\ea03"}.bx-brightness-half:before{content:"\ea04"}.bx-broadcast:before{content:"\ea05"}.bx-brush:before{content:"\ea06"}.bx-brush-alt:before{content:"\ea07"}.bx-bug:before{content:"\ea08"}.bx-bug-alt:before{content:"\ea09"}.bx-building:before{content:"\ea0a"}.bx-building-house:before{content:"\ea0b"}.bx-buildings:before{content:"\ea0c"}.bx-bulb:before{content:"\ea0d"}.bx-bullseye:before{content:"\ea0e"}.bx-buoy:before{content:"\ea0f"}.bx-bus:before{content:"\ea10"}.bx-bus-school:before{content:"\ea11"}.bx-cabinet:before{content:"\ea12"}.bx-cake:before{content:"\ea13"}.bx-calculator:before{content:"\ea14"}.bx-calendar:before{content:"\ea15"}.bx-calendar-alt:before{content:"\ea16"}.bx-calendar-check:before{content:"\ea17"}.bx-calendar-edit:before{content:"\ea18"}.bx-calendar-event:before{content:"\ea19"}.bx-calendar-exclamation:before{content:"\ea1a"}.bx-calendar-heart:before{content:"\ea1b"}.bx-calendar-minus:before{content:"\ea1c"}.bx-calendar-plus:before{content:"\ea1d"}.bx-calendar-star:before{content:"\ea1e"}.bx-calendar-week:before{content:"\ea1f"}.bx-calendar-x:before{content:"\ea20"}.bx-camera:before{content:"\ea21"}.bx-camera-home:before{content:"\ea22"}.bx-camera-movie:before{content:"\ea23"}.bx-camera-off:before{content:"\ea24"}.bx-capsule:before{content:"\ea25"}.bx-captions:before{content:"\ea26"}.bx-car:before{content:"\ea27"}.bx-card:before{content:"\ea28"}.bx-caret-down:before{content:"\ea29"}.bx-caret-down-circle:before{content:"\ea2a"}.bx-caret-down-square:before{content:"\ea2b"}.bx-caret-left:before{content:"\ea2c"}.bx-caret-left-circle:before{content:"\ea2d"}.bx-caret-left-square:before{content:"\ea2e"}.bx-caret-right:before{content:"\ea2f"}.bx-caret-right-circle:before{content:"\ea30"}.bx-caret-right-square:before{content:"\ea31"}.bx-caret-up:before{content:"\ea32"}.bx-caret-up-circle:before{content:"\ea33"}.bx-caret-up-square:before{content:"\ea34"}.bx-carousel:before{content:"\ea35"}.bx-cart:before{content:"\ea36"}.bx-cart-alt:before{content:"\ea37"}.bx-cast:before{content:"\ea38"}.bx-category:before{content:"\ea39"}.bx-category-alt:before{content:"\ea3a"}.bx-cctv:before{content:"\ea3b"}.bx-certification:before{content:"\ea3c"}.bx-chair:before{content:"\ea3d"}.bx-chalkboard:before{content:"\ea3e"}.bx-chart:before{content:"\ea3f"}.bx-chat:before{content:"\ea40"}.bx-check:before{content:"\ea41"}.bx-checkbox:before{content:"\ea42"}.bx-checkbox-checked:before{content:"\ea43"}.bx-checkbox-minus:before{content:"\ea44"}.bx-checkbox-square:before{content:"\ea45"}.bx-check-circle:before{content:"\ea46"}.bx-check-double:before{content:"\ea47"}.bx-check-shield:before{content:"\ea48"}.bx-check-square:before{content:"\ea49"}.bx-chevron-down:before{content:"\ea4a"}.bx-chevron-down-circle:before{content:"\ea4b"}.bx-chevron-down-square:before{content:"\ea4c"}.bx-chevron-left:before{content:"\ea4d"}.bx-chevron-left-circle:before{content:"\ea4e"}.bx-chevron-left-square:before{content:"\ea4f"}.bx-chevron-right:before{content:"\ea50"}.bx-chevron-right-circle:before{content:"\ea51"}.bx-chevron-right-square:before{content:"\ea52"}.bx-chevrons-down:before{content:"\ea53"}.bx-chevrons-left:before{content:"\ea54"}.bx-chevrons-right:before{content:"\ea55"}.bx-chevrons-up:before{content:"\ea56"}.bx-chevron-up:before{content:"\ea57"}.bx-chevron-up-circle:before{content:"\ea58"}.bx-chevron-up-square:before{content:"\ea59"}.bx-chip:before{content:"\ea5a"}.bx-church:before{content:"\ea5b"}.bx-circle:before{content:"\ea5c"}.bx-clinic:before{content:"\ea5d"}.bx-clipboard:before{content:"\ea5e"}.bx-closet:before{content:"\ea5f"}.bx-cloud:before{content:"\ea60"}.bx-cloud-download:before{content:"\ea61"}.bx-cloud-drizzle:before{content:"\ea62"}.bx-cloud-lightning:before{content:"\ea63"}.bx-cloud-light-rain:before{content:"\ea64"}.bx-cloud-rain:before{content:"\ea65"}.bx-cloud-snow:before{content:"\ea66"}.bx-cloud-upload:before{content:"\ea67"}.bx-code:before{content:"\ea68"}.bx-code-alt:before{content:"\ea69"}.bx-code-block:before{content:"\ea6a"}.bx-code-curly:before{content:"\ea6b"}.bx-coffee:before{content:"\ea6c"}.bx-coffee-togo:before{content:"\ea6d"}.bx-cog:before{content:"\ea6e"}.bx-coin:before{content:"\ea6f"}.bx-coin-stack:before{content:"\ea70"}.bx-collapse:before{content:"\ea71"}.bx-collection:before{content:"\ea72"}.bx-color-fill:before{content:"\ea73"}.bx-columns:before{content:"\ea74"}.bx-command:before{content:"\ea75"}.bx-comment:before{content:"\ea76"}.bx-comment-add:before{content:"\ea77"}.bx-comment-check:before{content:"\ea78"}.bx-comment-detail:before{content:"\ea79"}.bx-comment-dots:before{content:"\ea7a"}.bx-comment-edit:before{content:"\ea7b"}.bx-comment-error:before{content:"\ea7c"}.bx-comment-minus:before{content:"\ea7d"}.bx-comment-x:before{content:"\ea7e"}.bx-compass:before{content:"\ea7f"}.bx-confused:before{content:"\ea80"}.bx-conversation:before{content:"\ea81"}.bx-cookie:before{content:"\ea82"}.bx-cool:before{content:"\ea83"}.bx-copy:before{content:"\ea84"}.bx-copy-alt:before{content:"\ea85"}.bx-copyright:before{content:"\ea86"}.bx-credit-card:before{content:"\ea87"}.bx-credit-card-alt:before{content:"\ea88"}.bx-credit-card-front:before{content:"\ea89"}.bx-crop:before{content:"\ea8a"}.bx-crosshair:before{content:"\ea8b"}.bx-crown:before{content:"\ea8c"}.bx-cube:before{content:"\ea8d"}.bx-cube-alt:before{content:"\ea8e"}.bx-cuboid:before{content:"\ea8f"}.bx-current-location:before{content:"\ea90"}.bx-customize:before{content:"\ea91"}.bx-cut:before{content:"\ea92"}.bx-cycling:before{content:"\ea93"}.bx-cylinder:before{content:"\ea94"}.bx-data:before{content:"\ea95"}.bx-desktop:before{content:"\ea96"}.bx-detail:before{content:"\ea97"}.bx-devices:before{content:"\ea98"}.bx-dialpad:before{content:"\ea99"}.bx-dialpad-alt:before{content:"\ea9a"}.bx-diamond:before{content:"\ea9b"}.bx-dice-1:before{content:"\ea9c"}.bx-dice-2:before{content:"\ea9d"}.bx-dice-3:before{content:"\ea9e"}.bx-dice-4:before{content:"\ea9f"}.bx-dice-5:before{content:"\eaa0"}.bx-dice-6:before{content:"\eaa1"}.bx-directions:before{content:"\eaa2"}.bx-disc:before{content:"\eaa3"}.bx-dish:before{content:"\eaa4"}.bx-dislike:before{content:"\eaa5"}.bx-dizzy:before{content:"\eaa6"}.bx-dna:before{content:"\eaa7"}.bx-dock-bottom:before{content:"\eaa8"}.bx-dock-left:before{content:"\eaa9"}.bx-dock-right:before{content:"\eaaa"}.bx-dock-top:before{content:"\eaab"}.bx-dollar:before{content:"\eaac"}.bx-dollar-circle:before{content:"\eaad"}.bx-donate-blood:before{content:"\eaae"}.bx-donate-heart:before{content:"\eaaf"}.bx-door-open:before{content:"\eab0"}.bx-dots-horizontal:before{content:"\eab1"}.bx-dots-horizontal-rounded:before{content:"\eab2"}.bx-dots-vertical:before{content:"\eab3"}.bx-dots-vertical-rounded:before{content:"\eab4"}.bx-doughnut-chart:before{content:"\eab5"}.bx-down-arrow:before{content:"\eab6"}.bx-down-arrow-alt:before{content:"\eab7"}.bx-down-arrow-circle:before{content:"\eab8"}.bx-download:before{content:"\eab9"}.bx-downvote:before{content:"\eaba"}.bx-drink:before{content:"\eabb"}.bx-droplet:before{content:"\eabc"}.bx-dumbbell:before{content:"\eabd"}.bx-duplicate:before{content:"\eabe"}.bx-edit:before{content:"\eabf"}.bx-edit-alt:before{content:"\eac0"}.bx-envelope:before{content:"\eac1"}.bx-envelope-open:before{content:"\eac2"}.bx-equalizer:before{content:"\eac3"}.bx-eraser:before{content:"\eac4"}.bx-error:before{content:"\eac5"}.bx-error-alt:before{content:"\eac6"}.bx-error-circle:before{content:"\eac7"}.bx-euro:before{content:"\eac8"}.bx-exclude:before{content:"\eac9"}.bx-exit:before{content:"\eaca"}.bx-exit-fullscreen:before{content:"\eacb"}.bx-expand:before{content:"\eacc"}.bx-expand-alt:before{content:"\eacd"}.bx-export:before{content:"\eace"}.bx-extension:before{content:"\eacf"}.bx-face:before{content:"\ead0"}.bx-fast-forward:before{content:"\ead1"}.bx-fast-forward-circle:before{content:"\ead2"}.bx-female:before{content:"\ead3"}.bx-female-sign:before{content:"\ead4"}.bx-file:before{content:"\ead5"}.bx-file-blank:before{content:"\ead6"}.bx-file-find:before{content:"\ead7"}.bx-film:before{content:"\ead8"}.bx-filter:before{content:"\ead9"}.bx-filter-alt:before{content:"\eada"}.bx-fingerprint:before{content:"\eadb"}.bx-first-aid:before{content:"\eadc"}.bx-first-page:before{content:"\eadd"}.bx-flag:before{content:"\eade"}.bx-folder:before{content:"\eadf"}.bx-folder-minus:before{content:"\eae0"}.bx-folder-open:before{content:"\eae1"}.bx-folder-plus:before{content:"\eae2"}.bx-font:before{content:"\eae3"}.bx-font-color:before{content:"\eae4"}.bx-font-family:before{content:"\eae5"}.bx-font-size:before{content:"\eae6"}.bx-food-menu:before{content:"\eae7"}.bx-food-tag:before{content:"\eae8"}.bx-football:before{content:"\eae9"}.bx-fridge:before{content:"\eaea"}.bx-fullscreen:before{content:"\eaeb"}.bx-game:before{content:"\eaec"}.bx-gas-pump:before{content:"\eaed"}.bx-ghost:before{content:"\eaee"}.bx-gift:before{content:"\eaef"}.bx-git-branch:before{content:"\eaf0"}.bx-git-commit:before{content:"\eaf1"}.bx-git-compare:before{content:"\eaf2"}.bx-git-merge:before{content:"\eaf3"}.bx-git-pull-request:before{content:"\eaf4"}.bx-git-repo-forked:before{content:"\eaf5"}.bx-glasses:before{content:"\eaf6"}.bx-glasses-alt:before{content:"\eaf7"}.bx-globe:before{content:"\eaf8"}.bx-globe-alt:before{content:"\eaf9"}.bx-grid:before{content:"\eafa"}.bx-grid-alt:before{content:"\eafb"}.bx-grid-horizontal:before{content:"\eafc"}.bx-grid-small:before{content:"\eafd"}.bx-grid-vertical:before{content:"\eafe"}.bx-group:before{content:"\eaff"}.bx-handicap:before{content:"\eb00"}.bx-happy:before{content:"\eb01"}.bx-happy-alt:before{content:"\eb02"}.bx-happy-beaming:before{content:"\eb03"}.bx-happy-heart-eyes:before{content:"\eb04"}.bx-hash:before{content:"\eb05"}.bx-hdd:before{content:"\eb06"}.bx-heading:before{content:"\eb07"}.bx-headphone:before{content:"\eb08"}.bx-health:before{content:"\eb09"}.bx-heart:before{content:"\eb0a"}.bx-heart-circle:before{content:"\eb0b"}.bx-heart-square:before{content:"\eb0c"}.bx-help-circle:before{content:"\eb0d"}.bx-hide:before{content:"\eb0e"}.bx-highlight:before{content:"\eb0f"}.bx-history:before{content:"\eb10"}.bx-hive:before{content:"\eb11"}.bx-home:before{content:"\eb12"}.bx-home-alt:before{content:"\eb13"}.bx-home-circle:before{content:"\eb14"}.bx-home-heart:before{content:"\eb15"}.bx-home-smile:before{content:"\eb16"}.bx-horizontal-center:before{content:"\eb17"}.bx-hotel:before{content:"\eb18"}.bx-hourglass:before{content:"\eb19"}.bx-id-card:before{content:"\eb1a"}.bx-image:before{content:"\eb1b"}.bx-image-add:before{content:"\eb1c"}.bx-image-alt:before{content:"\eb1d"}.bx-images:before{content:"\eb1e"}.bx-import:before{content:"\eb1f"}.bx-infinite:before{content:"\eb20"}.bx-info-circle:before{content:"\eb21"}.bx-info-square:before{content:"\eb22"}.bx-intersect:before{content:"\eb23"}.bx-italic:before{content:"\eb24"}.bx-joystick:before{content:"\eb25"}.bx-joystick-alt:before{content:"\eb26"}.bx-joystick-button:before{content:"\eb27"}.bx-key:before{content:"\eb28"}.bx-label:before{content:"\eb29"}.bx-landscape:before{content:"\eb2a"}.bx-laptop:before{content:"\eb2b"}.bx-last-page:before{content:"\eb2c"}.bx-laugh:before{content:"\eb2d"}.bx-layer:before{content:"\eb2e"}.bx-layer-minus:before{content:"\eb2f"}.bx-layer-plus:before{content:"\eb30"}.bx-layout:before{content:"\eb31"}.bx-left-arrow:before{content:"\eb32"}.bx-left-arrow-alt:before{content:"\eb33"}.bx-left-arrow-circle:before{content:"\eb34"}.bx-left-down-arrow-circle:before{content:"\eb35"}.bx-left-indent:before{content:"\eb36"}.bx-left-top-arrow-circle:before{content:"\eb37"}.bx-library:before{content:"\eb38"}.bx-like:before{content:"\eb39"}.bx-line-chart:before{content:"\eb3a"}.bx-line-chart-down:before{content:"\eb3b"}.bx-link:before{content:"\eb3c"}.bx-link-alt:before{content:"\eb3d"}.bx-link-external:before{content:"\eb3e"}.bx-lira:before{content:"\eb3f"}.bx-list-check:before{content:"\eb40"}.bx-list-minus:before{content:"\eb41"}.bx-list-ol:before{content:"\eb42"}.bx-list-plus:before{content:"\eb43"}.bx-list-ul:before{content:"\eb44"}.bx-loader:before{content:"\eb45"}.bx-loader-alt:before{content:"\eb46"}.bx-loader-circle:before{content:"\eb47"}.bx-location-plus:before{content:"\eb48"}.bx-lock:before{content:"\eb49"}.bx-lock-alt:before{content:"\eb4a"}.bx-lock-open:before{content:"\eb4b"}.bx-lock-open-alt:before{content:"\eb4c"}.bx-log-in:before{content:"\eb4d"}.bx-log-in-circle:before{content:"\eb4e"}.bx-log-out:before{content:"\eb4f"}.bx-log-out-circle:before{content:"\eb50"}.bx-low-vision:before{content:"\eb51"}.bx-magnet:before{content:"\eb52"}.bx-mail-send:before{content:"\eb53"}.bx-male:before{content:"\eb54"}.bx-male-sign:before{content:"\eb55"}.bx-map:before{content:"\eb56"}.bx-map-alt:before{content:"\eb57"}.bx-map-pin:before{content:"\eb58"}.bx-mask:before{content:"\eb59"}.bx-medal:before{content:"\eb5a"}.bx-meh:before{content:"\eb5b"}.bx-meh-alt:before{content:"\eb5c"}.bx-meh-blank:before{content:"\eb5d"}.bx-memory-card:before{content:"\eb5e"}.bx-menu:before{content:"\eb5f"}.bx-menu-alt-left:before{content:"\ef5b"}.bx-menu-alt-right:before{content:"\eb61"}.bx-merge:before{content:"\eb62"}.bx-message:before{content:"\eb63"}.bx-message-add:before{content:"\eb64"}.bx-message-alt:before{content:"\eb65"}.bx-message-alt-add:before{content:"\eb66"}.bx-message-alt-check:before{content:"\eb67"}.bx-message-alt-detail:before{content:"\eb68"}.bx-message-alt-dots:before{content:"\eb69"}.bx-message-alt-edit:before{content:"\eb6a"}.bx-message-alt-error:before{content:"\eb6b"}.bx-message-alt-minus:before{content:"\eb6c"}.bx-message-alt-x:before{content:"\eb6d"}.bx-message-check:before{content:"\eb6e"}.bx-message-detail:before{content:"\eb6f"}.bx-message-dots:before{content:"\eb70"}.bx-message-edit:before{content:"\eb71"}.bx-message-error:before{content:"\eb72"}.bx-message-minus:before{content:"\eb73"}.bx-message-rounded:before{content:"\eb74"}.bx-message-rounded-add:before{content:"\eb75"}.bx-message-rounded-check:before{content:"\eb76"}.bx-message-rounded-detail:before{content:"\eb77"}.bx-message-rounded-dots:before{content:"\eb78"}.bx-message-rounded-edit:before{content:"\ef5c"}.bx-message-rounded-error:before{content:"\eb7a"}.bx-message-rounded-minus:before{content:"\eb7b"}.bx-message-rounded-x:before{content:"\eb7c"}.bx-message-square:before{content:"\eb7d"}.bx-message-square-add:before{content:"\eb7e"}.bx-message-square-check:before{content:"\eb7f"}.bx-message-square-detail:before{content:"\eb80"}.bx-message-square-dots:before{content:"\eb81"}.bx-message-square-edit:before{content:"\eb82"}.bx-message-square-error:before{content:"\eb83"}.bx-message-square-minus:before{content:"\eb84"}.bx-message-square-x:before{content:"\eb85"}.bx-message-x:before{content:"\eb86"}.bx-meteor:before{content:"\eb87"}.bx-microchip:before{content:"\eb88"}.bx-microphone:before{content:"\eb89"}.bx-microphone-off:before{content:"\eb8a"}.bx-minus:before{content:"\eb8b"}.bx-minus-back:before{content:"\eb8c"}.bx-minus-circle:before{content:"\eb8d"}.bx-minus-front:before{content:"\eb8e"}.bx-mobile:before{content:"\eb8f"}.bx-mobile-alt:before{content:"\eb90"}.bx-mobile-landscape:before{content:"\eb91"}.bx-mobile-vibration:before{content:"\ef5d"}.bx-money:before{content:"\eb93"}.bx-moon:before{content:"\eb94"}.bx-mouse:before{content:"\eb95"}.bx-mouse-alt:before{content:"\eb96"}.bx-move:before{content:"\eb97"}.bx-move-horizontal:before{content:"\eb98"}.bx-move-vertical:before{content:"\eb99"}.bx-movie:before{content:"\eb9a"}.bx-movie-play:before{content:"\eb9b"}.bx-music:before{content:"\eb9c"}.bx-navigation:before{content:"\eb9d"}.bx-network-chart:before{content:"\eb9e"}.bx-news:before{content:"\eb9f"}.bx-no-entry:before{content:"\eba0"}.bx-note:before{content:"\eba1"}.bx-notepad:before{content:"\eba2"}.bx-notification:before{content:"\eba3"}.bx-notification-off:before{content:"\eba4"}.bx-outline:before{content:"\eba5"}.bx-package:before{content:"\eba6"}.bx-paint:before{content:"\eba7"}.bx-paint-roll:before{content:"\eba8"}.bx-palette:before{content:"\eba9"}.bx-paperclip:before{content:"\ebaa"}.bx-paper-plane:before{content:"\ef61"}.bx-paragraph:before{content:"\ebac"}.bx-paste:before{content:"\ebad"}.bx-pause:before{content:"\ebae"}.bx-pause-circle:before{content:"\ebaf"}.bx-pen:before{content:"\ebb0"}.bx-pencil:before{content:"\ebb1"}.bx-phone:before{content:"\ebb2"}.bx-phone-call:before{content:"\ebb3"}.bx-phone-incoming:before{content:"\ebb4"}.bx-phone-off:before{content:"\ebb5"}.bx-phone-outgoing:before{content:"\ebb6"}.bx-photo-album:before{content:"\ebb7"}.bx-pie-chart:before{content:"\ebb8"}.bx-pie-chart-alt:before{content:"\ebb9"}.bx-pie-chart-alt-2:before{content:"\ebba"}.bx-pin:before{content:"\ebbb"}.bx-planet:before{content:"\ebbc"}.bx-play:before{content:"\ebbd"}.bx-play-circle:before{content:"\ebbe"}.bx-plug:before{content:"\ebbf"}.bx-plus:before{content:"\ebc0"}.bx-plus-circle:before{content:"\ebc1"}.bx-plus-medical:before{content:"\ebc2"}.bx-podcast:before{content:"\ebc3"}.bx-pointer:before{content:"\ef5e"}.bx-poll:before{content:"\ebc5"}.bx-polygon:before{content:"\ebc6"}.bx-pound:before{content:"\ebc7"}.bx-power-off:before{content:"\ebc8"}.bx-printer:before{content:"\ebc9"}.bx-pulse:before{content:"\ebca"}.bx-purchase-tag:before{content:"\ebcb"}.bx-purchase-tag-alt:before{content:"\ebcc"}.bx-pyramid:before{content:"\ebcd"}.bx-qr:before{content:"\ebce"}.bx-qr-scan:before{content:"\ebcf"}.bx-question-mark:before{content:"\ebd0"}.bx-radar:before{content:"\ebd1"}.bx-radio:before{content:"\ebd2"}.bx-radio-circle:before{content:"\ebd3"}.bx-radio-circle-marked:before{content:"\ebd4"}.bx-receipt:before{content:"\ebd5"}.bx-rectangle:before{content:"\ebd6"}.bx-recycle:before{content:"\ebd7"}.bx-redo:before{content:"\ebd8"}.bx-refresh:before{content:"\ebd9"}.bx-registered:before{content:"\ebda"}.bx-rename:before{content:"\ebdb"}.bx-repeat:before{content:"\ebdc"}.bx-reply:before{content:"\ef5f"}.bx-reply-all:before{content:"\ebde"}.bx-repost:before{content:"\ebdf"}.bx-reset:before{content:"\ebe0"}.bx-restaurant:before{content:"\ebe1"}.bx-revision:before{content:"\ebe2"}.bx-rewind:before{content:"\ebe3"}.bx-rewind-circle:before{content:"\ebe4"}.bx-right-arrow:before{content:"\ebe5"}.bx-right-arrow-alt:before{content:"\ebe6"}.bx-right-arrow-circle:before{content:"\ebe7"}.bx-right-down-arrow-circle:before{content:"\ebe8"}.bx-right-indent:before{content:"\ebe9"}.bx-right-top-arrow-circle:before{content:"\ebea"}.bx-rocket:before{content:"\ebeb"}.bx-rotate-left:before{content:"\ebec"}.bx-rotate-right:before{content:"\ebed"}.bx-rss:before{content:"\ebee"}.bx-ruble:before{content:"\ebef"}.bx-ruler:before{content:"\ebf0"}.bx-run:before{content:"\ebf1"}.bx-rupee:before{content:"\ebf2"}.bx-sad:before{content:"\ebf3"}.bx-save:before{content:"\ebf4"}.bx-scan:before{content:"\ebf5"}.bx-screenshot:before{content:"\ef60"}.bx-search:before{content:"\ebf7"}.bx-search-alt:before{content:"\ebf8"}.bx-search-alt-2:before{content:"\ebf9"}.bx-selection:before{content:"\ebfa"}.bx-select-multiple:before{content:"\ebfb"}.bx-send:before{content:"\ebfc"}.bx-server:before{content:"\ebfd"}.bx-shape-circle:before{content:"\ebfe"}.bx-shape-polygon:before{content:"\ebff"}.bx-shape-square:before{content:"\ec00"}.bx-shape-triangle:before{content:"\ec01"}.bx-share:before{content:"\ec02"}.bx-share-alt:before{content:"\ec03"}.bx-shekel:before{content:"\ec04"}.bx-shield:before{content:"\ec05"}.bx-shield-alt:before{content:"\ec06"}.bx-shield-alt-2:before{content:"\ec07"}.bx-shield-quarter:before{content:"\ec08"}.bx-shield-x:before{content:"\ec09"}.bx-shocked:before{content:"\ec0a"}.bx-shopping-bag:before{content:"\ec0b"}.bx-show:before{content:"\ec0c"}.bx-show-alt:before{content:"\ec0d"}.bx-shuffle:before{content:"\ec0e"}.bx-sidebar:before{content:"\ec0f"}.bx-sitemap:before{content:"\ec10"}.bx-skip-next:before{content:"\ec11"}.bx-skip-next-circle:before{content:"\ec12"}.bx-skip-previous:before{content:"\ec13"}.bx-skip-previous-circle:before{content:"\ec14"}.bx-sleepy:before{content:"\ec15"}.bx-slider:before{content:"\ec16"}.bx-slider-alt:before{content:"\ec17"}.bx-slideshow:before{content:"\ec18"}.bx-smile:before{content:"\ec19"}.bx-sort:before{content:"\ec1a"}.bx-sort-alt-2:before{content:"\ec1b"}.bx-sort-a-z:before{content:"\ec1c"}.bx-sort-down:before{content:"\ec1d"}.bx-sort-up:before{content:"\ec1e"}.bx-sort-z-a:before{content:"\ec1f"}.bx-spa:before{content:"\ec20"}.bx-space-bar:before{content:"\ec21"}.bx-speaker:before{content:"\ec22"}.bx-spray-can:before{content:"\ec23"}.bx-spreadsheet:before{content:"\ec24"}.bx-square:before{content:"\ec25"}.bx-square-rounded:before{content:"\ec26"}.bx-star:before{content:"\ec27"}.bx-station:before{content:"\ec28"}.bx-stats:before{content:"\ec29"}.bx-sticker:before{content:"\ec2a"}.bx-stop:before{content:"\ec2b"}.bx-stop-circle:before{content:"\ec2c"}.bx-stopwatch:before{content:"\ec2d"}.bx-store:before{content:"\ec2e"}.bx-store-alt:before{content:"\ec2f"}.bx-street-view:before{content:"\ec30"}.bx-strikethrough:before{content:"\ec31"}.bx-subdirectory-left:before{content:"\ec32"}.bx-subdirectory-right:before{content:"\ec33"}.bx-sun:before{content:"\ec34"}.bx-support:before{content:"\ec35"}.bx-swim:before{content:"\ec36"}.bx-sync:before{content:"\ec37"}.bx-tab:before{content:"\ec38"}.bx-table:before{content:"\ec39"}.bx-tachometer:before{content:"\ec3a"}.bx-tag:before{content:"\ec3b"}.bx-tag-alt:before{content:"\ec3c"}.bx-target-lock:before{content:"\ec3d"}.bx-task:before{content:"\ec3e"}.bx-task-x:before{content:"\ec3f"}.bx-taxi:before{content:"\ec40"}.bx-tennis-ball:before{content:"\ec41"}.bx-terminal:before{content:"\ec42"}.bx-test-tube:before{content:"\ec43"}.bx-text:before{content:"\ec44"}.bx-time:before{content:"\ec45"}.bx-time-five:before{content:"\ec46"}.bx-timer:before{content:"\ec47"}.bx-tired:before{content:"\ec48"}.bx-toggle-left:before{content:"\ec49"}.bx-toggle-right:before{content:"\ec4a"}.bx-tone:before{content:"\ec4b"}.bx-traffic-cone:before{content:"\ec4c"}.bx-train:before{content:"\ec4d"}.bx-transfer:before{content:"\ec4e"}.bx-transfer-alt:before{content:"\ec4f"}.bx-trash:before{content:"\ec50"}.bx-trash-alt:before{content:"\ec51"}.bx-trending-down:before{content:"\ec52"}.bx-trending-up:before{content:"\ec53"}.bx-trim:before{content:"\ec54"}.bx-trip:before{content:"\ec55"}.bx-trophy:before{content:"\ec56"}.bx-tv:before{content:"\ec57"}.bx-underline:before{content:"\ec58"}.bx-undo:before{content:"\ec59"}.bx-unite:before{content:"\ec5a"}.bx-unlink:before{content:"\ec5b"}.bx-up-arrow:before{content:"\ec5c"}.bx-up-arrow-alt:before{content:"\ec5d"}.bx-up-arrow-circle:before{content:"\ec5e"}.bx-upload:before{content:"\ec5f"}.bx-upside-down:before{content:"\ec60"}.bx-upvote:before{content:"\ec61"}.bx-usb:before{content:"\ec62"}.bx-user:before{content:"\ec63"}.bx-user-check:before{content:"\ec64"}.bx-user-circle:before{content:"\ec65"}.bx-user-minus:before{content:"\ec66"}.bx-user-pin:before{content:"\ec67"}.bx-user-plus:before{content:"\ec68"}.bx-user-voice:before{content:"\ec69"}.bx-user-x:before{content:"\ec6a"}.bx-vector:before{content:"\ec6b"}.bx-vertical-center:before{content:"\ec6c"}.bx-vial:before{content:"\ec6d"}.bx-video:before{content:"\ec6e"}.bx-video-off:before{content:"\ec6f"}.bx-video-plus:before{content:"\ec70"}.bx-video-recording:before{content:"\ec71"}.bx-voicemail:before{content:"\ec72"}.bx-volume:before{content:"\ec73"}.bx-volume-full:before{content:"\ec74"}.bx-volume-low:before{content:"\ec75"}.bx-volume-mute:before{content:"\ec76"}.bx-walk:before{content:"\ec77"}.bx-wallet:before{content:"\ec78"}.bx-wallet-alt:before{content:"\ec79"}.bx-water:before{content:"\ec7a"}.bx-webcam:before{content:"\ec7b"}.bx-wifi:before{content:"\ec7c"}.bx-wifi-0:before{content:"\ec7d"}.bx-wifi-1:before{content:"\ec7e"}.bx-wifi-2:before{content:"\ec7f"}.bx-wifi-off:before{content:"\ec80"}.bx-wind:before{content:"\ec81"}.bx-window:before{content:"\ec82"}.bx-window-alt:before{content:"\ec83"}.bx-window-close:before{content:"\ec84"}.bx-window-open:before{content:"\ec85"}.bx-windows:before{content:"\ec86"}.bx-wine:before{content:"\ec87"}.bx-wink-smile:before{content:"\ec88"}.bx-wink-tongue:before{content:"\ec89"}.bx-won:before{content:"\ec8a"}.bx-world:before{content:"\ec8b"}.bx-wrench:before{content:"\ec8c"}.bx-x:before{content:"\ec8d"}.bx-x-circle:before{content:"\ec8e"}.bx-yen:before{content:"\ec8f"}.bx-zoom-in:before{content:"\ec90"}.bx-zoom-out:before{content:"\ec91"}.bxs-party:before{content:"\ec92"}.bxs-hot:before{content:"\ec93"}.bxs-droplet:before{content:"\ec94"}.bxs-cat:before{content:"\ec95"}.bxs-dog:before{content:"\ec96"}.bxs-injection:before{content:"\ec97"}.bxs-leaf:before{content:"\ec98"}.bxs-add-to-queue:before{content:"\ec99"}.bxs-adjust:before{content:"\ec9a"}.bxs-adjust-alt:before{content:"\ec9b"}.bxs-alarm:before{content:"\ec9c"}.bxs-alarm-add:before{content:"\ec9d"}.bxs-alarm-exclamation:before{content:"\ec9e"}.bxs-alarm-off:before{content:"\ec9f"}.bxs-alarm-snooze:before{content:"\eca0"}.bxs-album:before{content:"\eca1"}.bxs-ambulance:before{content:"\eca2"}.bxs-analyse:before{content:"\eca3"}.bxs-angry:before{content:"\eca4"}.bxs-arch:before{content:"\eca5"}.bxs-archive:before{content:"\eca6"}.bxs-archive-in:before{content:"\eca7"}.bxs-archive-out:before{content:"\eca8"}.bxs-area:before{content:"\eca9"}.bxs-arrow-from-bottom:before{content:"\ecaa"}.bxs-arrow-from-left:before{content:"\ecab"}.bxs-arrow-from-right:before{content:"\ecac"}.bxs-arrow-from-top:before{content:"\ecad"}.bxs-arrow-to-bottom:before{content:"\ecae"}.bxs-arrow-to-left:before{content:"\ecaf"}.bxs-arrow-to-right:before{content:"\ecb0"}.bxs-arrow-to-top:before{content:"\ecb1"}.bxs-award:before{content:"\ecb2"}.bxs-baby-carriage:before{content:"\ecb3"}.bxs-backpack:before{content:"\ecb4"}.bxs-badge:before{content:"\ecb5"}.bxs-badge-check:before{content:"\ecb6"}.bxs-badge-dollar:before{content:"\ecb7"}.bxs-ball:before{content:"\ecb8"}.bxs-band-aid:before{content:"\ecb9"}.bxs-bank:before{content:"\ecba"}.bxs-bar-chart-alt-2:before{content:"\ecbb"}.bxs-bar-chart-square:before{content:"\ecbc"}.bxs-barcode:before{content:"\ecbd"}.bxs-baseball:before{content:"\ecbe"}.bxs-basket:before{content:"\ecbf"}.bxs-basketball:before{content:"\ecc0"}.bxs-bath:before{content:"\ecc1"}.bxs-battery:before{content:"\ecc2"}.bxs-battery-charging:before{content:"\ecc3"}.bxs-battery-full:before{content:"\ecc4"}.bxs-battery-low:before{content:"\ecc5"}.bxs-bed:before{content:"\ecc6"}.bxs-been-here:before{content:"\ecc7"}.bxs-beer:before{content:"\ecc8"}.bxs-bell:before{content:"\ecc9"}.bxs-bell-minus:before{content:"\ecca"}.bxs-bell-off:before{content:"\eccb"}.bxs-bell-plus:before{content:"\eccc"}.bxs-bell-ring:before{content:"\eccd"}.bxs-bible:before{content:"\ecce"}.bxs-binoculars:before{content:"\eccf"}.bxs-blanket:before{content:"\ecd0"}.bxs-bolt:before{content:"\ecd1"}.bxs-bolt-circle:before{content:"\ecd2"}.bxs-bomb:before{content:"\ecd3"}.bxs-bone:before{content:"\ecd4"}.bxs-bong:before{content:"\ecd5"}.bxs-book:before{content:"\ecd6"}.bxs-book-add:before{content:"\ecd7"}.bxs-book-alt:before{content:"\ecd8"}.bxs-book-bookmark:before{content:"\ecd9"}.bxs-book-content:before{content:"\ecda"}.bxs-book-heart:before{content:"\ecdb"}.bxs-bookmark:before{content:"\ecdc"}.bxs-bookmark-alt:before{content:"\ecdd"}.bxs-bookmark-alt-minus:before{content:"\ecde"}.bxs-bookmark-alt-plus:before{content:"\ecdf"}.bxs-bookmark-heart:before{content:"\ece0"}.bxs-bookmark-minus:before{content:"\ece1"}.bxs-bookmark-plus:before{content:"\ece2"}.bxs-bookmarks:before{content:"\ece3"}.bxs-bookmark-star:before{content:"\ece4"}.bxs-book-open:before{content:"\ece5"}.bxs-book-reader:before{content:"\ece6"}.bxs-bot:before{content:"\ece7"}.bxs-bowling-ball:before{content:"\ece8"}.bxs-box:before{content:"\ece9"}.bxs-brain:before{content:"\ecea"}.bxs-briefcase:before{content:"\eceb"}.bxs-briefcase-alt:before{content:"\ecec"}.bxs-briefcase-alt-2:before{content:"\eced"}.bxs-brightness:before{content:"\ecee"}.bxs-brightness-half:before{content:"\ecef"}.bxs-brush:before{content:"\ecf0"}.bxs-brush-alt:before{content:"\ecf1"}.bxs-bug:before{content:"\ecf2"}.bxs-bug-alt:before{content:"\ecf3"}.bxs-building:before{content:"\ecf4"}.bxs-building-house:before{content:"\ecf5"}.bxs-buildings:before{content:"\ecf6"}.bxs-bulb:before{content:"\ecf7"}.bxs-bullseye:before{content:"\ecf8"}.bxs-buoy:before{content:"\ecf9"}.bxs-bus:before{content:"\ecfa"}.bxs-business:before{content:"\ecfb"}.bxs-bus-school:before{content:"\ecfc"}.bxs-cabinet:before{content:"\ecfd"}.bxs-cake:before{content:"\ecfe"}.bxs-calculator:before{content:"\ecff"}.bxs-calendar:before{content:"\ed00"}.bxs-calendar-alt:before{content:"\ed01"}.bxs-calendar-check:before{content:"\ed02"}.bxs-calendar-edit:before{content:"\ed03"}.bxs-calendar-event:before{content:"\ed04"}.bxs-calendar-exclamation:before{content:"\ed05"}.bxs-calendar-heart:before{content:"\ed06"}.bxs-calendar-minus:before{content:"\ed07"}.bxs-calendar-plus:before{content:"\ed08"}.bxs-calendar-star:before{content:"\ed09"}.bxs-calendar-week:before{content:"\ed0a"}.bxs-calendar-x:before{content:"\ed0b"}.bxs-camera:before{content:"\ed0c"}.bxs-camera-home:before{content:"\ed0d"}.bxs-camera-movie:before{content:"\ed0e"}.bxs-camera-off:before{content:"\ed0f"}.bxs-camera-plus:before{content:"\ed10"}.bxs-capsule:before{content:"\ed11"}.bxs-captions:before{content:"\ed12"}.bxs-car:before{content:"\ed13"}.bxs-car-battery:before{content:"\ed14"}.bxs-car-crash:before{content:"\ed15"}.bxs-card:before{content:"\ed16"}.bxs-caret-down-circle:before{content:"\ed17"}.bxs-caret-down-square:before{content:"\ed18"}.bxs-caret-left-circle:before{content:"\ed19"}.bxs-caret-left-square:before{content:"\ed1a"}.bxs-caret-right-circle:before{content:"\ed1b"}.bxs-caret-right-square:before{content:"\ed1c"}.bxs-caret-up-circle:before{content:"\ed1d"}.bxs-caret-up-square:before{content:"\ed1e"}.bxs-car-garage:before{content:"\ed1f"}.bxs-car-mechanic:before{content:"\ed20"}.bxs-carousel:before{content:"\ed21"}.bxs-cart:before{content:"\ed22"}.bxs-cart-add:before{content:"\ed23"}.bxs-cart-alt:before{content:"\ed24"}.bxs-cart-download:before{content:"\ed25"}.bxs-car-wash:before{content:"\ed26"}.bxs-category:before{content:"\ed27"}.bxs-category-alt:before{content:"\ed28"}.bxs-cctv:before{content:"\ed29"}.bxs-certification:before{content:"\ed2a"}.bxs-chalkboard:before{content:"\ed2b"}.bxs-chart:before{content:"\ed2c"}.bxs-chat:before{content:"\ed2d"}.bxs-checkbox:before{content:"\ed2e"}.bxs-checkbox-checked:before{content:"\ed2f"}.bxs-checkbox-minus:before{content:"\ed30"}.bxs-check-circle:before{content:"\ed31"}.bxs-check-shield:before{content:"\ed32"}.bxs-check-square:before{content:"\ed33"}.bxs-chess:before{content:"\ed34"}.bxs-chevron-down:before{content:"\ed35"}.bxs-chevron-down-circle:before{content:"\ed36"}.bxs-chevron-down-square:before{content:"\ed37"}.bxs-chevron-left:before{content:"\ed38"}.bxs-chevron-left-circle:before{content:"\ed39"}.bxs-chevron-left-square:before{content:"\ed3a"}.bxs-chevron-right:before{content:"\ed3b"}.bxs-chevron-right-circle:before{content:"\ed3c"}.bxs-chevron-right-square:before{content:"\ed3d"}.bxs-chevrons-down:before{content:"\ed3e"}.bxs-chevrons-left:before{content:"\ed3f"}.bxs-chevrons-right:before{content:"\ed40"}.bxs-chevrons-up:before{content:"\ed41"}.bxs-chevron-up:before{content:"\ed42"}.bxs-chevron-up-circle:before{content:"\ed43"}.bxs-chevron-up-square:before{content:"\ed44"}.bxs-chip:before{content:"\ed45"}.bxs-church:before{content:"\ed46"}.bxs-circle:before{content:"\ed47"}.bxs-city:before{content:"\ed48"}.bxs-clinic:before{content:"\ed49"}.bxs-cloud:before{content:"\ed4a"}.bxs-cloud-download:before{content:"\ed4b"}.bxs-cloud-lightning:before{content:"\ed4c"}.bxs-cloud-rain:before{content:"\ed4d"}.bxs-cloud-upload:before{content:"\ed4e"}.bxs-coffee:before{content:"\ed4f"}.bxs-coffee-alt:before{content:"\ed50"}.bxs-coffee-togo:before{content:"\ed51"}.bxs-cog:before{content:"\ed52"}.bxs-coin:before{content:"\ed53"}.bxs-coin-stack:before{content:"\ed54"}.bxs-collection:before{content:"\ed55"}.bxs-color-fill:before{content:"\ed56"}.bxs-comment:before{content:"\ed57"}.bxs-comment-add:before{content:"\ed58"}.bxs-comment-check:before{content:"\ed59"}.bxs-comment-detail:before{content:"\ed5a"}.bxs-comment-dots:before{content:"\ed5b"}.bxs-comment-edit:before{content:"\ed5c"}.bxs-comment-error:before{content:"\ed5d"}.bxs-comment-minus:before{content:"\ed5e"}.bxs-comment-x:before{content:"\ed5f"}.bxs-compass:before{content:"\ed60"}.bxs-component:before{content:"\ed61"}.bxs-confused:before{content:"\ed62"}.bxs-contact:before{content:"\ed63"}.bxs-conversation:before{content:"\ed64"}.bxs-cookie:before{content:"\ed65"}.bxs-cool:before{content:"\ed66"}.bxs-copy:before{content:"\ed67"}.bxs-copy-alt:before{content:"\ed68"}.bxs-copyright:before{content:"\ed69"}.bxs-coupon:before{content:"\ed6a"}.bxs-credit-card:before{content:"\ed6b"}.bxs-credit-card-alt:before{content:"\ed6c"}.bxs-credit-card-front:before{content:"\ed6d"}.bxs-crop:before{content:"\ed6e"}.bxs-crown:before{content:"\ed6f"}.bxs-cube:before{content:"\ed70"}.bxs-cube-alt:before{content:"\ed71"}.bxs-cuboid:before{content:"\ed72"}.bxs-customize:before{content:"\ed73"}.bxs-cylinder:before{content:"\ed74"}.bxs-dashboard:before{content:"\ed75"}.bxs-data:before{content:"\ed76"}.bxs-detail:before{content:"\ed77"}.bxs-devices:before{content:"\ed78"}.bxs-diamond:before{content:"\ed79"}.bxs-dice-1:before{content:"\ed7a"}.bxs-dice-2:before{content:"\ed7b"}.bxs-dice-3:before{content:"\ed7c"}.bxs-dice-4:before{content:"\ed7d"}.bxs-dice-5:before{content:"\ed7e"}.bxs-dice-6:before{content:"\ed7f"}.bxs-direction-left:before{content:"\ed80"}.bxs-direction-right:before{content:"\ed81"}.bxs-directions:before{content:"\ed82"}.bxs-disc:before{content:"\ed83"}.bxs-discount:before{content:"\ed84"}.bxs-dish:before{content:"\ed85"}.bxs-dislike:before{content:"\ed86"}.bxs-dizzy:before{content:"\ed87"}.bxs-dock-bottom:before{content:"\ed88"}.bxs-dock-left:before{content:"\ed89"}.bxs-dock-right:before{content:"\ed8a"}.bxs-dock-top:before{content:"\ed8b"}.bxs-dollar-circle:before{content:"\ed8c"}.bxs-donate-blood:before{content:"\ed8d"}.bxs-donate-heart:before{content:"\ed8e"}.bxs-door-open:before{content:"\ed8f"}.bxs-doughnut-chart:before{content:"\ed90"}.bxs-down-arrow:before{content:"\ed91"}.bxs-down-arrow-alt:before{content:"\ed92"}.bxs-down-arrow-circle:before{content:"\ed93"}.bxs-down-arrow-square:before{content:"\ed94"}.bxs-download:before{content:"\ed95"}.bxs-downvote:before{content:"\ed96"}.bxs-drink:before{content:"\ed97"}.bxs-droplet-half:before{content:"\ed98"}.bxs-dryer:before{content:"\ed99"}.bxs-duplicate:before{content:"\ed9a"}.bxs-edit:before{content:"\ed9b"}.bxs-edit-alt:before{content:"\ed9c"}.bxs-edit-location:before{content:"\ed9d"}.bxs-eject:before{content:"\ed9e"}.bxs-envelope:before{content:"\ed9f"}.bxs-envelope-open:before{content:"\eda0"}.bxs-eraser:before{content:"\eda1"}.bxs-error:before{content:"\eda2"}.bxs-error-alt:before{content:"\eda3"}.bxs-error-circle:before{content:"\eda4"}.bxs-ev-station:before{content:"\eda5"}.bxs-exit:before{content:"\eda6"}.bxs-extension:before{content:"\eda7"}.bxs-eyedropper:before{content:"\eda8"}.bxs-face:before{content:"\eda9"}.bxs-face-mask:before{content:"\edaa"}.bxs-factory:before{content:"\edab"}.bxs-fast-forward-circle:before{content:"\edac"}.bxs-file:before{content:"\edad"}.bxs-file-archive:before{content:"\edae"}.bxs-file-blank:before{content:"\edaf"}.bxs-file-css:before{content:"\edb0"}.bxs-file-doc:before{content:"\edb1"}.bxs-file-export:before{content:"\edb2"}.bxs-file-find:before{content:"\edb3"}.bxs-file-gif:before{content:"\edb4"}.bxs-file-html:before{content:"\edb5"}.bxs-file-image:before{content:"\edb6"}.bxs-file-import:before{content:"\edb7"}.bxs-file-jpg:before{content:"\edb8"}.bxs-file-js:before{content:"\edb9"}.bxs-file-json:before{content:"\edba"}.bxs-file-md:before{content:"\edbb"}.bxs-file-pdf:before{content:"\edbc"}.bxs-file-plus:before{content:"\edbd"}.bxs-file-png:before{content:"\edbe"}.bxs-file-txt:before{content:"\edbf"}.bxs-film:before{content:"\edc0"}.bxs-filter-alt:before{content:"\edc1"}.bxs-first-aid:before{content:"\edc2"}.bxs-flag:before{content:"\edc3"}.bxs-flag-alt:before{content:"\edc4"}.bxs-flag-checkered:before{content:"\edc5"}.bxs-flame:before{content:"\edc6"}.bxs-flask:before{content:"\edc7"}.bxs-florist:before{content:"\edc8"}.bxs-folder:before{content:"\edc9"}.bxs-folder-minus:before{content:"\edca"}.bxs-folder-open:before{content:"\edcb"}.bxs-folder-plus:before{content:"\edcc"}.bxs-food-menu:before{content:"\edcd"}.bxs-fridge:before{content:"\edce"}.bxs-game:before{content:"\edcf"}.bxs-gas-pump:before{content:"\edd0"}.bxs-ghost:before{content:"\edd1"}.bxs-gift:before{content:"\edd2"}.bxs-graduation:before{content:"\edd3"}.bxs-grid:before{content:"\edd4"}.bxs-grid-alt:before{content:"\edd5"}.bxs-group:before{content:"\edd6"}.bxs-guitar-amp:before{content:"\edd7"}.bxs-hand:before{content:"\edd8"}.bxs-hand-down:before{content:"\edd9"}.bxs-hand-left:before{content:"\edda"}.bxs-hand-right:before{content:"\eddb"}.bxs-hand-up:before{content:"\eddc"}.bxs-happy:before{content:"\eddd"}.bxs-happy-alt:before{content:"\edde"}.bxs-happy-beaming:before{content:"\eddf"}.bxs-happy-heart-eyes:before{content:"\ede0"}.bxs-hdd:before{content:"\ede1"}.bxs-heart:before{content:"\ede2"}.bxs-heart-circle:before{content:"\ede3"}.bxs-heart-square:before{content:"\ede4"}.bxs-help-circle:before{content:"\ede5"}.bxs-hide:before{content:"\ede6"}.bxs-home:before{content:"\ede7"}.bxs-home-circle:before{content:"\ede8"}.bxs-home-heart:before{content:"\ede9"}.bxs-home-smile:before{content:"\edea"}.bxs-hotel:before{content:"\edeb"}.bxs-hourglass:before{content:"\edec"}.bxs-hourglass-bottom:before{content:"\eded"}.bxs-hourglass-top:before{content:"\edee"}.bxs-id-card:before{content:"\edef"}.bxs-image:before{content:"\edf0"}.bxs-image-add:before{content:"\edf1"}.bxs-image-alt:before{content:"\edf2"}.bxs-inbox:before{content:"\edf3"}.bxs-info-circle:before{content:"\edf4"}.bxs-info-square:before{content:"\edf5"}.bxs-institution:before{content:"\edf6"}.bxs-joystick:before{content:"\edf7"}.bxs-joystick-alt:before{content:"\edf8"}.bxs-joystick-button:before{content:"\edf9"}.bxs-key:before{content:"\edfa"}.bxs-keyboard:before{content:"\edfb"}.bxs-label:before{content:"\edfc"}.bxs-landmark:before{content:"\edfd"}.bxs-landscape:before{content:"\edfe"}.bxs-laugh:before{content:"\edff"}.bxs-layer:before{content:"\ee00"}.bxs-layer-minus:before{content:"\ee01"}.bxs-layer-plus:before{content:"\ee02"}.bxs-layout:before{content:"\ee03"}.bxs-left-arrow:before{content:"\ee04"}.bxs-left-arrow-alt:before{content:"\ee05"}.bxs-left-arrow-circle:before{content:"\ee06"}.bxs-left-arrow-square:before{content:"\ee07"}.bxs-left-down-arrow-circle:before{content:"\ee08"}.bxs-left-top-arrow-circle:before{content:"\ee09"}.bxs-like:before{content:"\ee0a"}.bxs-location-plus:before{content:"\ee0b"}.bxs-lock:before{content:"\ee0c"}.bxs-lock-alt:before{content:"\ee0d"}.bxs-lock-open:before{content:"\ee0e"}.bxs-lock-open-alt:before{content:"\ee0f"}.bxs-log-in:before{content:"\ee10"}.bxs-log-in-circle:before{content:"\ee11"}.bxs-log-out:before{content:"\ee12"}.bxs-log-out-circle:before{content:"\ee13"}.bxs-low-vision:before{content:"\ee14"}.bxs-magic-wand:before{content:"\ee15"}.bxs-magnet:before{content:"\ee16"}.bxs-map:before{content:"\ee17"}.bxs-map-alt:before{content:"\ee18"}.bxs-map-pin:before{content:"\ee19"}.bxs-mask:before{content:"\ee1a"}.bxs-medal:before{content:"\ee1b"}.bxs-megaphone:before{content:"\ee1c"}.bxs-meh:before{content:"\ee1d"}.bxs-meh-alt:before{content:"\ee1e"}.bxs-meh-blank:before{content:"\ee1f"}.bxs-memory-card:before{content:"\ee20"}.bxs-message:before{content:"\ee21"}.bxs-message-add:before{content:"\ee22"}.bxs-message-alt:before{content:"\ee23"}.bxs-message-alt-add:before{content:"\ee24"}.bxs-message-alt-check:before{content:"\ee25"}.bxs-message-alt-detail:before{content:"\ee26"}.bxs-message-alt-dots:before{content:"\ee27"}.bxs-message-alt-edit:before{content:"\ee28"}.bxs-message-alt-error:before{content:"\ee29"}.bxs-message-alt-minus:before{content:"\ee2a"}.bxs-message-alt-x:before{content:"\ee2b"}.bxs-message-check:before{content:"\ee2c"}.bxs-message-detail:before{content:"\ee2d"}.bxs-message-dots:before{content:"\ee2e"}.bxs-message-edit:before{content:"\ee2f"}.bxs-message-error:before{content:"\ee30"}.bxs-message-minus:before{content:"\ee31"}.bxs-message-rounded:before{content:"\ee32"}.bxs-message-rounded-add:before{content:"\ee33"}.bxs-message-rounded-check:before{content:"\ee34"}.bxs-message-rounded-detail:before{content:"\ee35"}.bxs-message-rounded-dots:before{content:"\ee36"}.bxs-message-rounded-edit:before{content:"\ee37"}.bxs-message-rounded-error:before{content:"\ee38"}.bxs-message-rounded-minus:before{content:"\ee39"}.bxs-message-rounded-x:before{content:"\ee3a"}.bxs-message-square:before{content:"\ee3b"}.bxs-message-square-add:before{content:"\ee3c"}.bxs-message-square-check:before{content:"\ee3d"}.bxs-message-square-detail:before{content:"\ee3e"}.bxs-message-square-dots:before{content:"\ee3f"}.bxs-message-square-edit:before{content:"\ee40"}.bxs-message-square-error:before{content:"\ee41"}.bxs-message-square-minus:before{content:"\ee42"}.bxs-message-square-x:before{content:"\ee43"}.bxs-message-x:before{content:"\ee44"}.bxs-meteor:before{content:"\ee45"}.bxs-microchip:before{content:"\ee46"}.bxs-microphone:before{content:"\ee47"}.bxs-microphone-alt:before{content:"\ee48"}.bxs-microphone-off:before{content:"\ee49"}.bxs-minus-circle:before{content:"\ee4a"}.bxs-minus-square:before{content:"\ee4b"}.bxs-mobile:before{content:"\ee4c"}.bxs-mobile-vibration:before{content:"\ee4d"}.bxs-moon:before{content:"\ee4e"}.bxs-mouse:before{content:"\ee4f"}.bxs-mouse-alt:before{content:"\ee50"}.bxs-movie:before{content:"\ee51"}.bxs-movie-play:before{content:"\ee52"}.bxs-music:before{content:"\ee53"}.bxs-navigation:before{content:"\ee54"}.bxs-network-chart:before{content:"\ee55"}.bxs-news:before{content:"\ee56"}.bxs-no-entry:before{content:"\ee57"}.bxs-note:before{content:"\ee58"}.bxs-notepad:before{content:"\ee59"}.bxs-notification:before{content:"\ee5a"}.bxs-notification-off:before{content:"\ee5b"}.bxs-offer:before{content:"\ee5c"}.bxs-package:before{content:"\ee5d"}.bxs-paint:before{content:"\ee5e"}.bxs-paint-roll:before{content:"\ee5f"}.bxs-palette:before{content:"\ee60"}.bxs-paper-plane:before{content:"\ee61"}.bxs-parking:before{content:"\ee62"}.bxs-paste:before{content:"\ee63"}.bxs-pen:before{content:"\ee64"}.bxs-pencil:before{content:"\ee65"}.bxs-phone:before{content:"\ee66"}.bxs-phone-call:before{content:"\ee67"}.bxs-phone-incoming:before{content:"\ee68"}.bxs-phone-off:before{content:"\ee69"}.bxs-phone-outgoing:before{content:"\ee6a"}.bxs-photo-album:before{content:"\ee6b"}.bxs-piano:before{content:"\ee6c"}.bxs-pie-chart:before{content:"\ee6d"}.bxs-pie-chart-alt:before{content:"\ee6e"}.bxs-pie-chart-alt-2:before{content:"\ee6f"}.bxs-pin:before{content:"\ee70"}.bxs-pizza:before{content:"\ee71"}.bxs-plane:before{content:"\ee72"}.bxs-plane-alt:before{content:"\ee73"}.bxs-plane-land:before{content:"\ee74"}.bxs-planet:before{content:"\ee75"}.bxs-plane-take-off:before{content:"\ee76"}.bxs-playlist:before{content:"\ee77"}.bxs-plug:before{content:"\ee78"}.bxs-plus-circle:before{content:"\ee79"}.bxs-plus-square:before{content:"\ee7a"}.bxs-pointer:before{content:"\ee7b"}.bxs-polygon:before{content:"\ee7c"}.bxs-printer:before{content:"\ee7d"}.bxs-purchase-tag:before{content:"\ee7e"}.bxs-purchase-tag-alt:before{content:"\ee7f"}.bxs-pyramid:before{content:"\ee80"}.bxs-quote-alt-left:before{content:"\ee81"}.bxs-quote-alt-right:before{content:"\ee82"}.bxs-quote-left:before{content:"\ee83"}.bxs-quote-right:before{content:"\ee84"}.bxs-quote-single-left:before{content:"\ee85"}.bxs-quote-single-right:before{content:"\ee86"}.bxs-radiation:before{content:"\ee87"}.bxs-radio:before{content:"\ee88"}.bxs-receipt:before{content:"\ee89"}.bxs-rectangle:before{content:"\ee8a"}.bxs-registered:before{content:"\ee8b"}.bxs-rename:before{content:"\ee8c"}.bxs-report:before{content:"\ee8d"}.bxs-rewind-circle:before{content:"\ee8e"}.bxs-right-arrow:before{content:"\ee8f"}.bxs-right-arrow-alt:before{content:"\ee90"}.bxs-right-arrow-circle:before{content:"\ee91"}.bxs-right-arrow-square:before{content:"\ee92"}.bxs-right-down-arrow-circle:before{content:"\ee93"}.bxs-right-top-arrow-circle:before{content:"\ee94"}.bxs-rocket:before{content:"\ee95"}.bxs-ruler:before{content:"\ee96"}.bxs-sad:before{content:"\ee97"}.bxs-save:before{content:"\ee98"}.bxs-school:before{content:"\ee99"}.bxs-search:before{content:"\ee9a"}.bxs-search-alt-2:before{content:"\ee9b"}.bxs-select-multiple:before{content:"\ee9c"}.bxs-send:before{content:"\ee9d"}.bxs-server:before{content:"\ee9e"}.bxs-shapes:before{content:"\ee9f"}.bxs-share:before{content:"\eea0"}.bxs-share-alt:before{content:"\eea1"}.bxs-shield:before{content:"\eea2"}.bxs-shield-alt-2:before{content:"\eea3"}.bxs-shield-x:before{content:"\eea4"}.bxs-ship:before{content:"\eea5"}.bxs-shocked:before{content:"\eea6"}.bxs-shopping-bag:before{content:"\eea7"}.bxs-shopping-bag-alt:before{content:"\eea8"}.bxs-shopping-bags:before{content:"\eea9"}.bxs-show:before{content:"\eeaa"}.bxs-skip-next-circle:before{content:"\eeab"}.bxs-skip-previous-circle:before{content:"\eeac"}.bxs-skull:before{content:"\eead"}.bxs-sleepy:before{content:"\eeae"}.bxs-slideshow:before{content:"\eeaf"}.bxs-smile:before{content:"\eeb0"}.bxs-sort-alt:before{content:"\eeb1"}.bxs-spa:before{content:"\eeb2"}.bxs-speaker:before{content:"\eeb3"}.bxs-spray-can:before{content:"\eeb4"}.bxs-spreadsheet:before{content:"\eeb5"}.bxs-square:before{content:"\eeb6"}.bxs-square-rounded:before{content:"\eeb7"}.bxs-star:before{content:"\eeb8"}.bxs-star-half:before{content:"\eeb9"}.bxs-sticker:before{content:"\eeba"}.bxs-stopwatch:before{content:"\eebb"}.bxs-store:before{content:"\eebc"}.bxs-store-alt:before{content:"\eebd"}.bxs-sun:before{content:"\eebe"}.bxs-tachometer:before{content:"\eebf"}.bxs-tag:before{content:"\eec0"}.bxs-tag-alt:before{content:"\eec1"}.bxs-tag-x:before{content:"\eec2"}.bxs-taxi:before{content:"\eec3"}.bxs-tennis-ball:before{content:"\eec4"}.bxs-terminal:before{content:"\eec5"}.bxs-thermometer:before{content:"\eec6"}.bxs-time:before{content:"\eec7"}.bxs-time-five:before{content:"\eec8"}.bxs-timer:before{content:"\eec9"}.bxs-tired:before{content:"\eeca"}.bxs-toggle-left:before{content:"\eecb"}.bxs-toggle-right:before{content:"\eecc"}.bxs-tone:before{content:"\eecd"}.bxs-torch:before{content:"\eece"}.bxs-to-top:before{content:"\eecf"}.bxs-traffic:before{content:"\eed0"}.bxs-traffic-barrier:before{content:"\eed1"}.bxs-traffic-cone:before{content:"\eed2"}.bxs-train:before{content:"\eed3"}.bxs-trash:before{content:"\eed4"}.bxs-trash-alt:before{content:"\eed5"}.bxs-tree:before{content:"\eed6"}.bxs-trophy:before{content:"\eed7"}.bxs-truck:before{content:"\eed8"}.bxs-t-shirt:before{content:"\eed9"}.bxs-tv:before{content:"\eeda"}.bxs-up-arrow:before{content:"\eedb"}.bxs-up-arrow-alt:before{content:"\eedc"}.bxs-up-arrow-circle:before{content:"\eedd"}.bxs-up-arrow-square:before{content:"\eede"}.bxs-upside-down:before{content:"\eedf"}.bxs-upvote:before{content:"\eee0"}.bxs-user:before{content:"\eee1"}.bxs-user-account:before{content:"\eee2"}.bxs-user-badge:before{content:"\eee3"}.bxs-user-check:before{content:"\eee4"}.bxs-user-circle:before{content:"\eee5"}.bxs-user-detail:before{content:"\eee6"}.bxs-user-minus:before{content:"\eee7"}.bxs-user-pin:before{content:"\eee8"}.bxs-user-plus:before{content:"\eee9"}.bxs-user-rectangle:before{content:"\eeea"}.bxs-user-voice:before{content:"\eeeb"}.bxs-user-x:before{content:"\eeec"}.bxs-vector:before{content:"\eeed"}.bxs-vial:before{content:"\eeee"}.bxs-video:before{content:"\eeef"}.bxs-video-off:before{content:"\eef0"}.bxs-video-plus:before{content:"\eef1"}.bxs-video-recording:before{content:"\eef2"}.bxs-videos:before{content:"\eef3"}.bxs-virus:before{content:"\eef4"}.bxs-virus-block:before{content:"\eef5"}.bxs-volume:before{content:"\eef6"}.bxs-volume-full:before{content:"\eef7"}.bxs-volume-low:before{content:"\eef8"}.bxs-volume-mute:before{content:"\eef9"}.bxs-wallet:before{content:"\eefa"}.bxs-wallet-alt:before{content:"\eefb"}.bxs-washer:before{content:"\eefc"}.bxs-watch:before{content:"\eefd"}.bxs-watch-alt:before{content:"\eefe"}.bxs-webcam:before{content:"\eeff"}.bxs-widget:before{content:"\ef00"}.bxs-window-alt:before{content:"\ef01"}.bxs-wine:before{content:"\ef02"}.bxs-wink-smile:before{content:"\ef03"}.bxs-wink-tongue:before{content:"\ef04"}.bxs-wrench:before{content:"\ef05"}.bxs-x-circle:before{content:"\ef06"}.bxs-x-square:before{content:"\ef07"}.bxs-yin-yang:before{content:"\ef08"}.bxs-zap:before{content:"\ef09"}.bxs-zoom-in:before{content:"\ef0a"}.bxs-zoom-out:before{content:"\ef0b"}.mt-threads:before{content:"\e100"}.mt-square-threads:before{content:"\e101"}.mt-square-x-twitter:before{content:"\e102"}.mt-x-twitter:before{content:"\e103"}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:400;text-align:left}blockquote:before,q:before{content:"\ee81";font-family:boxicons;position:absolute;left:-20px;top:-10px}blockquote:after,q:after{content:"\ee82";font-family:boxicons;position:absolute;right:0;bottom:-10px}blockquote,q{quotes:"""";position:relative}blockquote cite{display:block;font-weight:300;font-size:16px;margin-top:20px}blockquote cite:before{content:"-";margin-right:10px}a:focus{outline:0}a:hover,a:active{outline:0}a img{border:0}body,button,input,select,textarea{color:#3b3b3b;font-family:"Roboto",sans-serif;font-size:15px;line-height:1.8;font-weight:400}h1,h2,h3,h4,h5,h6{clear:both;font-weight:400;font-family:"Nunito",sans-serif;line-height:1.5;margin-bottom:15px;color:#3d3d3d;font-weight:700}p{margin-bottom:10px}b,strong{font-weight:700}dfn,cite,em,i{font-style:italic}blockquote{margin:0 20px;font-size:20px;font-style:italic;font-family:"Roboto",sans-serif;font-weight:300}address{margin:0 0 15px}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:1.5rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}h1{font-size:36px}h2{font-size:30px}h3{font-size:26px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}hr{background-color:#ccc;border:0;height:1px;margin-bottom:15px}ul,ol{margin:0 0 15px 20px}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:15px}dt{font-weight:700}dd{margin:0 15px 15px}img{height:auto;max-width:100%;vertical-align:middle}figure{margin:0}table{margin:0 0 15px;width:100%;border-collapse:collapse}th{font-weight:700;border:1px solid #ccc;padding:5px 10px}td{border:1px solid #ccc;padding:5px 10px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:middle}.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;font-size:14px;line-height:22px;border:none;padding:10px 25px;font-weight:400;display:inline-block;position:relative;text-shadow:none;border:1px solid #04a8d0;background:#04a8d0;color:#fff}.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background:#333;border-color:#333}input[type=checkbox],input[type=radio]{padding:0}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search]{color:#666;border:1px solid #ccc;height:36px;width:100%;-webkit-appearance:none}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus{border:1px solid #aaa}.searchform input[type=text]:focus{border:none}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search]{padding:3px 6px}textarea{overflow:auto;padding-left:3px;vertical-align:top;color:#666;border:1px solid #ccc;height:160px;max-width:100%;width:100%}a{color:#484747;text-decoration:none;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}a:hover,a:focus,a:active{color:#04a8d0}a:focus{outline:thin dotted}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#04a8d0;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:15px}.alignright{display:inline;float:right;margin-left:15px}.aligncenter{clear:both;display:block;margin:0 auto}.azure-news-clearfix:before,.azure-news-clearfix:after,.row:before,.row:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table}.azure-news-clearfix:after,.row:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.clear{clear:both}.widget-area .widget{margin:0 0 40px}.widget-area .widget select{max-width:100%}.footer-widgets-wrapper .azure-news-social-icon-wrap,.widget-area .azure-news-social-icon-wrap{float:none}.azure-news-social-icons-wrapper{overflow:auto}.sticky{display:block}h1.entry-title{color:#353535;font-weight:700;padding-bottom:0;text-transform:capitalize}h1.entry-title a{color:#3d3d3d}.hentry{margin:0 0 15px}.single .byline,.group-blog .byline,.posted-on,.blog-author,.blog-cat{display:inline;font-family:"Roboto",sans-serif;font-size:14px;font-weight:300}.entry-cat a{font-size:13px}.posted-on a{position:relative;color:#333}.entry-cat .cat-links a,.entry-meta a{color:#333}.byline a{color:#333}.entry-cat .cat-links a:hover,.entry-cat a:hover,.byline a:hover,.posted-on a:hover{color:#04a8d0}.cat-links{display:inline-block}.comments-link{float:right}.posted-on:before{content:"\ec45";font-family:boxicons;font-style:normal;margin-right:5px}.comments-link:before,.post-comment:before{content:"\ea76";font-family:boxicons;font-style:normal;margin-right:5px}.byline:before{content:"\ec63";font-family:boxicons;font-style:normal;margin-right:5px}.tags-links:before{content:"\ec3b";font-family:boxicons;font-style:normal;margin-right:3px}.page-content,.entry-content,.entry-summary{margin:15px 0 0}.page-content a,.entry-content a,.entry-summary a{text-decoration:underline}.page-links{clear:both;margin:0 0 15px}.edit-link .post-edit-link:before{content:"\eabf";font-family:boxicons;margin-right:5px}#blog-post article.hentry,.search article.hentry,.archive article.hentry,.tag article.hentry,.category article.hentry,.blog article.hentry{margin-bottom:40px}.blog article.hentry:first-child{margin-top:30px}.page-header{padding-left:12px}.page-header .page-title{font-size:22px;font-weight:600;letter-spacing:0;line-height:1.5em;padding-bottom:15px;position:relative}.page-header .page-title:after{content:"";position:absolute;left:0;bottom:2px;height:1px;width:95%;max-width:95%;background-color:#04a8d0}.page-header .page-title:before{content:"";position:absolute;left:0;bottom:0;height:5px;width:55px;background-color:#04a8d0}.updated{display:none}.published.updated{display:inline-block}.entry-footer a{color:#666}.entry-footer a:hover{color:#e53935}.nav-links .meta-nav{display:none}.nav-links:after{content:"";display:block;clear:both}.nav-links .nav-previous,.nav-links .nav-next{width:48%;float:left}.nav-links .nav-next{text-align:right;float:right}.nav-links .nav-previous a:before{content:"\ea2c";font-family:boxicons;font-style:normal;margin-right:5px}.nav-links .nav-next a:after{content:"\ea2f";font-family:boxicons;font-style:normal;margin-left:5px}.nav-links .nav-next a,.nav-links .nav-previous a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-thumbnail{width:38%;float:left}.entry-exrecpt{width:60%;float:right}.short-content{margin-bottom:10px}.short-content+.bttn{float:right}.full-width{float:none;width:100%}.navigation .nav-links .page-numbers{padding:0 14px;display:inline-block;background:0 0;border:1px solid #f4f2f2;color:#242424;height:38px;line-height:38px;text-align:center;margin:0 3px;border-radius:101px;border-color:#e1e1e1}.navigation.pagination{margin-left:0}.navigation .nav-links a.page-numbers:hover,.navigation .nav-links .page-numbers.current{background:#04a8d0;color:#fff;border:1px solid #04a8d0}.gallery{margin-bottom:1.5em;margin-left:-2%}#top-footer .gallery{margin-bottom:0}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;margin-bottom:3%;margin-left:2%}.site-main .gallery a img{max-width:none;width:100%}.gallery-columns-2 .gallery-item{max-width:47%}.gallery-columns-3 .gallery-item{max-width:31.33%}.gallery-columns-4 .gallery-item{max-width:23%}.gallery-columns-5 .gallery-item{max-width:18%}.gallery-columns-6 .gallery-item{max-width:14.66%}.gallery-columns-7 .gallery-item{max-width:12.28%}.gallery-columns-8 .gallery-item{max-width:10.5%}.gallery-columns-9 .gallery-item{max-width:9.11%}.gallery-caption{display:block}#comments{margin-top:30px}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}#comments h2.comments-title{color:#333;display:inline-block;font-size:22px;font-style:normal;font-weight:700;margin:15px 0;padding:8px 15px}#comments h3{margin:0 0 10px;color:#141414;font-weight:600;display:inline-block;line-height:22px;font-size:18px}#commentform label{display:inline-block}textarea#comment{width:100%;height:150px}.comment-form-cookies-consent label{margin-left:14px}.comments-area ol{margin:0;padding:0;list-style:none}.comments-area ol.children{margin:0 0 0 15px}.comment-list .comment-body{padding:20px;margin-bottom:20px;background:0 0;border:1px solid #e1e1e1;text-align:left}.comment-author img{vertical-align:text-top;margin-right:15px;border:1px solid #e1e1e1;padding:3px}.comment-author{float:none}.comment-metadata{font-size:12px;margin-top:-12px;padding-left:50px}.comment-content{margin-top:10px;padding-left:50px}.comment-author .fn{font-style:normal;font-size:16px;text-transform:capitalize;font-weight:700}.comment-author .fn .url{color:#333;padding:0;font-size:16px}.comment-author .fn .url:hover{color:#04a8d0}.comment-author .says{display:none}.commentmetadata{float:right;font-weight:400;font-size:12px;font-style:italic;font-weight:300}.comment-metadata a{color:#969696}.commentmetadata .comment-edit-link{color:#e53935}.commentmetadata+.clear{margin-bottom:20px}.reply .comment-reply-link{background:none repeat scroll 0 0 #04a8d0;color:#fff;font-size:12px;line-height:20px;padding:2px 10px;display:inline-block}.reply .comment-reply-link:hover{background:none repeat scroll 0 0 #050505}#respond{padding:20px;margin:20px 0 0;color:#141414;border:1px solid #e1e1e1;background:#fafafa}#commentform .form-submit{margin-bottom:0}#cancel-comment-reply-link{font-style:italic;color:#04a8d0}#cancel-comment-reply-link:before{font-family:boxicons;content:"\ec8d";margin:0 5px 0 20px;font-style:normal;color:#04a8d0}.logged-in-as a{color:#04a8d0}.edit-link a{color:#04a8d0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#infinite-footer{display:none}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:15px;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:10px 0}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-main .gallery dd,.site-main .gallery figcaption{margin:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.azure-news-column-wrapper{margin-left:-3%;margin-bottom:-3%}.azure-news-column-one{display:inline-block;margin-right:-4px;vertical-align:top;width:97%;margin-left:3%;margin-bottom:3%}.azure-news-column-two{display:inline-block;margin-right:-4px;vertical-align:top;width:47%;margin-left:3%;margin-bottom:3%}.azure-news-column-three{display:inline-block;margin-right:-4px;vertical-align:top;width:30.33%;margin-left:3%;margin-bottom:3%}.azure-news-column-four{display:inline-block;margin-right:-4px;vertical-align:top;width:22%;margin-left:3%;margin-bottom:3%}.azure-news-column-five{display:inline-block;margin-right:-4px;vertical-align:top;width:17%;margin-left:3%;margin-bottom:3%}.widget_archive ul,.widget_categories ul,.widget_recent_entries ul,.widget_meta ul,.widget_recent_comments ul,.widget_rss ul,.widget_pages ul,.widget_nav_menu ul,.wp-block-latest-posts,.wp-block-archives,.wp-block-categories,.wp-block-page-list,.wp-block-latest-comments{list-style:outside none none;margin:0}.wp-block-page-list ul{list-style:outside none none}.widget_archive li,.widget_categories li,.widget_recent_entries li,.widget_meta li,.widget_recent_comments li,.widget_rss li,.widget_pages li,.widget_nav_menu li,.wp-block-latest-posts li,.wp-block-archives li,.wp-block-categories li,.wp-block-page-list li,.wp-block-latest-comments li{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:5px;padding-bottom:5px}.widget_archive li:last-child,.widget_categories li:last-child,.widget_recent_entries li:last-child,.widget_meta li:last-child,.widget_recent_comments li:last-child,.widget_rss li:last-child,.widget_pages li:last-child,.widget_nav_menu li:last-child,.wp-block-latest-posts li:last-child,.wp-block-archives li:last-child,.wp-block-categories li:last-child,.wp-block-page-list li:last-child{border:none;padding-bottom:0;margin-bottom:0}.widget_archive a,.widget_categories a,.widget_recent_entries a,.widget_meta a,.widget_recent_comments li,.widget_rss li,.widget_pages li a,.widget_nav_menu li a,.wp-block-latest-posts li a,.wp-block-archives li a,.wp-block-categories li a,.wp-block-page-list li a,.wp-block-latest-comments li{color:#333;font-size:14px;line-height:32px;padding-left:30px;position:relative;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;display:inline-block}.widget a:hover,.widget a:hover:before,.widget li:hover:before{color:#04a8d0}.widget_archive a:before,.widget_categories a:before,.widget_recent_entries a:before,.widget_meta a:before,.widget_recent_comments li:before,.widget_rss li:before,.widget_pages li a:before,.widget_nav_menu li a:before,.wp-block-latest-posts li a:before,.wp-block-archives li a:before,.wp-block-categories li a:before,.wp-block-page-list li a:before,.wp-block-latest-comments li:before{color:#afb4bd;content:"\e9fc";font-family:boxicons;font-size:18px;left:0;position:absolute;top:0;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.widget_categories a:before,.wp-block-categories li a:before{content:"\ea39"}.widget_recent_entries a:before,.wp-block-latest-posts li a:before{content:"\ea97"}.widget_meta a:before,.widget_nav_menu li a:before{content:"\ea55"}.widget_recent_comments li:before,.wp-block-latest-comments li:before{content:"\eb78";top:0}.widget_rss li:before{content:"\ebee";top:0}.widget_pages li a:before,.wp-block-page-list li a:before{content:"\ead5";top:0}.widget_search .search-field{width:75%;float:left}.widget_search .search-submit{height:36px;width:25%;background:#e53935;border-color:#e53935;color:#fff}.widget_recent_entries .post-date{color:#8f8f8f;display:block;font-size:11px;margin-top:-5px;padding-left:24px}.widget_nav_menu .sub-menu{margin:10px 0 0 10px}.widget_nav_menu li:before{top:0}.widget_search:after{clear:both;content:"";display:table}.widget_search .search-field{width:75%;float:left}.widget_search .search-submit,.widget_search .search-submit:hover{height:36px;width:25%;background:#e53935;border-color:#e53935;color:#fff;padding:0}.widget_tag_cloud .tagcloud a,.widget_tag_cloud a{color:#909090;font-size:14px !important;border:1px solid #cfcfcf;padding:1px 10px;display:inline-block;margin:0 5px 10px 0;border-radius:2px}.widget_tag_cloud .tagcloud a:hover,.widget.widget_tag_cloud a:hover{background:#e53935;color:#fff;border-color:#e53935}.wp-block-search__button{background:#333;border:none;width:auto;margin:0;height:36px;color:#fff;padding:0 20px}#primary,.home.blog #primary{float:left;width:70%}#secondary,.home.blog #secondary{float:right;width:27%}#left-secondary,.home.blog #left-secondary{float:left;width:27%}.home.page-template-template-home #primary,.home.page-template-template-home #secondary,.error404 #primary{float:none;width:100%}.left-sidebar #primary,.home.left-sidebar #primary{float:right}.both-sidebar #left-secondary,.home.blog.both-sidebar #left-secondary{float:left;width:23%}.both-sidebar #primary,.home.blog.both-sidebar #primary{float:left;width:50%;margin-left:2% !important}.both-sidebar #secondary,.home.blog.both-sidebar #secondary{float:right;width:23%}.no-sidebar #primary,.home.blog.no-sidebar #primary{float:none;width:100%;margin:0 auto}body.no-sidebar-center #primary,body.home.blog.no-sidebar-center #primary{float:none;width:80%;margin:30px auto}.no-sidebar #secondary,.no-sidebar-center #secondary{display:none}#secondary .widget_media_image img,#left-secondary .widget_media_image img{width:100%}.home.blog #content #primary article:first-child{margin-top:0}.widget .author,.widget .posted-on a:before{display:none}.left-sidebar #secondary{display:none}.right-sidebar #left-secondary{display:none}.no-sidebar #secondary,.no-sidebar #left-secondary,.no-sidebar-center #secondary,.no-sidebar-center #left-secondary{display:none}body{font-weight:400;position:relative;font-family:"Roboto",sans-serif;line-height:1.8}.azure-news-container{width:1320px}.azure-news-container{width:1320px;margin:0 auto}.azure-news-flex{display:flex;align-items:center}.social-icon{list-style-type:none}.azure-news-grid{display:grid}.entry-title{margin:0}.entry-title a{color:#212121;font-size:18px}.entry-title a:hover{color:#04a8d0;text-decoration:underline}.post-title a{color:#212121;display:inline}.post-title a:hover{color:#04a8d0}#masthead{background-color:#fff}.azure-news-site-layout--separate .page-content-wrapper{margin:0}.azure-news-site-layout--separate #page{background:#f7f8f9}.azure-news-site-layout--boxed{background:#3582c4}.azure-news-site-layout--boxed #page{width:1290px}.azure-news-site-layout--boxed #page{width:1370px;margin:0 auto;background:#fff;overflow:hidden}.azure-news-site-layout--boxed .azure-news-container{width:100%;padding:0 40px}.azure-news-site-layout--boxed .banner-tabbed-wrapper ul.banner-tabs li a{padding:7px}.azure-news-site-layout--boxed .header-news-ticker-wrapper{padding:0 40px}#masthead.header--bg-image{background-color:#fff;position:relative}#masthead.header--bg-image:after{background:rgba(0,0,0,.2);content:"";position:absolute;top:0;left:0;width:100%;height:100%}#masthead.header--bg-image .azure-news-container{position:relative;z-index:1}#masthead.header--bg-image .azure-advertisement-wrapper .azure-news-container{z-index:auto}#masthead.header--bg-image #site-navigation ul li a,#masthead.header--bg-image .header-search-wrapper i{color:#fff !important}#masthead.header--bg-image #site-navigation ul.sub-menu a,#site-navigation ul.children a{color:#000 !important}#masthead.header--bg-image .is-sticky #site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-ancestor>a{border:none}#masthead.header--bg-image .is-sticky #site-navigation ul li a{color:#000 !important}#masthead.header--bg-image .sidebar-menu-toggle-nav span{background-color:#fff}#top-header{padding:8px 0;background:#04a8d0}.azure-news-menu-toogle{display:none}#top-header-menu{display:flex;margin-bottom:0;gap:11px;list-style-type:none}.top-header-date-wrap{color:#fff}#top-header-menu a{color:#fff}.social-icons-wrapper{order:2;margin:0 0 0 auto;display:flex}.top-bar-navigation{order:2;margin:0 0 0 10px}.social-icons-wrapper .social-icon{margin-left:12px}.social-icon a{color:#fff}.social-icons-wrapper .social-icon i{border-radius:50px;padding:6px;width:max-content;height:max-content;background:0 0}.social-icons-wrapper .social-icon i:hover{background-color:#fff;color:#04a8d0;border-radius:50px;padding:6px;width:max-content;height:max-content;text-align:center}.sidebar-toggle-search-wrapper .sidebar-menu-toggle{background:0 0;border-color:#b9b8b8;color:#494a4a;font-size:21px;border-radius:7px;padding:14px}.sticky-header-sidebar.isActive{left:0;opacity:1;visibility:visible}.sticky-header-sidebar{position:fixed;left:-360px;width:360px;top:0;opacity:0;visibility:hidden;background:#f7f8f9;transition:.5s ease;z-index:99;box-shadow:0 0 20px rgba(0,0,0,.5);height:100%}.sticky-header-widget-wrapper{padding:35px 20px;position:relative;z-index:1;background:#f4f2f2;height:100%;overflow-y:scroll}.sticky-sidebar-close{position:absolute;top:50px;right:-16px;font-size:24px;border-color:#04a8d0;background-color:#04a8d0;color:#fff;padding:2px;display:block;line-height:20px;cursor:pointer;z-index:2}.sticky-header-widget-wrapper .widget{margin-top:30px;background:#fff;padding:15px}.main-header-wrapper .sidebar-menu-toggle-nav{position:relative;overflow:hidden;width:24px;height:17px;margin:0 auto}.main-header-wrapper .sidebar-menu-toggle-nav span{position:absolute;display:inline-block;width:100%;left:0;border-radius:10px;height:3px;background-color:#505050;border-color:#fff;transition:.075s all ease-in}.main-header-wrapper .sidebar-menu-toggle-nav span.smtn-top{width:85%}.main-header-wrapper .sidebar-menu-toggle-nav span.smtn-mid{top:50%;width:100%;margin-top:-1.5px}.main-header-wrapper .sidebar-menu-toggle-nav span.smtn-bot{bottom:0;width:85%;transition-delay:90ms}.sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-top,.sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-bot,.sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-top,.sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-bot{width:100%}.header-search-wrapper{float:right;position:relative}.header-search-wrapper .search-icon a{padding-left:16px;color:#000;font-size:19px}.search-icon{display:block;line-height:40px;padding:0 14px;cursor:pointer;color:#fff}.header-search-wrapper .search-form-wrap{background:#fff none repeat scroll 0 0;box-shadow:1px 1px 7px rgba(0,0,0,.15);border-top:2px solid#04a8d0;padding:15px;position:absolute;left:0;top:116%;width:300px;z-index:9999;opacity:0;visibility:hidden;transform:scaleY(0);background-clip:inherit;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:center top 0;transform-origin:center top 0;box-shadow:0px 5px 10px 0px rgb(0 0 0/5%)}input[type=search]:focus-visible{outline:1px solid #04a8d0;border-radius:1px}.header-search-wrapper .search-form-wrap:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #04a8d0;content:"";position:absolute;left:27px;top:-10px}.header-search-wrapper .search-form-wrap .search-submit{border:medium none;border-radius:0;box-shadow:none;color:#fff;float:left;padding:7px 0 10px;width:20%;height:36px;background:#04a8d0}.search-icon-close{position:absolute;right:-12px;top:-11px;background-color:#04a8d0;color:#fff;padding-left:0;border-radius:20px;width:25px;height:25px;text-align:center;line-height:27PX;font-size:18px}.search-icon-close a{color:#fff}.search-icon-close a:hover{color:#000}.header-search-wrapper .search-form-wrap .search-field{border-radius:0;padding:4px 10px;width:80%;float:left}.search-form-wrap.active-search{visibility:visible;opacity:1;transform:scaleY(1)}.site-branding{margin:0 auto;text-align:center}#azure-news-site-mode-wrap a{display:block;height:36px;width:36px;border-radius:50px;position:relative;transition:.25s;font-size:0;background-color:#fff;box-shadow:0 0 35px rgba(0,0,0,.13)}#azure-news-site-mode-wrap a span{height:22px;width:22px;border-radius:50%;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all ease-in-out .3s}#azure-news-site-mode-wrap a.dark-mode span:after{height:12px;width:12px;content:"";position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);opacity:1;visibility:visible;color:#111;transition:all ease-in-out .3s;background-size:12px 12px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E")}#azure-news-site-mode-wrap a.light-mode span:after{display:block;--size:15px;appearance:none;outline:none;cursor:pointer;width:var(--size);height:var(--size);box-shadow:inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;border-radius:999px;color:#333;transition:all .5s;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%);content:""}.main-header-wrapper .subcribe-ads-button.logo-ads-wrapper{display:inherit;gap:12px;align-items:center}.subcribe-ads-button a{background-color:#04a8d0;padding:5px 10px;display:inline-block;border-radius:7px}.subcribe-ads-button i,.subcribe-ads-button a,.subcribe-ads-button a:hover{color:#fff}.main-header-wrapper{padding:8px 0 0}.custom-button-bell-icon{display:inline-block;width:28px;height:38px;font-size:40px;font-size:22px;-webkit-animation:ring 4s .7s ease-in-out infinite;-webkit-transform-origin:50% 4px;-moz-animation:ring 4s .7s ease-in-out infinite;-moz-transform-origin:50% 4px;animation:ring 4s .7s ease-in-out infinite;transform-origin:50% 4px;vertical-align:middle}.custom-button-bell-icon:hover,.azure-icon-title-label:hover{color:#fff}@-webkit-keyframes ring{0%{-webkit-transform:rotateZ(0)}1%{-webkit-transform:rotateZ(30deg)}3%{-webkit-transform:rotateZ(-28deg)}5%{-webkit-transform:rotateZ(34deg)}7%{-webkit-transform:rotateZ(-32deg)}9%{-webkit-transform:rotateZ(30deg)}11%{-webkit-transform:rotateZ(-28deg)}13%{-webkit-transform:rotateZ(26deg)}15%{-webkit-transform:rotateZ(-24deg)}17%{-webkit-transform:rotateZ(22deg)}19%{-webkit-transform:rotateZ(-20deg)}21%{-webkit-transform:rotateZ(18deg)}23%{-webkit-transform:rotateZ(-16deg)}25%{-webkit-transform:rotateZ(14deg)}27%{-webkit-transform:rotateZ(-12deg)}29%{-webkit-transform:rotateZ(10deg)}31%{-webkit-transform:rotateZ(-8deg)}33%{-webkit-transform:rotateZ(6deg)}35%{-webkit-transform:rotateZ(-4deg)}37%{-webkit-transform:rotateZ(2deg)}39%{-webkit-transform:rotateZ(-1deg)}41%{-webkit-transform:rotateZ(1deg)}43%{-webkit-transform:rotateZ(0)}100%{-webkit-transform:rotateZ(0)}}@-moz-keyframes ring{0%{-moz-transform:rotate(0)}1%{-moz-transform:rotate(30deg)}3%{-moz-transform:rotate(-28deg)}5%{-moz-transform:rotate(34deg)}7%{-moz-transform:rotate(-32deg)}9%{-moz-transform:rotate(30deg)}11%{-moz-transform:rotate(-28deg)}13%{-moz-transform:rotate(26deg)}15%{-moz-transform:rotate(-24deg)}17%{-moz-transform:rotate(22deg)}19%{-moz-transform:rotate(-20deg)}21%{-moz-transform:rotate(18deg)}23%{-moz-transform:rotate(-16deg)}25%{-moz-transform:rotate(14deg)}27%{-moz-transform:rotate(-12deg)}29%{-moz-transform:rotate(10deg)}31%{-moz-transform:rotate(-8deg)}33%{-moz-transform:rotate(6deg)}35%{-moz-transform:rotate(-4deg)}37%{-moz-transform:rotate(2deg)}39%{-moz-transform:rotate(-1deg)}41%{-moz-transform:rotate(1deg)}43%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(0)}}@keyframes ring{0%{transform:rotate(0)}1%{transform:rotate(30deg)}3%{transform:rotate(-28deg)}5%{transform:rotate(34deg)}7%{transform:rotate(-32deg)}9%{transform:rotate(30deg)}11%{transform:rotate(-28deg)}13%{transform:rotate(26deg)}15%{transform:rotate(-24deg)}17%{transform:rotate(22deg)}19%{transform:rotate(-20deg)}21%{transform:rotate(18deg)}23%{transform:rotate(-16deg)}25%{transform:rotate(14deg)}27%{transform:rotate(-12deg)}29%{transform:rotate(10deg)}31%{transform:rotate(-8deg)}33%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}37%{transform:rotate(2deg)}39%{transform:rotate(-1deg)}41%{transform:rotate(1deg)}43%{transform:rotate(0)}100%{transform:rotate(0)}}.bottom-header-wrapper{position:relative}.bottom-header-wrapper .azure-news-container{border-top:1px solid #e1e1e1;justify-content:center}.azure-news-header-ads-wrap{text-align:center}.is-sticky .bottom-header-wrapper .azure-news-container{border-top:none !important}.is-sticky .azure-news-header-ads-wrap{display:none}.is-sticky .bottom-header-wrapper{background:#fff;z-index:999;box-shadow:0 0 10px rgba(0,0,0,.1)}.is-sticky #site-navigation .menu-item-description{display:none}.azure-advertisement-wrapper .azure-news-container{border:0}#site-navigation ul{display:flex;list-style-type:none;margin-bottom:0;margin-left:0}#site-navigation ul li{position:relative}#site-navigation ul#primary-menu li.menu-item-has-children a,#site-navigation #primary-menu li.page_item_has_children a{padding-right:25px}#site-navigation ul li a{font-weight:500;font-size:17px;line-height:42px;display:block;position:relative;padding:18px 22px}#site-navigation ul li:hover>a:before{transform:rotateX(180deg)}#site-navigation ul.sub-menu,#site-navigation ul.children{margin-left:0}#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-ancestor>a{color:#04a8d0;top:-2px;border-top:3px solid #04a8d0}#site-navigation ul.sub-menu li{border-bottom:1px solid #e1e1e1;width:100%}#site-navigation ul.sub-menu li:hover{background-color:#f4f4f4;-webkit-transition:.5s all ease;transition:.5s all ease}#site-navigation #primary-menu>li>a:after,#site-navigation ul.nav-menu>li>a:after{position:absolute;content:"";height:3px;background:#04a8d0;right:0;margin:0 auto;top:-2px;width:100%;transition:.5s;transform:scaleX(0);transform-origin:top left}#site-navigation #primary-menu>li:hover>a:after,#site-navigation ul.nav-menu>li:hover>a:after{transform-origin:top left;transform:scaleX(1)}#site-navigation .sub-menu li>a:after{position:absolute;content:"";width:3px;height:0;top:50%;left:15px;transform:translateY(-50%);margin:0;background:#6c6c6c;opacity:0;visibility:hidden;transition:all .4s ease}#site-navigation ul li.menu-item-has-children>a:before,#site-navigation ul li.page_item_has_children>a:before{content:"\ea4a";font-family:boxicons;position:absolute;right:0}#site-navigation ul.sub-menu li.menu-item-has-children>a:before,#site-navigation ul.children li.page_item_has_children>a:before{content:"\ea50"}#site-navigation ul.sub-menu li a,#site-navigation ul.children li a{padding:10px 15px;line-height:1.5;margin:0}#site-navigation .menu-item-description{position:absolute;top:1px;right:-39px;background:#04a8d0;line-height:24px;font-size:12px;padding:0 10px;color:#fff;font-weight:600;text-transform:capitalize;z-index:9}#site-navigation .menu-item-description:after{position:absolute;bottom:-3px;left:0;content:"";width:0;height:0;border-style:solid;border-width:3px 3px 0 0;border-color:#04a8d0 transparent transparent;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}#site-navigation ul.sub-menu .menu-item-description,#site-navigation ul.children .menu-item-description{display:none}#site-navigation ul.sub-menu li:last-child,#site-navigation ul.children li:last-child{border:none}#site-navigation ul li a.azure-news-sub-toggle{display:none}#site-navigation ul.sub-menu,#site-navigation ul.children{position:absolute;-webkit-transform:scaleY(0);transform:scaleY(0);background-color:#fff;background-clip:inherit;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:center top 0;transform-origin:center top 0;box-shadow:0px 5px 10px 0px rgb(0 0 0/5%);border-radius:0 5px 5px;border-left:8px solid #04a8d0;opacity:0;line-height:24px;list-style-type:none;width:220px}#site-navigation ul.sub-menu li,#site-navigation ul.children li{float:none;display:block;border-bottom:1px solid #e1e1e1;margin:0}#site-navigation ul.sub-menu li ul,#site-navigation ul.children li ul{right:9999em;left:auto !important;top:0 !important;-webkit-transition:opacity .15s linear,transform .15s ease,right 0s .15s;-o-transition:opacity .15s linear,transform .15s ease,right 0s .15s;transition:opacity .15s linear,transform .15s ease,right 0s .15s}#site-navigation ul.sub-menu li:hover>ul,#site-navigation ul.children li:hover>ul,#site-navigation ul.sub-menu li.focus>ul,#site-navigation ul.children li.focus>ul{right:-100%;left:auto !important;top:0 !important;-webkit-transition:opacity .15s linear,transform .15s ease,left 0s .15s;-o-transition:opacity .15s linear,transform .15s ease,left 0s .15s;transition:opacity .15s linear,transform .15s ease,left 0s .15s}#site-navigation li:hover>ul.sub-menu,#site-navigation li:hover>ul.children,#site-navigation ul li.focus>ul.sub-menu,#site-navigation ul li.focus>ul.children{opacity:1;z-index:1;transform:scaleY(1)}#site-navigation ul li.focus>ul.sub-menu,#site-navigation ul li.focus>ul.children{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1)} .azure-news-site-layout--separate .header-news-ticker-wrapper{margin:0 0 30px}.header-news-ticker-wrapper .news-ticker-posts-wrapper{overflow:hidden;max-height:84px}.header-news-ticker-wrapper{border-top:2px solid #e1e1e1;margin:8px 0 30px;padding:0;background-color:#f4f2f2}.header-news-ticker-wrapper .single-post-wrap{display:inline-block;margin-right:20px}.header-news-ticker-wrapper .azure-news-container{padding:8px 0}.news-post-thumb{display:inline-block;width:62px;margin-right:15px;vertical-align:middle}.news-ticker-post-title{font-size:14px;display:inline-block;width:250px;vertical-align:middle;font-weight:700;line-height:1.9}.news-post-content-wrap{display:inline-block}.posted-on{display:inline}.news-ticker-label{background-color:#04a8d0;text-align:center;line-height:1.5;position:relative;padding:19px 10px 19px;border-radius:7px;color:#fff;font-weight:700;flex:0 0 13%;align-items:center;float:left}.news-ticker-loader{width:30px;height:30px;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0;display:inline-block;vertical-align:middle;margin-right:10px}.news-ticker-loader div{position:absolute;width:12px;height:12px;background:#e1e1e1;animation:news-ticker-loader 1s linear infinite}.news-post-thumb img{border-radius:7px}.azure-news-banner-wrapper{padding:20px 0 0}.azure-news-banner-wrapper .tab-content-wrap .post-content-wrap .posted-on.publish{display:flex}.azure-news-banner-wrapper .azure-news-container{grid-template-columns:25.33% 46.33% 28.33%}.azure-news-banner-wrapper .azure-news-container{display:grid}.azure-news-banner-wrapper.banner-placed--slider-block-tab .azure-news-container{grid-template-columns:46.33% 25.33% 28.33%}.azure-news-banner-wrapper.banner-placed--slider-tab-block .azure-news-container{grid-template-columns:46.33% 28.33% 25.33%}.azure-news-banner-wrapper.banner-placed--tab-slider-block .azure-news-container{grid-template-columns:28.33% 46.33% 25.33%}.azure-news-banner-wrapper.banner-placed--tab-block-slider .azure-news-container{grid-template-columns:28.33% 25.33% 46.33%}.azure-news-banner-wrapper.banner-placed--block-tab-slider .azure-news-container{grid-template-columns:25.33% 28.33% 46.33%}.azure-news-banner-wrapper.banner-placed--block-slider-tab .azure-news-container{grid-template-columns:25.33% 46.33% 28.33%}.azure-news-banner-wrapper .single-block-post-wrapper .post-thumbnail-wrap{height:214px}.azure-news-banner-wrapper .single-block-post-wrapper.no-image .post-thumbnail-wrap{display:block;height:auto;margin-bottom:40px}.azure-news-banner-wrapper.banner-placed--slider-block-tab .block-wrapper,.azure-news-banner-wrapper.banner-placed--block-tab-slider .banner-tabbed-wrapper,.azure-news-banner-wrapper.banner-placed--block-slider-tab .lSSlideOuter,.azure-news-banner-wrapper.banner-placed--tab-slider-block .lSSlideOuter,.azure-news-banner-wrapper.banner-placed--tab-block-slider .block-wrapper,.azure-news-banner-wrapper.banner-placed--slider-tab-block .banner-tabbed-wrapper{padding:0 30px}.azure-news-banner-wrapper .has-image{position:relative}.azure-news-banner-wrapper .azure-news-block .block-wrapper .post-content-wrap{position:absolute;left:0;bottom:0;width:100%;padding:8px 19px;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%)}.azure-news-banner-wrapper .banner-tabbed-wrapper ul.banner-tabs li{display:inline-block;text-align:center}.azure-news-banner-wrapper .banner-tabs .ui-tabs-tab i{margin-right:5px}#banner-tabbed .banner-tabs{margin-left:0;margin-bottom:20px}.banner-tabbed-wrapper ul.banner-tabs li a{padding:8px;border:1px solid #999;margin-right:5px;width:33.1%;color:#484747;background-color:#fff;box-shadow:0 0 35px rgb(0 0 0/4%)}.azure-news-banner-wrapper .banner-tabbed-wrapper ul.banner-tabs li.ui-state-active a,.banner-tabbed-wrapper ul.banner-tabs li:hover a{background-color:#04a8d0;color:#fff;border:1px solid #04a8d0}.azure-news-banner-wrapper .lSSlideOuter .slide-content-wrap{position:absolute;left:0;bottom:0;width:100%;padding:15px 41px;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%)}.azure-news-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap{display:inline-block;background-color:#fff;box-shadow:0 0 35px rgb(0 0 0/4%);padding:10px 0;width:100%}.azure-news-banner-wrapper .tabbed-content-wrapper .tab-content-wrap .post-content-wrap .post-title{font-size:14px;margin-bottom:0;line-height:1.9}.azure-news-banner-wrapper .lSSlideWrapper .post-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.azure-news-banner-wrapper .post-meta-wrap span a,.azure-news-banner-wrapper .post-meta-wrap span{color:#fff !important}.azure-news-banner-wrapper .lSSlideWrapper .post-meta-wrap{color:#fff;line-height:55px}.tabbed-content-wrapper .single-post-wrap .post-image{width:38%;display:inline-block;margin-right:-4px;vertical-align:middle;padding-left:8px;height:100px}.azure-news-banner-wrapper img{width:100%;height:100%;object-fit:cover}.post-image.hover-effect--one{overflow:hidden}.azure-news-banner-wrapper figure,.azure-news-banner-wrapper .post-thumbnail{height:100%}.banner-tabbed-wrapper .single-post-wrap .post-content-wrap{width:60%;display:inline-block;margin-left:2%;vertical-align:middle;padding:5px 8px 0 10px}.azure-news-banner-wrapper .banner-tabbed-wrapper .post-cats-wrap{position:static}.azure-news-banner-wrapper a,.post-excerpt{color:#fff}.azure-news-banner-wrapper .tabbed-content-wrapper a{color:#484747;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;border-radius:5px}.azure-news-banner-wrapper .tabbed-content-wrapper a:hover{color:#04a8d0;text-decoration:underline}.azure-news-banner-wrapper .post-title{font-size:16px}.tabbed-content-wrapper .single-post-wrap{margin-bottom:20px}.azure-news-banner-wrapper .lSSlideWrapper .bx-chevron-left,.bx-chevron-right{display:none}.azure-news-banner-wrapper .lSSlideWrapper .post-thumbnail-wrap{margin-bottom:0;height:449px}.single-slide-wrap{height:449px;overflow:hidden;position:relative}.single-slide-wrap.no-image{height:290px}.azure-news-banner-wrapper .lSSlideWrapper .no-image .post-thumbnail-wrap{height:auto;display:block}.azure-news-banner-wrapper .lSSlideWrapper .post-cat-item a{background-color:#ffffffd6;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:3px 10px;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);font-weight:600}.azure-news-banner-wrapper .lSSlideWrapper .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff !important}.azure-news-banner-wrapper .block-wrapper .post-cat-item a{background-color:#ffffffd6;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:3px 10px;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);font-weight:600}.azure-news-banner-wrapper .block-wrapper .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff !important}.azure-news-banner-wrapper .block-wrapper .post-cats-wrap .post-cats-list{margin:10px 0 10px}.azure-news-banner-wrapper .lSSlideWrapper .post-cats-wrap .post-cats-list{margin:10px 0 10px}.azure-news-banner-wrapper .post-cats-list{margin-left:0}.slide-content-wrap .slide-title{font-size:24px}.azure-news-banner-wrapper.has-banner-bg-image{padding:60px 0 50px;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative}.azure-news-banner-wrapper.has-banner-bg-image .banner-tabbed-wrapper ul.banner-tabs li a{border:1px solid #fff}#frontpage-middle-content .azure-news-flex{align-items:flex-start;gap:20px}.frontpage-block,.secondary-content-wrapper .widget{margin:30px 0 0}.azure-news-site-layout--separate .frontpage-block,.home.blog.azure-news-site-layout--separate .frontpage-block{margin:30px 0 0}.home.blog.azure-news-site-layout--separate .frontpage-block .home.blog.azure-news-site-layout--separate .secondary-content-wrapper .widget,.azure-news-site-layout--separate #left-secondary .widget,.home.blog.azure-news-site-layout--separate #left-secondary .widget,.azure-news-site-layout--separate #primary,.home.blog.azure-news-site-layout--separate #primary{margin:30px 0 0;background-color:#fff;padding:20px}.azure-news-site-layout--separate .frontpage-block .block-wrapper,.azure-news-site-layout--separate #secondary .widget,.home.blog.azure-news-site-layout--separate #secondary .widget{margin:30px 0 0;background-color:#fff;padding:20px;box-shadow:0 0 35px rgba(0,0,0,.13)}.azure-news-site-layout--separate .secondary-content-wrapper .widget{margin-top:30px;padding:20px;background-color:#fff;box-shadow:0 0 35px rgba(0,0,0,.13)}.secondary-content-wrapper{width:30%}.primary-content-wrapper{width:70%;float:left}.news-block-block .block-wrapper.block-layout--two .block-column-wrapper.azure-news-grid{grid-column-gap:2%;grid-template-columns:49% 49%;margin-top:20px;margin-bottom:-10px}.frontpage-block.news-block-block .block-posts-wrapper.azure-news-grid{grid-column-gap:2%;grid-template-columns:50% 48%}.post-thumbnail-wrap{position:relative;margin-bottom:20px}.no-image .post-thumbnail-wrap{display:none}.author-info-wrap{text-align:center;padding:5px;background-color:#f7f8f9}.author-bio{text-align:justify}.author-info-wrap img{width:100%;height:100%;object-fit:cover}.author-name{color:#04a8d0}.author-avatar{width:180px;height:180px;overflow:hidden;border-radius:100%;margin:0 auto 10px}.author-name{margin:20px 0 5px}.news-block-block .block-column-wrapper .post-thumbnail-wrap{display:inline-block;width:35%;margin-right:-4px;vertical-align:top;position:relative}.news-block-block .block-layout--two .block-column-wrapper .post-thumbnail-wrap{display:inline-block;width:32%;margin-right:-4px;vertical-align:top;position:relative}.news-block-block .block-layout--two .block-column-wrapper .post-content-wrap{display:inline-block;width:68%;vertical-align:top;padding-left:15px}.news-block-block .block-column-wrapper .post-content-wrap{display:inline-block;width:65%;vertical-align:top;padding-left:15px}.news-block-block .block-column-wrapper .no-image .post-content-wrap{padding-left:0;width:100%}.news-block-block .block-column-wrapper .post-cats-wrap ul{margin-top:0}.news-block-block .block-column-wrapper article{margin-bottom:15px;border-bottom:1px solid #ddd;padding-bottom:10px}.news-block-block .block-column-wrapper article:last-child{border:none;margin:0;padding:0}.news-featured-block .block-wrapper.block-layout--two .post-meta-wrap>span,.news-block-block .block-column-wrapper .post-meta-wrap>span{font-size:12px;margin-right:15px}.news-block-block .block-layout--two .block-column-wrapper article:last-child{border-bottom:1px solid #ddd}.post-cats-wrap .post-cats-list li{display:inline-block;margin-right:10px}.block-wrapper .block-title{margin-bottom:20px;position:relative;width:100%;font-weight:600;letter-spacing:0;line-height:1.5em;padding-bottom:15px;font-size:22px}.block-wrapper .block-title:before{content:"";position:absolute;left:0;bottom:0;height:5px;width:55px;background-color:#04a8d0}.block-wrapper .block-title:after{content:"";position:absolute;left:0;bottom:2px;height:1px;width:100%;background-color:#04a8d0}.block-posts-wrapper .post-cats-wrap .post-cats-list .post-cat-item a{color:#04a8d0;font-weight:700;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:3px 9px}.block-posts-wrapper .post-cats-wrap .post-cats-list .post-cat-item a:hover,.related-posts-wrapper .post-cats-wrap .post-cats-list .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff !important}#frontpage-middle-content .block-column-wrapper .azure-news-button.read-more-button{display:none}.azure-news-site-layout--separate .frontpage-block .block-wrapper{background:#fff;margin:30px 0 0}.block-column-wrapper .entry-title a{font-size:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.7;margin:5px 0}.block-main-wrapper .post-excerpt{color:#484747;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.9}.block-layout--one .post-cats-list{margin:0}.news-block-block .block-layout--one .block-column-wrapper .post-title-wrap .entry-title{line-height:1;margin-bottom:3px}.news-block-block .block-layout--two .block-column-wrapper .post-title-wrap .entry-title{line-height:1.2}.block-main-wrapper .post-meta-wrap{padding:5px 0}.post-meta-wrap{gap:20px}.frontpage-block.news-featured-block .block-layout--one .block-post-wrap .entry-title{line-height:1.2}.frontpage-block.news-featured-block .block-layout--one .block-post-wrap .post-content-wrap{line-height:35px}.news-featured-block .block-wrapper.block-layout--two .azure-news-column-wrapper{margin-bottom:-20px}.news-featured-block .block-wrapper.block-layout--two article{margin-bottom:20px}.news-featured-block .block-wrapper.block-layout--two .post-thumbnail-wrap{display:inline-block;width:35%;margin-right:-4px;vertical-align:top;position:relative}.news-featured-block .block-wrapper.block-layout--two .post-content-wrap{display:inline-block;width:65%;vertical-align:top;padding-left:15px}.news-featured-block .block-wrapper.block-layout--two .post-cats-wrap ul{margin-top:0}.news-featured-block .block-wrapper.block-layout--two .entry-title{line-height:1.3}.news-featured-block .block-wrapper.block-layout--two .block-post-wrap .post-title-wrap .entry-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.news-featured-block .block-wrapper.block-layout--two .azure-news-button.read-more-button{display:none}.frontpage-block.ad-block .block-wrapper{text-align:center}.page-content-wrapper{margin:30px 0 0}.trending-posts-wrapper .post-content-wrap .post-cat-item a,.latest-posts-wrapper .post-content-wrap .post-cat-item a{color:#04a8d0;font-weight:700;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:3px 9px}.trending-posts-wrapper .post-content-wrap .post-cat-item a:hover,.latest-posts-wrapper .post-content-wrap .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff !important}.trending-posts-wrapper .post-content-wrap,.latest-posts-wrapper .posts-column-wrapper .post-content-wrap{width:66%;margin-right:-4px;vertical-align:middle;display:inline-block;margin-left:4%;margin-bottom:20px}.trending-posts-wrapper .post-thumbnail-wrap,.latest-posts-wrapper .posts-column-wrapper .post-thumbnail-wrap{display:inline-block;width:30%;margin-right:-4px;vertical-align:middle}.trending-posts-wrapper .entry-title a,.latest-posts-wrapper .posts-column-wrapper .entry-title a{font-size:16px;line-height:27px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-posts-wrapper .post-wrap{margin-bottom:15px}.post-meta-wrap span a,.post-meta-wrap span{color:#737373;text-transform:capitalize}.post-meta-wrap.azure-news-flex{display:block}.post-meta-wrap>span{font-size:13px;font-weight:500;margin-right:15px}.post-cats-wrap ul{margin:0}.latest-posts-wrapper .posts-main-wrapper .entry-title{font-size:18px;line-height:35px}.widget-title{font-size:22px;font-weight:600;letter-spacing:0;line-height:1.5em;padding-bottom:15px;position:relative}.widget-title:before{content:"";position:absolute;left:0;bottom:0;height:5px;width:55px;background-color:#04a8d0}.widget-title:after{content:"";position:absolute;left:0;bottom:2px;height:1px;width:95%;max-width:255px;background-color:#04a8d0}.posts-wrapper .post-thumbnail-wrap img{border-radius:10px}.trending-posts-wrapper .lSAction{top:0;right:0;position:absolute}.trending-posts .post-thumbnail-wrap .post-count{position:absolute;left:0;top:0;background-color:#04a8d0;display:block;padding:0 10px;font-size:14px;color:#fff;border-radius:6px 0 10px 1px}.trending-posts .post-wrap{overflow:hidden}.trending-posts-wrapper .lSAction a{background:0 0;background-position-x:0%;background-position-y:0%;color:gray;border:1px solid #e1e1e1;line-height:32px;display:inline-block;margin-left:10px !important;font-size:22px;position:static;width:32px;height:32px;text-align:center}.archive-style--list .archive-content-wrapper article{display:grid;grid-template-columns:40% 57%;grid-column-gap:3%;vertical-align:top}.archive-style--grid .archive-content-wrapper article{display:inline-block;vertical-align:top;width:47%;margin-left:3%;margin-right:-4px;margin-bottom:30px}.archive-style--grid .archive-content-wrapper{margin-left:-3%}.archive-style--grid .azure-news-post-content-wrap{line-height:35px}.archive-content-wrapper .entry-content{margin:5px 0 0}.both-sidebar .azure-news-post-content-wrap .entry-title a{font-size:18px;line-height:30px;display:inherit}.both-sidebar .azure-news-post-content-wrap .entry-title a:hover{color:#04a8d0}.post-cats-wrap .post-cats-list{margin:10px 0 0}.azure-news-post-content-wrap .entry-meta>span{margin-right:14px}.azure-news-post-content-wrap .entry-meta span a{color:#737373;font-size:14px;display:inline-block;position:relative;font-weight:500}.azure-news-post-content-wrap .entry-meta span a:hover,.azure-news-post-content-wrap .entry-meta span:hover:before{color:#04a8d0}.azure-news-post-content-wrap .entry-content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.9}.post .azure-news-post-content-wrap .entry-content{display:block}.azure-news-button.read-more-button a{color:#151515;background-color:#fff;border-color:#fff;position:relative;overflow:hidden;display:inline-block;padding:8px 25px 8px 11px;font-size:13px;line-height:16px;border:2px solid #f7f8f9;font-weight:600;white-space:nowrap;text-align:center;cursor:pointer;vertical-align:middle;transition:.25s all ease-in-out;border-radius:25px;margin:8px 0}.azure-news-button.read-more-button a:hover{color:#fff;background-color:#04a8d0;border-color:#04a8d0}.azure-news-button.read-more-button a:after{content:"\ebe6";font-family:boxicons;position:absolute;right:3px;top:8px;font-size:18px;transition:all .3s ease}.azure-news-post-content-wrap .post-cats-wrap .post-cat-item a{color:#04a8d0;font-weight:700;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:3px 9px}.azure-news-post-content-wrap .post-cats-wrap .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff !important}.archive-style--classic .azure-news-post-content-wrap{line-height:35px}.breadcrumb-trail.breadcrumbs{margin-top:30px;padding:15px;background-color:#f4f4f4}.breadcrumb-trail.breadcrumbs ul{margin:0;list-style:none}.breadcrumb-trail.breadcrumbs ul li{display:inline-block;margin-right:5px;text-transform:capitalize}.breadcrumb-trail.breadcrumbs ul li:after{content:"/";padding:0 5px 0 10px;font-size:15px}.breadcrumb-trail.breadcrumbs ul li:last-child:after{content:"";padding:0 5px 0 10px;font-size:15px}.azure-news-site-layout--separate .breadcrumb-trail.breadcrumbs{background-color:#fff;box-shadow:0 0 35px rgb(0 0 0/4%)}.single .entry-title{font-size:27px}.single-posts-layout--two .post-thumbnail-wrap .azure-news-post-title-wrap{position:absolute;left:0;bottom:0;width:100%;padding:25px 32px;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%)}.single-posts-layout--two.both-sidebar .post-thumbnail-wrap .azure-news-post-title-wrap .entry-title{line-height:1.5;margin-top:10px}.single-posts-layout--two.both-sidebar .azure-news-author__avatar,.single-posts-layout--two.both-sidebar .azure-news-author-info{width:100%;text-align:center}.single-posts-layout--two.both-sidebar .post-author-box-wrapper{text-align:center}.single-posts-layout--two .post-thumbnail-wrap .azure-news-post-title-wrap a{color:#fff}.single-posts-layout--two .post-thumbnail-wrap .azure-news-post-title-wrap .entry-title{color:#fff;line-height:55px;font-size:27px}.single-posts-layout--two .post-thumbnail-wrap .azure-news-post-title-wrap .entry-meta>span{color:#fff;margin-right:15px}.single-post .azure-news-post-title-wrap .post-cats-wrap .post-cat-item a{background-color:#fffbfb30;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:7px 9px;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);font-weight:600}.single-post .azure-news-post-title-wrap .post-cats-wrap .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff}.post-author-box-wrapper{border:1px solid #e1e1e1;padding:23px 6px;margin-top:30px}.azure-news-author__avatar{display:inline-block;width:12%;margin-right:2%;vertical-align:top}.azure-news-author-info{display:inline-block;width:85%}.both-sidebar .related-posts-wrapper article{width:47%;margin-bottom:25px}.single-related-posts{margin-top:30px}.related-posts-wrapper article{width:30.33%;display:inline-block;vertical-align:top;margin-left:3%;margin-right:-4px}.related-posts-wrapper{margin-left:-3%}.azure-news-author-website{margin-top:10px}.azure-news-author-website a{color:#04a8d0}.related-posts-wrapper .post-cats-wrap .post-cat-item a{color:#04a8d0;font-weight:700;background-image:linear-gradient(#04a8d0,#04a8d0);background-size:2px 100%;background-repeat:no-repeat;transition:.4s;width:max-content;padding:3px 9px}.related-posts-wrapper .post-cats-wrap .post-cat-item a:hover{background-size:100% 100%;width:max-content;color:#fff}.related-posts-wrapper .entry-header .entry-title{line-height:1.2}.related-post-title{margin-bottom:20px;position:relative;width:100%;font-weight:600;letter-spacing:0;line-height:1.5em;padding-bottom:15px;font-size:22px}.related-post-title:before{content:"";position:absolute;left:0;bottom:0;height:5px;width:55px;max-width:255px;background-color:#04a8d0}.related-post-title:after{content:"";position:absolute;left:0;bottom:2px;height:1px;width:95%;max-width:100%;background-color:#04a8d0}.error-404 .page-title{font-size:40px;font-weight:700}.error-404.not-found .page-search-wrapper{margin-top:40px}.error-404.not-found .page-search-wrapper .search-field{width:87%;margin-right:-5px;height:44px;padding:5px 10px}.page-header .four-zero-four{text-align:center;background:#fff;font-family:"Arvo",serif;font-size:150px}.error-404 .page-header .page-title:before{content:"";position:relative}.error-404 .page-header .page-title:after{content:"";position:relative}.error-404{text-align:center;padding:40px 0 88px;width:60%;margin:0 auto}.emoji-sad{position:relative;width:120px;height:120px;background:#ffd200;border-radius:50%;margin-left:1%}.face{width:inherit;height:inherit}.eyebrow-left{position:absolute;height:20px;width:24px;left:27px;border-radius:50%;border:5px solid transparent;box-sizing:border-box;border-top-color:#000;top:25px}.eyebrow-right{position:absolute;height:20px;width:24px;right:27px;border-radius:50%;border:5px solid transparent;box-sizing:border-box;border-top-color:#000;top:25px}.eye-left{position:absolute;width:11px;height:12px;background:#000;left:33px;top:40px;border-radius:50%}.eye-right{position:absolute;width:11px;height:12px;background:#000;right:33px;top:40px;border-radius:50%}.mouth-sad{position:absolute;width:78px;height:80px;border:6px solid transparent;top:70px;left:20px;box-sizing:border-box;border-radius:50%;border-top-color:#000}.four-zero-sad-wrapper{justify-content:center}.error-404.not-found .error-button-wrap a{background-color:#04a8d0;display:inline-block;margin-top:30px;padding:10px 20px;border-radius:5px;color:#fff}.error-404.not-found .error-button-wrap a:hover{background:#333;background-color:#333;color:#fff;padding:10px 20px;display:inline-block}.error-404.not-found .page-content p{font-size:19px}.error-404.not-found .search-field::placeholder{font-size:20px}.page.type-page .entry-title{font-size:22px;font-weight:600;letter-spacing:0;line-height:1.5em;padding-bottom:15px;position:relative}.page.type-page .entry-title:before{content:"";position:absolute;left:0;bottom:0;height:5px;width:55px;background-color:#04a8d0}.page.type-page .entry-title:after{content:"";position:absolute;left:0;bottom:2px;height:1px;width:95%;max-width:95%;background-color:#04a8d0}.azure-news-author-name a{color:#04a8d0}.post-thumbnail-wrap .post-min-read{position:absolute;top:15px;left:15px;background-color:#2b2b2b;color:#fff;display:inline-block;padding:2px 15px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase;opacity:.8}.latest-posts-wrapper .posts-column-wrapper .post-min-read,.block-wrapper .block-column-wrapper .post-min-read{display:none}.comment-list .reply{padding-left:50px}.no-thumbnail .post-min-read{display:none}.no-image .post-min-read,.no-featured-img .no-image{display:none}.block-post-wrap.no-image .post-min-read{display:none}.azure-news-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap.no-image{width:100%}.banner-tabbed-wrapper .single-post-wrap .no-image .post-content-wrap{width:100%}.header-news-ticker-wrapper .single-post-wrap.no-image{padding:8px 0}.azure-news-banner-wrapper .azure-news-block .block-wrapper .single-block-post-wrapper.no-image .post-content-wrap{position:relative}.post-wrap.no-image .post-min-read{display:none}.post-image.hover-effect--one img{transform:scale(1);transition:.5s ease}.post-image.hover-effect--one:hover img,.single-block-post-wrapper:hover .post-image.hover-effect--one img,.single-slide-wrap:hover .post-image.hover-effect--one img{transform:scale(1.1);opacity:.9}.azure-news-aside.trending-posts-wrapper{position:relative}.trending-posts-wrapper .lSSlideWrapper,.trending-posts-wrapper .lSSlideOuter.vertical{position:static}#azure-news-scrollup{position:fixed;right:20px;bottom:20px;background-color:#04a8d0;width:50px;height:50px;line-height:58px;text-align:center;color:#fff;font-size:32px;border-radius:100%;cursor:pointer;transition:.5s ease}#colophon{background:#f4f2f2;padding:0;margin-top:60px}#footer-widget-area{padding-top:50px}.footer-widget--column-one .footer-widget-wrapper.azure-news-grid{grid-template-columns:100%}.footer-widget--column-two .footer-widget-wrapper.azure-news-grid{grid-template-columns:repeat(2,calc(50% - 1em))}.footer-widget--column-three .footer-widget-wrapper.azure-news-grid{grid-template-columns:repeat(3,calc(33.33% - 1.33em))}.footer-widget--column-four .footer-widget-wrapper.azure-news-grid{grid-template-columns:repeat(4,calc(25% - 1.5em))}.footer-widget-wrapper.azure-news-grid{grid-column-gap:2em}.footer-widget-wrapper span.azure-widget-title{color:#000;display:inline-block;font-weight:700;line-height:1;padding:5px 12px;position:relative;text-transform:uppercase;background-color:#f4f2f2;z-index:1}#colophon #footer-menu ul li .children,#colophon #footer-menu ul li .sub-menu{display:none}.site-info{background-color:#04a8d0;color:#fff}.site-info a{color:#fff}.site-info .copyright-content-wrapper a{color:#fff;border-bottom:1px solid #fff;font-weight:600}.site-info .copyright-content-wrapper a:hover{color:#1a1a1a;border-bottom:1px solid #353535}.site-info #footer-navigation ul li{display:inline-block;margin:10px}.site-info #footer-navigation ul{margin:0}.site-info #footer-navigation ul ul{display:none}.site-info #footer-navigation ul .menu-item-description{display:none}.copyright-content-wrapper{margin-right:auto}.footer-navigation{margin-left:auto;text-align:right}#footer-navigation ul li a:hover{color:#fff;text-decoration:underline}#footer-navigation ul li a{text-transform:capitalize}body.dark-mode,.dark-mode #site-navigation ul li a,.dark-mode.azure-news-icon-elements-wrap .search-icon a,.dark-mode .entry-title a,.dark-mode .azure-news-button a,.dark-mode .block-title,.dark-mode .post-excerpt,.dark-mode .widget_archive a,.dark-mode .widget_categories a,.dark-mode .widget_recent_entries a,.dark-mode .widget_meta a,.dark-mode .widget_recent_comments li,.dark-mode .widget_rss li,.dark-mode .widget_pages li a,.dark-mode .widget_nav_menu li a,.dark-mode .wp-block-latest-posts li a,.dark-mode .wp-block-archives li a,.dark-mode .wp-block-categories li a,.dark-mode .wp-block-page-list li a,.dark-mode .wp-block-latest-comments li,.dark-mode .entry-title,.dark-mode #comments h3,.dark-mode #respond,.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6,.dark-mode .page-header .page-title,.dark-mode .header-news-ticker-wrapper .post-title a,.dark-mode .banner-tabbed-wrapper ul.banner-tabs li a,.dark-mode .trending-posts .entry-title a,.dark-mode .latest-posts-wrapper .posts-column-wrapper .entry-title a:hover,.dark-mode.header-main-layout--two .custom-button-bell-icon,.dark-mode .azure-news-banner-wrapper .post-title a,.dark-mode .azure-news-banner-wrapper .slide-title a,.dark-mode .news-ticker-post-title a,.dark-mode .header-search-wrapper i,.dark-mode .trail-item span,.dark-mode .azure-news-post-content-wrap .entry-meta span a,.dark-mode .navigation .nav-links a.page-numbers,.dark-mode.navigation .nav-links a,.dark-mode .wp-block-latest-comments__comment-meta a,.dark-mode .published.updated,.dark-mode .post-meta-wrap a,.dark-mode .post-meta-wrap span,.dark-mode .site-title a,.dark-mode .azure-news-button.read-more-button a,.dark-mode .block-main-wrapper .post-excerpt,.dark-mode .azure-news-banner-wrapper .tabbed-content-wrapper a,.dark-mode textarea,.dark-mode input[type=search]{color:#fff}.dark-mode.-news-site-layout--separate .frontpage-block .block-wrapper,.dark-mode.azure-news-site-layout--separate #primary,.dark-mode.home.blog.azure-news-site-layout--separate #primary,.dark-mode.azure-news-site-layout--separate #secondary .widget,.dark-mode.home.blog.azure-news-site-layout--separate #secondary .widget,.dark-mode.azure-news-site-layout--separate #left-secondary .widget,.dark-mode.home.blog.azure-news-site-layout--separate #left-secondary .widget,.dark-mode.azure-news-site-layout--separate .breadcrumbs,.dark-mode #respond,.azure-news-site-layout--separate.dark-mode .secondary-content-wrapper .widget,.dark-mode .header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts,.dark-mode .sticky-header-widget-wrapper .widget,.dark-mode .banner-tabbed-wrapper .single-post-wrap,.dark-mode .header-news-ticker-wrapper,.dark-mode .author-info-wrap,.dark-mode .bottom-header-wrapper,.dark-mode #site-navigation ul.sub-menu,.dark-mode #site-navigation ul.children,.dark-mode .main-header-wrapper,.dark-mode .azure-news-button.read-more-button a,.dark-mode .breadcrumb-trail.breadcrumbs,.dark-mode .sticky-header-widget-wrapper,.dark-mode #top-header,.dark-mode #footer-widget-area,.dark-mode .site-info,.dark-mode #azure-news-scrollup,.dark-mode .subcribe-ads-button a,.dark-mode .sticky-wrapper.is-sticky,.dark-mode.azure-news-site-layout--separate .frontpage-block .block-wrapper,.dark-mode .azure-news-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap,.dark-mode .is-sticky .bottom-header-wrapper,.dark-mode .header-search-wrapper .search-form-wrap{background:#1c1c1c}.dark-mode .subcribe-ads-button a{border:1px solid #fff}.dark-mode .sidebar-menu-toggle-nav span{background-color:#fff}.dark-mode .bottom-header-wrapper .azure-news-container{border-top:1px solid #000}body.dark-mode,.dark-mode #page,.dark-mode .mt-logo-row-wrapper,.dark-mode textarea#comment,.dark-mode input[type=search]{background:#000}.azure-news-site-layout--boxed .azure-news-container{width:100%;padding:0 40px}.dark-mode .site-branding img{filter:brightness(0) invert(1)}@media (min-width:1400px){#site-navigation .sub-menu,.primary-menu-wrap{display:block !important}}@media (max-width:1400px){.azure-news-container{width:100% !important;padding:0 20px}.header-news-ticker-wrapper .azure-news-container{padding:8px 20px}}@media only screen and (min-width:1000px) and (max-width:1019px){.azure-news-banner-wrapper.banner-placed--slider-block-tab .block-wrapper,.azure-news-banner-wrapper.banner-placed--block-tab-slider .banner-tabbed-wrapper,.azure-news-banner-wrapper.banner-placed--block-slider-tab .lSSlideOuter,.azure-news-banner-wrapper.banner-placed--tab-slider-block .lSSlideOuter,.azure-news-banner-wrapper.banner-placed--tab-block-slider .block-wrapper,.azure-news-banner-wrapper.banner-placed--slider-tab-block .banner-tabbed-wrapper,.azure-news-banner-wrapper.banner-placed--tab-block-slider .lSSlideOuter{padding:20px 0}.azure-news-banner-wrapper .block-wrapper .single-block-post-wrapper{width:94%;display:inline-block;margin-left:4%;margin-right:-4px;vertical-align:top;height:237px;margin-bottom:15px}#banner-tabbed .banner-tabs{text-align:center;padding:20px 0}.azure-news-banner-wrapper .azure-news-container{display:flex;flex-wrap:wrap}.azure-news-banner-wrapper.has-banner-bg-none .azure-news-container>*{width:50%}.azure-news-banner-wrapper.has-banner-bg-none .azure-news-container>*:nth-child(1){width:100%}.post-thumbnail-wrap{height:100%}.azure-news-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap{width:100%}#site-navigation ul{gap:27px}.tabbed-content-wrapper .single-post-wrap .post-image{height:auto}.azure-news-banner-wrapper .single-block-post-wrapper .post-thumbnail-wrap{height:100%}.single-slide-wrap{height:auto}}@media (max-width:1100px){.azure-news-banner-wrapper .block-wrapper{margin-left:-2%}.news-block-block .block-wrapper.block-layout--two .block-column-wrapper.azure-news-grid{grid-template-columns:100%}.single-related-posts.related-post-layout--one .azure-news-container{padding:0}.banner-tabbed-wrapper ul.banner-tabs li a{font-size:12px}.azure-news-banner-wrapper.banner-placed--block-slider-tab .azure-news-container{grid-template-columns:25.33% 44.33% 29.33%}.azure-news-banner-wrapper.banner-placed--block-tab-slider .azure-news-container{grid-template-columns:25.33% 33.33% 41.33%}.azure-news-banner-wrapper.banner-placed--slider-tab-block .azure-news-container{grid-template-columns:41.33% 33.33% 25.33%}}@media (max-width:979px){.bottom-header-wrapper{position:relative !important}.single-posts-layout--two.both-sidebar .post-thumbnail-wrap .azure-news-post-title-wrap .entry-title{display:none}.azure-news-banner-wrapper .tabbed-content-wrapper{height:295px;overflow:auto}.azure-news-banner-wrapper.has-banner-bg-none .azure-news-container,.azure-news-banner-wrapper.has-banner-bg-color .azure-news-container,.azure-news-banner-wrapper.has-banner-bg-image .azure-news-container{grid-template-columns:100%}.azure-news-banner-wrapper .block-wrapper .single-block-post-wrapper{width:48%;display:inline-block;margin-left:2%;margin-right:-4px;vertical-align:top}.azure-news-banner-wrapper.banner-placed--slider-block-tab .block-wrapper,.azure-news-banner-wrapper.banner-placed--block-tab-slider .banner-tabbed-wrapper,.azure-news-banner-wrapper.banner-placed--block-slider-tab .lSSlideOuter,.azure-news-banner-wrapper.banner-placed--tab-slider-block .lSSlideOuter,.azure-news-banner-wrapper.banner-placed--tab-block-slider .block-wrapper,.azure-news-banner-wrapper.banner-placed--slider-tab-block .banner-tabbed-wrapper{padding:20px 0}.azure-news-banner-wrapper .azure-news-container{display:grid}}@media (max-width:768px){#sticky-wrapper{height:auto !important}.main-header-wrapper{padding:20px 0 20px}.azure-news-menu-toogle{display:block;cursor:pointer;background:0 0;border-color:#f8f9f9;color:#fff;font-size:18px;padding:12px 0;width:100%;background-color:#04a8d0;border:none}.azure-news-menu-toogle .bx{font-size:24px;vertical-align:middle}#site-navigation .primary-menu-wrap{background:#f8f9f9 none repeat scroll 0 0;display:none;left:0;position:absolute;top:46px;width:100%;z-index:99}#site-navigation ul li{display:block;float:none;border-bottom:1px solid rgb(173 173 173/20%)}.header-news-ticker-wrapper{border-top:none}#site-navigation ul li a.azure-news-sub-toggle{cursor:pointer;display:block;height:24px;line-height:25px;position:absolute;right:15px;text-align:center;top:8px;width:24px;padding:0 !important;background:#333;color:#fff}#site-navigation ul{display:block;margin:0;overflow-Y:scroll}#site-navigation ul li:hover{background-color:#f4f4f4}#site-navigation ul li a{padding:0 25px}#site-navigation .menu-item-description{display:none}.bottom-header-wrapper .azure-news-container{border-top:none;display:block !important;padding:0}#site-navigation #primary-menu>li>a:after,#site-navigation ul.nav-menu>li>a:after,#site-navigation ul li.menu-item-has-children>a:before,#site-navigation ul li.page_item_has_children>a:before{display:none}#site-navigation ul.sub-menu,#site-navigation ul.children{width:100%;display:none;position:static;box-shadow:none;border:none;background:0 0;opacity:1;z-index:1;transform:scaleY(1)}#site-navigation ul.sub-menu li a,#site-navigation ul.children li a{padding:10px 25px}#site-navigation ul li.current-menu-item>a,#site-navigation ul li.current_page_item>a,#site-navigation ul li.current-menu-ancestor>a{border:none}#site-navigation ul.sub-menu li:first-child,#site-navigation ul.children li:first-child{border-top:1px solid #e1e1e1}.azure-news-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap{width:70%}.azure-news-column-one,.azure-news-column-two,.azure-news-column-three,.azure-news-column-four,.azure-news-column-five{width:97%;display:block;margin-right:0}.primary-content-wrapper,.secondary-content-wrapper,#left-secondary,.home.blog #left-secondary,#primary,.home.blog #primary,#secondary,.home.blog #secondary,.both-sidebar #primary,.home.blog.both-sidebar #primary{float:none !important;width:100% !important;margin:0 !important}.trending-posts-wrapper .post-thumbnail-wrap,.latest-posts-wrapper .posts-column-wrapper .post-thumbnail-wrap{width:22%}.trending-posts-wrapper .post-content-wrap,.latest-posts-wrapper .posts-column-wrapper .post-content-wrap{margin-left:2%}#frontpage-middle-content .azure-news-flex{display:grid;gap:0px}#frontpage-middle-content .post-meta-wrap{display:inline}#colophon{padding:40px 0 0}.error-404{width:100%}.header-main-layout--one .sidebar-menu-toggle-nav span{background-color:#fff}.post-thumbnail-wrap{margin-bottom:0}}@media (max-width:600px){body.logged-in{margin-top:-50px;padding-top:45px}.top-menu-header{display:block}.top-bar-navigation,.top-header-date-wrap,.social-icons-wrapper{text-align:center;justify-content:center;margin:0 auto}.search-icon{padding:0}.related-posts-wrapper article,.azure-news-banner-wrapper .block-wrapper .single-block-post-wrapper{width:98%;height:auto;margin-bottom:20px}.azure-news-grid{grid-template-columns:100% !important}.azure-news-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap{width:100%}.both-sidebar .related-posts-wrapper article{width:97%}.post-navigation .nav-links .nav-previous,.post-navigation .nav-links .nav-next{width:100%;float:left;margin-top:10px}.archive-style--grid .archive-content-wrapper article{width:100%}.subcribe-ads-button a{background-color:#04a8d0;padding:5px 10px;display:inline-block;border-radius:37px;height:44px;width:44px}.sidebar-toggle-search-wrapper .sidebar-menu-toggle{width:47px;height:47px;padding:14px 9px;border-radius:37px;background-color:#04a8d0}.azure-news-banner-wrapper .lSSlideWrapper .slide-title{font-size:17px}.azure-news-banner-wrapper .lSSlideOuter .slide-content-wrap{padding:15px 17px}.azure-news-banner-wrapper .lSAction{position:absolute;top:23px;width:18%;right:1px;background-color:#fff}.news-ticker-label span{display:none}.news-ticker-label{margin-top:3px;padding:12px 10px 13px}.news-post-thumb{width:48px}.news-ticker-loader{margin-right:0}.subcribe-ads-button .azure-icon-title-label{display:none}#footer-widget-area{padding-top:0}.site-info .azure-news-flex{flex-direction:column}.social-icons-wrapper .social-icon{margin-left:6px}.site-info{padding:8px 0}.footer-navigation{margin-left:0}.news-block-block .block-layout--two .block-column-wrapper .post-thumbnail-wrap{width:97%;margin-bottom:10px}.news-block-block .block-layout--two .block-column-wrapper .post-content-wrap{width:100%;padding-left:0}.news-block-block .block-column-wrapper article,.news-block-block .block-layout--two .block-column-wrapper article:last-child{border:none}.news-featured-block .block-wrapper.block-layout--two .post-thumbnail-wrap{width:97%;margin-bottom:10px}.news-featured-block .block-wrapper.block-layout--two .post-content-wrap{width:100%;padding-left:0}.news-block-block .block-layout--two .block-column-wrapper .post-thumbnail-wrap{width:97%;margin-bottom:10px}.archive-style--list .archive-content-wrapper article{grid-template-columns:97%}.tabbed-content-wrapper .single-post-wrap .post-image{width:97%;margin-bottom:10px;height:auto}}#azure-news-preloader{background:#fff none repeat scroll 0 0;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}#azure-news-preloader .preloader-wrapper{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.azure-news-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.azure-news-wave .az-rect{background-color:#04a8d0;height:100%;width:6px;display:inline-block;-webkit-animation:azure-news-waveStretchDelay 1.2s infinite ease-in-out;animation:azure-news-waveStretchDelay 1.2s infinite ease-in-out}.azure-news-wave .az-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.azure-news-wave .az-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.azure-news-wave .az-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.azure-news-wave .az-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.azure-news-wave .az-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes azure-news-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes azure-news-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.azure-news-three-bounce{margin:40px auto;width:80px;text-align:center}.azure-news-three-bounce .az-child{width:20px;height:20px;background-color:#e53935;border-radius:100%;display:inline-block;-webkit-animation:azure-news-three-bounce 1.4s ease-in-out 0s infinite both;animation:azure-news-three-bounce 1.4s ease-in-out 0s infinite both}.azure-news-three-bounce .az-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.azure-news-three-bounce .az-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes azure-news-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes azure-news-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.azure-news-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.azure-news-folding-cube .az-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.azure-news-folding-cube .az-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e53935;-webkit-animation:az-foldCubeAngle 2.4s infinite linear both;animation:az-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.azure-news-folding-cube .az-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.azure-news-folding-cube .az-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.azure-news-folding-cube .az-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.azure-news-folding-cube .az-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.azure-news-folding-cube .az-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.azure-news-folding-cube .az-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes az-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes az-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}table.shop_table_responsive thead{display:none}table.shop_table_responsive tbody th{display:none}table.shop_table_responsive tr td{display:block;text-align:right;clear:both}table.shop_table_responsive tr td:before{content:attr(data-title) ": ";float:left}table.shop_table_responsive tr td.product-remove a{text-align:left}table.shop_table_responsive tr td.product-remove:before{display:none}table.shop_table_responsive tr td.actions:before,table.shop_table_responsive tr td.download-actions:before{display:none}table.shop_table_responsive tr td.download-actions .button{display:block;text-align:center}@media screen and (min-width:48em){table.shop_table_responsive thead{display:table-header-group}table.shop_table_responsive tbody th{display:table-cell}table.shop_table_responsive tr th,table.shop_table_responsive tr td{text-align:left}table.shop_table_responsive tr td{display:table-cell}table.shop_table_responsive tr td:before{display:none}}ul.products{margin:0;padding:0}ul.products li.product{list-style:none;position:relative;margin-bottom:2em}ul.products li.product img{display:block;margin:0 auto}ul.products li.product .button{display:block}@media screen and (min-width:48em){ul.products li.product{width:30.79667%;float:left;margin-right:3.8%}ul.products li.product.first{clear:both}ul.products li.product.last{margin-right:0}ul.products.columns-1 li.product{float:none;width:100%}ul.products.columns-2 li.product{width:48.1%}ul.products.columns-3 li.product{width:30.79667%}ul.products.columns-4 li.product{width:22.15%}ul.products.columns-5 li.product{width:16.96%}ul.products.columns-6 li.product{width:13.49333%}}.single-product div.product{position:relative}.single-product div.product .woocommerce-product-gallery{position:relative;float:left}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:2em;right:1em;display:block;z-index:99}.single-product div.product .woocommerce-product-gallery .flex-viewport{margin-bottom:1em}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{margin:0;padding:0}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{list-style:none;cursor:pointer;float:left}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{opacity:.5}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{opacity:1}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img{opacity:1}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li{width:48.1%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n){margin-right:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1){clear:both}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:30.79667%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n){margin-right:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:both}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:22.15%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){margin-right:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:both}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:16.96%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n){margin-right:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:both}.stock:empty:before{display:none}.stock.in-stock{color:#0f834d}.stock.out-of-stock{color:#e2401c}@media screen and (min-width:768px){.col2-set .form-row-first{float:left;margin-right:3.8%}.col2-set .form-row-last{float:right;margin-right:0}.col2-set .form-row-first,.col2-set .form-row-last{width:48.1%}}.site-header-cart{position:relative;margin:0;padding:0}.site-header-cart .cart-contents{text-decoration:none}.site-header-cart .widget_shopping_cart{display:none}.site-header-cart .product_list_widget{margin:0;padding:0}.star-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;width:5.3em;font-family:star;font-weight:400}.star-rating:before{content:"\53\53\53\53\53";opacity:.25;float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:#4169e1}p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;margin-right:1px;font-weight:400}p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:star;content:"\53";color:#404040;text-indent:0;opacity:.25}p.stars a:hover~a:before{content:"\53";color:#404040;opacity:.25}p.stars:hover a:before{content:"\53";color:#4169e1;opacity:1}p.stars.selected a.active:before{content:"\53";color:#4169e1;opacity:1}p.stars.selected a.active~a:before{content:"\53";color:#404040;opacity:.25}p.stars.selected a:not(.active):before{content:"\53";color:#4169e1;opacity:1}.woocommerce-tabs ul.tabs{list-style:none;margin:0;padding:0;text-align:left}.woocommerce-tabs ul.tabs li{display:block;margin:0;position:relative}.woocommerce-tabs ul.tabs li a{padding:1em 0;display:block}.woocommerce-tabs .panel h2:first-of-type{margin-bottom:1em}.woocommerce-password-strength{text-align:right}.woocommerce-password-strength.strong{color:#0f834d}.woocommerce-password-strength.short{color:#e2401c}.woocommerce-password-strength.bad{color:#e2401c}.woocommerce-password-strength.good{color:#3d9cd2}.form-row.woocommerce-validated input.input-text{box-shadow:inset 2px 0 0 #0f834d}.form-row.woocommerce-invalid input.input-text{box-shadow:inset 2px 0 0 #e2401c}.required{color:red}.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews,p.no-comments{background-color:#0f834d;clear:both}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background-color:#3d9cd2}.woocommerce-error{background-color:#e2401c}.demo_store{position:fixed;left:0;bottom:0;right:0;margin:0;padding:1em;background-color:#3d9cd2;z-index:9999}@media screen and (min-width:48em){.site-header-cart .widget_shopping_cart{position:absolute;top:100%;width:100%;z-index:999999;left:-999em;display:block;box-shadow:0 3px 3px rgba(0,0,0,.2)}.site-header-cart:hover .widget_shopping_cart,.site-header-cart.focus .widget_shopping_cart{left:0;display:block}}.widget_price_filter .price_slider{margin-bottom:1.5em}.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4}.widget_price_filter .price_slider_amount .button{float:left}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;cursor:ew-resize;outline:none;background:#4169e1;box-sizing:border-box;margin-top:-.25em;opacity:1}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-1em}.widget_price_filter .ui-slider .ui-slider-handle:hover,.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active{box-shadow:0 0 0 .25em rgba(0,0,0,.1)}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;border:0;background:#4169e1}.widget_price_filter .price_slider_wrapper .ui-widget-content{background:rgba(0,0,0,.1)}.widget_price_filter .ui-slider-horizontal{height:.5em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid #dadada;border-radius:2px;text-align:center}.woocommerce ul.products li.product:hover,.woocommerce-page ul.products li.product:hover{border-color:#e53935}.woocommerce ul.products li.product a img{margin-bottom:0}.woocommerce ul.products li.product .total-product-title-wrap{padding:20px 10px 0}.woocommerce ul.products li.product a{color:inherit}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{margin:20px 0 6px;padding:0 15px;font-size:18px}.woocommerce div.product div.images .flex-control-thumbs{margin:5px -5px 0}.woocommerce div.product div.images .flex-control-thumbs li{padding:5px}.woocommerce ul.products li.product .price{font-weight:500;font-size:15px;color:#e53935;margin:0}.woocommerce ul.products li.product .price del{display:inline;color:#999;opacity:1}.woocommerce ul.products li.product .price ins{display:inline;font-weight:400}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{padding:10px 20px;font-weight:400;border-radius:0;color:#fff;background-color:#e53935;border:1px solid #e53935;margin-bottom:-20px;line-height:20px;font-size:.9em}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#333;border:1px solid #333;color:#fff}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{margin:20px 0 0;font-size:16px;background-color:#fff;border:1px solid #dadada;border-radius:3px;padding:10px 20px;line-height:20px;text-transform:capitalize;border:none;border-top:1px solid #e1e1e1;width:100%}.woocommerce ul.products li.product:hover .button,.woocommerce ul.products li.product:hover .added_to_cart{border-color:#e53935;background-color:#e53935;color:#fff}.woocommerce ul.products li.product .button.added{display:none}.woocommerce ul.products li.product .button.loading{opacity:1}.woocommerce ul.products li.product .button.loading:after{position:static;display:inline-block;margin-left:6px}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{border-color:#e53935;background-color:#e53935}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:#333;border-color:#333;color:#fff}.woocommerce nav.woocommerce-pagination ul{border:0;margin:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 4px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:block;background:#e53935;color:#fff;padding:10px 15px;line-height:1}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#333;color:#fff}.woocommerce span.onsale{min-height:0;min-width:0;padding:0 15px;font-weight:400;line-height:26px;border-radius:0;background-color:#e53935;color:#fff;font-size:14px;margin:10px 0 0 -6px;top:0;left:0}.woocommerce span.onsale:after{border-color:transparent #e8ae00 #e8ae00 transparent;border-width:3px;border-style:solid;content:"";position:absolute;bottom:100%;left:0}.woocommerce ul.products li.product .onsale{margin:10px -6px 0 0}.woocommerce ul.products li.product .onsale:after{border-color:transparent transparent #e8ae00 #e8ae00;border-width:3px;border-style:solid;right:0;left:auto}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#e53935}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{font-weight:400}.woocommerce .product_meta{font-size:15px}.woocommerce .product_meta a{color:inherit}.woocommerce .product_meta a:hover{color:#e53935}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:2px solid #e53935;padding-bottom:10px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none !important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 0;font-weight:400}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;background-color:#333;border-radius:0;margin:0 6px 0 0;padding:0 20px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#e53935}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff !important}.woocommerce #reviews #comments h2,.woocommerce #reviews h3{font-size:22px;margin-bottom:30px}.woocommerce-Reviews .comment-form-author,.woocommerce-Reviews .comment-form-email{width:100%}.woocommerce-Reviews .comment-form-author input,.woocommerce-Reviews .comment-form-email input{width:100%}.related.products h2{margin-bottom:30px}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{background:#e53935;padding:10px 20px;color:#fff}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{background:#333;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background:#e53935;border-color:#e53935}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{line-height:40px;font-size:inherit;padding:0}.select2-container .select2-choice{border:1px solid #eee;font-size:.9em;color:inherit;border-radius:0}.select2-results{font-size:.9em;color:inherit}.select2-drop-active{border-color:#eee}.select2-drop.select2-drop-above.select2-drop-active{border-color:#eee}.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:#e53935;font-size:.9em}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{color:#e53935}.woocommerce-error a.button,.woocommerce-info a.button,.woocommerce-message a.button{padding:5px 20px;line-height:1;height:auto}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:400}#customer_details{margin-bottom:40px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #eee;border-radius:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-top:4px}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{font-weight:400}.woocommerce a.remove{font-family:Arial;font-weight:400}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{top:8px}.woocommerce .widget_layered_nav ul li{padding:5px 0}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#fff;border:4px solid #e53935}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#e53935}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#eee}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{height:20px;width:20px;top:-6px;margin-left:-10px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none}.woocommerce-MyAccount-navigation-link a{background:#e53935;color:#fff !important;padding:10px 20px;margin-bottom:5px;display:block}.woocommerce-MyAccount-navigation-link.is-active a,.woocommerce-MyAccount-navigation-link a:hover{background:#333}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background:#f0f0f0}.woocommerce-store-notice,p.demo_store{top:0 !important;background:#e53935;bottom:auto}