@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

em {
  font-style: italic; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: none; }

body {
  background: #fff;
  font: 52px/1 "freight-text-pro", georgia, times, serif;
  color: #4E4E4E;
  /*
  @media only screen and (max-width:1023px) {
  	background:cyan;
  }
  @media only screen and (max-width:767px) {
  	background:yellow;
  }
  @media only screen and (max-width:480px) {
  	background:blue;
  }
  @media only screen and (min-width:1280px) {
  	background:cyan;
  }
  @media only screen and (min-width:1440px) {
  	background:blue;
  }
  */ }

#page {
  padding: 0 60px;
  max-width: 1080px;
  margin: 0 auto; }

#container {
  display: table;
  width: 100%;
  height: 100vh; }

#content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 60px 0 140px; }

#copy {
  position: absolute;
  bottom: 40px;
  font: 18px/24px "proxima-nova", helvetica, arial, sans-serif;
  background: url(../img/anpi.png) no-repeat;
  padding: 12px 0 12px 100px; }

#form {
  display: none;
  padding-top: 40px;
  font: 27px/1.2 "proxima-nova", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #form p.error {
    font-size: 0.7em;
    color: #B70101;
    margin-top: 8px; }
  #form .label {
    text-transform: uppercase;
    margin-bottom: 20px; }
    #form .label a {
      font-weight: 700;
      color: #2D90F9;
      text-decoration: none; }
  #form input[type=email] {
    border: 1px solid #000;
    height: 64px;
    box-sizing: border-box;
    width: 520px;
    background: #fff;
    padding: 0 20px;
    font: 32px "proxima-nova", helvetica, arial, sans-serif;
    color: #000; }
  #form button {
    border: 0;
    height: 64px;
    box-sizing: border-box;
    display: inline-block;
    background: #2D90F9;
    padding: 3px 25px 0;
    font: 29px "proxima-nova", helvetica, arial, sans-serif;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    #form button:hover {
      background-color: #0669d3; }
  #form .privacy {
    margin-top: 25px;
    padding-left: 40px;
    position: relative; }
    #form .privacy label {
      font-size: 24px;
      line-height: 27px;
      display: block; }
      #form .privacy label a {
        color: #2D90F9; }

#intro {
  max-width: 920px;
  height: 216px; }
  #intro .renewed {
    font-family: "proxima-nova", helvetica, arial, sans-serif;
    font-weight: bold;
    margin-bottom: -4px;
    display: inline-block; }
  #intro .renewing {
    display: inline-block; }
    #intro .renewing:after {
      content: "|";
      color: #fff;
      width: 1px;
      height: 100%;
      display: inline-block;
      background: #000; }
  #intro .selecting {
    background: red; }
  #intro .bold {
    font-weight: 600; }
  #intro strong {
    font-weight: normal;
    color: #C62B27; }

.page-content {
  position: relative; }
  .page-content h1, .page-content h2, .page-content h3 {
    font-family: "proxima-nova", helvetica, arial, sans-serif;
    font-weight: 700;
    color: #4E4E4E; }
  .page-content h1 {
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 20px; }
  .page-content h2 {
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 25px; }
  .page-content h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px; }
  .page-content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
    .page-content p a {
      color: #5AA3E8;
      text-decoration: underline; }
  .page-content ul {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    padding-left: 2em; }
    .page-content ul li {
      list-style: disc; }
      .page-content ul li + li {
        margin-top: 20px; }

.feedback {
  display: none;
  margin-bottom: 30px;
  max-width: 437px;
  padding: 16px 24px;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  border-radius: 15px; }
  .feedback.success {
    background-color: #32CB17; }
  .feedback.error {
    background-color: #D00000; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 8040;
  background-color: #2C8FF9;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: block; }
  .fancybox-close:hover:before {
    background-color: #0669d3; }
  .fancybox-close:before {
    content: "x";
    font-family: "proxima-nova", helvetica, arial, sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 64px;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease-in-out; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(216, 216, 216, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.checker {
  cursor: pointer;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: #fff; }
  .checker input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .checker span {
    display: block;
    width: 24px;
    height: 24px; }
  .checker span.checked {
    position: relative; }
    .checker span.checked:before {
      content: "★";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #BD0712;
      cursor: pointer;
      text-align: center;
      font-size: 20px;
      line-height: 27px; }
