/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/css/plugins.min.css */
*,::after,::before{box-sizing:border-box;}
footer,header{display:block;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}
h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:1rem;}
ul ul{margin-bottom:0;}
strong{font-weight:bolder;}
a{color:#007bff;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
label{display:inline-block;margin-bottom:.5rem;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button,input,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,input{overflow:visible;}
button{text-transform:none;}
[type=button],[type=submit],button{-webkit-appearance:button;}
[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
input[type=radio]{box-sizing:border-box;padding:0;}
textarea{overflow:auto;resize:vertical;}
h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h2{font-size:2rem;}
h3{font-size:1.75rem;}
h4{font-size:1.5rem;}
h5{font-size:1.25rem;}
h6{font-size:1rem;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-12,.col-lg-12,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-md-12,.col-md-5,.col-md-6,.col-md-7,.col-sm-12,.col-sm-6,.col-xl-2,.col-xl-3,.col-xl-4{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
@media (min-width:576px){
.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
}
@media (min-width:768px){
.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
}
@media (min-width:992px){
.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
}
@media (min-width:1200px){
.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
}
.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.form-control{transition:none;}
}
.form-control::-ms-expand{background-color:transparent;border:0;}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1;}
.form-control::-moz-placeholder{color:#6c757d;opacity:1;}
.form-control:-ms-input-placeholder{color:#6c757d;opacity:1;}
.form-control::-ms-input-placeholder{color:#6c757d;opacity:1;}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled{background-color:#e9ecef;opacity:1;}
textarea.form-control{height:auto;}
.form-group{margin-bottom:1rem;}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.btn:hover{color:#212529;text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.btn:disabled{opacity:.65;}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}
.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5);}
.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}
.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b;}
.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5);}
.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}
.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;}
.fade{transition:opacity .15s linear;}
@media (prefers-reduced-motion:reduce){
.fade{transition:none;}
}
.fade:not(.show){opacity:0;}
.collapse:not(.show){display:none;}
.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%;}
.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0;}
.input-group>.form-control:focus{z-index:3;}
.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;}
.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}
.nav-link{display:block;padding:.5rem 1rem;}
.nav-link:focus,.nav-link:hover{text-decoration:none;}
.nav-tabs{border-bottom:1px solid #dee2e6;}
.nav-tabs .nav-item{margin-bottom:-1px;}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;}
.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;}
.tab-content>.tab-pane{display:none;}
.tab-content>.active{display:block;}
.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;}
.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}
.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none;}
@media (min-width:992px){
.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-lg .navbar-toggler{display:none;}
}
.bg-white{background-color:#fff!important;}
.rounded-lg{border-radius:.3rem!important;}
.clearfix::after{display:block;clear:both;content:"";}
.d-flex{display:-ms-flexbox!important;display:flex!important;}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important;}
.align-items-center{-ms-flex-align:center!important;align-items:center!important;}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}
.w-100{width:100%!important;}
.mr-2{margin-right:.5rem!important;}
.m-auto{margin:auto!important;}
.text-center{text-align:center!important;}
.text-white{color:#fff!important;}
.text-primary{color:#007bff!important;}
a.text-primary:focus,a.text-primary:hover{color:#0056b3!important;}
.text-danger{color:#dc3545!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
h2,h3,p{orphans:3;widows:3;}
h2,h3{page-break-after:avoid;}
body{min-width:992px!important;}
.container{min-width:992px!important;}
.navbar{display:none;}
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}
.owl-carousel{display:none;width:100%;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-item img{display:block;width:100%;}
button::-moz-focus-inner{padding:0;border:0;}
/*! CSS Used from: ../fonts/css/font-awesome.min.css */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-close:before{content:"\f00d";}
.fa-chevron-up:before{content:"\f077";}
.fa-chevron-down:before{content:"\f078";}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/plugins/themify/themify-icons.css */
[class^="ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.ti-shopping-cart:before{content:"\e60d";}
.ti-angle-right:before{content:"\e649";}
.ti-angle-left:before{content:"\e64a";}
.ti-fullscreen:before{content:"\e659";}
.ti-headphone-alt:before{content:"\e719";}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/css/style.min.css */
body{-moz-osx-font-smoothing:grayscale;}
body{background-color:#fff;font-family:Lato,sans-serif;font-size:16px;font-weight:400;padding:0;margin:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;scroll-behavior:smooth;}
a{color:#efbb20;outline:0 none;text-decoration:none;}
a:focus,a:hover{text-decoration:none;outline:0 none;}
a:active,a:hover{color:#333;}
img{border-style:none;height:auto;max-width:100%;vertical-align:middle;}
footer,header{display:block;}
p,ul{margin-bottom:24px;}
::selection{color:#000;background:#dbdbdb;}
::-moz-selection{color:#000;background:#dbdbdb;}
::-moz-selection{background:#3396d1;color:#fff;}
::selection{background:#3396d1;color:#fff;}
h2,h3,h4,h6{color:#232323;font-family:Nunito,sans-serif;}
h4 a,h6 a{color:#232323;}
h2{font-size:42px;line-height:48px;margin-bottom:25px;font-weight:800;}
h3{font-size:35px;line-height:45px;margin-bottom:20px;font-weight:800;}
h4{font-size:28px;line-height:35px;margin-bottom:15px;font-weight:700;}
h5{font-size:24px;line-height:32px;margin-bottom:10px;font-weight:700;}
h6{font-size:18px;line-height:28px;margin-bottom:10px;font-weight:700;}
p{line-height:24px;margin-bottom:24px;}
strong{font-weight:400;}
.text-center{text-align:center;}
.font-24{font-size:24px;}
@media only screen and (max-width:767px){
h2{font-size:30px;line-height:38px;margin-bottom:25px;font-weight:800;}
h3{font-size:28px;line-height:35px;margin-bottom:20px;font-weight:800;}
h4{font-size:24px;line-height:28px;margin-bottom:15px;font-weight:700;}
h5{font-size:20px;line-height:26px;margin-bottom:10px;font-weight:700;}
h6{font-size:18px;line-height:24px;margin-bottom:10px;font-weight:700;}
p{font-size:14px;}
}
ul{list-style-position:outside;padding:0;}
ul{margin-bottom:24px;}
ul li{padding:0;}
.p-lr15{padding-left:15px;padding-right:15px;}
.m-auto{margin:auto;}
.m-t10{margin-top:10px;}
.m-b0{margin-bottom:0;}
.m-b10{margin-bottom:10px;}
.m-b15{margin-bottom:15px;}
.m-lr0{margin-left:0;margin-right:0;}
.max-w700{max-width:700px;}
.text-white{color:#fff;}
.text-black{color:#000;}
.bg-white{background-color:#fff;}
.bg-gray-dark{background-color:#d3d3d3;}
.dlab-img-effect{position:relative;overflow:hidden;display:block;vertical-align:middle;}
.dlab-img-effect img{display:block;margin:0;width:100%;height:auto;box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;transition:all .25s;-moz-transition:all .25s;-webkit-transition:all .25s;-o-transition:all .25s;}
.dlab-img-effect.zoom-slow img{transition:all 10s;-moz-transition:all 10s;-webkit-transition:all 10s;-o-transition:all 10s;}
.dlab-img-effect.zoom-slow:hover img{-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.dlab-media{overflow:hidden;position:relative;}
label{font-weight:600;margin-bottom:10px;}
.form-group{margin-bottom:25px;}
.form-control{border-color:#e1e6eb;box-shadow:none;font-size:16px;line-height:20px;padding:9px 12px;}
.form-control:focus{border-color:#e1e1e1;outline:0;}
.form-control:focus{-webkit-box-shadow:none;box-shadow:none;}
.input-group{width:100%;}
.input-group .form-control{display:table-cell;}
.site-header{position:relative;z-index:99999;}
.site-header ul{margin-bottom:0;}
.extra-nav{float:right;padding:26px 0;position:relative;z-index:9;}
.extra-nav .extra-cell{display:inline-block;margin-left:10px;}
@media only screen and (max-width:767px){
.extra-nav{margin-right:15px;}
}
@media only screen and (max-width:480px){
.extra-nav{margin:0 1px 0 0;text-align:right;}
}
.new-page{padding:2px 5px;font-size:10px;background:red;color:#fff;border-radius:4px;vertical-align:middle;margin-left:2px;}
.logo-header{display:table;float:left;vertical-align:middle;padding:0;color:#efbb20;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;width:200px;height:80px;position:relative;z-index:9;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;}
.logo-header>a{display:table-cell;vertical-align:middle;}
.logo-header>a img{width:100%;}
@media only screen and (max-width:767px){
.logo-header{width:150px;max-width:150px;height:50px;}
.site-header .navbar-toggler{margin:18px 0 14px 10px;}
.site-header .extra-nav{padding:11px 0;}
}
.main-bar{background:#fff;width:100%;position:relative;}
.navbar-toggler{border:0 solid #efbb20;font-size:16px;line-height:24px;margin:32px 0 30px 10px;padding:0;}
.navbar-toggler span{background:#666;}
.header-nav{position:relative;padding:0;}
.header-nav .nav{float:right;}
.header-nav .nav i{font-size:9px;margin-left:3px;margin-top:-3px;vertical-align:middle;}
.header-nav .nav>li{margin:0;font-weight:400;text-transform:uppercase;position:relative;}
.header-nav .nav>li>a{border-radius:0;color:#000;font-size:15px;padding:30px 12px;cursor:pointer;font-weight:600;display:inline-block;}
.header-nav .nav>li>a:hover{background-color:transparent;color:#efbb20;}
.header-nav .nav>li>a:active,.header-nav .nav>li>a:focus{background-color:transparent;}
.header-nav .nav>li.active>a{background-color:transparent;color:#efbb20;}
.header-nav .nav>li:hover>a{color:#efbb20;}
.header-nav .nav>li:hover>.sub-menu{opacity:1;visibility:visible;margin-top:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}
.header-nav .nav>li>.sub-menu{box-shadow:0 0 40px rgba(0,0,0,.2);}
.header-nav .nav>li .sub-menu{background-color:#fff;border:1px solid #f4f4f4;display:block;left:0;list-style:none;opacity:0;padding:10px 0;position:absolute;visibility:hidden;width:220px;z-index:10;}
.header-nav .nav>li .sub-menu li{border-bottom:0 solid #f4f4f4;position:relative;}
.header-nav .nav>li .sub-menu li a{color:#505050;display:block;font-size:14px;padding:8px 20px;text-transform:capitalize;transition:all .15s linear;-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-o-transition:all .15s linear;font-weight:500;font-family:Montserrat,sans-serif;}
.header-nav .nav>li .sub-menu li a:hover{background-color:#f2f2f2;color:#efbb20;text-decoration:none;}
.header-nav .nav>li .sub-menu li:hover>a{color:#efbb20;}
.header-nav .nav>li .sub-menu li:last-child{border-bottom:0;}
.header-nav .nav>li .sub-menu{border-top:2px solid #000;}
@media only screen and (max-width:991px){
.header-nav .nav>li>.sub-menu{box-shadow:none;}
.header-nav .nav>li .sub-menu{border-radius:0;}
.navbar-toggler{float:right;}
}
@media only screen and (max-width:991px){
.header-nav .nav i{margin-top:6px;}
}
@media only screen and (max-width:991px){
.header-nav{clear:both;margin:0 -15px;border-bottom:1px solid #e9e9e9;}
.header-nav .nav{float:none;margin:0;background:#fff;width:100%;display:block;}
.header-nav .nav li{float:none;display:block;width:100%;}
.header-nav .nav>li .sub-menu>li{float:none;display:block;width:auto;}
.header-nav .nav>li>a{padding:10px 15px;border-top:1px solid #e9e9e9;display:block;}
.header-nav .nav i{float:right;}
.header-nav .nav>li>a:active,.header-nav .nav>li>a:focus,.header-nav .nav>li>a:hover{background-color:#f0f0f0;text-decoration:none;}
.header-nav .nav>li .sub-menu,.header-nav .nav>li ul{display:none;position:static;visibility:visible;width:auto;background:#f6f6f6;}
.header-nav .nav>li:hover .sub-menu,.header-nav .nav>li:hover>ul{opacity:1;visibility:visible;display:block;margin:0;}
.nav.navbar-nav li a i.fa-chevron-down:before{content:"\f078";}
.nav.navbar-nav li a i.fa-chevron-down{color:#000;height:100%;line-height:40px;position:absolute;right:0;text-align:center;top:-6px;width:40px;z-index:3;}
.header-nav .nav>li:hover .sub-menu{display:none;opacity:1;margin-top:0;}
}
.header-transparent{position:absolute;width:100%;}
.header-transparent .main-bar{background-color:rgba(0,0,0,0);border-bottom:1px solid rgba(255,255,255,.05);}
.header-transparent .header-nav .nav>li>a{color:#fff;}
.header-transparent .header-nav .nav>li>a,.header-transparent .navbar-toggler{color:#fff;}
.header-transparent .navbar-toggler span{background-color:#fff;}
.onepage .navbar{margin-bottom:0;border:0;padding:0;}
@media only screen and (max-width:991px){
.header-transparent .header-nav .nav>li>a{color:#000;}
}
.navicon{width:20px;height:18px;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.navicon span{display:block;position:absolute;height:2px;width:100%;border-radius:1px;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.navicon span:nth-child(1){top:0;}
.navicon span:nth-child(2){top:7px;}
.navicon span:nth-child(3){top:14px;}
.owl-none .owl-nav{display:none;}
.owl-theme .owl-dots,.owl-theme .owl-nav{margin-top:20px;text-align:center;}
.owl-theme .owl-dots{text-align:center;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791;}
.owl-btn-center-lr .owl-nav{margin:0;}
.owl-btn-center-lr .owl-nav .owl-next,.owl-btn-center-lr .owl-nav .owl-prev{position:absolute;left:0;top:50%;margin:0;transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.owl-btn-center-lr .owl-nav .owl-next{left:auto;right:0;}
.owl-carousel .owl-item img{transform-style:inherit;}
.owl-btn-3 .owl-next,.owl-btn-3 .owl-prev{border-radius:3px;height:40px;line-height:40px;margin:0 10px!important;padding:0;text-align:center;width:40px;}
.owl-btn-3 .owl-next,.owl-btn-3 .owl-prev{margin:0 -70px!important;}
.owl-btn-3 .owl-next,.owl-btn-3 .owl-prev{background-color:rgba(0,0,0,0);color:#000;font-size:35px;height:auto;width:auto;opacity:.2;}
.owl-btn-3 .owl-next:hover,.owl-btn-3 .owl-prev:hover{background-color:rgba(0,0,0,0);color:#000;opacity:1;}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span{opacity:.5;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;margin:4px;}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span{background-color:#1abc9c;}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span{opacity:1;width:25px;}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span{width:14px;height:14px;opacity:1;margin:0 4px 2px 4px;}
@media only screen and (max-width:1200px){
.owl-btn-3 .owl-next,.owl-btn-3 .owl-prev{margin:0 10px!important;}
}
.blog-post{position:relative;margin-bottom:40px;}
.dlab-post-title{margin-bottom:5px;}
.dlab-post-title .post-title{margin-top:15px;margin-bottom:5px;}
.dlab-post-meta{margin-bottom:10px;}
.dlab-post-meta ul{margin:0 -4px;list-style:none;text-transform:capitalize;font-family:Montserrat,sans-serif;}
.dlab-post-meta ul li{padding:0;display:inline-block;color:#707070;font-weight:500;font-size:13px;}
.dlab-post-meta li:after{content:"|";display:inline-block;font-weight:400;margin-left:5px;opacity:.5;margin-right:5px;}
.dlab-post-meta li:last-child:after{display:none;}
.dlab-post-readmore{margin-bottom:15px;}
.dlab-info>div:last-child{margin-bottom:0;}
.blog-share{position:relative;}
.widget{margin-bottom:40px;}
.btn,.form-control,.nav-tabs>li>a,.navbar-toggler{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn,.dlab-box,.extra-nav,.form-control,.header-nav .nav>li>a,.logo-header,.navbar-toggler,.overlay-bx,a{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
.clearfix:after,.clearfix:before{content:"";display:table;}
.clearfix:after{clear:both;}
.owl-next,.owl-prev{background-color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.5);color:#fff;padding:5px 8px;margin-left:5px;margin-right:5px;font-size:13px;display:inline-block;cursor:pointer;border-width:0;border-style:solid;}
.owl-next:active,.owl-next:focus,.owl-next:hover,.owl-prev:active,.owl-prev:focus,.owl-prev:hover{background-color:rgba(0,0,0,.7);border-color:#3e2e23;color:#fff;}
.btn{-moz-user-select:none;border:1px solid transparent;border-radius:4px;display:inline-block;font-size:16px;font-weight:400;line-height:1.25;padding:8px 16px;text-align:center;transition:all .2s ease-in-out 0s;vertical-align:middle;white-space:nowrap;}
.btn-success{background-color:#5cb85c;border-color:#5cb85c;color:#fff;}
.btn-info{background-color:#5bc0de;border-color:#5bc0de;color:#fff;}
.btn-sm{border-radius:3px;font-size:12px;padding:4px 8px;}
.site-button{color:#fff;padding:10px 20px;display:inline-block;outline:0;cursor:pointer;outline:0;border-width:0;border-style:solid;border-color:transparent;line-height:1.42857;border-radius:3px;font-weight:600;text-align:center;white-space:pre;}
.site-button{background-color:#efbb20;}
.site-button:active,.site-button:focus,.site-button:hover{background-color:#d8a409;color:#fff;}
.button-md{padding:15px 30px;font-size:16px;font-weight:500;}
.radius-no{border-radius:0;-webkit-border-radius:0;}
.radius-sm{border-radius:4px;-webkit-border-radius:4px;}
.site-button.black{background-color:#171717;color:#fff;}
.site-button.black:active,.site-button.black:focus,.site-button.black:hover{background-color:#000;color:#fff;}
.site-button-link{background:rgba(0,0,0,0) none repeat scroll 0 0;border:0 none;display:inline-block;font-weight:400;padding:3px 5px;}
.site-button-link.border-link{border-bottom:2px solid;padding:0;}
.site-button-link.white{color:#e7e7e7;}
.site-button-link.white:active,.site-button-link.white:focus,.site-button-link.white:hover{color:#ccc;}
.site-filters{margin-bottom:30px;}
.site-filters ul{margin:0;list-style:none;}
.site-filters li{display:inline-block;padding:0;margin-bottom:3px;}
.site-filters li.btn{box-shadow:none;-webkit-box-shadow:none;outline:0!important;}
.site-filters li input{display:none;}
.site-filters a{margin:0 5px 5px 0;}
.site-filters.center{text-align:center;}
.site-filters.center ul{display:inline-block;margin:auto;}
.site-filters.style1 li a{color:#000316;font-family:montserrat;font-weight:500;margin:0;padding:0 15px;position:relative;}
.site-filters.style1 li:last-child a:after{position:relative;}
.site-filters.style1 li a:after{background-color:#000316;content:"";height:100%;opacity:.2;position:absolute;right:-2px;top:0;transform:skew(-20deg,-20deg);-moz-transform:skew(-20deg,-20deg);-webkit-transform:skew(-20deg,-20deg);-o-transform:skew(-20deg,-20deg);width:2px;}
.site-filters.style1 li.active a{color:#19bb9f;}
.dlab-divider{height:1px;position:relative;margin:30px 0;}
.dlab-divider i{position:absolute;width:30px;height:30px;text-align:center;line-height:30px;display:block;border-radius:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.testimonial-pic{background:#fff;width:100px;height:100px;position:relative;display:inline-block;border:5px solid #fff;}
.testimonial-pic.radius{border-radius:100%;-webkit-border-radius:100%;}
.testimonial-pic.radius img{width:100%;height:100;border-radius:100%;-webkit-border-radius:100%;}
.testimonial-pic.shadow{-webkit-box-shadow:2px 3px 6px -3px rgba(0,0,0,.35);-moz-box-shadow:2px 3px 6px -3px rgba(0,0,0,.35);box-shadow:2px 3px 6px -3px rgba(0,0,0,.35);}
.testimonial-text{padding:15px;position:relative;font-size:15px;font-family:Montserrat,sans-serif;font-weight:400;}
.testimonial-detail{padding:5px;}
.testimonial-name{font-family:montserrat;font-size:13px;font-weight:600;text-transform:uppercase;}
.testimonial-position{font-family:montserrat;font-size:12px;font-style:inherit;text-transform:uppercase;}
.testimonial-name,.testimonial-position{display:block;}
.testimonial-text p:last-child{margin:0;}
.testimonial-1{text-align:center;}
.testimonial-1 .testimonial-position{color:#efbb20;}
.testimonial-1 .testimonial-name,.testimonial-1 .testimonial-position{display:block;}
.overlay-bx{position:absolute;left:0;bottom:0;width:100%;height:100%;text-align:center;z-index:10;opacity:0;visibility:hidden;}
.dlab-box:hover .overlay-bx,.dlab-media:hover .overlay-bx,.overlay-bx:hover{opacity:1;visibility:visible;}
.dlab-box,.dlab-info{position:relative;}
.dlab-media,.dlab-post-media{position:relative;}
.dlab-media img,.dlab-post-media img{width:100%;height:auto;}
footer h2,footer h6{color:#fff;}
footer,footer p{color:#fff;}
footer a,footer a:visited{color:#fff;}
footer a:active,footer a:focus,footer a:hover{color:#fff;}
footer p{margin-bottom:10px;}
footer li,footer p{font-size:14px;line-height:22px;}
footer p{line-height:24px;margin-bottom:10px;}
footer .widget ul{list-style:none;margin-top:5px;}
.footer-top{background:#451a2d;background-size:cover;background-position:center;padding:80px 0 20px;}
button.scroltop{background:rgba(255,255,255,.9) none repeat scroll 0 0;border-color:#efbb20;border-radius:20px;border-style:solid;border-width:0;bottom:15px;box-shadow:2px 2px 12px -5px #000;color:#efbb20;cursor:pointer;display:none;height:40px;line-height:26px;margin:0;position:fixed;right:15px;text-align:center;width:40px;z-index:999;}
.footer-white{border-top:0 solid #e0e0e0;}
.footer-white .form-control{border-color:rgba(0,0,0,.1);}
.footer-white .footer-top{background-color:#fff9ff;background-image:url(https://beautyzone.dexignzone.com/xhtml/images/background/bg8.jpg);background-size:100%;background-position:top;background-repeat:no-repeat;}
footer.footer-white,footer.footer-white h2,footer.footer-white h6,footer.footer-white p{color:#000;}
.page-wraper{background:#f8f8f8;}
.page-content{margin-top:0;padding-bottom:50px;}
.section-full{position:relative;}
.section-full:last-child{margin-bottom:-50px;}
.section-head{margin-bottom:50px;}
.section-head h2{margin-top:0;}
.section-head p{padding-top:10px;font-size:16px;color:#494949;}
.text-center.section-head p{margin-left:auto;margin-right:auto;max-width:700px;}
.text-white{color:#fff;}
@media only screen and (max-width:1024px){
.section-full{background-attachment:scroll!important;}
}
@media only screen and (max-width:991px){
.page-content{margin-top:0;}
}
@media only screen and (max-width:767px){
.section-head p{font-size:14px;}
}
.dlab-gallery-listing{list-style:none;margin-bottom:0;}
#bg{background-attachment:fixed;background-size:cover;}
.content-inner-1{padding-top:80px;padding-bottom:0;}
.content-inner-2{padding-top:80px;padding-bottom:80px;}
.row.sp15,.sp15{margin-left:-7.5px;margin-right:-7.5px;}
.row.sp15 [class*=col-],.sp15 [class*=col-]{padding-left:7.5px;padding-right:7.5px;}
@media only screen and (max-width:767px){
.page-content{padding-bottom:30px;}
.footer-top{padding-top:40px;}
.blog-post{margin-bottom:30px;}
.site-footer .widget{margin-bottom:25px;}
.section-full:last-child{margin-bottom:-30px;}
.content-inner-1{padding-top:30px;padding-bottom:0;}
.content-inner-2{padding-top:30px;padding-bottom:30px;}
.section-head{margin-bottom:25px;}
.section-head p{padding-top:0;}
.dlab-post-title .post-title{margin-top:10px;}
}
@media screen and (max-width:991px){
.mo-left .header-nav{overflow:hidden;position:fixed;width:60px;left:-280px;height:100%!important;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;top:0;background-color:#fff;margin:0;z-index:99;}
}
.theme-btn{background-color:#fff;border-radius:40px;bottom:10px;color:#fff;display:table;height:50px;left:10px;min-width:50px;position:fixed;text-align:center;z-index:9999;}
.theme-btn i{font-size:22px;line-height:50px;}
.theme-btn.bt-support-now{background:#1ebbf0;background:-moz-linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);background:-webkit-linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);background:linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);bottom:70px;}
.theme-btn.bt-buy-now{background:#1fdf61;background:-moz-linear-gradient(top,#a3d179 0,#88ba46 100%);background:-webkit-linear-gradient(top,#a3d179 0,#88ba46 100%);background:linear-gradient(to bottom,#a3d179 0,#88ba46 100%);}
.theme-btn:hover{color:#fff;padding:0 20px;}
.theme-btn span{display:table-cell;vertical-align:middle;font-size:16px;letter-spacing:-15px;opacity:0;line-height:50px;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;text-transform:uppercase;}
.theme-btn:hover span{opacity:1;letter-spacing:1px;padding-left:10px;}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/css/templete.min.css */
::selection{color:#fff;background-color:var(--primary);}
.site-button:after,.site-button:before{background-color:#000;content:"";height:100%;left:-110%;opacity:.1;position:absolute;top:0;transform:skewX(25deg);-o-transform:skewX(25deg);-ms-transform:skewX(25deg);-webkit-transform:skewX(25deg);-ms-transform:skewX(25deg);transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;width:100%;z-index:-1;}
.site-button:hover:after{left:-20%;}
.site-button:hover:before{left:-10%;transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;}
.site-button{position:relative;z-index:1;overflow:hidden;vertical-align:middle;}
.spa-header .extra-nav{padding:20px 0;}
.bridal-head h2{font-size:60px;line-height:70px;font-family:'Abhaya Libre',serif;text-transform:capitalize;color:#000;margin-bottom:0;}
.bridal-head h5{font-family:'Great Vibes',cursive;font-size:30px;margin-bottom:0;}
.bridal-head.text-center p{max-width:800px;font-size:18px;line-height:30px;}
.bridal-serbx .dlab-title a{color:#000;}
.bridal-serbx .dlab-info{position:relative;padding:30px 10px;}
.bridal-serbx .dlab-title{font-family:'Abhaya Libre',serif;color:#000;font-size:28px;margin:0;}
.bridal-serbx h2{font-family:'Abhaya Libre',serif;color:#000;font-size:110px;margin:0;position:absolute;left:50%;transform:translateX(-50%);top:20px;opacity:.05;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.bridal-serbx:hover .dlab-media-info{bottom:0;}
.bridal-serbx:hover h2{opacity:.2;}
.dlab-media-info{background-color:rgba(0,0,0,.8);padding:20px;position:absolute;bottom:-50%;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.bridal-serbx .dlab-media-info .dlab-title{font-size:20px;line-height:28px;}
.bridal-serbx .dlab-media-info .dlab-title a{color:#fff;}
.dlab-media-info p{font-size:14px;color:#fff;font-family:Montserrat,sans-serif;margin-bottom:0;}
.bridal-footer .footer-top{background-image:url(https://beautyzone.dexignzone.com/xhtml/images/background/bg10.jpg);background-color:#fff;}
.bridal-footer.footer-white .footer-top h6{font-size:28px;font-family:'Abhaya Libre',serif;text-transform:capitalize;color:#000;}
.bridal-footer.footer-white{font-family:Montserrat,sans-serif;}
.bridal-price{background-color:#fffdf8;}
.bridal-price-bx ul{margin:0;padding:0;list-style:none;}
.bridal-price-bx ul li{display:flex;align-items:center;padding:10px 0;}
.bridal-price-bx ul li span{font-size:22px;line-height:28px;font-family:'Abhaya Libre',serif;color:#000;text-transform:uppercase;}
.bridal-price-bx ul li span.service-blank{-ms-flex-positive:1!important;flex-grow:1!important;border-bottom:2px dotted;height:10px;margin:0 4px;}
.bridal-price-bx .dlab-title{font-family:'Abhaya Libre',serif;font-size:28px;line-height:35px;margin-bottom:10px;text-transform:capitalize;}
.bridal-price-bx ul li span.service-price{color:#d19e65;}
.bridal-primg-bx{background:#574f51;background:-moz-radial-gradient(center,ellipse cover,#574f51 0,#1f152d 100%);background:-webkit-radial-gradient(center,ellipse cover,#574f51 0,#1f152d 100%);background:radial-gradient(ellipse at center,#574f51 0,#1f152d 100%);position:relative;}
.primg img{height:100%;object-fit:cover;object-position:right;width:100%;}
.primg{display:grid;position:absolute;height:100%;margin-left:-20px;right:-50px;width:120%;}
.bridal-price .nav-tabs{border:0;margin-bottom:30px;}
.bridal-price .nav-tabs li a.active{background:#b1a684;color:#fff;}
.bridal-price .nav-tabs li a{border:0;color:#fff;border-radius:0;font-size:18px;font-family:'Abhaya Libre',serif;background-color:#404040;margin-right:5px;margin-bottom:5px;}
.bridal-portfolio .site-filters.style1 li a{font-size:22px;font-family:'Abhaya Libre',serif;}
.blog-style-2.blog-post{position:relative;margin-bottom:0;}
.blog-style-2.blog-post{position:relative;margin-bottom:0;box-shadow:0 0 10px 0 rgba(0,0,0,.1);margin:10px 0;border-radius:4px;overflow:hidden;}
.blog-style-2 .post-title a{color:#fff;}
.blog-style-2 .post-title a:hover{color:#b69929;}
.blog-style-2 .post-title{font-family:'Abhaya Libre',serif;color:#000;font-size:28px;}
.blog-style-2 .dlab-post-title{margin-bottom:20px;}
.blog-style-2 .dlab-post-meta ul li{font-family:'Abhaya Libre',serif;color:#fff2bf;font-size:18px;}
.blog-style-2 .dlab-info{position:absolute;top:0;background:#0d0900;background:-moz-linear-gradient(45deg,rgba(13,9,0,.95) 0,rgba(55,44,0,.95) 100%);background:-webkit-linear-gradient(45deg,rgba(13,9,0,.95) 0,rgba(55,44,0,.95) 100%);background:linear-gradient(45deg,rgba(13,9,0,.95) 0,rgba(55,44,0,.95) 100%);text-align:center;width:100%;height:100%;display:flex;align-items:center;padding:20px 20px;}
.bridal-price .bridal-head h2{font-size:45px;line-height:55px;font-family:'Abhaya Libre',serif;text-transform:capitalize;color:#000;margin-bottom:0;}
.bridal-price .bridal-head p{font-size:18px;line-height:30px;}
.contact-form-bx .form-control{background-color:transparent;border-width:0;border-bottom-color:#771cb8;height:50px;font-size:16px;font-weight:400;color:#000;position:relative;padding:15px 0;}
.contact-form-bx textarea.form-control{height:207px;}
.contact-form-bx label{position:absolute;font-size:20px;font-weight:400;color:#606060;top:10px;left:20px;transition:all .5s;font-family:'Abhaya Libre',serif;text-transform:capitalize;}
.contact-form-bx .input-group:after{width:100%;height:3px;content:"";border-radius:4px;box-shadow:10px 10px 20px 0 rgba(0,7,66,.75);bottom:0;background-color:#000;display:block;}
.contact-form-bx .form-control::-moz-placeholder{color:#000;}
.bridal-portfolio .overlay-bx .spa-port-bx{background:rgba(0,0,0,.9);padding:20px;height:100%;display:flex;align-items:center;}
.bridal-portfolio .overlay-bx{padding:20px;}
.bridal-portfolio .overlay-bx .spa-port-bx h4 a{color:#fff2bf;}
.bridal-portfolio .overlay-bx .spa-port-bx h4{font-size:24px;font-family:'Abhaya Libre',serif;margin-bottom:10px;}
.bridal-portfolio .overlay-bx .spa-port-bx p{color:#fff;font-size:16px;font-family:Montserrat,sans-serif;margin:10px;}
.bridal-portfolio .overlay-bx .spa-port-bx .check-km{color:#fff;}
.bridal-testimonial .testimonial-text p{font-size:24px;font-family:'Abhaya Libre',serif;line-height:38px;color:#000;}
.bridal-testimonial .testimonial-name{font-size:28px;font-family:'Abhaya Libre',serif;line-height:38px;color:#000;text-transform:capitalize;}
.bridal-testimonial .testimonial-1 .testimonial-position{font-size:18px;color:#000;}
.bridal-testimonial .testimonial-text{max-width:800px;margin:auto;}
.bridal-testimonial .testimonial-pic{width:130px;height:130px;}
@media only screen and (max-width:1200px){
.spa-header .header-nav .nav>li>a{padding:30px 9px;}
}
@media only screen and (max-width:991px){
.spa-header .header-nav .nav>li>a{padding:10px 15px;}
.primg{position:unset;margin-left:0;right:0;width:100%;}
}
@media only screen and (max-width:767px){
.spa-header .extra-nav{padding:10px 0 0 0;}
.spa-header .site-button{padding:5px 20px;}
.bridal-price-bx ul{margin:0 0 15px 0;}
.bridal-head h2{font-size:25px;line-height:50px;}
.bridal-head h5{font-size:18px;line-height:28px;}
.bridal-head.text-center p{font-size:15px;line-height:26px;}
}
@media only screen and (max-width:576px){
.bridal-testimonial .testimonial-text p{font-size:18px;line-height:26px;}
.bridal-portfolio .site-filters.style1 li a{font-size:18px;}
}
.check-km{cursor:pointer;}
@media (min-width:1200px){
.container{max-width:1200px;}
}
@media only screen and (max-width:576px){
.contact-form-bx textarea.form-control{height:120px;}
.blog-style-2 .post-title{font-size:24px;}
.spa-header .header-nav .nav>li>a{padding:10px 15px!important;}
.bridal-price .nav-tabs{margin-bottom:0;}
}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/css/skin/skin-2.css */
.site-button,.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span{background-color:#b1a684;}
.site-button:active,.site-button:hover,.site-button:focus{background-color:#a6986b;}
.tp-bannertimer.tp-bottom{background-color:rgba(177, 166, 132, 0.9);}
a,.text-primary,.header-nav .nav > li.active > a,.header-nav .nav > li:hover > a,.header-nav .nav > li .sub-menu li:hover > a,footer a:active,footer a:focus,footer a:hover,button.scroltop,.testimonial-1 .testimonial-position,h4 a:hover,h6 a:hover,.site-button-link:hover,.site-filters.style1 li.active a{color:#b1a684;}
a.text-primary:focus,a.text-primary:hover{color:#00becf;}
button.scroltop{border-color:#b1a684;}
.header-nav .nav > li .sub-menu{border-top-color:#b1a684;}
a.text-primary:hover{color:#a6986b!important;}
.text-primary{color:#b1a684!important;}
.header-nav .nav > li .sub-menu li > a:after{background-color:#b1a684!important;}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/css/styleSwitcher.css */
.dz-demo-panel{right:-100%;position:fixed;top:0;width:100%;height:100vh;transition:all .5s ease-in-out;z-index:99999;}
.dz-demo-panel .dz-demo-trigger{position:absolute;z-index:9;top:15.75rem;right:100%;background-color:#6418C3;color:#fff;display:inline-block;text-align:center;font-size:1.75rem;border-radius:5px 0 0 5px;font-size:14px;text-transform:uppercase;writing-mode:tb-rl;padding:30px 12px;font-weight:700;box-shadow:-5px 3px 5px 0px rgba(119, 119, 119, 0.15);}
.dz-demo-inner .dz-demo-bx .overlay-layer .btn-sm{border-radius:3px;font-size:14px;padding:8px 24px;}
.dz-demo-panel .dz-demo-close{height:30px;color:#fe5ea4;width:30px;border-radius:4px;background:#fff;line-height:30px;text-align:center;}
.dz-demo-panel .dz-demo-inner{padding:35px 30px;background:rgba(0,0,0,0.8);height:100%;}
.dz-demo-panel .dz-demo-content{height:calc(100vh - 145px);padding:0 15px;}
.dz-demo-panel .dz-demo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:0 15px;}
.dz-demo-panel .dz-demo-header h4{margin-bottom:0;color:$black!important;}
.dz-demo-panel .dz-demo-bx{height:calc(100vh - 230px);overflow:hidden;border:5px solid #efefef;box-shadow:0px 5px 10px rgba(0,0,0,0.1);margin-bottom:10px;}
.dz-demo-panel .overlay-bx{position:relative;opacity:1;visibility:visible;}
.dz-demo-panel .overlay-bx .overlay-layer{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;}
.dz-demo-panel .overlay-bx:hover .overlay-layer{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1;}
.dz-demo-panel .dz-wrapper{justify-content:center;}
.dz-wrapper .column-5{padding-left:15px;padding-right:15px;}
.dz-demo-panel .bottom-text{padding:0 15px;}
@media screen and (min-width: 1366px){
.dz-wrapper .column-5{max-width:20%;}
}
@media screen and (max-width: 1366px){
.dz-wrapper .column-5{margin-bottom:35px;}
.dz-demo-panel .dz-demo-content{height:calc(100vh - 170px);}
}
@media screen and (max-width: 591px){
.dz-demo-panel .dz-demo-inner{padding:20px 5px;}
.dz-demo-panel .dz-demo-bx{height:300px;}
.dz-wrapper .column-5{margin-bottom:20px;}
.dz-demo-panel .dz-demo-header{margin-bottom:25px;}
.dz-demo-panel .dz-demo-content{height:calc(100vh - 190px);}
}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/plugins/perfect-scrollbar/css/perfect-scrollbar.css */
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto;}
.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;height:15px;bottom:0px;position:absolute;}
.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;width:15px;right:0;position:absolute;}
.ps:hover > .ps__rail-x,.ps:hover > .ps__rail-y{opacity:0.6;}
.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus{background-color:#eee;opacity:0.9;}
.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear, height .2s ease-in-out;-webkit-transition:background-color .2s linear, height .2s ease-in-out;height:6px;bottom:2px;position:absolute;}
.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear, width .2s ease-in-out;-webkit-transition:background-color .2s linear, width .2s ease-in-out;width:6px;right:2px;position:absolute;}
.ps__rail-x:hover > .ps__thumb-x,.ps__rail-x:focus > .ps__thumb-x{background-color:#999;height:11px;}
.ps__rail-y:hover > .ps__thumb-y,.ps__rail-y:focus > .ps__thumb-y{background-color:#999;width:11px;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
.ps{overflow:auto!important;}
}
/*! CSS Used from: https://beautyzone.dexignzone.com/xhtml/plugins/revolution/revolution/css/revolution.min.css */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.black{color:#000;text-shadow:none;}
.rev_slider{overflow:hidden;}
.rev_slider{overflow:hidden;}
.rev_slider_wrapper{position:relative;z-index:0;width:100%;}
.rev_slider{position:relative;overflow:visible;}
.rev_slider a{box-shadow:none;}
.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none;}
.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0;}
.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden;}
.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important;}
.fullscreen-container{padding:0;position:relative;}
.rev_slider li.tp-revslider-slidesli{position:absolute!important;}
.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1;}
.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;}
.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child{margin-bottom:0;}
.tp-parallax-wrap{transform-style:preserve-3d;}
.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer;}
.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0;}
.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px;}
.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1;}
.tp-shape{width:100%;height:100%;}
.tp-loader{top:50%;left:50%;z-index:10000;position:absolute;}
/*! CSS Used fontfaces */
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'FontAwesome';src:url('../fonts/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'themify';src:url('https://beautyzone.dexignzone.com/xhtml/plugins/themify/fonts/themify.eot?-fvbane');src:url('https://beautyzone.dexignzone.com/xhtml/plugins/themify/fonts/themify.eot#iefix-fvbane') format('embedded-opentype'),        url('https://beautyzone.dexignzone.com/xhtml/plugins/themify/fonts/themify.woff?-fvbane') format('woff'),       url('https://beautyzone.dexignzone.com/xhtml/plugins/themify/fonts/themify.ttf?-fvbane') format('truetype'),        url('https://beautyzone.dexignzone.com/xhtml/plugins/themify/fonts/themify.svg?-fvbane#themify') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Lato';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Lato';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/nunito/v22/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3tmeuGtX-Co5MNzeAOqinEQYUnXkvc.woff2) format('woff2');unicode-range:U+0964-0965, U+0D82-0DF4, U+200C-200D, U+25CC;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3tmeuGtX-Co5MNzeAOqinEQcknXkvc.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3tmeuGtX-Co5MNzeAOqinEQfEnX.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYj2rCsNZJ2oY.woff2) format('woff2');unicode-range:U+0964-0965, U+0D82-0DF4, U+200C-200D, U+25CC;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYj2rCo9ZJ2oY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYj2rCrdZJ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYo23CsNZJ2oY.woff2) format('woff2');unicode-range:U+0964-0965, U+0D82-0DF4, U+200C-200D, U+25CC;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYo23Co9ZJ2oY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYo23CrdZJ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYx2zCsNZJ2oY.woff2) format('woff2');unicode-range:U+0964-0965, U+0D82-0DF4, U+200C-200D, U+25CC;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYx2zCo9ZJ2oY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEYx2zCrdZJ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEY22_CsNZJ2oY.woff2) format('woff2');unicode-range:U+0964-0965, U+0D82-0DF4, U+200C-200D, U+25CC;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEY22_Co9ZJ2oY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Abhaya Libre';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/abhayalibre/v11/e3t5euGtX-Co5MNzeAOqinEY22_CrdZJ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Great Vibes';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/greatvibes/v13/RWmMoKWR9v4ksMfaWd_JN9XKiaQ6DQ.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Great Vibes';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/greatvibes/v13/RWmMoKWR9v4ksMfaWd_JN9XLiaQ6DQ.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Great Vibes';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/greatvibes/v13/RWmMoKWR9v4ksMfaWd_JN9XFiaQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}