@import url("https://use.typekit.net/cgd1tzh.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: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  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: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  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: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 auto 0.75em; }

p {
  margin: 0 auto 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; }

.ip-wrapper {
  font-family: "open-sans"; }
  .ip-wrapper section {
    color: #282828;
    text-align: center;
    position: relative;
    padding-top: 50px; }
    .ip-wrapper section .inner {
      max-width: 1100px;
      padding: 20px;
      margin: auto; }
    .ip-wrapper section h1, .ip-wrapper section h2, .ip-wrapper section h3, .ip-wrapper section h4 {
      text-transform: uppercase;
      font-family: "open-sans-condensed"; }
    .ip-wrapper section h2 {
      font-size: 2.5rem; }
    .ip-wrapper section h3 {
      font-size: 1.3rem; }
    .ip-wrapper section .bg1, .ip-wrapper section .bg2 {
      background-repeat: no-repeat;
      background-size: auto 100%; }
      @media screen and (max-width: 900px) {
        .ip-wrapper section .bg1, .ip-wrapper section .bg2 {
          background-image: none !important; } }
    .ip-wrapper section .bg1 {
      background-position: left center; }
    .ip-wrapper section .bg2 {
      background-position: right center; }
    .ip-wrapper section .grid {
      display: flex;
      justify-content: center;
      align-items: baseline;
      margin: 50px 0; }
      @media screen and (max-width: 700px) {
        .ip-wrapper section .grid {
          flex-wrap: wrap; } }
      .ip-wrapper section .grid > * {
        margin: 10px;
        width: 200px; }
    .ip-wrapper section:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 100%);
      z-index: 1; }
    .ip-wrapper section.header {
      background-color: #ea586e;
      border-color: #ea586e transparent transparent;
      background-image: url(../img/banner.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      color: #fff;
      padding: 40px 0;
      text-align: left; }
      @media screen and (max-width: 1140px) {
        .ip-wrapper section.header {
          background-image: none; } }
      .ip-wrapper section.header .text {
        max-width: calc(800px); }
        .ip-wrapper section.header .text a {
          color: inherit;
          font-family: inherit; }
        @media screen and (max-width: 1700px) {
          .ip-wrapper section.header .text {
            max-width: 700px; } }
        @media screen and (max-width: 1470px) {
          .ip-wrapper section.header .text {
            max-width: 500px; } }
      .ip-wrapper section.header h1 {
        font-size: 5rem;
        max-width: 500px;
        line-height: 1em;
        margin: 0 0 1em; }
      .ip-wrapper section.header a.calc_link {
        display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 10px 40px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        margin: 20px 0 0; }
      .ip-wrapper section.header:after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #ea586e transparent transparent;
        border-width: 2rem 3rem 0; }
    .ip-wrapper section._1 {
      background-color: #f2f2f2; }
      .ip-wrapper section._1 .bg1 {
        background-image: url(../img/1-bg1.png); }
      .ip-wrapper section._1 .bg2 {
        background-image: url(../img/1-bg2.png); }
      .ip-wrapper section._1:after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #f2f2f2 transparent transparent;
        border-width: 2rem 3rem 0; }
    .ip-wrapper section._2 {
      background-color: #df807f; }
      .ip-wrapper section._2 h2 {
        color: #fff; }
      .ip-wrapper section._2 .box, .ip-wrapper section._2 h3 {
        color: #000;
        font-weight: 700; }
      .ip-wrapper section._2 .bg1 {
        background-image: url(../img/2-bg1.png); }
      .ip-wrapper section._2 .bg2 {
        background-image: url(../img/2-bg2.png); }
      .ip-wrapper section._2:after {
        border-style: solid;
        height: 0;
        width: 0;
        border-color: #df807f transparent transparent;
        border-width: 2rem 3rem 0; }
      .ip-wrapper section._2 .grid img {
        max-height: 100px; }
    .ip-wrapper section._1 .inner, .ip-wrapper section._2 .inner {
      width: calc(100% - 350px); }
      @media screen and (max-width: 900px) {
        .ip-wrapper section._1 .inner, .ip-wrapper section._2 .inner {
          width: 100%; } }
    .ip-wrapper section._1 h2, .ip-wrapper section._1 p, .ip-wrapper section._2 h2, .ip-wrapper section._2 p {
      max-width: 600px; }
    .ip-wrapper section._3 {
      background-color: #f2f2f2;
      border-bottom: 20px solid #fff; }
  .ip-wrapper .calc_wrap {
    background-color: #fff;
    max-width: 800px;
    margin: 40px auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px 0px;
    overflow: hidden; }
    .ip-wrapper .calc_wrap .calc_header {
      background-image: url(../img/calc_header.png);
      background-size: cover;
      color: #fff;
      padding: 20px; }
      .ip-wrapper .calc_wrap .calc_header h2 {
        margin: 10px 0; }
        .ip-wrapper .calc_wrap .calc_header h2 p {
          font-size: 0.5em; }
    .ip-wrapper .calc_wrap .calc_state {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 40px 0 20px; }
      .ip-wrapper .calc_wrap .calc_state .num {
        border-radius: 100%;
        width: 100px;
        height: 100px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "open-sans-condensed";
        font-weight: 100;
        font-size: 2.5rem;
        transition: all 0.1s ease; }
        .ip-wrapper .calc_wrap .calc_state .num:nth-of-type(1):before {
          content: "1"; }
        .ip-wrapper .calc_wrap .calc_state .num:nth-of-type(3):before {
          content: "2"; }
        .ip-wrapper .calc_wrap .calc_state .num:nth-of-type(5):before {
          content: "3"; }
        .ip-wrapper .calc_wrap .calc_state .num:nth-of-type(7):before {
          content: "4"; }
        .ip-wrapper .calc_wrap .calc_state .num:before {
          transition: all 0.1s ease;
          font-weight: 700;
          position: absolute;
          color: #ebebeb;
          font-size: 5rem;
          margin-top: -2px; }
        .ip-wrapper .calc_wrap .calc_state .num span {
          position: relative;
          z-index: 1;
          font-weight: 100; }
        .ip-wrapper .calc_wrap .calc_state .num.active {
          background-color: #f7e3de; }
          .ip-wrapper .calc_wrap .calc_state .num.active span {
            font-weight: 700; }
          .ip-wrapper .calc_wrap .calc_state .num.active:before {
            color: #fff;
            font-size: 6rem; }
      .ip-wrapper .calc_wrap .calc_state .sep {
        width: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/sep.png);
        height: 50px;
        margin: 10px; }
    .ip-wrapper .calc_wrap .calc_prod-heads {
      display: flex;
      max-width: 700px;
      margin: 20px auto;
      justify-content: space-between;
      font-family: "open-sans-condensed";
      align-items: flex-end;
      font-weight: 700; }
      .ip-wrapper .calc_wrap .calc_prod-heads > div {
        padding: 0 20px;
        line-height: 1em; }
      .ip-wrapper .calc_wrap .calc_prod-heads .prod {
        width: 300px;
        font-size: 1.2em; }
        .ip-wrapper .calc_wrap .calc_prod-heads .prod .row {
          font-weight: 100;
          text-align: left; }
          .ip-wrapper .calc_wrap .calc_prod-heads .prod .row .bold {
            font-weight: 700; }
      .ip-wrapper .calc_wrap .calc_prod-heads .num {
        width: 100px;
        color: #d0d0d0; }
      .ip-wrapper .calc_wrap .calc_prod-heads img {
        max-width: 50px;
        width: 100%;
        margin: 5px 0; }
      .ip-wrapper .calc_wrap .calc_prod-heads .range {
        font-size: 0.9em; }
    .ip-wrapper .calc_wrap .prod-list {
      display: none;
      max-width: 700px;
      margin: 20px auto; }
      .ip-wrapper .calc_wrap .prod-list .row {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .ip-wrapper .calc_wrap .prod-list .row:hover {
          background-color: #fdf7f5; }
        .ip-wrapper .calc_wrap .prod-list .row:nth-child(2n+1) {
          border-top: 1px solid;
          border-bottom: 1px solid; }
        .ip-wrapper .calc_wrap .prod-list .row .ok {
          font-weight: 700; }
        .ip-wrapper .calc_wrap .prod-list .row > div {
          padding: 0 20px; }
        .ip-wrapper .calc_wrap .prod-list .row .prod {
          width: 300px;
          text-align: left;
          display: flex;
          align-items: center;
          cursor: pointer; }
          .ip-wrapper .calc_wrap .prod-list .row .prod:before {
            content: url("../img/unclicked.png");
            margin-right: 10px;
            margin-top: 7px;
            display: inline-block; }
        .ip-wrapper .calc_wrap .prod-list .row .num {
          width: 100px;
          font-family: "open-sans-condensed";
          font-weight: 100;
          font-size: 1.5rem;
          color: #d0d0d0;
          cursor: pointer; }
          .ip-wrapper .calc_wrap .prod-list .row .num:hover {
            color: #bbbbbb; }
          .ip-wrapper .calc_wrap .prod-list .row .num.ok {
            font-weight: 700;
            color: #000; }
        .ip-wrapper .calc_wrap .prod-list .row.ok {
          background-color: #f7e3de; }
          .ip-wrapper .calc_wrap .prod-list .row.ok .prod {
            font-weight: 700; }
            .ip-wrapper .calc_wrap .prod-list .row.ok .prod:before {
              content: url("../img/click.png"); }
        .ip-wrapper .calc_wrap .prod-list .row[data-prod="total"] {
          display: none; }
      .ip-wrapper .calc_wrap .prod-list.active {
        display: block; }
    @media screen and (max-width: 500px) {
      .ip-wrapper .calc_wrap .prod-list .prod, .ip-wrapper .calc_wrap .calc_prod-heads .prod {
        font-size: 0.9rem !important;
        width: 170px !important;
        padding: 0 !important; }
      .ip-wrapper .calc_wrap .prod-list .num, .ip-wrapper .calc_wrap .calc_prod-heads .num {
        width: 40px !important;
        font-size: 1em !important;
        padding: 0 !important; }
        .ip-wrapper .calc_wrap .prod-list .num span:nth-child(1), .ip-wrapper .calc_wrap .calc_prod-heads .num span:nth-child(1) {
          display: none; }
      .ip-wrapper .calc_wrap .prod-list .prod {
        padding-left: 5px !important; } }
    .ip-wrapper .calc_wrap .calc_btn {
      margin-bottom: 20px; }
      .ip-wrapper .calc_wrap .calc_btn button {
        background-color: #000;
        font-family: "open-sans-condensed";
        font-size: 1.5rem;
        margin: 20px 0; }
        .ip-wrapper .calc_wrap .calc_btn button.back.hide {
          display: none; }
    .ip-wrapper .calc_wrap .calc_result {
      display: none;
      font-family: "open-sans-condensed";
      background-image: url(../img/result-bg.png);
      background-size: cover;
      background-position: top center;
      overflow: hidden; }
      .ip-wrapper .calc_wrap .calc_result h2 {
        margin: 20px 0;
        font-size: 3.5em; }
      .ip-wrapper .calc_wrap .calc_result .sep {
        border-top: 1px solid #000;
        max-width: 40%;
        margin: 20px auto; }
      .ip-wrapper .calc_wrap .calc_result .sum {
        display: block;
        font-size: 2rem;
        max-width: 350px;
        margin: auto; }
        .ip-wrapper .calc_wrap .calc_result .sum .bold {
          font-weight: 700; }
      .ip-wrapper .calc_wrap .calc_result .grid {
        text-transform: uppercase; }
        .ip-wrapper .calc_wrap .calc_result .grid > * {
          border: 1px solid #000;
          padding: 20px;
          background-color: #fff; }
        .ip-wrapper .calc_wrap .calc_result .grid p {
          margin: 0; }
        .ip-wrapper .calc_wrap .calc_result .grid h3 {
          font-size: 3rem;
          margin: 5px 0; }
        .ip-wrapper .calc_wrap .calc_result .grid h4 {
          font-size: 1.5rem; }
      .ip-wrapper .calc_wrap .calc_result .share {
        margin: 20px 0 40px; }
        .ip-wrapper .calc_wrap .calc_result .share ul {
          display: flex;
          justify-content: center; }
        .ip-wrapper .calc_wrap .calc_result .share li {
          background-color: #000;
          margin: 10px; }
          .ip-wrapper .calc_wrap .calc_result .share li a {
            color: #fff;
            font-family: "open-sans-condensed";
            text-transform: uppercase;
            font-weight: 700;
            text-decoration: none;
            padding: 10px 15px;
            display: block; }
      .ip-wrapper .calc_wrap .calc_result #snapshot {
        background-image: url(../img/result-bg.png);
        background-size: cover;
        background-position: top center;
        overflow: hidden; }
  .ip-wrapper .ip_outro {
    max-width: 900px;
    margin: 20px auto; }
