<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;
* {box-sizing: border-box}
html,body { 
    height:100%; 
    display: flex;
    flex-direction: row;
    background-color: rgb(30, 30, 30);
    color: #888888;
}
body &gt; * {
    flex-shrink: 0;
  }
  
  .div1 { background-color: rgb(30, 30, 30); 
    overflow: hidden;
}
  
  .div2 {
    background-color: rgb(30, 30, 30);
    flex-grow: 1;
    position: relative;
    overflow: hidden;
  }

body {
    font-family: 'Open Sans', sans-serif;
    margin:0; 
    height:100%;
}
.mySlides {display: none}
img {vertical-align: middle;}

#header {
    text-align: center;
    background-color: rgb(40, 40, 40);
    overflow-y:auto;
    height: 100%;
    position: sticky;
    direction: rtl;
}

.Titu {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 94%;
    height: auto;
    top: 2%;
    left: 3%; 
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.Texto {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 94%;
    height: auto;
    top: 2%;
    left: 3%; 
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    padding: 5px;
    line-height: 1.4em;
}

.centerElem {
    position: relative;
    width: 80%;
    height: auto;
    top: 10%;
    left: 10%; 
    font-size: 2.9vw;
    text-align: justify;
}â€‹

.fa {
    float: right;
    padding: 0px;
    font-size: 30px;
    width: 14%;
    height:100%;
    max-width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 11px 8px;
    transition: all .3s ease-in-out;
  }

  .fat {
    float: none;
    padding: 0px;
    font-size: 60px;
    width: 10%;
    height: auto;
    max-width: none;
    text-align: center;
    text-decoration: none;
    margin: 11px 10px;
    transition: all .3s ease-in-out;
  }
  
  .fa:hover {
      /* transform: scale(1.7); */
  }

  .fa-instagram {
      /* background: #303030; */
      color: white;
  }

/* Slideshow container */
.slideshow-container {
    z-index: 20;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin: auto;
}

/* Next &amp; previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #505050;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #505050;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    color: #707070;
  background-color: rgba(0,0,0,0.3);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0 3px;
  color: #707070;
  background-color: #505050;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  overflow: visible; /* Enable overflow without bars*/
}

.active {
    color: #606060;
  background-color: #515151;
}

.dot:hover {
    color: #606060;
  background-color: #ffffff;
}

/* Fading animation */
.fade {
    max-width:100%;
    max-height:auto ; 
  /* -webkit-animation-name: fade; 
  -webkit-animation-duration: 1.0s; 
  animation-name: fade;
  animation-duration: 1.0s; */
}

.imgslide { 
    max-width:100%;
    max-height:700px ;
}

@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
&lt;/style&gt;

body{
  color : #928882;
  background-color: #eaeaea;
  font-family: 'Open Sans', sans-serif;
  font-size : 12pt;
}

a:link   { color : #c2a99a; text-decoration : none; }
a:visited{ color : #c2a99a; text-decoration : none; }
a:active { color : rgb(0, 86, 184); text-decoration : none; }
a:hover  { color :rgb(0, 86, 184); text-decoration : none; }

div {
    /* resize: horizontal; */
    overflow: auto;
    overflow-x: hidden; /*makes scrool bars dissappear!! */
}

div.vertbutton {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

div.pushleft {
    padding-left: 20px;
}

div.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    padding: 10px 0px 10px 0px;
    color: #eeffff;
}

div.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 0px 0px 8px 0px;
    color: #eeffff;
}

a {
    overflow: hidden;
}

a.cust {
    font-weight: bold;
    font-size: 25px;
    padding: 16px 10px;
}

div.card {
    -webkit-box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 50;
    background-color: #0f0f0f;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

ul {
    z-index: 50;
    list-style-type: none;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f5;
}

a.cus {
    color: #305070;
    font-weight: bold;
}

p {
    padding: 5px 20px;
    display: block; /* or inline-block, at least its a block element */
    width: auto; /* or width is certain by parent element */
    height: auto; /* height cannot be defined */
    white-space: normal; /* be sure its not 'nowrap'! ! ! :/ */
    text-align: justify;
}

header {
    text-align: center;
}

/* Create four equal columns that sits next to each other */

.rrow{
    display: flex;
    width:100%;
    flex-direction: row;
}

.rrow:after {
    content: "";
    display: table;
    clear: both;
} 

.column {
    -ms-flex: 15%; /* IE10 */
    flex: 15%;
    max-width: 15%;
    padding: 0 0px;
}

.ccolumn {
    width:100%;
    padding: 5px 5px 5px 5px;
}

.column img {
    margin-left:0px;
    margin-right:0px;
    margin-top: 0px;
    vertical-align: middle;
    padding: 0 0px;
}

.popimg {
    grid-column: span 1;
    grid-row: span 1;
    transition: all .3s ease-in-out;
}

.popimg:hover {
    transform: scale(1.3);
    /* box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.5); */
    cursor: pointer;
    border-radius: 4px;
    z-index: 18;
    -moz-box-shadow: 0 0 13px #000000;
-webkit-box-shadow: 0 0 13px #000000;
box-shadow: 0 0 13px #000000;
}

.avatar {
    grid-column: span 1;
    grid-row: span 1;
    transition: all .3s ease-in-out;
    grid-column: span 0.5;
    grid-row: span 0.5;
}

.avatar:hover {
    transform: scale(1.6);
    /* box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.5); */
    border-radius: 4px;
    z-index: 18;
    -moz-box-shadow: 0 0 13px #000000;
-webkit-box-shadow: 0 0 13px #000000;
box-shadow: 0 0 13px #000000;
}

.wrapper {
    margin-top: 40px;
    padding: 4px 7px 4px 4px ;
    width:auto;
    height:auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /* grid-auto-columns: 200px; */
    grid-gap: 2.5px;
    resize: none;
    /*grid-auto-rows: minmax(80px, auto);*/
    float: center;
    overflow-x: hidden; /*makes scrool bars dissappear!! */
    overflow-y: hidden;
  }
  .avawrapper {
    margin-top: 40px;
    padding: 4px 7px 4px 4px ;
    width:auto;
    height:auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /* grid-auto-columns: 200px; */
    grid-gap: 2px;
    resize: none;
    /*grid-auto-rows: minmax(80px, auto);*/
    float: center;
    overflow-x: hidden; /*makes scrool bars dissappear!! */
    overflow-y: hidden;
  }

  /* Responsive layout - makes a two column-layout instead of four columns */

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
/*
.close {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
*/
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 600px){
    .modal-content {
        /*width: 100%;*/
        max-width: 100%;
    }
}

/* Center the loader */
#loader {
    left: auto;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #242424;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    text-align: center;
  }



/* Custom scroollbar */
::-webkit-scrollbar {
    width: 0.6em;
    background: rgba(0,0,0,0.6);
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(194, 169, 154, 0.9);
  }</pre></body></html>