@import url("https://fonts.googleapis.com/css?family=Work+Sans:200,400,600&display=swap");
.ip_wrapper {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  overflow: hidden; }
  .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: "Work 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;
    -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: "Work Sans", sans-serif;
    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 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 {
    margin: 1.5em 0;
    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: "Work Sans", sans-serif !important;
    font-size: 1.25em;
    line-height: 1.2 !important;
    margin: 0 0 0.75em;
    padding: 0 !important;
    font-weight: 100;
    text-transform: none; }
  .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: 1100px;
    margin: auto;
    padding: 0 20px; }
  .ip_wrapper header {
    background-color: #F8E8E5;
    color: #36457A;
    padding: 0 20px; }
    .ip_wrapper header .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      position: relative; }
      .ip_wrapper header .inner:before {
        content: "";
        width: 100%;
        position: absolute;
        height: 50%;
        width: 100%;
        bottom: 0;
        left: calc(-100% - 20px);
        background-image: url(../img/header_l.svg);
        background-repeat: no-repeat;
        background-position: right bottom; }
      .ip_wrapper header .inner:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 50%;
        width: 100%;
        bottom: 0;
        left: calc(100% + 20px);
        background-image: url(../img/header_r.svg);
        background-repeat: no-repeat;
        background-position: left bottom; }
      .ip_wrapper header .inner .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        max-width: 500px; }
        .ip_wrapper header .inner .text h1 {
          font-size: 3.8146972656em;
          line-height: 1em; }
      .ip_wrapper header .inner .graphic {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 40%; }
        .ip_wrapper header .inner .graphic figure {
          background-color: rgba(255, 255, 255, 0.7);
          height: 0;
          width: 70%;
          margin: 0 15%;
          padding-bottom: 45%;
          position: absolute;
          overflow: hidden; }
          .ip_wrapper header .inner .graphic figure .plane {
            width: 50%;
            bottom: 0;
            left: 0;
            -webkit-transform: translate(-100%);
                    transform: translate(-100%);
            -webkit-animation: planefly infinite 15s;
                    animation: planefly infinite 15s; }

@-webkit-keyframes planefly {
  to {
    -webkit-transform: translate(350%, -150%);
            transform: translate(350%, -150%); } }

@keyframes planefly {
  to {
    -webkit-transform: translate(350%, -150%);
            transform: translate(350%, -150%); } }
        .ip_wrapper header .inner .graphic img {
          position: absolute; }
      @media screen and (max-width: 700px) {
        .ip_wrapper header .inner {
          -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .ip_wrapper header .inner .graphic {
            padding-bottom: 60%; } }
  .ip_wrapper section {
    overflow: hidden; }
    .ip_wrapper section .title {
      margin: 20px 0; }
      .ip_wrapper section .title h2 {
        font-size: 3.8146972656em;
        line-height: 1em;
        margin: 40px 0;
        text-align: center; }
      @media screen and (min-width: 701px) {
        .ip_wrapper section .title {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
                  align-items: flex-end; }
          .ip_wrapper section .title > * {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                    flex: 1; }
          .ip_wrapper section .title h2 {
            text-align: left;
            max-width: 400px; }
          .ip_wrapper section .title img {
            width: 100%;
            margin: 20px 0; } }
  .ip_wrapper section.intro {
    background-color: #EAD9D8;
    color: #36457A; }
    .ip_wrapper section.intro .img {
      margin: 40px 0;
      width: 100%; }
    .ip_wrapper section.intro .text {
      margin: 20px 0; }
    .ip_wrapper section.intro .inner {
      padding: 40px 20px; }
      @media screen and (min-width: 701px) {
        .ip_wrapper section.intro .inner {
          padding: 10px 20px 20px 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center; }
          .ip_wrapper section.intro .inner > * {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                    flex: 1; } }
  .ip_wrapper section.cabin {
    background-color: #9E99C5;
    color: #fff;
    overflow: hidden; }
  .ip_wrapper section.checked {
    background-color: #D98FAF;
    color: #fff; }
    .ip_wrapper section.checked .title {
      position: relative; }
      .ip_wrapper section.checked .title:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-image: url(../img/checked-queue.svg);
        bottom: 0;
        left: calc(100% + 20px);
        background-position: bottom left;
        background-repeat: no-repeat; }
  .ip_wrapper section.child {
    background-color: #8CC2E6;
    color: #fff; }
    @media screen and (min-width: 701px) {
      .ip_wrapper section.child .title > * {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
                flex: auto; }
      .ip_wrapper section.child .text {
        width: 35%; }
      .ip_wrapper section.child .img {
        width: 65%; }
        .ip_wrapper section.child .img img {
          margin: 0; } }
  .ip_wrapper section.suitcase_section {
    color: #36457A; }
    .ip_wrapper section.suitcase_section.suitcase_intro, .ip_wrapper section.suitcase_section.family {
      background-color: #F8E8E5; }
    .ip_wrapper section.suitcase_section.suitcase_intro {
      text-align: center; }
      .ip_wrapper section.suitcase_section.suitcase_intro .inner {
        max-width: 700px; }
      .ip_wrapper section.suitcase_section.suitcase_intro h2 {
        font-size: 3.0517578125em;
        margin: 20px 0; }
    .ip_wrapper section.suitcase_section.city {
      background-color: #EAD9D8; }
    @media screen and (min-width: 701px) {
      .ip_wrapper section.suitcase_section.city .flex, .ip_wrapper section.suitcase_section.family .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        margin: 0 0 40px; }
        .ip_wrapper section.suitcase_section.city .flex > *, .ip_wrapper section.suitcase_section.family .flex > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
                  flex: 1; }
        .ip_wrapper section.suitcase_section.city .flex figure, .ip_wrapper section.suitcase_section.family .flex figure {
          height: 100%; } }
    .ip_wrapper section.suitcase_section h2 {
      text-align: center;
      font-size: 2.44140625em;
      margin: 20px 0 10px; }
    .ip_wrapper section.suitcase_section ul.meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      border-top: 1px solid #1565c0;
      max-width: 400px;
      margin: 0 auto 40px; }
      .ip_wrapper section.suitcase_section ul.meta li {
        margin: 10px 0;
        padding: 0 20px;
        font-size: 1.25em;
        line-height: 1em;
        font-weight: 600; }
        .ip_wrapper section.suitcase_section ul.meta li:nth-child(1) {
          border-right: 1px solid #1565c0; }
    .ip_wrapper section.suitcase_section figure.suitcase {
      position: relative;
      margin: 20px 0; }
      .ip_wrapper section.suitcase_section figure.suitcase figure.items {
        position: absolute; }
        .ip_wrapper section.suitcase_section figure.suitcase figure.items img {
          position: absolute;
          width: 20%; }
      .ip_wrapper section.suitcase_section figure.suitcase.city .top {
        height: 47%;
        width: 62%;
        left: 2%;
        top: 5%; }
        .ip_wrapper section.suitcase_section figure.suitcase.city .top .item_1 {
          top: 3%;
          left: 43%;
          width: 50%;
          -webkit-transform: translate(155%, 0%);
                  transform: translate(155%, 0%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .top .item_2 {
          top: 8%;
          left: 4%;
          width: 47%;
          -webkit-transform: translate(260%, 0%);
                  transform: translate(260%, 0%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .top .item_3 {
          top: 42%;
          left: 54%;
          width: 45%;
          -webkit-transform: translate(159%, -58%);
                  transform: translate(159%, -58%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .top .item_4 {
          top: 43%;
          left: 33%;
          width: 25%;
          -webkit-transform: translate(362%, -57%);
                  transform: translate(362%, -57%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .top .item_5 {
          top: 46%;
          left: 7%;
          width: 25%;
          -webkit-transform: translate(563%, -71%);
                  transform: translate(563%, -71%); }
      .ip_wrapper section.suitcase_section figure.suitcase.city .bottom {
        height: 47%;
        width: 62%;
        left: 8%;
        top: 49%; }
        .ip_wrapper section.suitcase_section figure.suitcase.city .bottom .item_1 {
          top: 3%;
          left: 47%;
          width: 45%;
          -webkit-transform: translate(168%, 0%);
                  transform: translate(168%, 0%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .bottom .item_2 {
          top: 13%;
          left: 2%;
          width: 45%;
          -webkit-transform: translate(267%, -32%);
                  transform: translate(267%, -32%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .bottom .item_3 {
          top: 42%;
          left: 61%;
          width: 36%;
          -webkit-transform: translate(179%, -77%);
                  transform: translate(179%, -77%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .bottom .item_4 {
          top: 59%;
          left: 39%;
          width: 24%;
          -webkit-transform: translate(364%, -10%);
                  transform: translate(364%, -10%); }
        .ip_wrapper section.suitcase_section figure.suitcase.city .bottom .item_5 {
          top: 25%;
          left: 37%;
          width: 30%;
          -webkit-transform: translate(258%, -25%);
                  transform: translate(258%, -25%); }
      .ip_wrapper section.suitcase_section figure.suitcase.family .top {
        height: 45%;
        width: 87%;
        left: 10%;
        top: 6%; }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_1 {
          top: 28%;
          left: 60%;
          width: 21%;
          -webkit-transform: translate(-500%, -30%);
                  transform: translate(-500%, -30%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_2 {
          top: 48%;
          left: 62%;
          width: 33%;
          -webkit-transform: translate(-350%, -74%);
                  transform: translate(-350%, -74%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_3 {
          top: 23%;
          left: 74%;
          width: 24%;
          -webkit-transform: translate(-515%, 0%);
                  transform: translate(-515%, 0%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_4 {
          top: 11%;
          left: 68%;
          width: 13%;
          -webkit-transform: translate(-800%, 200%);
                  transform: translate(-800%, 200%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_6 {
          top: 11%;
          left: 81%;
          width: 18%;
          -webkit-transform: translate(-551%, 0%);
                  transform: translate(-551%, 0%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_7 {
          top: 5%;
          left: 35%;
          width: 33%;
          -webkit-transform: translate(-264%, 19%);
                  transform: translate(-264%, 19%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_8 {
          top: 67%;
          left: 44%;
          width: 18%;
          -webkit-transform: translate(-369%, -87%);
                  transform: translate(-369%, -87%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_9 {
          top: 50%;
          left: 44%;
          width: 21%;
          -webkit-transform: translate(-482%, 100%);
                  transform: translate(-482%, 100%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_10 {
          top: 55%;
          left: 4%;
          width: 40%;
          -webkit-transform: translate(-108%, -287%);
                  transform: translate(-108%, -287%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_11 {
          top: 31%;
          left: 3%;
          width: 40%;
          -webkit-transform: translate(-100%, -212%);
                  transform: translate(-100%, -212%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_12 {
          top: 1%;
          left: 4%;
          width: 33%;
          -webkit-transform: translate(-157%, -67%);
                  transform: translate(-157%, -67%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .top .item_13 {
          top: 32%;
          left: 37%;
          width: 17%;
          -webkit-transform: translate(-481%, 0%);
                  transform: translate(-481%, 0%); }
      .ip_wrapper section.suitcase_section figure.suitcase.family .bottom {
        height: 45%;
        width: 87%;
        left: 3%;
        top: 51%; }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_1 {
          top: 6%;
          left: 35%;
          width: 33%;
          -webkit-transform: translate(-245%, 40%);
                  transform: translate(-245%, 40%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_2 {
          top: 0%;
          left: 3%;
          width: 32%;
          -webkit-transform: translate(-153%, 30%);
                  transform: translate(-153%, 30%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_3 {
          top: 57%;
          left: 2%;
          width: 30%;
          -webkit-transform: translate(-158%, -216%);
                  transform: translate(-158%, -216%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_4 {
          top: 20%;
          left: 33%;
          width: 24%;
          -webkit-transform: translate(-300%, 18%);
                  transform: translate(-300%, 18%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_5 {
          top: 12%;
          left: 65%;
          width: 31%;
          -webkit-transform: translate(-357%, 50%);
                  transform: translate(-357%, 50%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_6 {
          top: 26%;
          left: 55%;
          width: 22%;
          -webkit-transform: translate(-435%, 0%);
                  transform: translate(-435%, 0%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_7 {
          top: 49%;
          left: 52%;
          width: 44%;
          -webkit-transform: translate(-231%, 44%);
                  transform: translate(-231%, 44%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_8 {
          top: 70%;
          left: 66%;
          width: 29%;
          -webkit-transform: translate(-380%, -111%);
                  transform: translate(-380%, -111%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_9 {
          top: 69%;
          left: 64%;
          width: 28%;
          -webkit-transform: translate(-380%, -111%);
                  transform: translate(-380%, -111%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_10 {
          top: 48%;
          left: 57%;
          width: 33%;
          -webkit-transform: translate(-187%, 331%);
                  transform: translate(-187%, 331%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_11 {
          top: 76%;
          left: 28%;
          width: 30%;
          -webkit-transform: translate(-240%, 100%);
                  transform: translate(-240%, 100%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_12 {
          top: 54%;
          left: 40%;
          width: 12%;
          -webkit-transform: translate(-613%, 100%);
                  transform: translate(-613%, 100%); }
        .ip_wrapper section.suitcase_section figure.suitcase.family .bottom .item_13 {
          top: 44%;
          left: 30%;
          width: 15%;
          -webkit-transform: translate(-75%, 164%);
                  transform: translate(-75%, 164%); }
      .ip_wrapper section.suitcase_section figure.suitcase.visible > * img {
        -webkit-animation: fillsuitcase linear 0.1s;
                animation: fillsuitcase linear 0.1s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }

@-webkit-keyframes fillsuitcase {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fillsuitcase {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
    .ip_wrapper section.suitcase_section .items_rows {
      max-width: 400px;
      margin: 20px auto; }
      .ip_wrapper section.suitcase_section .items_rows .item_row {
        background-color: rgba(255, 255, 255, 0.25);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center; }
        .ip_wrapper section.suitcase_section .items_rows .item_row:nth-child(odd) {
          background-color: rgba(255, 255, 255, 0.5); }
        .ip_wrapper section.suitcase_section .items_rows .item_row li:nth-child(2) {
          font-weight: 600; }
          .ip_wrapper section.suitcase_section .items_rows .item_row li:nth-child(2) span {
            font-size: 1.25em; }
      .ip_wrapper section.suitcase_section .items_rows .total {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end; }
        .ip_wrapper section.suitcase_section .items_rows .total li {
          font-weight: 100;
          font-size: 1.25em; }
          .ip_wrapper section.suitcase_section .items_rows .total li span {
            font-size: 1.25em; }
      .ip_wrapper section.suitcase_section .items_rows .sub {
        font-weight: 600;
        text-decoration: underline; }
      .ip_wrapper section.suitcase_section .items_rows ul li {
        margin: 0 20px; }
      @media screen and (min-width: 701px) {
        .ip_wrapper section.suitcase_section .items_rows ul {
          margin: 0 40px; } }
  .ip_wrapper .table_wrap {
    max-width: 900px;
    margin: 40px 0; }
    .ip_wrapper .table_wrap table.dataTable {
      width: 100% !important; }
      .ip_wrapper .table_wrap table.dataTable thead {
        background-color: rgba(0, 0, 0, 0.3); }
      .ip_wrapper .table_wrap table.dataTable tbody tr {
        background-color: rgba(0, 0, 0, 0.02) !important; }
        .ip_wrapper .table_wrap table.dataTable tbody tr.odd {
          background-color: rgba(0, 0, 0, 0.07) !important; }
      .ip_wrapper .table_wrap table.dataTable td, .ip_wrapper .table_wrap table.dataTable th {
        padding: 5px 20px;
        color: #fff; }
  .ip_wrapper footer {
    padding: 20px 0 20px;
    text-align: center; }
    .ip_wrapper footer .outro {
      margin: 40px 0 80px; }
    .ip_wrapper footer a {
      color: inherit; }
