@font-face {
  font-family: "OpenSansCondensed-Bold";
  src: url("../fonts/OpenSansCondensed-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "BadScript-Regular";
  src: url("../fonts/BadScript-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "SF-Pro-Text-Regular";
  src: url("../fonts/SF-Pro-Text-Regular.otf") format("truetype"); }

.clearfix:before,
.container:after {
  content: " ";
  display: table; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative; }

body {
  padding: 0;
  margin: 0;
  position: relative; }

section {
  position: relative; }

html.fp-enabled {
  overflow: visible !important; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }


@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.footer_left {
  position: fixed;
  bottom: 45px;
  left: 0;
  z-index: 99999; }

.footer_right {
  position: fixed;
  right: 0;
  bottom: 45px;
  z-index: 99999; }



.policy {
  background: #fff;
  min-height: 100vh; }
  .policy .fade_in {
    display: none; }
  .policy h1 {
    font-size: 30px;
    font-family: "OpenSansCondensed-Bold";
    margin-top: 0;
    margin-bottom: 20px; }
  .policy p {
    font-size: 12px;
    font-family: "SF-Pro-Text-Regular";
    margin-bottom: 15px;
    margin-top: 0; }
  .policy ul, .policy ol {
    margin-bottom: 20px; }
    .policy ul li, .policy ol li {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 12px;
      font-family: "SF-Pro-Text-Regular"; }
  .policy h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "SF-Pro-Text-Regular"; }
  .policy main .container {
    background: #fff;
    padding: 32px;
    border-radius: 5px;
    max-width: 780px;
    margin-top: 16px;
    margin-bottom: 16px; }
    .policy main .container .latin_marker li {
      list-style-type: lower-alpha; }

/* @media screen and (max-width: 736px) */
