<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*Reset CSS*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  outline: none;
}
input, select, option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
}
::-moz-placeholder {
  opacity: 1 !important;
}
:-ms-input-placeholder {
  opacity: 1 !important;
}
:-moz-placeholder {
  opacity: 1 !important;
}
/* input:focus, textarea:focus, select:focus { */
  /* background-color: transparent; */
/* } */
body {
  font-family: 'Georama';
  /*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
a {
  border: none;
  outline: none;
  text-decoration: none;
}
/*Reset CSS*/

.loader_wrapp{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,0.70); z-index: 100005; cursor: wait; }
.loader{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }


.sk-chase,
.sk-chase-2 {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-2 {
  top: -40px;
}

.sk-chase-2 .sk-chase-dot::before {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #FFFFFF;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}


@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(0.8); 
  } 
}

/* @font-face { */
    /* font-family: 'RobotoRegular'; */
    /* src: url('../css/fonts/roboto/RobotoRegular.eot'); */
    /* src: url('../css/fonts/roboto/RobotoRegular.eot') format('embedded-opentype'), url('../css/fonts/roboto/RobotoRegular.woff2') format('woff2'), url('../css/fonts/roboto/RobotoRegular.woff') format('woff'), url('../css/fonts/roboto/RobotoRegular.ttf') format('truetype'), url('../css/fonts/roboto/RobotoRegular.svg#RobotoRegular') format('svg'); */
/* } */

/* /*font for bold*/ */

/* @font-face { */
    /* font-family: 'RobotoBold'; */
    /* src: url('../css/fonts/roboto/RobotoBold.eot'); */
    /* src: url('../css/fonts/roboto/RobotoBold.eot') format('embedded-opentype'), url('../css/fonts/roboto/RobotoBold.woff2') format('woff2'), url('../css/fonts/roboto/RobotoBold.woff') format('woff'), url('../css/fonts/roboto/RobotoBold.ttf') format('truetype'), url('../css/fonts/roboto/RobotoBold.svg#RobotoBold') format('svg'); */
/* } */

/* /*font for medium*/ */
/* @font-face { */
    /* font-family: 'RobotoMedium'; */
    /* src: url('../css/fonts/roboto/RobotoMedium.eot'); */
    /* src: url('../css/fonts/roboto/RobotoMedium.eot') format('embedded-opentype'), url('../css/fonts/roboto/RobotoMedium.woff2') format('woff2'), url('../css/fonts/roboto/RobotoMedium.woff') format('woff'), url('../css/fonts/roboto/RobotoMedium.ttf') format('truetype'), url('../css/fonts/roboto/RobotoMedium.svg#RobotoMedium') format('svg'); */
/* } */

</pre></body></html>