@import url(../fonts/Manus/Manus-min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Open+Sans+Condensed:700");
.ip_wrapper {
  color: #494949;
  font-family: "Open Sans";
  font-size: 1.5em;
  line-height: 1.5;
  background-color: #fff;
  box-sizing: border-box; }
  .ip_wrapper button, .ip_wrapper [type='button'], .ip_wrapper [type='reset'], .ip_wrapper [type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    .ip_wrapper button:hover, .ip_wrapper [type='button']:hover, .ip_wrapper [type='reset']:hover, .ip_wrapper [type='submit']:hover {
      background-color: #11519a;
      color: #fff; }
    .ip_wrapper button:focus, .ip_wrapper [type='button']:focus, .ip_wrapper [type='reset']:focus, .ip_wrapper [type='submit']:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
    .ip_wrapper button:disabled, .ip_wrapper [type='button']:disabled, .ip_wrapper [type='reset']:disabled, .ip_wrapper [type='submit']:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      .ip_wrapper button:disabled:hover, .ip_wrapper [type='button']:disabled:hover, .ip_wrapper [type='reset']:disabled:hover, .ip_wrapper [type='submit']:disabled:hover {
        background-color: #1565c0; }
  .ip_wrapper fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  .ip_wrapper legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0; }
  .ip_wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em; }
  .ip_wrapper input,
  .ip_wrapper select,
  .ip_wrapper textarea {
    display: block;
    font-family: "Open Sans";
    font-size: 16px; }
  .ip_wrapper [type='color'], .ip_wrapper [type='date'], .ip_wrapper [type='datetime'], .ip_wrapper [type='datetime-local'], .ip_wrapper [type='email'], .ip_wrapper [type='month'], .ip_wrapper [type='number'], .ip_wrapper [type='password'], .ip_wrapper [type='search'], .ip_wrapper [type='tel'], .ip_wrapper [type='text'], .ip_wrapper [type='time'], .ip_wrapper [type='url'], .ip_wrapper [type='week'], .ip_wrapper input:not([type]), .ip_wrapper textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            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;
    -webkit-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    width: 100%; }
    .ip_wrapper [type='color']:hover, .ip_wrapper [type='date']:hover, .ip_wrapper [type='datetime']:hover, .ip_wrapper [type='datetime-local']:hover, .ip_wrapper [type='email']:hover, .ip_wrapper [type='month']:hover, .ip_wrapper [type='number']:hover, .ip_wrapper [type='password']:hover, .ip_wrapper [type='search']:hover, .ip_wrapper [type='tel']:hover, .ip_wrapper [type='text']:hover, .ip_wrapper [type='time']:hover, .ip_wrapper [type='url']:hover, .ip_wrapper [type='week']:hover, .ip_wrapper input:not([type]):hover, .ip_wrapper textarea:hover {
      border-color: #b1b1b1; }
    .ip_wrapper [type='color']:focus, .ip_wrapper [type='date']:focus, .ip_wrapper [type='datetime']:focus, .ip_wrapper [type='datetime-local']:focus, .ip_wrapper [type='email']:focus, .ip_wrapper [type='month']:focus, .ip_wrapper [type='number']:focus, .ip_wrapper [type='password']:focus, .ip_wrapper [type='search']:focus, .ip_wrapper [type='tel']:focus, .ip_wrapper [type='text']:focus, .ip_wrapper [type='time']:focus, .ip_wrapper [type='url']:focus, .ip_wrapper [type='week']:focus, .ip_wrapper input:not([type]):focus, .ip_wrapper 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; }
    .ip_wrapper [type='color']:disabled, .ip_wrapper [type='date']:disabled, .ip_wrapper [type='datetime']:disabled, .ip_wrapper [type='datetime-local']:disabled, .ip_wrapper [type='email']:disabled, .ip_wrapper [type='month']:disabled, .ip_wrapper [type='number']:disabled, .ip_wrapper [type='password']:disabled, .ip_wrapper [type='search']:disabled, .ip_wrapper [type='tel']:disabled, .ip_wrapper [type='text']:disabled, .ip_wrapper [type='time']:disabled, .ip_wrapper [type='url']:disabled, .ip_wrapper [type='week']:disabled, .ip_wrapper input:not([type]):disabled, .ip_wrapper textarea:disabled {
      background-color: #f2f2f2;
      cursor: not-allowed; }
      .ip_wrapper [type='color']:disabled:hover, .ip_wrapper [type='date']:disabled:hover, .ip_wrapper [type='datetime']:disabled:hover, .ip_wrapper [type='datetime-local']:disabled:hover, .ip_wrapper [type='email']:disabled:hover, .ip_wrapper [type='month']:disabled:hover, .ip_wrapper [type='number']:disabled:hover, .ip_wrapper [type='password']:disabled:hover, .ip_wrapper [type='search']:disabled:hover, .ip_wrapper [type='tel']:disabled:hover, .ip_wrapper [type='text']:disabled:hover, .ip_wrapper [type='time']:disabled:hover, .ip_wrapper [type='url']:disabled:hover, .ip_wrapper [type='week']:disabled:hover, .ip_wrapper input:not([type]):disabled:hover, .ip_wrapper textarea:disabled:hover {
        border: 1px solid #ddd; }
    .ip_wrapper [type='color']::-webkit-input-placeholder, .ip_wrapper [type='date']::-webkit-input-placeholder, .ip_wrapper [type='datetime']::-webkit-input-placeholder, .ip_wrapper [type='datetime-local']::-webkit-input-placeholder, .ip_wrapper [type='email']::-webkit-input-placeholder, .ip_wrapper [type='month']::-webkit-input-placeholder, .ip_wrapper [type='number']::-webkit-input-placeholder, .ip_wrapper [type='password']::-webkit-input-placeholder, .ip_wrapper [type='search']::-webkit-input-placeholder, .ip_wrapper [type='tel']::-webkit-input-placeholder, .ip_wrapper [type='text']::-webkit-input-placeholder, .ip_wrapper [type='time']::-webkit-input-placeholder, .ip_wrapper [type='url']::-webkit-input-placeholder, .ip_wrapper [type='week']::-webkit-input-placeholder, .ip_wrapper input:not([type])::-webkit-input-placeholder, .ip_wrapper textarea::-webkit-input-placeholder {
      color: #858585; }
    .ip_wrapper [type='color']:-ms-input-placeholder, .ip_wrapper [type='date']:-ms-input-placeholder, .ip_wrapper [type='datetime']:-ms-input-placeholder, .ip_wrapper [type='datetime-local']:-ms-input-placeholder, .ip_wrapper [type='email']:-ms-input-placeholder, .ip_wrapper [type='month']:-ms-input-placeholder, .ip_wrapper [type='number']:-ms-input-placeholder, .ip_wrapper [type='password']:-ms-input-placeholder, .ip_wrapper [type='search']:-ms-input-placeholder, .ip_wrapper [type='tel']:-ms-input-placeholder, .ip_wrapper [type='text']:-ms-input-placeholder, .ip_wrapper [type='time']:-ms-input-placeholder, .ip_wrapper [type='url']:-ms-input-placeholder, .ip_wrapper [type='week']:-ms-input-placeholder, .ip_wrapper input:not([type]):-ms-input-placeholder, .ip_wrapper textarea:-ms-input-placeholder {
      color: #858585; }
    .ip_wrapper [type='color']::-ms-input-placeholder, .ip_wrapper [type='date']::-ms-input-placeholder, .ip_wrapper [type='datetime']::-ms-input-placeholder, .ip_wrapper [type='datetime-local']::-ms-input-placeholder, .ip_wrapper [type='email']::-ms-input-placeholder, .ip_wrapper [type='month']::-ms-input-placeholder, .ip_wrapper [type='number']::-ms-input-placeholder, .ip_wrapper [type='password']::-ms-input-placeholder, .ip_wrapper [type='search']::-ms-input-placeholder, .ip_wrapper [type='tel']::-ms-input-placeholder, .ip_wrapper [type='text']::-ms-input-placeholder, .ip_wrapper [type='time']::-ms-input-placeholder, .ip_wrapper [type='url']::-ms-input-placeholder, .ip_wrapper [type='week']::-ms-input-placeholder, .ip_wrapper input:not([type])::-ms-input-placeholder, .ip_wrapper textarea::-ms-input-placeholder {
      color: #858585; }
    .ip_wrapper [type='color']::placeholder, .ip_wrapper [type='date']::placeholder, .ip_wrapper [type='datetime']::placeholder, .ip_wrapper [type='datetime-local']::placeholder, .ip_wrapper [type='email']::placeholder, .ip_wrapper [type='month']::placeholder, .ip_wrapper [type='number']::placeholder, .ip_wrapper [type='password']::placeholder, .ip_wrapper [type='search']::placeholder, .ip_wrapper [type='tel']::placeholder, .ip_wrapper [type='text']::placeholder, .ip_wrapper [type='time']::placeholder, .ip_wrapper [type='url']::placeholder, .ip_wrapper [type='week']::placeholder, .ip_wrapper input:not([type])::placeholder, .ip_wrapper textarea::placeholder {
      color: #858585; }
  .ip_wrapper textarea {
    resize: vertical; }
  .ip_wrapper [type="checkbox"],
  .ip_wrapper [type="radio"] {
    display: inline;
    margin-right: 0.375em; }
  .ip_wrapper [type="file"] {
    margin-bottom: 0.75em;
    width: 100%; }
  .ip_wrapper select {
    margin-bottom: 0.75em;
    width: 100%; }
  .ip_wrapper [type="checkbox"]:focus,
  .ip_wrapper [type="radio"]:focus,
  .ip_wrapper [type="file"]:focus,
  .ip_wrapper select:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  .ip_wrapper *,
  .ip_wrapper *::before,
  .ip_wrapper *::after {
    box-sizing: inherit; }
  .ip_wrapper html,
  .ip_wrapper body {
    height: 100%; }
  .ip_wrapper body {
    margin: 0; }
  .ip_wrapper ul,
  .ip_wrapper ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .ip_wrapper dl {
    margin: 0; }
  .ip_wrapper dt {
    font-weight: 600;
    margin: 0; }
  .ip_wrapper dd {
    margin: 0; }
  .ip_wrapper figure {
    margin: 0; }
  .ip_wrapper img,
  .ip_wrapper picture {
    margin: 0;
    max-width: 100%; }
  .ip_wrapper table {
    border-collapse: collapse;
    margin: 1.5em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%; }
  .ip_wrapper thead {
    line-height: 1.2;
    vertical-align: bottom; }
  .ip_wrapper tbody {
    vertical-align: top; }
  .ip_wrapper tr {
    border-bottom: 1px solid #ddd; }
  .ip_wrapper th {
    font-weight: 600; }
  .ip_wrapper th,
  .ip_wrapper td {
    padding: 0.75em 0.75em 0.75em 0; }
  .ip_wrapper h1,
  .ip_wrapper h2,
  .ip_wrapper h3,
  .ip_wrapper h4,
  .ip_wrapper h5,
  .ip_wrapper h6 {
    font-family: "Open Sans Condensed";
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em; }
  .ip_wrapper p {
    margin: 0 0 0.75em; }
  .ip_wrapper a {
    color: #1565c0;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease; }
    .ip_wrapper a:hover {
      color: #104c90; }
    .ip_wrapper a:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
  .ip_wrapper hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  .ip_wrapper .inner {
    max-width: 1000px;
    padding: 0 20px;
    margin: auto;
    text-align: center; }
    .ip_wrapper .inner h1 {
      font-size: 4em;
      font-family: 'Manus';
      color: #df5650;
      margin: 40px 0; }
      .ip_wrapper .inner h1 span {
        color: #000; }
    .ip_wrapper .inner p {
      font-size: 0.8em; }
    .ip_wrapper .inner h2, .ip_wrapper .inner h3 {
      text-transform: uppercase; }
    .ip_wrapper .inner h2 {
      font-size: 1.4em;
      margin: 40px 0; }
      .ip_wrapper .inner h2 span {
        color: #df5650; }
    .ip_wrapper .inner .boxes {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
      .ip_wrapper .inner .boxes .box {
        max-width: 300px;
        margin: 10px;
        text-align: left; }
        .ip_wrapper .inner .boxes .box:nth-child(1) h3 {
          color: #57788c; }
        .ip_wrapper .inner .boxes .box:nth-child(2) h3 {
          color: #2c9148; }
        .ip_wrapper .inner .boxes .box:nth-child(3) h3 {
          color: #f7c0bc; }
        .ip_wrapper .inner .boxes .box:nth-child(4) h3 {
          color: #937c58; }
        .ip_wrapper .inner .boxes .box:nth-child(5) h3 {
          color: #7e5a26; }
        .ip_wrapper .inner .boxes .box:nth-child(6) h3 {
          color: #56998d; }
        .ip_wrapper .inner .boxes .box .icon {
          position: relative;
          overflow: hidden;
          cursor: pointer; }
          .ip_wrapper .inner .boxes .box .icon:hover .bg {
            -webkit-transform: scale(1.3) rotate(10deg);
                    transform: scale(1.3) rotate(10deg); }
          .ip_wrapper .inner .boxes .box .icon .bg {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 0;
            background-size: cover;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .ip_wrapper .inner .boxes .box .icon img {
            position: relative;
            z-index: 1; }
        .ip_wrapper .inner .boxes .box .cost .b {
          font-family: "Open Sans Condensed";
          font-size: 1.2em; }
        .ip_wrapper .inner .boxes .box h3 {
          margin: 10px 0; }
        .ip_wrapper .inner .boxes .box p.link {
          font-size: 1em; }
          .ip_wrapper .inner .boxes .box p.link a {
            font-family: "Open Sans Condensed";
            color: #df5650;
            text-transform: uppercase;
            text-decoration: none; }
            .ip_wrapper .inner .boxes .box p.link a:hover {
              -webkit-text-decoration: underlin;
                      text-decoration: underlin; }
    .ip_wrapper .inner .outro {
      margin: 40px 0 60px;
      font-size: 1.2em;
      font-weight: 100; }
