@import url(../fonts/DIN%20Pro%20Bold/DINPro-Bold-min.css);
@import url(../fonts/DIN%20Pro%20Light/DINPro-Light-min.css);
@import url(../fonts/DIN%20Pro%20Medium/DINPro-Medium-min.css);
@import url(../fonts/DIN%20Pro%20Medium/DINPro-Medium-min.css);
@import url(../fonts/Cherry%20Swash/CherrySwash-Bold-min.css);
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "DINPro";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "DINPro";
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #fff;
  font-family: "DINPro";
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CherrySwash";
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-family: 'CherrySwash'; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  min-height: 100vh;
  position: relative;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
  overflow: show;
  text-align: center;
  padding: 20px 0 0; }
  .wrapper .box_wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 0 100px; }
    .wrapper .box_wrap.calc .stage_1 {
      display: none; }
    .wrapper .box_wrap.calc .stage_2 {
      display: block !important; }
    .wrapper .box_wrap .snow_border {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .wrapper .box_wrap .box_inner {
      margin: 4% 20px 0;
      background-color: rgba(18, 30, 51, 0.7);
      padding: 60px 20px;
      min-height: calc(100vh - 160px); }
      .wrapper .box_wrap .box_inner h1 {
        font-family: "DINPro";
        font-weight: 100;
        text-align: center;
        font-size: 2em;
        text-transform: uppercase;
        margin: 0 0 40px 0; }
        @media screen and (max-width: 400px) {
          .wrapper .box_wrap .box_inner h1 {
            font-size: 1.5em; } }
        .wrapper .box_wrap .box_inner h1 span {
          font-family: "CherrySwash";
          font-weight: 700;
          display: block;
          margin: auto;
          font-size: 2.5em;
          line-height: 1em;
          text-transform: initial; }
          @media screen and (max-width: 500px) {
            .wrapper .box_wrap .box_inner h1 span {
              font-size: 2em; } }
      .wrapper .box_wrap .box_inner .input_wrap .dropdown {
        max-width: 350px;
        margin: 60px auto 40px;
        text-transform: uppercase; }
        .wrapper .box_wrap .box_inner .input_wrap .dropdown p {
          margin: 0; }
        .wrapper .box_wrap .box_inner .input_wrap .dropdown .top {
          height: 40px;
          width: 100%;
          cursor: pointer;
          position: relative; }
          .wrapper .box_wrap .box_inner .input_wrap .dropdown .top.hover ul {
            display: block; }
          .wrapper .box_wrap .box_inner .input_wrap .dropdown .top div, .wrapper .box_wrap .box_inner .input_wrap .dropdown .top ul {
            background-color: #14181C;
            border: 1px #fff solid;
            border-radius: 50px; }
          .wrapper .box_wrap .box_inner .input_wrap .dropdown .top div {
            padding: .4em;
            position: relative; }
            .wrapper .box_wrap .box_inner .input_wrap .dropdown .top div:after {
              position: absolute;
              right: 15px;
              top: 5px;
              content: '\25be'; }
            .wrapper .box_wrap .box_inner .input_wrap .dropdown .top div p {
              font-weight: 700; }
          .wrapper .box_wrap .box_inner .input_wrap .dropdown .top ul {
            padding: .4em;
            margin-top: 0;
            position: absolute;
            z-index: 10;
            display: none;
            width: 100%;
            max-width: 350px;
            border-radius: 20px;
            height: 150px;
            overflow: scroll; }
            .wrapper .box_wrap .box_inner .input_wrap .dropdown .top ul li {
              padding: 0.1em; }
              .wrapper .box_wrap .box_inner .input_wrap .dropdown .top ul li.active {
                display: none; }
      .wrapper .box_wrap .box_inner button.submit {
        background-color: #fff;
        color: #14181C;
        text-transform: uppercase;
        font-size: 1.2em;
        margin: 20px auto;
        display: block;
        border-radius: 50px; }
        @media screen and (max-width: 320px) {
          .wrapper .box_wrap .box_inner button.submit {
            font-size: 1.1em; } }
      .wrapper .box_wrap .box_inner .stage_1 p {
        font-weight: 400; }
      .wrapper .box_wrap .box_inner .stage_2 {
        display: none; }
        .wrapper .box_wrap .box_inner .stage_2 h2 {
          font-size: 4em; }
          @media screen and (max-width: 500px) {
            .wrapper .box_wrap .box_inner .stage_2 h2 {
              font-size: 3em; } }
        .wrapper .box_wrap .box_inner .stage_2 .flex {
          display: flex;
          justify-content: center;
          align-items: center; }
          .wrapper .box_wrap .box_inner .stage_2 .flex .circle {
            height: 200px;
            width: 200px;
            border-radius: 200px;
            border: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center; }
            .wrapper .box_wrap .box_inner .stage_2 .flex .circle.big {
              height: 250px;
              width: 250px;
              margin: 0 20px;
              background: #fff;
              color: #14181C; }
              .wrapper .box_wrap .box_inner .stage_2 .flex .circle.big p {
                font-size: 1.1em;
                font-weight: 700;
                padding: 0 10px;
                line-height: 1.1em;
                text-transform: uppercase; }
              .wrapper .box_wrap .box_inner .stage_2 .flex .circle.big .perc {
                font-size: 6em;
                display: block;
                margin: 0 auto 0;
                line-height: 1em; }
                .wrapper .box_wrap .box_inner .stage_2 .flex .circle.big .perc:after {
                  content: "%";
                  font-size: 0.5em; }
            .wrapper .box_wrap .box_inner .stage_2 .flex .circle .inner {
              padding: 0 10px; }
            .wrapper .box_wrap .box_inner .stage_2 .flex .circle h3 {
              font-family: "DINPro";
              text-transform: uppercase;
              font-weight: 700;
              font-size: 0.8em;
              width: 100px;
              margin: 0 auto 10px; }
            .wrapper .box_wrap .box_inner .stage_2 .flex .circle .big {
              font-weight: 100;
              line-height: 1.1em; }
              .wrapper .box_wrap .box_inner .stage_2 .flex .circle .big.date {
                font-size: 2em; }
              .wrapper .box_wrap .box_inner .stage_2 .flex .circle .big.year {
                font-size: 3em; }
          @media screen and (max-width: 800px) {
            .wrapper .box_wrap .box_inner .stage_2 .flex {
              flex-wrap: wrap;
              justify-content: center;
              align-items: flex-start; }
              .wrapper .box_wrap .box_inner .stage_2 .flex .circle_wrap {
                order: 2;
                width: 50%;
                margin: 0 0 20px;
                display: flex;
                justify-content: center; }
                .wrapper .box_wrap .box_inner .stage_2 .flex .circle_wrap.middle {
                  order: 1;
                  width: 100%; }
              .wrapper .box_wrap .box_inner .stage_2 .flex .circle {
                border: 0;
                align-items: flex-start;
                height: auto; }
                .wrapper .box_wrap .box_inner .stage_2 .flex .circle.big {
                  align-items: center;
                  height: 250px; } }
      @media screen and (max-width: 800px) and (max-width: 380px) {
        .wrapper .box_wrap .box_inner .stage_2 .flex .circle.big {
          width: 200px;
          height: 200px;
          font-size: 0.9em;
          margin: 0 0 20px; } }
        .wrapper .box_wrap .box_inner .stage_2 .dropdown {
          margin: 60px auto 40px; }
          @media screen and (max-width: 414px) {
            .wrapper .box_wrap .box_inner .stage_2 .dropdown {
              margin: 20px auto; } }
  .wrapper .footer {
    position: absolute;
    z-index: 1;
    background-image: url(../img/snow_footer.svg);
    height: 150px;
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    text-align: center;
    bottom: 0;
    width: 100%; }
    .wrapper .footer img {
      width: 200px; }
