.elementor-kit-6{--e-global-color-primary:#003E52;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2F3437;--e-global-color-accent:#87BA41;--e-global-color-1d591fa:#FAE152;--e-global-color-f40808a:#1E232C;--e-global-color-7963b8b:#F7F7F7;--e-global-typography-primary-font-family:"Krub";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Krub";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Krub";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Krub";--e-global-typography-accent-font-weight:500;--e-global-typography-328ca60-font-family:"Krub";--e-global-typography-328ca60-font-size:13px;--e-global-typography-328ca60-font-weight:700;font-family:"Krub", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Krub", Sans-serif;color:var( --e-global-color-secondary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-1d591fa );color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Krub", Sans-serif;}.elementor-kit-6 h1{font-family:"Krub", Sans-serif;}.elementor-kit-6 h2{font-family:"Krub", Sans-serif;}.elementor-kit-6 h3{font-family:"Krub", Sans-serif;}.elementor-kit-6 h4{font-family:"Krub", Sans-serif;}.elementor-kit-6 h5{font-family:"Krub", Sans-serif;}.elementor-kit-6 h6{font-family:"Krub", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    color-scheme: light dark;
	--header-height: auto;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(0, 0, .2, 1);    
}

/***
* class: .sticky-header
*/
.cab {

	transition:	box-shadow var(--transition);
	/*background-color: #fff !important;*/
}

/***
* Sticky header activated
*/
.cab.elementor-sticky--effects {
    background-color: var(--e-global-color-primary) !important;
	height: var(--header-height);
	transition: height var(--transition);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
}

.cab.elementor-sticky--effects .tp{
    position: absolute;
    opacity: 0;
    transition: position var(--transition);
}
.cab.elementor-sticky--effects .ctn_top{
    display: none;
}


/***
* class: .logo
*/
.cab .logo img {
	transition: width var(--transition);
}
.cab.elementor-sticky--effects .logo img {
	width: 130px !important;
}

.tx_s{
    font-size: 15px;
    line-height: 1.1em;
    font-weight: bold;
}

.row_d {
    padding: 5px;
}    


.list .e-loop-item:nth-of-type(odd) {
  background: #f7f7f7;    
}
.lk01, .legal a{
    color: var(--e-global-color-accent) !important;
}
.lk01:hover, .legal a:hover{
    text-decoration: underline;
}/* End custom CSS */