.elementor-kit-483{--e-global-color-primary:#1D3191;--e-global-color-secondary:#245AAD;--e-global-color-text:#252727;--e-global-color-accent:#917D1D;--e-global-color-2cf4698:#911D31;--e-global-color-cd12875:#2B8CCF;--e-global-typography-primary-font-family:"Zen Kaku Gothic New";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Zen Kaku Gothic New";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Zen Antique";--e-global-typography-accent-font-weight:500;}.elementor-kit-483 e-page-transition{background-color:#FFBC7D;}.elementor-kit-483 button,.elementor-kit-483 input[type="button"],.elementor-kit-483 input[type="submit"],.elementor-kit-483 .elementor-button{font-family:"Zen Kaku Gothic New", 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);}@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 */@media screen and (min-width: 768px) {
	.visible-xs {
		display: none;
	}
	
	.hidden-xs {
		display: initial;
	}
}

@media screen and (max-width:767px) {

	.visible-xs {
		display: initial;
	}
	
	.hidden-xs {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.visible-sm {
		display: none;
	}
	
	.hidden-sm {
		display: initial;
	}
}

@media screen and (max-width:1024px) {

	.visible-sm {
		display: initial;
	}
	
	.hidden-sm {
		display: none;
	}
}



/* table ---------------------- */
table {
    width: 100%;
}

table thead th {
	background: #e5e5e5;
}

table th {
    border: 1px solid #ccc;
    background: #e9e9e9;
    padding: 1em
}

table td {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 1em;
    background: #fff
}


.table__fixed__wrapper {
    overflow-x: scroll;
}

.table__fixed span {
    font-size: 75%;
    line-height: 1.2;
    display: inline-block;
    color: #aaa;
    font-weight: normal;
    font-family: Montserrat;
    margin: 1em 0 0;
}

@media screen and (max-width:767px) {
    
    table th,
    table td {
        display: block;
        width: 100%;
    }
    
     table th {
         border-width: 1px 1px 0 1px;
     }
     
      table tr:not(:last-child) td {
         border-width: 1px 1px 0 1px;
      }
      
}/* End custom CSS */