/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 18:40:41 */
/*------ N O T - M O B I L E -------*/
@media screen and (min-width: 750px) {
	
body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
    body:not(.single-contracts) div#page {
        margin-top: 15px;
        width: 100%;
        max-width: 500px;
        height: calc(100vh - 30px);
        background: #F5F8FC;
        border-radius: 15px;
        overflow: auto;
        border: solid 1px #d8dde4;
		transform: scale(1);
    }
footer#colophon {
    position: sticky;
    bottom: 0;
}
/*---- FIXED------*/	
.main-menu {
	width: 500px !important;
	left: calc(50% - 250px);
}	
	
	




/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {



}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
 
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}