.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 10100; text-align: center;
line-height: 0;
}
#jqlb_loading{
height:32px;
background-image:url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/loading.gif);
background-repeat:no-repeat;				
background-position:center center; 		
}	
#jqlb_closelabel{
height:22px;
background-image:url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/closelabel.gif);
background-repeat:no-repeat;				
background-position:center center;
}	
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 45%;
height: 100%;
background: transparent url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/blank.gif) no-repeat; display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://flexiblegooseneck.com/wp-content/plugins/wp-lightbox-2/styles/images/next.gif) right 50% no-repeat; } #nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
#downloadLink{
margin-left: 10px;
}  .ontop #imageData {
padding-top: 5px;
} #imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px;  float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 10090;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
display: none;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html>body .clearfix {
display: inline-block; 
width: 100%;
}
* html .clearfix {/*\*/height: 1%;/**/}	
#lightboxIframe {
display: none;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: none;
padding: 0;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}    
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
-ms-word-wrap: break-word;
word-wrap: break-word;
line-height: 120%;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
}
h1 {
color: black;
font-size: 27px;  
}
h2 {
color: #222222;
font-size: 21px;  
}
h3 {
color: #888666;
font-size: 18px;
}
h4 {
color: #444444;
font-size: 16px;  
}
h5 {
color: #555555;
font-size: 14px;  
}
h6 {
color: #888666;
font-size: 13px;  
}
p, ul, ol, li, dl, address {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 13px;
text-align: left;
}
ul {
}
ol {
list-style-type: decimal;
margin-left: 20px;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
dl {
margin-bottom: 20px;   
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 5px;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote cite {
display: block;
font-style: normal;
text-transform: uppercase;
}
a {
color: #666666;
text-decoration: underline;
}
a:hover {
text-decoration: none;           
}
a img {
border: none;      
}
img {
height: auto; 
max-width: 100%;   
}
table {
font-size: 13px;
width: 100%;      
}
table, td, th {
border: 1px solid #e3e3e3;
border-collapse: collapse;
text-align: left;
}
td, th {
padding: 5px 8px;       
}
th {
background: #555555;
color: white;
font-weight: bold;   
}
blockquote, q { 
border-left: 1px solid #e3e3e3;
clear: both;
color: #333333;
font-style: italic;
margin: 0 0 20px;
padding-left: 10px;
}
address {
font-style: italic;        
}
pre {
margin-bottom: 20px;
overflow: auto;   
}
sup {
vertical-align: super;    
}
sub {
vertical-align: sub;    
}
iframe,
embed {
clear: both;
width: 100%;   
}
hr {
background: #e8e8e8;
border: none;
height: 1px; 
margin: 15px 0;  
} .alignnone {
clear: both;
float: left;
margin-top: 5px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 0;
}
.aligncenter,
div.aligncenter {
clear: both;
display: block;
margin-top: 5px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin-top: 5px;
margin-right: auto;
margin-left: auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin-top: 5px;
margin-right: 20px;
margin-bottom: 5px;
margin-left: 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption,
.gallery-caption {
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px;
text-align: center;
}
#wrapper .gallery-caption {
border: none;                          
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
#wrapper .wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px;
}
.wp-audio-shortcode {
margin-bottom: 20px;                   
} body {
color: #666;
font-family: Arial, Helvetica, sans-serif;
line-height: 150%;
background-color: #fefefe;
}
#container {  
margin: 0 auto;
position: relative;
width: 100%; padding-top:-15px;
}
#header {
height: 120px;
position: relative;
width: 100%;
margin: auto;
}
#main-content {
background: white;
height: auto;
position: relative;        
}
#wrapper-footer {float:left;
height: auto;
position: relative;
width: 100%;        
}
#wrapper #main-content {
width: 1042px;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
padding-bottom: 10px;
}
#content {
float: right;
margin: 0;
width: 790px;
}
.page-template-template-full-width-php #container #content,
.page-template-template-landing-page-php #container #content {
width: 100%;                                                      
}
#sidebar {
float: left;
width: 220px;
margin-top: 0;
margin-right: 28px;
margin-bottom: 0;
margin-left: 0px;
}
.scroll-top {
background: #555555 left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/scroll-top.png);
border: 1px solid black;
cursor: pointer;
display: block;
height: 29px;
opacity: 0.4;
filter: alpha(opacity=40);
position: fixed;
bottom: 20px;
right: 20px;
width: 29px;
z-index: 200;            
}
#wrapper .scroll-top:hover {
opacity: 1;
filter: alpha(opacity=100);                            
}
body .pattern {
height: 100%;
opacity: 0.05;
filter: alpha(opacity=5);
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: -1;
} .header-content {
position: relative;
width: 1042px;
padding-top: 10px;
padding-bottom: 0px;
margin: auto;
}
.site-title { 
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 48px;
font-weight: bold;  
line-height: 100%;
margin: 0;
position: relative;
width: 100%;
z-index: 50;       
}
.site-description {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px; font-weight:bolder;
position: relative;
width: 700px;letter-spacing:-2px;
z-index: 50;
margin-top: 30px;
margin-right: 0;
margin-bottom: 0;
margin-left: 5px;
float: left;text-transform:uppercase;
}
.site-description span{ color:#b72928}
.site-title a {
color: #cd2324;
text-decoration: none;           
}
.site-title a:hover {
color: black;                   
}
.header-logo {
clear: both;
height: auto;
margin: 0 auto;
max-width: 760px;
position: relative;
width: auto;             
}
.page-template-template-landing-page-php .site-title,
.page-template-template-landing-page-php .site-description,
.page-template-template-landing-page-php .header-logo {
max-width: 100%;              
}
.header-image {
background: white;
float: left;
height: auto;
position: relative;
width: 100%;              
}
.header-image img {
display: block; 
margin: 0 auto;                 
}  .menu-box {
float: left;
padding-top: 0;
padding-bottom: 0;
width: 100%;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/nav-bg.png);
background-repeat: repeat-x;
height: 34px;
}
.menu-box .navigation-pattern {
background: left top repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/hatching-white.png);  
height: 100%;
opacity: 0.1;
filter: alpha(opacity=10);
position: absolute;
left: 0;
top: 0;
width: 100%;              
}
.menu-box .link-home {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-home.png);
background-position: center center;
background-repeat: no-repeat;
border-left: 1px solid #535353;
position: relative;
width: 24px;                    
}
.menu-box ul {
list-style-type: none;
margin: 0;
position: relative;
text-align: left;
z-index: 100;
}
.menu-box ul ul {
background: #ededed;
float: none;
width: 212px;
z-index: 110;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #000;
}
.menu-box ul li {
float: left;
height: 34px;
line-height: 34px;
margin: 0;
position: relative;
}
.menu-box ul ul li {
border-bottom: 1px solid #d9d9d9;
display: block;
height: auto;
line-height: 30px;
margin: 0;
position: relative;
width: 212px;
}
#wrapper #header .menu-box ul ul .last-menu-item {
border-bottom: none;                          
}
.menu-box a,
.menu-box a:visited {
color: white;
display: block;
float: left;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 14px;
height: 34px;
line-height: 34px;
text-decoration: none;
text-transform: uppercase;
padding-top: 0;
padding-right: 43px;
padding-bottom: 0;
padding-left: 43px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
}
#header .menu-box ul ul a,
#header .menu-box ul ul a:visited {
border-right: none;
color: #333333 !important;
display: block;
font-size: 13px;
font-weight: normal;
height: auto;
line-height: 34px;
margin: 0;
min-height: 34px;
padding: 0 0 0 19px;
text-align: left;
width: 193px;
}
#header .menu-box ul ul ul a,
#header .menu-box ul ul ul a:visited {
color: #444444 !important;
}
.menu-box a:hover,
.menu-box :hover > a {
background-color: #111111; color: #fff;
}
#header .menu-box ul ul a:hover,
#header .menu-box ul ul :hover > a {
background-color: #dbdbdb !important;
color: black !important;
}
.menu-box ul ul {
height: 0;
position: absolute;
left: 0px;
top: 34px;
visibility: hidden;
width: 212px; 
}
.menu-box ul ul ul {
left: 212px;
top: -2px;
width: 212px;
}
.menu-box ul li:hover ul,
.menu-box ul a:hover ul,
.top-navigation ul li:hover ul,
.top-navigation ul a:hover ul {
height: auto;
padding-bottom: 0;
visibility: visible;
}
.menu-box ul :hover ul ul,
.top-navigation ul :hover ul ul {
visibility: hidden;
}
.menu-box ul :hover ul :hover ul ul,
.top-navigation ul :hover ul :hover ul ul {
visibility: hidden;
}
.menu-box ul :hover ul :hover ul,
.top-navigation ul :hover ul :hover ul {
visibility: visible;
}
.menu-box ul :hover ul :hover ul :hover ul,
.top-navigation ul :hover ul :hover ul :hover ul {
visibility: visible;
}
#header .menu-box .current-menu-item > a,
#header .menu-box .current-menu-ancestor > a,
#header .menu-box .current_page_item > a,
#header .menu-box .current-page-ancestor > a,
.home #header .menu-box .link-home {
background-color: #000;
}
#header .menu-box .sub-menu .current-menu-item > a,
#header .menu-box .sub-menu .current-menu-ancestor > a,
#header .menu-box .sub-menu .current_page_item > a,
#header .menu-box .sub-menu .current-page-ancestor > a {  
background-color: #ededed;
color: black !important;
}
.selectnav {
display: none;
} 
#wrapper .sticky-nav {
max-width: 986px;
position: fixed;
top: 0;
z-index: 200;
}   
.admin-bar .sticky-nav {
top: 32px !important;
} #top-navigation-wrapper {
border-bottom: 1px solid #e6e6e6;
float: left;
height: auto;
position: relative;
width: 100%;
z-index: 150;                        
}
.top-navigation {
min-height: 34px;
padding: 0 28px;               
}
.top-navigation ul {
border-left: 1px solid #e6e6e6;
float: left;
list-style-type: none;
margin: 0;
max-width: 790px;
position: relative;
}
.top-navigation ul ul {
border-left: none;
background: #ededed;
margin: 0;
width: 250px;
z-index: 110;
}
.top-navigation ul li {
float: left;
height: 34px;
line-height: 34px; 
position: relative;
}
.top-navigation ul .last-menu-item {
margin-right: 0;                                   
}
.top-navigation ul ul li {
border-bottom: 1px solid #d9d9d9;
display: block;
height: auto;
line-height: 30px;
margin: 0;
min-height: 30px;
position: relative;
width: 250px;
}
#wrapper #header .top-navigation ul ul .last-menu-item {
border-bottom: none;                          
}
.top-navigation a,
.top-navigation a:visited {
border-right: 1px solid #e6e6e6;
color: #999999;
display: block;
float: left;    
font-size: 13px;
height: 34px;
line-height: 34px;
padding: 0 16px;
text-align: center;
text-decoration: none;
}
#wrapper #header .top-navigation ul ul a,
#wrapper #header .top-navigation ul ul a:visited { 
color: #777777;
display: block;
font-size: 13px;
font-weight: normal;
height: auto;
line-height: 30px;
margin: 0;
min-height: 30px;
padding: 0 0 0 16px;
text-align: left;
width: 234px;
}
.top-navigation ul a:hover,
.top-navigation ul :hover > a {
background-color: #eeeeee;
color: #111111;
}
#wrapper #header .top-navigation ul ul a:hover,
#wrapper #header .top-navigation ul ul :hover > a {
background-color: #dbdbdb;
color: #333333;
}
.top-navigation ul ul {
border-top: 1px solid #cd2324;
height: 0;
position: absolute;
left: 0;
top: 34px;
visibility: hidden;
width: 250px; 
}
.top-navigation ul ul ul {
left: 250px;
top: -1px;
width: 250px;
}
#wrapper #header .top-navigation .current-menu-item > a,
#wrapper #header .top-navigation .current-menu-ancestor > a,
#wrapper #header .top-navigation .current_page_item > a,
#wrapper #header .top-navigation .current-page-ancestor > a {
color: black;
}
.header-icons {
border-left: 1px solid #e6e6e6;
height: 34px;
position: absolute;
right: 28px;
top: 0;
width: auto;              
}
#wrapper .top-navigation .header-icons a {
display: block; 
height: 34px;
padding: 0; 
width: 34px;              
}
.social-icon {
background-position: center center;
background-repeat: no-repeat;
float: left;
width: 34px;             
}
.header-icons .facebook-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-facebook.png);                             
}
.header-icons .twitter-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-twitter.png);                             
}
.header-icons .google-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-google.png);                             
}
.header-icons .rss-icon {
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-rss.png);                             
}
#wrapper .top-navigation .header-icons a:hover {
background-color: #eeeeee;             
} .content-headline {
float: left;
margin: 0 0 20px;
width: 100%;                  
}
.entry-headline {
color: black;
font-size: 27px;
line-height: 100%;
margin: 0 0 3px;
position: relative;
z-index: 50;
}  
.home-latest-posts .entry-headline {
margin-bottom: 25px;                                   
}
.entry-headline-text {
background: white;
display: inline-block;  
max-width: 90%;
padding-right: 15px;                     
}
#content p,
#content ul,
#content ol,
#content table,
#content address {
margin-bottom: 5px;
}
#content ul ul,
#content ol ol,
#content ol ul,
#content ul ol {
margin-bottom: 0;           
}
.home-latest-posts,
.home-list-posts {
float: left;
position: relative;
width: 100%;                                 
}
.home-list-posts {
margin-bottom: 30px;                                 
}
.home-latest-posts {
margin-bottom: 10px;                                 
}
#sidebar .home-list-posts,
#footer .home-list-posts {
display: none;                  
}
#content .breadcrumb-navigation {
color: #bbbbbb; 
float: left; 
font-size: 12px;
line-height: 100%;
margin: 7px 0 3px;
position: relative;
width: 100%;                                      
}
.page-template-template-without-title-php #content .breadcrumb-navigation {
margin-top: 4px;                                                                          
}
#content .breadcrumb-navigation a {
color: #999999 !important; 
text-decoration: none;
}
#content .breadcrumb-navigation a:hover {
color: #333333 !important;}
#main-content .post-meta {
clear: both;
color: #999999; 
font-size: 12px;
line-height: 21px;
padding-bottom: 5px;
margin: -2px 0 0;        
}
.single #main-content #content .post-meta {
margin: 0;                                          
}
#main-content .home-list-posts .post-meta {
clear: none;
margin: 0;
padding: 0;                                            
}
#main-content .post-meta span {
border-left: 1px solid #dbdbdb; 
padding: 0 6px 0 6px;                             
}
#main-content .post-meta .post-info-author,
#main-content .home-list-posts .post-meta .post-info-date {
border-left: none; 
padding-left: 0;                                          
}
#main-content .post-info {
border-top: 1px solid #e8e8e8;
clear: both;
color: #999999; 
float: left;
font-size: 12px;
line-height: 21px;
margin: 10px 0 0;
padding: 0;
width: 100%;        
}
.single #main-content #content .post-info {
border-bottom: 1px solid #e8e8e8;
margin: 0 0 20px;                                          
}
.post-info a,
.post-meta a {
color: #999999 !important;
text-decoration: none;             
}
.post-info a:hover,
.post-meta a:hover {
color: #111111 !important;}
.post-info span { 
display: inline-block; 
min-height: 16px;
line-height: 16px;
padding: 0 0 0 22px;               
}
#main-content .post-info .post-category,
#main-content .post-info .post-tags {
float: left;
margin: 0;
padding: 6px 0;
width: 50%;                       
}
#main-content .post-info .post-tags {
padding-left: 5%;
text-align: right;
width: 45%;                           
}
.post-info .post-info-category {
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-category.png);                
}
.post-info .post-info-tags {
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-tag.png);                
}
#content .archive-meta {
border-bottom: 1px solid #e8e8e8;
float: left; 
margin-bottom: 25px;  
width: 100%;                    
}
#main-content .author-info .author-avatar {
margin: 0 0 5px;                                          
}
#main-content .number-of-results {
font-weight: bold;                                
}
#main-content #content .page-link {
color: #333333;
font-size: 12px;                                  
}
#nav-below,
#minezine-post-nav,
.search .navigation {
float: left;
margin: 0 0 25px;
width: 100%;           
}
#main-content #minezine-post-nav {
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
}
.nav-wrapper {
border-bottom: 1px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
float: left;
padding: 5px 0;
width: 100%;               
}
.navigation-headline {
font-size: 18px;
font-weight: normal;
margin: 0 0 4px;                                          
}
.navigation .navigation-links {
margin-bottom: 0 !important;                            
}
.navigation .navigation-links a {
text-decoration: none;  border:1px solid #ccc; padding-left:5px; padding-right:5px; height:25px;                               
}
.navigation .navigation-links a:hover {
text-decoration: underline;
border:1px solid #333;
}
.navigation .navigation-links  .current{
padding-left: 5px;
padding-right: 5px;
height: 25px;
background-color: #000;
color: #FFF;
}
#main-content .nav-previous {
float: left;
margin: 0;
width: 50%;                       
}
#main-content .nav-next {
float: right;
margin: 0;
text-align: right;
width: 50%;                       
}
#main-content .nav-previous a,
#main-content .nav-next a {
text-decoration: none;                          
}
#main-content .nav-previous a:hover,
#main-content .nav-next a:hover {
text-decoration: underline;                          
}
.post-edit-link {
font-weight: bold;                
} .post-entry {
float: left;
margin-bottom: 30px;
position: relative;
width: 180px;
margin-right: 15px;
}
.search .type-page {
padding-bottom: 10px;                  
}
#main-content .sticky {
background-color: #f0f0f0;
padding: 20px 3% 0;
width: 94%;                 
}
.post-entry-content-wrapper {
padding: 3px 0 0;                           
}
.post-entry-content-wrapper .attachment-post-thumbnail {
float: left;
height: auto;
width: 176px;
height:132px;
margin-top: 0;
margin-right: 15px;
margin-bottom: 5px;
margin-left: 0;
padding: 1px;
border: 1px solid #666;
}
.attachment-post-thumbnail {
height: auto;
width: 400px;
margin-top: 0;
margin-right: 15px;
margin-bottom: 5px;
margin-left: 0;
}
.single #content .attachment-post-thumbnail,
.page #content .attachment-post-thumbnail { 
margin: 4px 0 20px;  
max-width: 100%;
padding: 0;
}
.post-entry-content {
margin-bottom: -12px; 
margin-top: -5px;                   
}
.post-entry-content h1 {
font-size: 21px;  
}
.post-entry-content h2 {
font-size: 19px;  
}
#main-content .post-entry .post-entry-headline {
font-size: 14px;
line-height: 100%;
margin: 0 0 7px;
height:30px;
font-weight: normal;
}
.post-entry .post-entry-headline a {
color: #666;
text-decoration: none;
}
.post-entry .post-entry-headline a:hover {
color: black;}
.post-entry .read-more-button {
background-color: #e65757;
color: white !important;
display: inline-block;
font-size: 12px;
line-height: 12px;
margin: 8px 0 3px;
padding: 6px 8px;
text-decoration: none;
text-transform: uppercase;                             
}
.post-entry .read-more-button:hover {
background-color: #cd2324;                                    
}
.navigation-inner{ margin-top:20px;} .home-list-posts .entry-headline {
margin-bottom: 22px;                                 
}
.home-list-posts .post-entry-list-first {
margin-bottom: 0;                     
}
.post-entry-list-first .attachment-post-thumbnail {
margin: 0 0 11px !important;
max-width: 100%;                                                    
}
#content .post-entry-list-first .post-entry-content {
margin-bottom: -2px;  
margin-top: 0;                                                    
}
#content .post-entry-list-first .post-entry-content p {
margin-bottom: 10px;                
}
#main-content #content .post-entry-list-first .post-entry-content .post-meta {
margin: -4px 0 0;
padding-bottom: 0;                                                                
}
.home-list-posts-wrapper {
float: left;
margin-top: 8px;
width: 100%;                         
}
#content .home-list-posts ul {
margin-bottom: 0;           
}
#content .home-list-posts ul li a {
color: #cd2324;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;                                  
}
#content .home-list-posts ul li a:hover {
color: black;}
#content .post-entry-list-first .read-more-button {
display: none;                                                    
} .sidebar-widget {
color: #333333;
font-size: 13px;
margin-bottom: 5px;
padding-bottom: 20px;
}
.sidebar-widget .sidebar-headline {
color: #FFFFFF;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 19px;
position: relative;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/title-bg.png);
background-repeat: no-repeat;
background-position: left;
height: 35px;
width: 200px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
padding-top: 10px;
padding-bottom: 10px;
line-height: 35px;
padding-left: 20px;
}
.sidebar-headline-text {
display: inline-block;
max-width: 90%;
padding-right: 10px;
}
.sidebar-widget .sidebar-headline a {
color: #333333;
text-decoration: none;                                    
}
.sidebar-widget img {
height: auto;
max-width: 100%;                    
}
.sidebar-widget p {
margin: 6px 0 -4px;                  
}
.sidebar-widget p,
.sidebar-widget ul li,
.sidebar-widget ol li {
color: #333333;
font-size: 13px;
font-weight: bold;
}
.sidebar-widget ul {
margin-top: -3px;
margin-right: 0;
margin-bottom: 0;
}
.sidebar-widget ul ul {
margin-top: 0; margin-right:-30px;                
}
.sidebar-widget ul li {
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/menu-1.png);
height: auto;
line-height: 32px;
list-style-type: none;
min-height: 32px;
padding-left: 20px;
margin-left: 8px;
margin-top: 3px;
margin-bottom: 3px;
} 
.sidebar-widget ul li ul li{
background: left top no-repeat url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/sidebar-li.png);
height: auto;
line-height: 20px;
list-style-type: none;
min-height: 20px;
text-indent: -30px;
} 
.sidebar-widget a {
color: #000;
}
.sidebar-widget ul li a {
text-decoration: none;
}
.sidebar-widget a:hover {
color: black !important;
text-decoration: none;
-webkit-transition: color;
transition: color;
-moz-transition: color;
-ms-transition: color;
-o-transition: color;
} 
.sidebar-widget ul li li a{
font-weight:normal;
color:#666;
} #wrapper #wrapper-footer {
background-color: #999;
}
#footer {
position: relative;
width: 986px;
padding-top: 0;
padding-right: 28px;
padding-bottom: 0;
padding-left: 28px;
margin-right: auto;
margin-left: auto;
}
#footer p,
#footer ul li,
#footer ol li {
color: #fff;
font-size: 11px; line-height:150%;
list-style: none;
}
#footer .footer-widget-area p,
#footer .footer-widget-area ul,
#footer .footer-widget-area ol {
margin-bottom: 2px;          
}
#footer table,
#footer td,
#footer th {
border-color: black;
color: white;                                      
}
#footer a {
color: #FFF;
font-size: 11px;
line-height:150%;
text-decoration: none;
}
#footer a:hover{
color: #000;
}
.footer-widget-area {
float: left;
height: auto;
margin-right: 28px;
position: relative;
width: 200px;
z-index: 50;
padding-top: 15px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 0;
}
#footer .footer-widget-area-1{
width: 200px;
}
#footer .footer-widget-area-3 {
margin-right: 0;                              
}
.footer-widget {
margin-bottom: 10px;
}
#footer .footer-widget .footer-headline {
color: #ededed;
font-family: Oswald, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.footer-headline-text {
display: inline-block;
max-width: 90%;
padding-right: 10px;
color: #000;
}
.footer-signature {
float: right;
text-align: right;
position: relative;
width: 100%;
z-index: 50;
background-color: #5c5b56;
}
.footer-signature .footer-signature-content {
color: white;
font-size: 12px;
line-height: 35px;
min-height: 42px;
text-align: left;
width: 986px;
clip: rect(auto,auto,auto,auto);
border-top-width: 1px;
border-top-style: solid;
border-top-color: #888;
}
.footer-signature .footer-signature-content p {
color: white;
font-size: 12px;
line-height: 150%;
min-height: 22px;
padding: 10px 0;
text-align: center;                                              
}
.footer-signature .footer-signature-content a {
color: #f3a0a0;                                             
} #wp-calendar th,
#wp-calendar td {
text-align: center;                   
}
#wp-calendar a,
#wp-calendar #today {
font-weight: bold;
text-decoration: none;               
}
#wp-calendar #prev {
text-align: left;                   
}
#wp-calendar #next {
text-align: right;                   
}
.tagcloud {
padding-top: 10px;          
}
#footer .tagcloud {
padding-top: 0;          
}
.tagcloud a {
text-decoration: none;          
}
.tagcloud a:hover {
text-decoration: underline;          
}
.sidebar-widget img,
.footer-widget img {
padding-top: 3px;                           
}
.sidebar-widget .wp-caption,
.footer-widget .wp-caption {
border: none;
margin-right: 0;                          
}
.sidebar-widget .wp-caption img,
.footer-widget .wp-caption img {
max-width: 100%;                           
}
.sidebar-widget select {
margin-top: 3px;
width: 100%;                       
}
.sidebar-widget #searchform {
margin-top: 10px;                       
} input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea,
select {
background-color: #CCC;
border: 1px solid #e6e6e6;
color: #333333;
line-height: normal;
padding: 5px;
width: 98%;
}
textarea {
overflow: auto;
vertical-align: top;
width: 98%;
}
input[type="submit"],
input[type="reset"] {
border: none;
border-radius: 0 !important;
box-shadow: none;
color: white !important;
cursor: pointer;
font-size: 15px;
height: auto;
margin-top: 5px;
padding: 7px 10px;
text-align: center;
text-decoration: none;
text-shadow: none;
background-color: #000;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
background-color: #000;
}
#searchform .searchform-wrapper {
height: 31px;
position: relative;
width: 100%;                                
}
.header-content #searchform .searchform-wrapper {
margin-top: -15px;
position: absolute;
right: 28px;
top: 30px;
width: 200px;
z-index: 100;
}
#searchform .searchform-wrapper #s {
color: #aaaaaa; 
font-size: 13px;
height: 19px;
padding: 5px 0 5px 3%;
position: absolute;
left: 0;
top: 0;
width: 96%;              
}
#searchform .searchform-wrapper .send {
background-color: #aaa;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/searchform-send.png);
border: none;
cursor: pointer;
height: 31px;
position: absolute;
right: 0;
top: 0;
width: 31px;
z-index: 20;
}
#searchform .send:hover {
background-color: #aaa;
} #comments {
float: left;
margin-top: 25px; 
width: 100%;        
}
.single .comments-area-post {
margin-top: 5px !important;                            
}
.page #comments {
margin-top: 16px !important;                            
}
#content .commentlist {
list-style-type: none;
margin-bottom: 30px;             
}
.commentlist .children {
list-style-type: none;                       
}
.comment-reply-title {
font-size: 20px;
font-weight: normal;
line-height: 100%;
margin-top: 0;             
}
#comments .entry-headline-wrapper {
margin-bottom: -21px;                        
}
#comments .entry-headline {
background-image: none;
border-bottom: none;
color: #333333;
font-size: 20px;
font-weight: normal; 
margin-bottom: -4px;
padding: 0;                         
}
.comment-reply-link {
font-size: 13px;                    
}
.comments-title {
margin-top: 0;                
}
#comments .section-heading {
font-weight: normal;              
}
#comments ol {
color: #333333;
margin-left: 0;             
}
#comments ol ol {
margin: 0 20px;             
}
#comments ol li { 
border-top: 1px solid #e8e8e8;
margin: 15px 0 0 0;
padding: 15px 0 0 0;                
}
#comments .avatar,
#comments .fn {
float: left;
margin: 0 6px 0 0;                  
}
#comments .fn {
font-style: italic; 
margin: 0 3px 0 0;             
}
#comments time,
#comments .edit-link {
color: #555555;
float: right; 
font-size: 13px;              
}
#comments .comment-content {
clear: both;
padding-top: 10px;                          
}
#comments #comment-nav-below {
float: left;
margin: 10px 0 30px;
width: 100%;                  
}
#comments input,
#comments textarea {
margin-top: 7px;                
}
#content #commentform .form-allowed-tags {
color: #707070; 
font-size: 12px;                  
}  
#comments .bypostauthor {
background: #f2f2f2;
border-top: 1px solid #cccccc;
color: black;
margin-bottom: -15px;
padding: 10px 30px;              
}
.reply {
margin-top: -10px;
width: 50%;      
}
#content .comment-content p {
font-size: 13px;
margin-bottom: 10px;                   
}
#content .comment-content .edit-link {
margin: -15px 0 0;
text-align: right; 
width: 50%;                                    
}
#content .comment-content li {
border: none;
font-size: 13px;
margin: 0;
padding: 0;                             
}
#content #commentform p {
color: #333333;
font-size: 13px;
margin-bottom: 5px;                        
}
#content #commentform .logged-in-as,
#content #commentform .comment-notes {
margin-top: 0;         
}
#comments #respond {
float: left;
margin-bottom: 20px;
width: 100%;
} @media screen and (max-width: 1012px) {
#wrapper #container {
max-width: 90%;
width: 90%;                         
}
#wrapper #container #main-content {
padding: 28px 5% 10px;
width: 90%;              
}
#wrapper #content {
max-width: 100%;
width: 100% !important;                    
}
#wrapper #sidebar {
float: left;
margin: 15px 0 0;
width: 100%;                    
}
#wrapper .header-content {
padding: 35px 5%;
width: 90%;               
}
#wrapper .site-title,
#wrapper .site-description,
#wrapper #header .header-content .header-logo {
float: left;
max-width: 100%;              
}
#wrapper .header-content #searchform .searchform-wrapper {
float: left;
margin: 20px 0 0;
position: relative;
right: 0;
top: 0;
width: 100%;        
}
#wrapper .menu-box {
padding: 0;
width: 100%;          
}
#wrapper #header .sticky-nav {
max-width: 90%;
} 
#wrapper .menu-box .link-home {
display: none;                                
}
#wrapper .top-navigation {
height: 34px;
padding: 0 5%;               
}
#wrapper .header-icons {
right: 5%;             
}
.js #nav,
.js #top-nav {
display: none;
}
.js .selectnav {
background: #333333;
border: 1px solid black;
color: white;
display: block;
float: left;
height: 30px;
margin: 7px 0 0 5%;
padding: 0; 
position: relative;
text-transform: uppercase;
width: 90%;
} 
.js #top-navigation-wrapper .selectnav {
background: white;
border: 1px solid #e6e6e6;
color: #999999;
height: 26px;
margin: 4px 0 0;
width: 40%;                                         
}
#wrapper #container #footer {
background-image: none;
padding: 35px 5% 10px; 
width: 90%;                  
}
#footer .footer-widget-area {
margin: 0;
padding: 0;
width: 100%;                              
}
}
@media screen and (max-width: 782px) {
.admin-bar #header .sticky-nav {
top: 46px !important;
} 
}
@media screen and (max-width: 600px) {
.admin-bar #header .sticky-nav {
top: 0 !important;
} 
} @media print {
html body {
background: none !important; 
font-family: Arial, Helvetica, sans-serif !important;        
}
h1, h2, h3, h4, h5, h6 { 
font-family: Oswald, Arial, Helvetica, sans-serif !important;        
}
#wrapper-footer,
#header,
#sidebar,
#respond,
.scroll-top,
.reply,
.pattern {
display: none !important;                                   
}
#container {  
max-width: 100% !important;
}
#wrapper #main-content {
padding: 0 !important;
width: 100% !important;              
} 
#content {
width: 100% !important;         
}
.entry-headline {
background-image: none !important;                  
}
}
.index-left{
float: left;
}
.index-right{width:65%; float:right;}
.inquiry {width:100px; height:30px; background-color:#d8231c;  line-height:30px; margin-left:100px; margin-bottom:10px; text-align:center;   font-weight:700;}
.inquiry a{
color: #fff;
text-decoration: none;
}
.inquiry:hover{ background-color:#2a2a2a;}
.pro-title{width:100%; height:35px; font-size:18px; float:left; padding-bottom:8px; font-weight:700;}
.pro-img{ width:100%; padding-top:20px;}
.pro-img ul{}
.pro-img ul li{ width:130px; float:left; list-style:none; margin-right:12px; margin-bottom:8px; text-align:center}
.pro-img ul li img{ border:3px solid #ccc;}
.pro-img ul li img:hover{border:3px solid #d8231c;}
.pro-img2{ width:100%; padding-top:20px;}
.pro-img2 ul{}
.pro-img2 ul li{ width:220px; float:left; list-style:none; margin-right:16px; margin-bottom:8px; text-align:center}
.pro-img2 ul li img{ border:3px solid #ccc;}
.pro-img2 ul li img:hover{border:3px solid #d8231c;}
.sidebar-widget .menu {
padding-bottom: 20px;
padding-top: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #e8e8e8;
border-bottom-color: #e8e8e8;
border-left-color: #e8e8e8;
background-color: #f2f2f2;
}
.index-left{
width: 270px;
float: left;
margin-right: 1%;
font-size: 12px;
line-height: 22px;
color: #333;
margin-bottom: 20px;
}
.index-left h3{
font-size:14px;
padding-bottom:10px;
color:#000;
width:100%;
border-bottom:1px solid #eee;
}
.index-right h3{
font-size:14px;
padding-bottom:10px;
color:#000;
width:100%;
border-bottom:1px solid #eee;
}
.index-main{
width: 436px;
float: left;
margin-bottom: 20px;
font-size: 12px;
line-height: 18px;
color: #333;
margin-right: 1%;
margin-left: 1%;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #eee;
border-left-color: #eee;
padding-left: 1%;
padding-right: 1%;
}
.index-right{
width: 270px;
float: right;
margin-bottom: 20px;
font-size: 12px;
line-height: 18px;
color: #333;
padding-left: 1%;
}
.index-main ul{}
.index-main ul li{
list-style: none;
padding-bottom: 5px;
width: 100%;
float: left;
}
.index-main ul li img{ float:left; border:2px solid #eee; margin-right:10px; padding:2px;}
.index-main  h3{
font-size: 14px;
padding-bottom: 10px;
color: #000;
width: 100%;
border-bottom: 1px solid #eee;
}
.banner-top { width:100%; text-align:center; margin-left:auto; margin-right:auto; margin-bottom:10px; }
.banner-top .attachment-post-thumbnail{}
.entry-contact img{ padding:5px; border:1px solid #ccc; margin-right:20px;}
.entry-contact h5{ color:#cd2324; font-size:18px; font-family: Oswald, Arial, Helvetica, sans-serif;}
.Exhibition { width:100%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;}
.Exhibition a{
font-size: 12px;
color: #888;
padding-top: 15px;
padding-bottom: 15px;
background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/icon-2.png);
background-repeat: no-repeat;
padding-left: 20px;
background-position: left;
text-decoration: none;
}
.Exhibition a:hover{
color: #CD2324;
}
.down ul{}
.down ul li {background-image: url(//flexiblegooseneck.com/wp-content/themes/Chuanghong/images/cx.jpg);
background-repeat: no-repeat;float:left; width:250px;border-bottom:1px #ccc dotted; list-style:none;height:30px;  padding-bottom:10px; padding-right:40px; padding-top:10px;  margin-bottom:10px; }
.down ul li a{padding-left: 50px;
}
.Certification  ul li{ float:left; list-style: none;}
.Certification  ul li img{ height:218px; padding:3px; border:2px solid #eee; }
.Certification  ul li img:hover{border:2px solid #b70014;}
.equipments ul{}
.equipments ul li{
float: left;
list-style: none;
margin-right: 5px;
}
.equipments ul li img{
height: 228px;
border: 2px solid #eee;
padding-bottom: 3px;
padding-top: 3px;
padding-right: 3px;
padding-left: 3px;
}
.equipments ul li img:hover{border:2px solid #b70014;}
.zhiliang  ul li{ float:left; list-style: none; margin-right:10px;}
.zhiliang  ul li img{ height:280px; padding:3px; border:2px solid #eee; }
.zhiliang  ul li img:hover{border:2px solid #b70014;} .sidebar-widget ul li ul .sub-menu  {
padding-right: 0;
padding-left: 0;
}
[class*="navigation"] .nav-previous {
float: right;
}
[class*="navigation"] .nav-next {
float: left;
text-align: left;
}
.showsub-toggle {
left: 0;
right: auto;
}
.showsub-toggle:after {
left: 11px;
right: auto; color:#cbcbcb;
}
.social-links ul:last-of-type {
margin-left: 0;
margin-right: auto;
}
#mobile-link {
float: right;
}
#mobile-panel h1.site-title {
float: left;
}
.sidebar-widget ul li ul .sub-menu  {
list-style: none;
margin: 0;
padding-left: 0;
}.main-navigation ul li a{}
.main-navigation ul li:hover{color:#fff;}
.main-navigation ul ul {
color: #000;
display: none;
margin: 0;
padding: 0;
}
.main-navigation ul ul li a {
opacity: 0.7;
padding-left: 5px; outline:none; color:#888;
}
.main-navigation ul ul li a:hover {
opacity: 1; 
background-color: #efefef;
}
.main-navigation ul ul ul li a {
padding-right: 10px; color:#888;
}
.main-navigation ul ul ul li:first-child a {
color: #888;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 5px;
}
.main-navigation ul ul ul li:last-child a {
color: #888;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 5px;
}
.main-navigation ul ul ul ul li a {
padding-right: 10px; color:#888;
}
.main-navigation ul ul ul ul li:first-child a {
padding: 10px 10px 10px 10px; color:#888;
}
.main-navigation ul ul ul ul li:last-child a {
padding: 10px 10px 10px 10px; color:#888;
}
.main-navigation ul ul {
top: 0;
}
.main-navigation li a {
position: relative;
padding-right: 10px;
}
.main-navigation li a:hover {
color: #C71F20;
}
.main-navigation li:first-child a {
padding-right: 10px;
}
.main-navigation li:last-child a {
padding-right: 10px;
}
.main-navigation a,
.main-navigation a:visited {
color: #666;
display: block;
opacity: 1;
}
.main-navigation a:hover {
color: #999;
opacity: 1;
}
.main-navigation ul ul.sub-on {
display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
color: #cd2324;
}
.site-main [class*="navigation"] {
margin: 0;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
}
#social-links-wrapper {
clear: both;
display: block;
padding: 40px 20px;
}
.social-links ul a:before,
#mobile-link:before,
.showsub-toggle,
#widget-link {
-webkit-font-smoothing: antialiased;
font-family: "Genericons";
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
vertical-align: text-bottom;
}
.showsub-toggle {
content: "";color: #fff;
display: block;
height: 41px;
position: absolute;right:0; 
top: 0; text-align:right;
}
.showsub-toggle {
opacity: 0.5;
}
.showsub-toggle:after {
content: "\f502";
font-size: 16px;
height: 16px;
position: absolute;
right: 0px;
top: 14px;
width: 140px;
}
.showsub-toggle:hover,
.showsub-toggle:focus,
.showsub-toggle.sub-on {
opacity: 1;
}
.showsub-toggle:hover:after,
.showsub-toggle:focus:after {
color: #cd2324;
}
.showsub-toggle.sub-on:after {
content: "\f500";
top: 6px;
}
.social-links {
margin: 0 auto;
}
.social-links ul {
list-style: none;
margin: 0;
padding: 0;
}
.social-links ul li {
display: inline-block;
list-style: none;
margin: 0 0 4px 0;
}
.social-links ul a {
display: inline-block;
text-decoration: none;
}
.social-links ul a:before {
color: #cd2324;
font-size: 28px;
display: block;
padding: 5px;
text-align: center;
}
.social-links ul a:hover {
text-decoration: none;
}
.social-links ul a:hover:before {
background: #cd2324;
}
.social-links ul:last-of-type {
margin-right: 0;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
content: "\f413";
}
.social-links ul a:before {
background: #666;
content: "\f415";
}
#mobile-panel {
background: #cf000f;
height: 45px;
overflow: hidden;
width: 100%;
}
#mobile-link {
color: white;
cursor: pointer;
display: inline-block;
float: left;
height: 45px;
padding: 10px;
width: 50px;
}
#mobile-link:hover,
#mobile-link.active {
background: rgba(0, 0, 0, 0.4);
}
#mobile-link:before {
content: "\f419";
font-size: 28px;
}
#mobile-panel h1.site-title {
clear: none;
float: right;
font-size: 18px;
font-size: 1.8rem;
margin: 0;
padding: 15px 10px 0 10px;
}
#mobile-panel h1.site-title a {
color: white;
}
#mobile-block {
border-top: 1px solid #fff;
display: none;
overflow: hidden;
}
#mobile-block.active {
display: block;
}
#mobile-block {
top: 0;
}
a {
color: #333;
}
a:hover, a:active, a:focus {
color: #333;
}
.entry-summary a,
.entry-summary a:hover,
.entry-content a,
.entry-content a:hover {
text-decoration: underline;
}
.entry-content h3{
font-size: 14px;
font-weight: 600;
color: #000;
}
.entry-summary a:hover,
.entry-content a:hover {
color: #aaa;
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}