<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,500;0,600;1,400&amp;display=swap');

.home-01 {
    min-height: 100vh;
    position: relative;
}
  
.show-desktop{
    display:block!important;}
.show-mobile{
    display:none!important;}

@media (max-width: 768px){
.show-desktop{
    display:none!important;}
.show-mobile{
    display:block!important;}
}

 
.mu{
    box-shadow: -2px 3px 8px rgba(0,0,0,0.1);
}

 
#customPageContent .row, #customPageContent .row .col {
    min-height: auto!important;
}

 
a {
    text-decoration: none;
}

 
@-webkit-keyframes zoom {
    0% { transform: scale(1.0); } 
    100% { transform: scale(1.5); } 
    0% { transform: scale(1.0); } 
}

 
#navbar #navbarSupportedContent ul li a.nav-link{
    font-size:16px;
    padding: 0.5rem 0.5rem;
}

 
@media (max-width: 576px){
    .logo-header{
    max-width: 100%!important;}
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'Crimson Pro', serif;
}

.fw-bold {
    font-weight: 400 !important;
}</pre></body></html>