@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*, ::after, ::before { box-sizing: border-box; }

body,dl,dt,dd,pre,p,blockquote {  padding:0px; margin:0px; font:normal 1rem/1.3 "Lato", sans-serif; color:#000; }
table{ border-collapse:collapse; border-spacing:0;}
img, a img{ border:0;}
td{ vertical-align:top;}
address,caption,cite,code,dfn,th,var{ font-style:normal; font-weight:normal;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; margin-bottom:.5rem}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}
p { margin-bottom:1rem; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:"Lato", sans-serif; margin-bottom: 0rem; font-weight: 500; line-height: 1.2; }
/*END RESET*/


#resize-frame { 
    -webkit-transform:scale(.290); 
    transform:scale(.290); 
    transition:.5s ease;
}
@media screen and (min-width: 483px) {
    #resize-frame { 
        -webkit-transform:scale(.369); 
        transform:scale(.369); }
}
@media screen and (min-width: 576px) {
    #resize-frame { 
        -webkit-transform:scale(.443); 
        transform:scale(.443);
    }
}
@media screen and (min-width: 665px) {
    #resize-frame { 
        -webkit-transform:scale(.51); 
        transform:scale(.51); 
    }
}
@media screen and (min-width: 768px) {
    #resize-frame { 
        -webkit-transform:scale(.59); 
        transform:scale(.59); 
    }
}
@media screen and (min-width: 916px) {
    #resize-frame { 
        -webkit-transform:scale(.703); 
        transform:scale(.703); 
    }
}
@media screen and (min-width: 992px) {
    #resize-frame { 
        -webkit-transform:scale(.757); 
        transform:scale(.757); 
    }
}
@media screen and (min-width: 1120px) {
    #resize-frame { 
        -webkit-transform:scale(.86); 
        transform:scale(.86); 
    }
}
@media screen and (min-width: 1300px) {
    #resize-frame { 
        -webkit-transform:scale(1); 
        transform:scale(1); 
    }
}