/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 1, ../../components/sass/_reset.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 1, ../../components/sass/_reset.scss */
body {
  margin: 0; }

/* line 1, ../../components/sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

/* line 1, ../../components/sass/_reset.scss */
audio, canvas, progress, video {
  display: inline-block; }

/* line 1, ../../components/sass/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 1, ../../components/sass/_reset.scss */
progress {
  vertical-align: baseline; }

/* line 1, ../../components/sass/_reset.scss */
template, [hidden] {
  display: none; }

/* line 1, ../../components/sass/_reset.scss */
a {
  background-color: transparent; }

/* line 1, ../../components/sass/_reset.scss */
a:active, a:hover {
  outline-width: 0; }

/* line 1, ../../components/sass/_reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/* line 1, ../../components/sass/_reset.scss */
b, strong {
  font-weight: inherit; }

/* line 1, ../../components/sass/_reset.scss */
b, strong {
  font-weight: bolder; }

/* line 1, ../../components/sass/_reset.scss */
dfn {
  font-style: italic; }

/* line 1, ../../components/sass/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 1, ../../components/sass/_reset.scss */
mark {
  background-color: #ff0;
  color: #000; }

/* line 1, ../../components/sass/_reset.scss */
small {
  font-size: 80%; }

/* line 1, ../../components/sass/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 1, ../../components/sass/_reset.scss */
sub {
  bottom: -0.25em; }

/* line 1, ../../components/sass/_reset.scss */
sup {
  top: -0.5em; }

/* line 1, ../../components/sass/_reset.scss */
img {
  border-style: none; }

/* line 1, ../../components/sass/_reset.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 1, ../../components/sass/_reset.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 1, ../../components/sass/_reset.scss */
figure {
  margin: 1em 40px; }

/* line 1, ../../components/sass/_reset.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 1, ../../components/sass/_reset.scss */
button, input, select, textarea {
  font: inherit;
  margin: 0; }

/* line 1, ../../components/sass/_reset.scss */
optgroup {
  font-weight: bold; }

/* line 1, ../../components/sass/_reset.scss */
button, input, select {
  overflow: visible; }

/* line 1, ../../components/sass/_reset.scss */
button, select {
  text-transform: none; }

/* line 1, ../../components/sass/_reset.scss */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

/* line 1, ../../components/sass/_reset.scss */
[disabled] {
  cursor: default; }

/* line 1, ../../components/sass/_reset.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/* line 1, ../../components/sass/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 1, ../../components/sass/_reset.scss */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* line 1, ../../components/sass/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 1, ../../components/sass/_reset.scss */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/* line 1, ../../components/sass/_reset.scss */
textarea {
  overflow: auto; }

/* line 1, ../../components/sass/_reset.scss */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 1, ../../components/sass/_reset.scss */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 1, ../../components/sass/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield; }

/* line 1, ../../components/sass/_reset.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 1, ../../components/sass/_classes.scss */
.fltleft {
  float: left; }

/* line 2, ../../components/sass/_classes.scss */
.fltright {
  float: right; }

/* line 3, ../../components/sass/_classes.scss */
.clear {
  clear: both; }

/* line 4, ../../components/sass/_classes.scss */
.hidden {
  display: none; }
  /* line 6, ../../components/sass/_classes.scss */
  .hidden.not {
    display: block; }

/* line 10, ../../components/sass/_classes.scss */
.opaque {
  opacity: 0; }

/* line 11, ../../components/sass/_classes.scss */
.clearfix:after {
  overflow: auto;
  zoom: 1; }

/* line 15, ../../components/sass/_classes.scss */
.hr {
  display: none;
  height: 5px;
  background: #6a9f4d; }

/* line 1, ../../components/sass/_container.scss */
body {
  background: #edeeff; }

/* line 4, ../../components/sass/_container.scss */
.container {
  background: #D5D5D5;
  width: 100%;
  max-width: 1000px;
  margin: auto; }

/* line 3, ../../components/sass/_header.scss */
.header .logo {
  position: relative;
  z-index: 999; }
  /* line 6, ../../components/sass/_header.scss */
  .header .logo .normal {
    position: absolute;
    left: 0;
    width: 21%;
    display: block; }
    @media screen and (max-width: 415px) {
      /* line 6, ../../components/sass/_header.scss */
      .header .logo .normal {
        display: none; } }
  /* line 16, ../../components/sass/_header.scss */
  .header .logo .mobile {
    width: 100vw;
    position: fixed;
    bottom: 0;
    display: none; }
    @media screen and (max-width: 415px) {
      /* line 16, ../../components/sass/_header.scss */
      .header .logo .mobile {
        display: block; } }
/* line 26, ../../components/sass/_header.scss */
.header .title {
  float: right;
  color: #245ca9;
  width: 72%;
  margin: 0 35px 0 20px; }
  @media screen and (max-width: 415px) {
    /* line 26, ../../components/sass/_header.scss */
    .header .title {
      width: 99%;
      margin: 0; } }
  /* line 35, ../../components/sass/_header.scss */
  .header .title h1 {
    margin: 20px 0 0 30px;
    font-weight: normal;
    padding: 0;
    letter-spacing: 2px;
    font-size: 3em; }
    @media screen and (max-width: 811px) {
      /* line 35, ../../components/sass/_header.scss */
      .header .title h1 {
        font-size: 2.6em; } }
    @media screen and (max-width: 602px) {
      /* line 35, ../../components/sass/_header.scss */
      .header .title h1 {
        font-size: 2em; } }
    @media screen and (max-width: 415px) {
      /* line 35, ../../components/sass/_header.scss */
      .header .title h1 {
        margin: 10px; } }
    @media screen and (max-width: 376px) {
      /* line 35, ../../components/sass/_header.scss */
      .header .title h1 {
        font-size: 1.7em; } }
  /* line 54, ../../components/sass/_header.scss */
  .header .title h2 {
    margin: 0 0 0 30px;
    letter-spacing: 3.7px;
    font-size: 3em; }
    @media screen and (max-width: 811px) {
      /* line 54, ../../components/sass/_header.scss */
      .header .title h2 {
        font-size: 2.6em; } }
    @media screen and (max-width: 602px) {
      /* line 54, ../../components/sass/_header.scss */
      .header .title h2 {
        font-size: 2em; } }
    @media screen and (max-width: 415px) {
      /* line 54, ../../components/sass/_header.scss */
      .header .title h2 {
        margin: 10px; } }
    @media screen and (max-width: 376px) {
      /* line 54, ../../components/sass/_header.scss */
      .header .title h2 {
        font-size: 1.7em; } }
  /* line 71, ../../components/sass/_header.scss */
  .header .title h3 {
    margin: 0px 0 10px 30px;
    font-weight: normal;
    font-size: 1.5em; }
    @media screen and (max-width: 811px) {
      /* line 71, ../../components/sass/_header.scss */
      .header .title h3 {
        font-size: 1.5em; } }
    @media screen and (max-width: 602px) {
      /* line 71, ../../components/sass/_header.scss */
      .header .title h3 {
        font-size: 1.3em; } }
    @media screen and (max-width: 376px) {
      /* line 71, ../../components/sass/_header.scss */
      .header .title h3 {
        font-size: 1em; } }
  /* line 85, ../../components/sass/_header.scss */
  .header .title .hr {
    display: none;
    width: 90%;
    margin-left: 28px; }
    @media screen and (max-width: 415px) {
      /* line 85, ../../components/sass/_header.scss */
      .header .title .hr {
        margin-left: 16px; } }

/* line 1, ../../components/sass/_sidebar.scss */
.sidebar {
  float: left;
  width: 25%;
  padding-top: 16%; }
  /* line 2, ../../components/sass/_sidebar.scss */
  .sidebar div {
    color: #245ca9;
    margin: 20px 20px 0 25px; }
    /* line 5, ../../components/sass/_sidebar.scss */
    .sidebar div h3 {
      margin: 5px 0; }
    /* line 8, ../../components/sass/_sidebar.scss */
    .sidebar div p {
      margin: 0; }
  @media screen and (max-width: 880px) {
    /* line 1, ../../components/sass/_sidebar.scss */
    .sidebar {
      padding-top: 19%; } }
  @media screen and (max-width: 602px) {
    /* line 1, ../../components/sass/_sidebar.scss */
    .sidebar {
      width: 78%;
      padding-top: 0;
      float: right; } }
  @media screen and (max-width: 415px) {
    /* line 1, ../../components/sass/_sidebar.scss */
    .sidebar {
      width: 100%; } }
  /* line 26, ../../components/sass/_sidebar.scss */
  .sidebar img {
    width: 100%; }
    /* line 28, ../../components/sass/_sidebar.scss */
    .sidebar img.normal {
      display: block; }
      @media screen and (max-width: 602px) {
        /* line 28, ../../components/sass/_sidebar.scss */
        .sidebar img.normal {
          display: none; } }
    /* line 34, ../../components/sass/_sidebar.scss */
    .sidebar img.mobile {
      display: none; }
      @media screen and (max-width: 602px) {
        /* line 34, ../../components/sass/_sidebar.scss */
        .sidebar img.mobile {
          display: block; } }

/* line 1, ../../components/sass/_main.scss */
.main {
  width: 75%;
  float: right; }
  @media screen and (max-width: 602px) {
    /* line 1, ../../components/sass/_main.scss */
    .main {
      width: 100%; } }
  /* line 7, ../../components/sass/_main.scss */
  .main .buttons {
    background: #245ca9;
    padding: 20px 10px;
    width: 90%;
    margin: 20px auto; }
    @media screen and (max-width: 415px) {
      /* line 7, ../../components/sass/_main.scss */
      .main .buttons {
        width: 100%;
        margin: auto;
        padding: 20px 0; } }
    /* line 17, ../../components/sass/_main.scss */
    .main .buttons .button {
      background: url(/_/assets/button.2018.png) center no-repeat;
      float: left;
      width: 40%;
      margin: 0 5%; }
      @media screen and (max-width: 415px) {
        /* line 17, ../../components/sass/_main.scss */
        .main .buttons .button {
          width: 100%;
          margin: 10px 10px 10px 0px; } }
      /* line 26, ../../components/sass/_main.scss */
      .main .buttons .button a {
        text-decoration: none;
        float: right;
        margin: 2px 20% 2px 0;
        text-align: center;
        font-weight: bold;
        color: #245ca9;
        font-size: 20px;
        width: initial; }
        /* line 35, ../../components/sass/_main.scss */
        .main .buttons .button a:visited {
          color: #245ca9; }
        /* line 38, ../../components/sass/_main.scss */
        .main .buttons .button a span {
          font-weight: normal;
          font-size: 19px; }
        @media screen and (max-width: 602px) {
          /* line 26, ../../components/sass/_main.scss */
          .main .buttons .button a {
            margin: 2px 15% 2px 0; } }
        @media screen and (max-width: 415px) {
          /* line 26, ../../components/sass/_main.scss */
          .main .buttons .button a {
            width: 100%;
            margin: 10px auto; } }
  /* line 52, ../../components/sass/_main.scss */
  .main .questions {
    margin: 0 1.6em;
    color: #245ca9; }
    @media screen and (max-width: 415px) {
      /* line 52, ../../components/sass/_main.scss */
      .main .questions {
        margin: 2em; } }
    /* line 58, ../../components/sass/_main.scss */
    .main .questions .hr {
      margin-bottom: 10px; }
    /* line 61, ../../components/sass/_main.scss */
    .main .questions h4 {
      font-size: 1.3em;
      margin: 10px 0; }
      @media screen and (max-width: 415px) {
        /* line 61, ../../components/sass/_main.scss */
        .main .questions h4 {
          font-size: 1.2em; } }
    /* line 68, ../../components/sass/_main.scss */
    .main .questions h5 {
      font-size: 1em;
      clear: both;
      margin: 0px 0 5px 0;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    /* line 75, ../../components/sass/_main.scss */
    .main .questions div {
      font-size: 14px; }
      /* line 77, ../../components/sass/_main.scss */
      .main .questions div.hidden {
        margin-bottom: 5px; }
    /* line 82, ../../components/sass/_main.scss */
    .main .questions td img {
      width: 15px;
      margin-right: 3px;
      margin-top: 0;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      transform: rotate(90deg); }
      /* line 88, ../../components/sass/_main.scss */
      .main .questions td img.open {
        transform: rotate(180deg); }

/* line 96, ../../components/sass/_main.scss */
img.thank-you {
  width: 100%; }

/* line 1, ../../components/sass/_footer.scss */
.subfooter {
  float: right;
  width: 72%;
  position: relative;
  margin: inherit; }
  @media screen and (max-width: 820px) {
    /* line 1, ../../components/sass/_footer.scss */
    .subfooter {
      width: 99%; } }
  @media screen and (max-width: 415px) {
    /* line 1, ../../components/sass/_footer.scss */
    .subfooter {
      width: 98%;
      margin: 20px 0; } }
  /* line 13, ../../components/sass/_footer.scss */
  .subfooter p {
    position: absolute;
    top: -56px;
    font-size: 12px; }
    @media screen and (max-width: 602px) {
      /* line 13, ../../components/sass/_footer.scss */
      .subfooter p {
        font-size: 10px; } }

/* line 22, ../../components/sass/_footer.scss */
.footer-img {
  margin-top: 100px;
  max-width: 100%; }

/* line 26, ../../components/sass/_footer.scss */
.footer {
  background: #21A6CF;
  color: #fff;
  margin: -5px 0;
  padding: 20px 5%;
  height: inherit; }
  @media screen and (max-width: 415px) {
    /* line 26, ../../components/sass/_footer.scss */
    .footer {
      height: 230px; } }
  /* line 35, ../../components/sass/_footer.scss */
  .footer h4 {
    margin: 0;
    font-size: 1.3em;
    font-weight: normal; }
    @media screen and (max-width: 415px) {
      /* line 35, ../../components/sass/_footer.scss */
      .footer h4 {
        font-size: 1em; } }
