@import url("https://use.typekit.net/ftf7rty.css");
.ip_wrapper {
  box-sizing: border-box;
  color: #333;
  font-size: 1.45em;
  line-height: 1.5;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #696969; }
  .ip_wrapper button, .ip_wrapper [type='button'], .ip_wrapper [type='reset'], .ip_wrapper [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; }
    .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: 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; }
  .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 {
    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%; }
    .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']::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 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-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em; }
  .ip_wrapper p {
    margin: 0 0 0.75em; }
  .ip_wrapper a {
    color: inherit;
    text-decoration-skip: ink;
    transition: color 150ms ease; }
    .ip_wrapper a:hover {
      color: inherit; }
    .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;
    margin: auto;
    padding: 20px; }
  .ip_wrapper .header .inner {
    max-width: 1300px;
    text-align: center; }
    .ip_wrapper .header .inner a img {
      max-width: 150px; }
    .ip_wrapper .header .inner .banner {
      background-image: url(../img/header@2x.png);
      background-size: cover;
      background-position: center center;
      padding: 20px 20px; }
      .ip_wrapper .header .inner .banner h1 {
        display: block;
        max-width: 600px;
        margin: 140px auto 100px;
        background: radial-gradient(circle, black 0%, rgba(211, 228, 234, 0) 90%); }
      @media screen and (max-width: 700px) {
        .ip_wrapper .header .inner .banner {
          padding: 0; }
          .ip_wrapper .header .inner .banner h1 {
            background: rgba(0, 0, 0, 0.5);
            margin: 0;
            padding: 40px 20px; } }
  .ip_wrapper p span {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700; }
  .ip_wrapper h2 {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 2em;
    padding-bottom: 0;
    color: #C1995F; }
    .ip_wrapper h2:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 0;
      border-top: 2px solid;
      left: 0;
      top: 50%; }
    .ip_wrapper h2 span {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      background-color: #fff;
      z-index: 1; }
  .ip_wrapper h3 {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1em; }
  .ip_wrapper .intro {
    text-align: center; }
  .ip_wrapper .flex {
    display: flex; }
    .ip_wrapper .flex .text {
      flex: 1; }
    .ip_wrapper .flex .img {
      padding: 0 20px; }
      .ip_wrapper .flex .img img {
        max-height: 400px; }
    @media screen and (max-width: 700px) {
      .ip_wrapper .flex {
        flex-wrap: wrap; }
        .ip_wrapper .flex > div {
          width: 100%; }
          .ip_wrapper .flex > div.img {
            text-align: center; } }
  .ip_wrapper section {
    padding: 10px 0; }
    .ip_wrapper section:nth-child(odd) .inner > .flex {
      flex-direction: row-reverse; }
      .ip_wrapper section:nth-child(odd) .inner > .flex img {
        order: 0; }
    .ip_wrapper section.l-ba {
      background-color: #f6f0e7; }
      .ip_wrapper section.l-ba h2 span {
        background-color: #f6f0e7; }
      .ip_wrapper section.l-ba h3 {
        background-color: #C1995F;
        color: #fff; }
      .ip_wrapper section.l-ba p span {
        color: #C1995F; }
    .ip_wrapper section.l-bsa h3 {
      background-color: #FFD788; }
    .ip_wrapper section.l-bsa p span {
      color: #FFD788; }
    .ip_wrapper section.ul-ba {
      background-color: #e2e9e6; }
      .ip_wrapper section.ul-ba h2 {
        color: #3B6E5B; }
        .ip_wrapper section.ul-ba h2 span {
          background-color: #e2e9e6; }
      .ip_wrapper section.ul-ba h3 {
        background-color: #3B6E5B;
        color: #fff; }
      .ip_wrapper section.ul-ba p span {
        color: #3B6E5B; }
      @media screen and (min-width: 701px) {
        .ip_wrapper section.ul-ba .text {
          padding-bottom: 150px; } }
    .ip_wrapper section.ul-bsa h3 {
      background-color: #737577;
      color: #fff; }
    .ip_wrapper section.ul-bsa p span {
      color: #737577; }
    @media screen and (min-width: 701px) {
      .ip_wrapper section.ul-bsa .img {
        margin-top: -150px; } }
    .ip_wrapper section.luckiest {
      background-color: #f6f0e7; }
      .ip_wrapper section.luckiest h2 {
        color: #C1995F; }
        .ip_wrapper section.luckiest h2 span {
          background-color: #f6f0e7; }
      .ip_wrapper section.luckiest .flex {
        flex-direction: row !important;
        text-align: center; }
        .ip_wrapper section.luckiest .flex div {
          flex: 1;
          margin: 20px; }
        @media screen and (max-width: 700px) {
          .ip_wrapper section.luckiest .flex {
            flex-wrap: wrap; }
            .ip_wrapper section.luckiest .flex div {
              flex: auto; } }
        .ip_wrapper section.luckiest .flex img {
          max-height: 400px; }
        .ip_wrapper section.luckiest .flex .l-d h3 {
          background-color: #FFD788; }
        .ip_wrapper section.luckiest .flex .l-d p span {
          color: #FFD788; }
        .ip_wrapper section.luckiest .flex .ul-d h3 {
          background-color: #D4D4D3; }
        .ip_wrapper section.luckiest .flex .ul-d p span {
          color: #737577; }
    .ip_wrapper section.style {
      background-color: #F9F9F9; }
      .ip_wrapper section.style h2 span {
        background-color: #F9F9F9; }
      .ip_wrapper section.style .flex {
        display: flex;
        flex-direction: row !important;
        align-items: center; }
        .ip_wrapper section.style .flex div {
          flex: 1; }
          .ip_wrapper section.style .flex div img {
            display: block;
            margin: 20px auto; }
            .ip_wrapper section.style .flex div img.dress {
              max-height: 350px; }
        .ip_wrapper section.style .flex .mob {
          display: none; }
        @media screen and (max-width: 700px) {
          .ip_wrapper section.style .flex {
            flex-wrap: wrap; }
            .ip_wrapper section.style .flex div {
              flex: auto; }
            .ip_wrapper section.style .flex .mob {
              display: block; }
            .ip_wrapper section.style .flex .desk {
              display: none; } }
    .ip_wrapper section.footer .outro {
      max-width: 800px;
      margin: 20px auto;
      font-size: 1.2em;
      text-align: center;
      font-weight: 100; }
    .ip_wrapper section.footer .flex {
      display: flex;
      margin: 40px 0 0;
      align-items: center;
      justify-content: center;
      font-size: 0.8em;
      color: #000; }
      .ip_wrapper section.footer .flex ul {
        flex: 1;
        display: flex;
        align-items: center;
        margin-right: 20px; }
        .ip_wrapper section.footer .flex ul li {
          margin: 5px; }
          .ip_wrapper section.footer .flex ul li:nth-child(2) {
            flex: 1; }
      .ip_wrapper section.footer .flex div {
        text-align: center;
        margin: 20px 0; }
        .ip_wrapper section.footer .flex div img {
          width: 150px; }
      @media screen and (max-width: 400px) {
        .ip_wrapper section.footer .flex {
          flex-wrap: wrap; }
          .ip_wrapper section.footer .flex > * {
            flex: auto; } }
