<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";
@font-face {
  font-family: 'TheSans';
  src: url("/fonts/TheSansOffice5_.eot");
  src: local("â˜º"), url("/fonts/TheSansOffice5_.woff") format("woff"), url("/fonts/TheSansOffice5_.ttf") format("truetype"), url("/fonts/TheSansOffice5_.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheSansLight';
  src: url("/fonts/thesans-b3-light.eot");
  src: local("â˜º"), url("/fonts/thesans-b3-light.woff") format("woff"), url("/fonts/thesans-b3-light.ttf") format("truetype"), url("/fonts/thesans-b3-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "TheSansLight", Verdana, "Geneva, sans-serif";
  font-weight: 200;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  background: url(bg.png) repeat-x top #23a251;
}


#freezer-page {
  padding:30px 0;
}
h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
  color: #ffcb00;
  text-align: center;
}

.small {
  font-size: 90%;
}

.big {
  font-size: 160%;
  font-weight: 700;
}

.bignumber,
.bigtext {
  font-size: 2.3rem;
  font-weight: bold;
  color: #ffcb00;
}

.form-control {
  border: 0;
}

.whitebox {
  padding: 15px;
  background: #fff;
  color: #111;
  border-radius: 25px;
  margin: 15px 15px;
  font-size: 1rem;
  width: 300px;
  margin: 0 auto 30px auto;
}

label {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.freezeBtn,
.freezeBtnSmall {
  margin: 35px auto 0 auto;
  padding: 10px 45px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  background: #ffcb00;
  border: none;
  display: flex;
  justify-content: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
}

.freezeBtnSmall {
  width: 300px;
  font-size: 1rem;
}

.freezeBtnSmall:hover {
  text-decoration: none;
  color: #111;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #ffcb00;
}

.ui-widget-header {
  border: 1px solid #c5c5c5;
  background: #ffcb00;
}

.sliderTs-after,
.sliderTf-after {
  font-size: 2rem;
}

.form-group {margin-bottom:7px}
</pre></body></html>