<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    overflow-x: hidden !important;
}
@font-face {
    font-family: 'checkbook';
    src: url('checkbk0-webfont.woff2') format('woff2'),
         url('checkbk0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.checkbook {
    font-family: 'checkbook';
}
.maintypeface {
    font-family: 'Oswald' !important;
}
/* HOME */ 
body {
    padding: 0px; 
    margin: 0px;
    overflow: none;
    background-color: var(--theme-color-5);
}
#loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204,204,204,1);
    z-index: 999;
    cursor: pointer;
}
#loading-gif {
    width: 300px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home-header {
    min-height: 100%;
}
.home-theme-section {
    width: 100%;
}
.home-theme-section img {
    max-width: 100%;
}
.home-header-menu-left {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
}
.home-header-menu-right {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}
@media only screen and (max-width: 576px) {
    .home-header-menu-left {
        left: 10px;
        top: 10px;
    }
}
.home-header-menu-center {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--theme-color-2);
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
}

#backToTop:hover {
    background-color: var(--theme-color-1);
}
#stickyMenuButton {
    display: none;
    background-color: transparent;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
}

.menu-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
}
.menu-overlay {
    height: 100%;
    width: 0%;
    position: fixed; 
    z-index: 100; 
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,1); 
    overflow-x: hidden; 
    transition: 0.25s; 
}
.menu-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        }
    }

.hover-link:hover {
    color: var(--theme-color-1);
}
.text-color-white {
    color: #ffffff;
}
.text-color-black {
    color: #000000;
}

/* COMMON */

.background-1 {
    background-color: var(--theme-color-1) !important;
}
.background-2 {
    background-color: var(--theme-color-2) !important;
}
.background-3 {
    background-color: var(--theme-color-3) !important;
}
.background-4 {
    background-color: var(--theme-color-4) !important;
}
.background-black {
    background-color: #000000;
}
.color-1 {
    color: var(--theme-color-1) !important;
}
.color-2 {
    color: var(--theme-color-1) !important;
}
.color-3 {
    color: var(--theme-color-1) !important;
}
.color-4 {
    color: var(--theme-color-1) !important;
}
.title {
    font-weight: 500;
    font-size: 2.4em;
    line-height:1.2em;
}
.border-gray {
    border-color: #4b4b4b;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}
.font-size-075em {
    font-size: 0.75em;
}
.font-size-125em {
    font-size: 1.25em;
}
.font-size-150em {
    font-size: 1.50em;
}
.font-size-175em {
    font-size: 1.75em;
}
.font-size-2em {
    font-size: 2em;
}
.font-size-25em {
    font-size: 2.5em;
}
.font-size-3em {
    font-size: 3em;
}
.line-height-08em {
    line-height: 0.8em;
}
.line-height-06em {
    line-height: 0.6em;
}
a, a:hover {
    color: var(--theme-color-1);
}
.cursor-pointer {
  cursor: pointer;
}
.item-container {
    cursor: pointer
 }
.item {
    margin-bottom: 30px
 }
.item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    overflow: hidden
 }
.item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
 }
.item:hover .cover {
    opacity: 1
 }

.item .name {
    width: 80%;
    font-weight: bold;
    margin: 0px auto;
    margin-bottom: 8px
 }

 .item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme-color-1);
    letter-spacing: 2px;
    font-size: 13px;
    margin: 0px auto;
    margin-bottom: 20px
 }
 .item-small {
     margin-bottom: 0px;
 }
 .item-small .box {
     height: 140px;
     width: 140px;
 }
 .item-small .cover {
     padding-top: 20px;
 }
.item-small h3 {
    font-size: 14px;
}
.videoWrapper {
  position: relative;
  /* falls back to 16/9, but otherwise uses ratio from HTML */
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); 
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-item-image {
    opacity: 0.3;
}
.gallery-item-image:hover {
    opacity: 1;
}
.error {
    border: 2px solid #ff0000;
}
@media only screen and (max-width: 768px) {
    #header-logo {
        max-width: 250px;
        padding-top: 25px;
    }      
}
#profile_photo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 200px;
    margin: 0px auto;
    border-radius: 100px;
    border: 8px solid var(--theme-color-3);
    margin-top: -135px;
    margin-bottom:20px;
}

.vv-btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    border: 1px solid var(--theme-color-2);
    color: var(--theme-color-1);
    transition: 0.3s;
}
.vv-btn:hover {
    background-color: var(--theme-color-3);
    border: 1px solid var(--theme-color-3);
    color: #ffffff;
}

/* RIBBON */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 999999;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #333333;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #666666;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 11px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -53px;
    top: 20px;
  transform: rotate(-45deg);
}</pre></body></html>