@font-face {
font-family: 'Cairo';
src: url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Bold.woff2) format('woff2'),
url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Regular.woff2) format('woff2'),
url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-SemiBold.woff2) format('woff2'),
url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
font-family: "Cairo", sans-serif;
text-decoration: none !important;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.footer1_site .container{
width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Cairo", sans-serif;
}
html {
scroll-behavior: smooth;
}
:hover {
text-decoration: none;
}
body {
overflow-x: hidden;
box-sizing: border-box;
counter-reset: my-sec-counter;
overflow-x: hidden;
background-color: #fff;
}
:root {
--footer1bg:#1E1E1E;
--darkcolor:#1D1D1D;
--redcolor:#ED1C24;
}
ul {
padding: 0;
}
#acaart_pagination .current:hover, #acaart_pagination .inactive:hover{
background: #000;
}
a:focus{
outline: 0px !important;
}
::selection{
background-color: var(--redcolor);
color: #fff;
}
.header_menu .sub-menu{
opacity: 0;
position: absolute;
width: 273px !important;
transform: translateY(16px);
box-shadow: -1px 10px 30px -18px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 10px 30px -18px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 10px 30px -18px rgba(0,0,0,0.75);
pointer-events: none;
border-radius: 0px !important;
}
.header_menu li.menu-item-has-children a:after{
content:'\f107';
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 15px;
margin-right:  15px;
transition-duration: 0.5s;
transition-delay: 0.1s;
display: inline-block;
}
.header_menu li.menu-item-has-children li a:after{
display: none;
}
.header_menu li.menu-item-has-children a:hover:after{
transform:  rotate(180deg);
transition-duration: 0.5s;
transition-delay: 0.1s;
}
.header_menu li:hover .sub-menu{
opacity: 1;
z-index: 10000 !important;
width: 220px;
background: var(--foot1bg);
transform: translateY(0px);
border-bottom-right-radius: 30px;
pointer-events:  visible;
}
.header_menu li li:before{
height: 100% !important;
z-index: -1;
border-radius: 0 !important;
border-bottom-right-radius: 30px !important;
}
.header_menu li li:hover a{
padding-left: 5px !important;
font-size: 15px;
}
.header_menu li li:hover{
background-color: #0A1C32; 
}
.header_menu li.current-menu-item li a::before{
background-image: none !important;
background-color: transparent !important;
}
.header_menu li li{
padding: 10px;
padding-right: 10px;
padding-right: 10px;
border-bottom: 1px solid #2a3b7b;
width: 100%;
max-height: 50px !important;
display: block;
min-height: 31px !important;
line-height: 31px !important;
margin-right: 0;
padding-right: 9px;
text-align: right;
background-color: var(--darkcolor);
margin-left: 0;
}
.header_menu li li:last-child{
border-bottom: 0px;
}
.header_menu li li a{
color: #fff !important;
font-size: 1.4rem;
text-shadow: 0px 0px 0px transparent;
width: 250px;
display: block;
white-space: nowrap;
overflow: hidden;
line-height: 15px !important;
text-overflow: ellipsis;
} 
header div.header_menu li li a:before{
background-image: none !important;
background-color: transparent !important;
}
.header_menu li.current-menu-item {
color: #EFF316 !important;
font-weight: bold;
background-color: transparent;
padding-right: 0px;
padding-left: 0px;
border-radius: 7px;
}
.header_menu li.current-menu-item a{
color: var(--redcolor);
}
.header_menu li{
position: relative;
}
.header_menu li:before{
content:'';
position: absolute;
background-color: #F8F8F8;
height: 0%;
width: -moz-available;
transition: all .5s ease-in-out;
opacity: 0;
transform-origin: center;
border-radius: 0px;
}
.header_menu li:hover:before{
opacity: 1;
height: 100%;
}
.header_menu li {
display: inline-block;
position: relative;
min-height: 106px;
line-height: 106px;
}
.header_menu li a {
color: #182454;
font-size: 1.9rem;
font-weight: 600;
padding-right: 18px;
padding-left: 18px;
padding-top: 7px;
padding-bottom: 7px;
}
.header_menu li.current-menu-item:hover:before{
background-color: var(--redcolor) !important;
right: 0;
}
.header_menu li.current-menu-item:before{
display: none;
right: 0;
}
.header_menu li li:before {
display: none;
}
.topmenu ul{
margin-top: 20px;
}
.header_menu ul{
margin-bottom: 0;
margin-top: 0;
text-align: right;
}
#acaart_pagination{
text-align: center;
margin-top: 29px;
margin-bottom: 0;
}
#acaart_pagination span{
background-color: var(--darkcolor);
color: #fff;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
margin-right: 10px;
font-size:15px;
font-weight:bold;
border-radius: 5px;
}
#acaart_pagination .inactive{
font-size:15px;
font-weight:bold;
background-color: var(--redcolor);
color: #fff;
margin-right: 10px;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.contactforma input{
margin-bottom: 3px !important;
height: 61px !important;
border: 0 !important;
width: 90%;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09) !important;
border-radius: 0px !important;
background-color: #fff;
padding-right: 14px !important;
font-size: 17px !important;
color: #AFAFAF !important;
border-radius: 10px !important;
}
.contactforma input:focus{
outline: none;
}
.contactforma label.vfb-error {
color: red;
font-weight: bold;
font-size: 15px;
margin-top: 10px;
}
.contactforma {
margin-bottom: 50px;
}
.contactforma h3{
display: none;
}
.contactforma .vfb-section-1 li:first-child, .contactforma .vfb-section-1 li:nth-child(2){
display: inline-block;
width: 49%;
margin-bottom: 20px;
}
.contactforma .vfb-item-submit input{
margin-top: 0;
background-color: var(--redcolor) !important;
color: #fff !important;
border: 0px !important;
padding-left: 0 !important;
max-width: 150px;
text-align: center;
box-shadow: 0 0 0 transparent !important;
float: left;
border-radius: 10px !important;
padding-right: 0 !important;
font-weight: bold;
font-size: 22px !important;
}
.vfb-section-2 li:first-child{
display: none;
}
input.vfb-error {
background-color: #eee !important;
}
.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
background-color: #fff;
color: #333 !important;
}
.thxpage a{
font-size: 16px !important;
color: green !important;
font-weight: 600 !important;
}
.contactforma textarea{
width: 100%;
border: 0 !important;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
border-radius:0px !important;
height:118px !important;
padding: 15px !important;
background-color: #fff !important;
font-size: 14px !important;
font-weight: bold;
color: #AFAFAF !important;
margin-bottom: 0 !important;
border-radius: 10px !important;
}
.contactforma label {
display: none;
margin-bottom: 19px !important;
font-size: 15px;
margin-top: 20px;
font-weight: normal !important;
}
.nolable label{
display: none !important;
}
.contactforma .vfb-legend h3{
font-size: 16px !important;
border: 1px solid #f1f1f1;
padding: 15px;
background-color: #fff;
margin-top: 0;
margin-bottom: 30px;
border-right: 3px solid var(--colorblue) !important;
border-bottom: 4px solid #f1f1f1;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: var(--darkcolor);
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
}
.sidenav a:hover {
color: var(--redcolor) !important;
} .sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
} .sidenav a:hover {
color: #f1f1f1;
} .sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
background-color: var(--redcolor) !important;
margin-left: 50px;
} #main {
transition: margin-left .5s;
padding: 20px;
} @media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
} 
.mobileicon{
display:none;
}
.rightformcontent .vfb-item-secret{
display: none !important;
}
.mobileicon{
width: 13%;
float: left !important;
margin-top: 36px;
text-align: left !important;
direction: ltr;
}
.mobileicon span{
background-color: #333;
width: 30px;
height: 4px;
text-align: right !important;
display: block;
margin-bottom: 7px;
}
.mobileicon span:nth-child(2){
max-width: 23px;
}
.mobileicon a {
display: block;
cursor: pointer;
}
.sidenav {
display: block;
}
#mySidenav li{
border-bottom: 1px solid #293979;
line-height: 37px;
}
.sidenav a{
font-size: 17px !important;
color: #fff !important;
padding-right: 18px;
}
.sidenav a:hover{
color: #fff !important;
}
.closebtn{
background: var(--darkyellow) !important;
text-align: center;
padding: 0px !important;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 0px;
margin-top: 20px !important;
}
a.closebtn:hover{
color: #fff !important;
}
.sidenav li.menu-item-has-children .sub-menu{
display: none;
background-color: #0E173B;
}
.sidenav li.menu-item-has-children a{
position: relative;
}
.sidenav li.menu-item-has-children a:after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 10px;
position: absolute;
right: 30px;
top: 20%;
margin-top: 10px;
z-index: 100;
}
.sidenav li.menu-item-has-children a::after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 6px;
position: absolute;
left: 23px;
top: 24%;
margin-top: 10px;
z-index: 100;
clip-path: polygon(51% 100%, 0 0, 100% 0);
right: auto;
}
.sidenav li.menu-item-has-children li a::after {
width: 0px;
height: 0px;
clip-path: none;
}
.sidenav li.menu-item-has-children a.active {
background-color: #000;
}
img{
max-width: 100%;
}
.mobicon{
display: none;
}
.header_menu li.menu-item-has-children ul li.current-menu-item a{
color: #fff !important;
padding: 0;
}
.header_menu li.menu-item-has-children ul li.current-menu-item{
border-radius: 0;
background-color: #000;
padding-right: 19px;
}
.header_menu li a:hover{
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 0px;
}
.header_menu li.current-menu-item li a{
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li a{
position: relative;
font-weight: bold;
}
.header_menu li a:before{
content:'';
width: 0;
height: 100%;
display: block;
position: absolute;
right: 0;
left: 0;
top: 0;
transform: skew(-15deg);
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header_menu li:hover a:before, .header_menu li.current-menu-item a:before{
background-image: var(--redcolor) !important;
width: 100%;
}
.header_menu li.current-menu-item li a{
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li:hover a{
color: #fff;
}
h2.title-bkp{
color: orange;
}
.content-bkp h2{
color: #fff;
}
.searchform{
margin-top: 40px;
}
.searchform input{
border: 0px;
padding: 10px;
border-radius: 0px;
}
.searchform input:focus{
border: 0px;
outline: none;
}
.shrink {
position: fixed !important;
width: 100% !important;
z-index: 110 !important;
top: 0;
box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
background-color: #fff !important;
}
.clear{
clear: both;
}
.loader {
position: fixed;
background-color: #fff;
width: 100%;
height: 100%;
display: block;
z-index: 1000;
text-align: center;
line-height: 100vh;
top: 0;
}
.loader img {
}
.totopa {
display: none;
}
.totopa2:hover{
background-color: gray;
}
.totopa2:hover i{
color: #fff;
}
.totopa2 {
display: block;
position: fixed;
right: 20px;
background-color: var(--redcolor);
width: 45px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
height: 45px;
z-index: 100;
border-radius: 0px;
border: 0px solid #fff;
bottom: 25px;
text-align: center;
line-height: 45px;
overflow: hidden;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.totopa2 i {
color: #fff;
font-size: 19px;
position: absolute;
bottom: 0;
right: 0;
left: 0px;
}
.totopa2 i.upclass {
bottom:  12px;
}
.totopa2 i.bottomclass {
bottom:  -124px;
}
.totopa2:hover i.upclass {
bottom:  50px;
}
.totopa2:hover i.bottomclass {
bottom:  10px;
}
.loader {
position: fixed;
background-color: #fff;
width: 100%;
height: 100%;
display: block;
z-index: 1000;
text-align: center;
line-height: 100vh;
top: 0;
}
.all_page{
overflow-x: hidden;
}
#searchform2{
display: flex !important;
flex-direction: row-reverse;
margin-top: 13px;
}
#searchform2 input{
border: 0px;
border-right: 1px solid #f1f1f1;
padding-right: 15px;
}
#searchform2 button{
border: 0px;
background-color: var(--darkyellow);
font-size: 17px;
width: 45px;
height: 45px;
border-radius: 0px;
}
#searchform2 button:hover{
border: 0px;
background-color: var(--bgblackblue);
color: #fff;
font-size: 17px;
width: 45px;
height: 45px;
border-radius: 0px;
}
#searchform2 input:focus{
outline: 0;
}
.header_menu li li:hover a{
color: #E5EDFF;
padding-right: 5px;
}
.header_menu li:hover a{
color: #000;
}
label.vfb-error{
display: none !important;
}
.regionfull2{
text-align: center;
}
header.shrink{
margin-top: 0 !important;
}
.vfb-item-secret{
display: none !important;
} .fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} 
.singlepost{
margin-top: 40px;
margin-bottom: 50px;
}
.postcontent  p{
line-height: 40px;
font-size: 17px;
}
.postimage img{
width: 100%;
max-height: 300px;
border-radius: 9px;
min-height: 300px;
}
.phoneemail{
background-color: var(--redcolor);
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
padding: 20px;
padding-top: 10px;
margin-top: 51px;
direction: ltr;
}
.phoneemail h4{
display: block;
max-width: 86%;
text-align: center;
margin: 20px auto 41px;
line-height: 34px;
color: #fff;
font-size: 16px;
font-weight: bold;
}
.phoneemail h4 span{
line-height: 30px;
color: #fff;
font-size: 15px; 
}
.phoneemail li{
display: inline-block;
text-align: right !important;
width: 96%;
margin-left: 10px;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
background-color: #fff;
margin-bottom: 20px;
line-height: 48px;
border-radius: 0px;
-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.phoneemail li:first-child, .phoneemail li:nth-child(2){
width: 96% !important;
}
.phoneemail li span{
background-color: var(--darkcolor);
width: 49px;
text-align: center;
border-radius: 0px;
margin-left: 20px;
height: 49px;
display: inline-block;
}
.phoneemail li span i{
color: #fff;
font-size: 23px;
vertical-align: middle;
}
.phoneemail li:first-child span i, .phoneemail li:nth-child(2) span i{
color: #fff;
font-size: 26px;
vertical-align: middle;
}
.phoneemail li a{
color: #333;
font-size: 16px;
}
.contactforma h1 {
font-size: 18px;
text-align: center;
margin-top: 50px !important;
display: block;
color: #fff !important;
margin-bottom: 42px;
background-color: var(--darkcolor);
padding: 15px;
}
.site_mapo iframe {
border: 0;
width: 100%;
height: 300px;
}
.bottomsocial ul{
display: flex;
justify-content: left;
margin-top: 7px;
gap: 5px;
flex-direction:row-reverse;
margin-bottom: 0;
}
.bottomsocial li{
list-style-type: none;
width: 35px;
height: 35px;
background-color: #000;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.bottomsocial li i{
color: #fff;
font-size: 22px;
}
.bottomsocial li:first-child{
background-color: #2243E6;
}
.bottomsocial li:nth-child(2){
background-color: #22B6E6;
}
.bottomsocial li:nth-child(3){
background-color: #DB4E28;
}
.bottomsocial li:nth-child(4){
background-color: #1A21AC;
}
.bottomsocial li:nth-child(5) {
background-color: #333;
}
.bottomsocial li:nth-child(6) {
background-color: #C11A1E;
}
header{
min-height: 107px;
}
.logo_site{
line-height: 107px;
text-align: center;
}
.hed_lang{
text-align: center;
width: 43px;
height: 43px;
background-color: #f1f1f1;
line-height: 43px;
border-radius: 5px;
margin: 33px auto 0;
}
.hed_lang a{
color: #000;
font-weight: bold;
font-size: 1.7rem;
}
.site_slider{
direction: ltr;
background-image: url(//yarmoku.com/wp-content/themes/yermok2023/images/1_06.jpg);
padding-top: 100px;
padding-bottom: 130px;
background-size: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
position: relative;
}
.site_slider .owl-nav{
position: absolute;
right: 6%;
bottom: 0%;
}
.site_slider button{
background-color: var(--redcolor) !important;
width: 64px;
height: 64px;
border-radius: 5px !important;
z-index: 111111 !important;
}
.site_slider button i{
color: #fff;
font-size: 19px;
}
.sliderrightext{
text-align: right;
}
.stbig{
color: #fff;
font-weight: bold;
font-size: 2.8rem;
display: block;
margin-bottom: 30px;
}
.sliderrightext{
position: relative;
display: block;
}
.sliderrightext p{
color: #fff;
font-size: 1.6rem;
line-height: 40px;
display: block;
text-align: justify;
direction: rtl;
overflow: hidden;
}
.slidermore{
background-color: #fff;
width: 160px;
display: block;
text-align: center;
line-height: 62px;
border-radius: 5px;
color: var(--darkcolor);
font-size: 1.8rem;
font-weight: bold;
margin-top: 40px;
}
.leftsliderimg img{
max-width: 535px;
height: 336px;
}
#aboutus_site{
padding-top: 50px;
padding-bottom: 20px;
}
.rightabouttext h1{
font-weight: bold;
font-size: 3.2rem;
margin-top: 0;
margin-bottom: 46px;
}
.rightabouttext p{
line-height: 40px;
font-size: 1.6rem;
text-align: justify;
border-right: 24px solid #F7F7F7;
padding-right: 20px;
}
.rightabouttext{
position: relative;
max-width: 96%;
}
.aobutbore{
background-color: var(--redcolor);
color: #fff;
display: block;
width: 159px;
line-height: 60px;
text-align: center;
border-radius: 5px;
font-weight: bold;
font-size: 1.9rem;
margin-top: 30px;
position: absolute;
left: 0;
}
.letaboutimg{
width: 399px;
height:402px;
border-radius: 25px;
margin: 0 auto 0 0;
position: relative;
}
.letaboutimg img{
width: 100%;
height: 100%;
border-radius: 25px;
}
.letaboutimg:before{
content:'';
width: 41px;
height: 75px;
background-color: var(--redcolor);
display: block;
position: absolute;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
right: -41px;
top: 40%;
}
.producttitle {
text-align: center;
}
.producttitle h2{
font-weight: bold;
font-size: 2.7rem;
}
.producttitle h4{
font-size: 1.6rem;
line-height: 35px;
display: block;
max-width: 70%;
margin: 20px auto;
}
#product_site{
background-color: #f7f7f7;
clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
padding-top: 96px;
padding-bottom: 70px;
}
.productcontent{
padding-top: 40px;
}
.productblocksmall{
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08); 
padding: 10px;
border-radius: 5px;
margin-top: 20px;
background-color: #fff;
}
.productblocksmall img{
border-radius: 5px;
width: 233px;
height: 170px;
}
.productblocksmall a{
display: block;
text-align: center;
margin-top: 15px;
margin-bottom: 35px;
font-weight: 500;
font-size: 1.9rem;
color: var(--darkcolor);
}
.productmore{
display: block;
margin: -19px auto 30px;;
text-align: center;
background-color: var(--redcolor);
color: #fff;
width: 131px;
line-height: 46px;
border-radius: 5px;
font-size: 1.8rem;
font-weight: bold;
}
.productphoto{
overflow: hidden;
}
#partner_site{
padding-top: 40px;
}
#partner_site .productcontent{
direction: ltr;
padding-bottom: 21px;
}
#partner_site .productcontent .owl-item{
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08); 
margin-top: 10px;
height: 149px;
line-height: 149px !important;
position: relative;
margin-bottom: 20px;
}
#partner_site .productcontent .owl-item img{
width: 135px;
height: 99px;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
}
#partner_site button{
background-color: var(--redcolor);
width: 64px;
height: 64px;
border-radius: 5px;
}
#partner_site button i{
color: #fff;
font-size: 2.2rem;
}
.morepartner{
display: block;
border: 1px solid var(--redcolor);
text-align: center;
width: 203px;
height: 64px;
border-radius: 5px;
line-height: 64px;
font-size: 2rem;
font-weight: bold;
margin: -15px auto 50px;
color: var(--darkcolor);
}
#partner_site button.owl-prev{
position: absolute;
right: 59%;
}
#partner_site button.owl-next{
position: absolute;
left:  59%;
}
#partner_site .owl-nav{
margin-top: 30px;
}
.footer1_site{
background-color: var(--footer1bg);
padding-top: 40px;
padding-bottom: 25px;
}
.footblcokbottom li:nth-child(7){
border: 0;
}
.footerabout{
margin-top: -55px;
}
.footerabout h3{
background-color:  var(--redcolor);
text-align: center;
padding: 15px;
width: 185px;
margin-bottom: 40px;
position: relative;
display: block;
}
.footerabout h3:before{
content: '';
width: 25px;
height: 25px;
background-color: #0C1433;
display: block;
position: absolute;
right: -25px;
top: 0;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.footerabout h3:after{
content: '';
width: 95px;
height: 1px;
display: block;
position: absolute;
margin: 0 auto;
right: 0px;
top: 1px;
left: 0;
background: rgb(249,249,249);
background: linear-gradient(90deg, rgba(249,249,249,0) 0%, rgba(252,252,252,1) 50%, rgba(255,255,255,0) 100%);
}
.footerabout h3{
color: #fff;
margin: 0;
font-size: 2.3rem;
font-weight: bold;
}
.footerabout h5{
margin-top: 40px;
color: #fff;
font-size: 1.5rem;
line-height: 40px;
}
.footblocktite span{
color: #fff;
font-size:2.6rem;
font-weight:bold;
margin-bottom: 20px;
display: block;
}
.footblcokbottom li{
line-height: 45px;
list-style-type: none;
border-bottom: 1px solid #353535;
}
.footblcokbottom li:last-child{
border: 0px;
}
.footblcokbottom li a{
color: #fff;
font-size: 1.6rem;
}
.footblcokbottom li:before{
content: "\f053";
color: #fff;
font-size: 12px;
margin-left: 10px;
vertical-align: middle;
font-family: "Font Awesome 6 Free";
font-weight: 900
}
.footblcokbottom ul{
display: flex;
flex-wrap: wrap;
}
.footblcokbottom li{
width: 45%;
margin-left: 10px;
}
.footblcokbottom2 li a{
color: #fff;
font-size: 1.8rem;
}
.footblcokbottom2 li{
list-style-type: none;
line-height: 58px;
}
.footblcokbottom2 li i{
font-size: 22px;
margin-left: 10px;
}
.footblcokbottom2 ul{
margin-top: 25px;
}
.fabmore{
display: block;
text-align: right;
color: #fff;
font-weight: bold;
}
.fabmore:after{
content: "\f053 \f053";
color: red;
font-size: 12px;
margin-right: 10px;
vertical-align: middle;
font-family: "Font Awesome 6 Free";
font-weight: 900 
}
.footer2_site{
background-color: #111;
padding-top: 16px;
padding-bottom: 16px;
}
.righthq h6{
margin: 0;
line-height: 40px;
color: #fff;
font-size: 1.5rem
}
#header_site{
position: relative;
}
#header_site .container{
width: 100%;
padding-left: 0;
padding-right: 20px;
max-width: 1450px;
}
#header_site .col-md-9{
border-bottom: 14px solid var(--redcolor);
min-height: 107px;
}
#header_site:before{
content: '';
background-color: var(--redcolor);
display: block;
position: absolute;
width: 100px;
height: 122px;
right: -70px;
}
.slider_th2 h2{
margin: 0;
line-height: 90px;
color: #fff;
}
.slider_th2{
text-align: center;
background-color: var(--footer1bg);
line-height: 50px;
}
.sharepst{
margin-top: 50px !important;
}
.sharepst li:last-child{
background-color: transparent !important;
}
.header_menu li.current_page_item{
background-color: var(--redcolor) !important;
border-radius: 0 !important;
clip-path: polygon(11% 0, 100% 0, 100% 100%, 11% 100%, 0 50%);
}
.header_menu li.current_page_item a{
color: #fff !important;
}
#header_site .col-md-10, #header_site .col-md-9{
padding-right: 0;
}
.site_slider .owl-item.active span.stbig {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.3s;
}
.site_slider .owl-item.active p {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}
.site_slider .owl-item.active a.slidermore {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.9s;
}
.site_slider .owl-item.active img{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeIn;
animation-delay: 1s;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 
.slidermore:hover{
color: #fff;
}
.slidermore:hover:before{
width: 100%;
}
.slidermore{
position: relative;
overflow: hidden;
}
.slidermore:before{
content:'';
background-color: var(--footer1bg);
width: 0%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aobutbore:hover{
color: #fff;
}
.aobutbore:hover:before{
width: 100%;
}
.aobutbore{
z-index: 1;
}
.aobutbore:before{
content:'';
background-color: var(--footer1bg);
width: 0%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.productmore:hover{
color: #fff;
}
.productmore:hover:before{
width: 100%;
}
.productmore{
position: relative;
overflow: hidden;
z-index: 1;
}
.productmore:before{
content:'';
background-color: var(--footer1bg);
width: 0%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.productphoto{
background-color: #000;
}
.productblockall:hover .productphoto img{
opacity: 0.6;
transform: rotate(5deg) scale(1.1);
}
.site_slider button:hover, #partner_site button:hover{
background-color: #58585A !important;
}
.footblcokbottom li:hover{
padding-right: 5px;
opacity: 0.8
}
.footblcokbottom li:hover, .footblcokbottom2 li:hover{
padding-right: 5px;
opacity: 0.8
}
.page_content .productcontent{
padding-top: 0;
}
.letaboutimg{
background-color: #000;
}
.letaboutimg:hover img{
opacity: 0.8;
}
#partner_site .owl-item{
overflow: hidden;
}
#partner_site .owl-item:hover .img1{
top: -90px;
}
#partner_site .owl-item .img2{
top: 200% !important;
}
#partner_site .owl-item:hover .img2{
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
@media (min-width: 992px) and (max-width: 1150px){
.header_menu li:first-child{
display: none !important;
}
.header_menu li a {
padding-right: 10px;
padding-left: 10px;
}
.leftsliderimg img {
max-width: 100%;
height: 100%;
margin-top: 41px;
}
.rightabouttext p {
line-height: 40px;
font-size: 1.6rem;
text-align: justify;
border-right: 14px solid #F7F7F7;
padding-right: 20px;
padding-left: 20px;
}
.rightabouttext h1 {
margin-bottom: 28px;
}
.rightabouttext p {
line-height: 36px;
}
.aobutbore {
margin-top: 11px;
}
#partner_site button.owl-next {
left: 61%;
}
#partner_site button.owl-prev {
right: 61%;
}
}
@media (min-width: 320px) and (max-width: 992px){
#header_site::before{
display: none !important;
}
.header_menu{
display: none;
}
#header_site .container{
padding-right: 0 !important;
}
.logo_site{
text-align: right !important;
}
#header_site .container{
display: flex;
}
#header_site .col-md-9{
border: 0 !important;
}
.mobicon {
display: block;
}
#header_site .col-md-3{
display: flex;
width: 100%;
}
#header_site .col-md-3 .logo_site{
width: 80%;
}
#header_site .col-md-3 .mobicon{
width: 20%;
text-align: center;
position: relative
}
#header_site .col-md-3 .mobicon i{
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
font-size: 25px;
cursor: pointer;
}
.site_slider {
direction: ltr;
background-image: none;
padding-top: 40px;
padding-bottom: 28px;
background-size: cover;
clip-path: none;
position: relative;
text-align: center !important;
background-color: #1E1E1E;
}
.slidermore {
margin: 40px auto;
}
.leftsliderimg img {
max-width: 100%;
height: auto;
}
.site_slider .owl-nav {
position: absolute;
right: 6%;
bottom: 0%;
display: none;
}
.rightabouttext p {
line-height: 40px;
font-size: 1.6rem;
text-align: justify;
border-right: 0px solid #F7F7F7;
padding-right: 0;
}
.rightabouttext h1 {
margin-bottom: 24px;
}
.rightabouttext {
max-width: 100%;
}
.aobutbore {
position: relative;
margin: 32px auto;
}
.letaboutimg {
width: auto;
height: auto;
}
#product_site {
clip-path: none;
padding-top: 25px;
padding-bottom: 28px;
margin-top: 27px;
}
.producttitle h4 {
max-width: 86%;
margin: 20px auto 0;
}
.productcontent {
padding-top: 16px;
}
#partner_site button.owl-prev {
position: relative;
right: 0;
}
#partner_site button.owl-next {
position: relative;
left: 0;
}
.footerabout h5 {
text-align: justify;
}
.fabmore {
margin-bottom: 43px;
}
.footblcokbottom li {
width: 100%;
margin-left: 0px;
text-align: center;
}
.footblcokbottom li::before {
display: none;
}
.footblcokbottom li:nth-child(7) {
border-bottom: 1px solid #353535 !important;
}
.footblok{
text-align: center;
}
.footblocktite span{
border: 1px solid #353535;
padding: 10px;
}
.bottomsocial ul {
justify-content: center;
}
.righthq h6 {
text-align: center;
}
#mySidenav li {
border-bottom: 1px solid #3A3A3A;
}
.slidermore::before {
background-color: #000;
}
.leftsliderimg img {
max-width: 350px;
height: auto;
margin: 0 auto;
}
.productblocksmall img {
width: 100%;
}
.rightabouttext p {
padding-left: 0;
}
.postcontent p {
text-align: justify;
}
.contactforma .vfb-section-1 li:first-child, .contactforma .vfb-section-1 li:nth-child(2) {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.phoneemail h4 {
max-width: 100%;
}
}html{direction:rtl}body{direction:rtl}.list-unstyled{padding-right:0;padding-left:initial}.list-inline{padding-right:0;padding-left:initial;margin-right:-5px;margin-left:0}dd{margin-right:0;margin-left:initial}@media (min-width:768px){.dl-horizontal dt{float:right;clear:right;text-align:left}.dl-horizontal dd{margin-right:180px;margin-left:0}}blockquote{border-right:5px solid #eee;border-left:0}.blockquote-reverse,blockquote.pull-left{padding-left:15px;padding-right:0;border-left:5px solid #eee;border-right:0;text-align:left}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:right}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{left:100%;right:auto}.col-xs-pull-11{left:91.66666667%;right:auto}.col-xs-pull-10{left:83.33333333%;right:auto}.col-xs-pull-9{left:75%;right:auto}.col-xs-pull-8{left:66.66666667%;right:auto}.col-xs-pull-7{left:58.33333333%;right:auto}.col-xs-pull-6{left:50%;right:auto}.col-xs-pull-5{left:41.66666667%;right:auto}.col-xs-pull-4{left:33.33333333%;right:auto}.col-xs-pull-3{left:25%;right:auto}.col-xs-pull-2{left:16.66666667%;right:auto}.col-xs-pull-1{left:8.33333333%;right:auto}.col-xs-pull-0{left:auto;right:auto}.col-xs-push-12{right:100%;left:0}.col-xs-push-11{right:91.66666667%;left:0}.col-xs-push-10{right:83.33333333%;left:0}.col-xs-push-9{right:75%;left:0}.col-xs-push-8{right:66.66666667%;left:0}.col-xs-push-7{right:58.33333333%;left:0}.col-xs-push-6{right:50%;left:0}.col-xs-push-5{right:41.66666667%;left:0}.col-xs-push-4{right:33.33333333%;left:0}.col-xs-push-3{right:25%;left:0}.col-xs-push-2{right:16.66666667%;left:0}.col-xs-push-1{right:8.33333333%;left:0}.col-xs-push-0{right:auto;left:0}.col-xs-offset-12{margin-right:100%;margin-left:0}.col-xs-offset-11{margin-right:91.66666667%;margin-left:0}.col-xs-offset-10{margin-right:83.33333333%;margin-left:0}.col-xs-offset-9{margin-right:75%;margin-left:0}.col-xs-offset-8{margin-right:66.66666667%;margin-left:0}.col-xs-offset-7{margin-right:58.33333333%;margin-left:0}.col-xs-offset-6{margin-right:50%;margin-left:0}.col-xs-offset-5{margin-right:41.66666667%;margin-left:0}.col-xs-offset-4{margin-right:33.33333333%;margin-left:0}.col-xs-offset-3{margin-right:25%;margin-left:0}.col-xs-offset-2{margin-right:16.66666667%;margin-left:0}.col-xs-offset-1{margin-right:8.33333333%;margin-left:0}.col-xs-offset-0{margin-right:0;margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:right}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{left:100%;right:auto}.col-sm-pull-11{left:91.66666667%;right:auto}.col-sm-pull-10{left:83.33333333%;right:auto}.col-sm-pull-9{left:75%;right:auto}.col-sm-pull-8{left:66.66666667%;right:auto}.col-sm-pull-7{left:58.33333333%;right:auto}.col-sm-pull-6{left:50%;right:auto}.col-sm-pull-5{left:41.66666667%;right:auto}.col-sm-pull-4{left:33.33333333%;right:auto}.col-sm-pull-3{left:25%;right:auto}.col-sm-pull-2{left:16.66666667%;right:auto}.col-sm-pull-1{left:8.33333333%;right:auto}.col-sm-pull-0{left:auto;right:auto}.col-sm-push-12{right:100%;left:0}.col-sm-push-11{right:91.66666667%;left:0}.col-sm-push-10{right:83.33333333%;left:0}.col-sm-push-9{right:75%;left:0}.col-sm-push-8{right:66.66666667%;left:0}.col-sm-push-7{right:58.33333333%;left:0}.col-sm-push-6{right:50%;left:0}.col-sm-push-5{right:41.66666667%;left:0}.col-sm-push-4{right:33.33333333%;left:0}.col-sm-push-3{right:25%;left:0}.col-sm-push-2{right:16.66666667%;left:0}.col-sm-push-1{right:8.33333333%;left:0}.col-sm-push-0{right:auto;left:0}.col-sm-offset-12{margin-right:100%;margin-left:0}.col-sm-offset-11{margin-right:91.66666667%;margin-left:0}.col-sm-offset-10{margin-right:83.33333333%;margin-left:0}.col-sm-offset-9{margin-right:75%;margin-left:0}.col-sm-offset-8{margin-right:66.66666667%;margin-left:0}.col-sm-offset-7{margin-right:58.33333333%;margin-left:0}.col-sm-offset-6{margin-right:50%;margin-left:0}.col-sm-offset-5{margin-right:41.66666667%;margin-left:0}.col-sm-offset-4{margin-right:33.33333333%;margin-left:0}.col-sm-offset-3{margin-right:25%;margin-left:0}.col-sm-offset-2{margin-right:16.66666667%;margin-left:0}.col-sm-offset-1{margin-right:8.33333333%;margin-left:0}.col-sm-offset-0{margin-right:0;margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:right}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{left:100%;right:auto}.col-md-pull-11{left:91.66666667%;right:auto}.col-md-pull-10{left:83.33333333%;right:auto}.col-md-pull-9{left:75%;right:auto}.col-md-pull-8{left:66.66666667%;right:auto}.col-md-pull-7{left:58.33333333%;right:auto}.col-md-pull-6{left:50%;right:auto}.col-md-pull-5{left:41.66666667%;right:auto}.col-md-pull-4{left:33.33333333%;right:auto}.col-md-pull-3{left:25%;right:auto}.col-md-pull-2{left:16.66666667%;right:auto}.col-md-pull-1{left:8.33333333%;right:auto}.col-md-pull-0{left:auto;right:auto}.col-md-push-12{right:100%;left:0}.col-md-push-11{right:91.66666667%;left:0}.col-md-push-10{right:83.33333333%;left:0}.col-md-push-9{right:75%;left:0}.col-md-push-8{right:66.66666667%;left:0}.col-md-push-7{right:58.33333333%;left:0}.col-md-push-6{right:50%;left:0}.col-md-push-5{right:41.66666667%;left:0}.col-md-push-4{right:33.33333333%;left:0}.col-md-push-3{right:25%;left:0}.col-md-push-2{right:16.66666667%;left:0}.col-md-push-1{right:8.33333333%;left:0}.col-md-push-0{right:auto;left:0}.col-md-offset-12{margin-right:100%;margin-left:0}.col-md-offset-11{margin-right:91.66666667%;margin-left:0}.col-md-offset-10{margin-right:83.33333333%;margin-left:0}.col-md-offset-9{margin-right:75%;margin-left:0}.col-md-offset-8{margin-right:66.66666667%;margin-left:0}.col-md-offset-7{margin-right:58.33333333%;margin-left:0}.col-md-offset-6{margin-right:50%;margin-left:0}.col-md-offset-5{margin-right:41.66666667%;margin-left:0}.col-md-offset-4{margin-right:33.33333333%;margin-left:0}.col-md-offset-3{margin-right:25%;margin-left:0}.col-md-offset-2{margin-right:16.66666667%;margin-left:0}.col-md-offset-1{margin-right:8.33333333%;margin-left:0}.col-md-offset-0{margin-right:0;margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:right}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{left:100%;right:auto}.col-lg-pull-11{left:91.66666667%;right:auto}.col-lg-pull-10{left:83.33333333%;right:auto}.col-lg-pull-9{left:75%;right:auto}.col-lg-pull-8{left:66.66666667%;right:auto}.col-lg-pull-7{left:58.33333333%;right:auto}.col-lg-pull-6{left:50%;right:auto}.col-lg-pull-5{left:41.66666667%;right:auto}.col-lg-pull-4{left:33.33333333%;right:auto}.col-lg-pull-3{left:25%;right:auto}.col-lg-pull-2{left:16.66666667%;right:auto}.col-lg-pull-1{left:8.33333333%;right:auto}.col-lg-pull-0{left:auto;right:auto}.col-lg-push-12{right:100%;left:0}.col-lg-push-11{right:91.66666667%;left:0}.col-lg-push-10{right:83.33333333%;left:0}.col-lg-push-9{right:75%;left:0}.col-lg-push-8{right:66.66666667%;left:0}.col-lg-push-7{right:58.33333333%;left:0}.col-lg-push-6{right:50%;left:0}.col-lg-push-5{right:41.66666667%;left:0}.col-lg-push-4{right:33.33333333%;left:0}.col-lg-push-3{right:25%;left:0}.col-lg-push-2{right:16.66666667%;left:0}.col-lg-push-1{right:8.33333333%;left:0}.col-lg-push-0{right:auto;left:0}.col-lg-offset-12{margin-right:100%;margin-left:0}.col-lg-offset-11{margin-right:91.66666667%;margin-left:0}.col-lg-offset-10{margin-right:83.33333333%;margin-left:0}.col-lg-offset-9{margin-right:75%;margin-left:0}.col-lg-offset-8{margin-right:66.66666667%;margin-left:0}.col-lg-offset-7{margin-right:58.33333333%;margin-left:0}.col-lg-offset-6{margin-right:50%;margin-left:0}.col-lg-offset-5{margin-right:41.66666667%;margin-left:0}.col-lg-offset-4{margin-right:33.33333333%;margin-left:0}.col-lg-offset-3{margin-right:25%;margin-left:0}.col-lg-offset-2{margin-right:16.66666667%;margin-left:0}.col-lg-offset-1{margin-right:8.33333333%;margin-left:0}.col-lg-offset-0{margin-right:0;margin-left:0}}th{text-align:right}@media screen and (max-width:767px){.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-right:0;border-left:initial}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-left:0;border-right:initial}}.radio label,.checkbox label{padding-right:20px;padding-left:initial}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{margin-right:-20px;margin-left:auto}.radio-inline,.checkbox-inline{padding-right:20px;padding-left:0}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-right:10px;margin-left:0}.has-feedback .form-control{padding-left:42.5px;padding-right:12px}.form-control-feedback{left:0;right:auto}@media (min-width:768px){.form-inline label{padding-right:0;padding-left:initial}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{margin-right:0;margin-left:auto}}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{left:15px;right:auto}.caret{margin-right:2px;margin-left:0}.dropdown-menu{right:0;left:auto;float:left;text-align:right}.dropdown-menu.pull-right{left:0;right:auto;float:right}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group>.btn,.btn-group-vertical>.btn{float:right}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-right:-1px;margin-left:0}.btn-toolbar{margin-right:-5px;margin-left:0}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:right}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-right:5px;margin-left:0}.btn-group>.btn:first-child{margin-right:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group{float:right}.btn-group.btn-group-justified>.btn,.btn-group.btn-group-justified>.btn-group{float:none}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.btn .caret{margin-right:0}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-right:0}.input-group .form-control{float:right}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:first-child{border-right:1px solid #ccc;border-left:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:last-child{border-left:1px solid #ccc;border-right:0}.input-group-btn>.btn+.btn{margin-right:-1px;margin-left:auto}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-left:-1px;margin-right:auto}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-right:-1px;margin-left:auto}.nav{padding-right:0;padding-left:initial}.nav-tabs>li{float:right}.nav-tabs>li>a{margin-left:auto;margin-right:-2px;border-radius:4px 4px 0 0}.nav-pills>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-right:2px;margin-left:auto}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-right:0;margin-left:auto}.nav-justified>.dropdown .dropdown-menu{right:auto}.nav-tabs-justified>li>a{margin-left:0;margin-right:auto}@media (min-width:768px){.nav-tabs-justified>li>a{border-radius:4px 4px 0 0}}@media (min-width:768px){.navbar-header{float:right}}.navbar-collapse{padding-right:15px;padding-left:15px}.navbar-brand{float:right; margin-top: 0px;}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:11px;text-align:center}}.navbar-toggle{float:left;margin-left:15px;margin-right:auto}@media (max-width:767px){.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 25px 5px 15px}}@media (min-width:768px){.navbar-nav{float:right}.navbar-nav>li{float:right}.navbar-nav.navbar-right:last-child{margin-left:-15px;margin-right:auto}.navbar-nav.navbar-right.flip{float:left!important}.navbar-nav.navbar-right .dropdown-menu{left:0;right:auto}}@media (min-width:768px){.navbar-text{float:right}.navbar-text.navbar-right:last-child{margin-left:0;margin-right:auto}}.pagination{padding-right:0}.pagination>li>a,.pagination>li>span{float:right;margin-right:-1px;margin-left:0}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{margin-right:-1px;border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-right:0;padding-left:initial}.pager .next>a,.pager .next>span{float:left}.pager .previous>a,.pager .previous>span{float:right}.nav-pills>li>a>.badge{margin-left:0;margin-right:3px}.alert-dismissable,.alert-dismissible{padding-left:35px;padding-right:15px}.alert-dismissable .close,.alert-dismissible .close{right:0;left:21px}.progress-bar{float:right}.media>.pull-left{margin-right:10px}.media>.pull-left.flip{margin-right:0;margin-left:10px}.media>.pull-right{margin-left:10px}.media>.pull-right.flip{margin-left:0;margin-right:10px}.media-list{padding-right:0;padding-left:initial;list-style:none}.list-group{padding-right:0;padding-left:initial}.list-group-item>.badge{float:left}.list-group-item>.badge+.badge{margin-right:5px;margin-left:auto}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-right-radius:3px;border-top-left-radius:0}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-left-radius:3px;border-top-right-radius:0}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;border-top-left-radius:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-right:0;border-left:none}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:none;border-left:0}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{right:0;left:auto}.close{float:left}.modal-footer{text-align:left}.modal-footer .btn+.btn{margin-left:auto;margin-right:5px}.modal-footer .btn-group .btn+.btn{margin-right:-1px;margin-left:auto}.modal-footer .btn-block+.btn-block{margin-right:0;margin-left:auto}.popover{left:auto;text-align:right}.popover.top>.arrow{right:50%;left:auto;margin-right:-11px;margin-left:auto}.popover.top>.arrow:after{margin-right:-10px;margin-left:auto}.popover.bottom>.arrow{right:50%;left:auto;margin-right:-11px;margin-left:auto}.popover.bottom>.arrow:after{margin-right:-10px;margin-left:auto}.carousel-control{right:0;bottom:0}.carousel-control.left{right:auto;left:0;}.carousel-control.right{left:auto;right:0;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;right:auto;margin-right:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;left:auto;margin-left:-10px}.carousel-indicators{right:50%;left:0;margin-right:-30%;margin-left:0;padding-left:0}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:0;margin-right:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-left:0;margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}}.pull-right.flip{float:left!important}.pull-left.flip{float:right!important}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}