.page404 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: calc(100vh - 443px);
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center; }
  .page404 .bgImage {
    background-position: right 20% top 75px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .page404 .container-middle {
    padding: 0 10rem; }
  .page404 .text-block {
    opacity: 0; }
  @media screen and (max-width: 992px) {
    .page404 {
      min-height: 600px; }
      .page404 .bgImage {
        background-position: right 10% top 75px; }
      .page404 .container-middle {
        padding: 0 4rem; } }
  .page404 .h1 {
    color: #D5D5D5;
    font-weight: 700;
    letter-spacing: 10px;
    font-size: 7.5rem;
    line-height: 1;
    margin-bottom: 3rem; }
  .page404 .h3 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2rem; }
  .page404 .p {
    font-size: 1rem;
    line-height: 1; }
  .page404 a.button-box {
    background: #000;
    color: #fff;
    margin-top: 0 !important; }
  @media screen and (max-width: 600px) {
    .page404 {
      align-items: flex-end;
      padding-bottom: 7rem;
      min-height: 680px; }
      .page404 .bgImage {
        background-size: contain;
        background-position: right -75px top 40px; }
      .page404 a.button-box {
        font-size: 12px; }
      .page404 .h1 {
        letter-spacing: 7px;
        font-size: 12rem; }
      .page404 .h3 {
        font-size: 3rem; }
      .page404 .p {
        font-size: 2rem;
        line-height: 1.5; } }

.blogpage .card-item__textblock {
  opacity: 0; }
  .blogpage .card-item__textblock h1 {
    font-weight: 600; }
  .blogpage .card-item__textblock:hover a.line-button::before {
    opacity: 1; }
  .blogpage .card-item__textblock:hover a.line-button::after {
    width: 100%; }

.card-item {
  margin-top: 2.5rem;
  padding: 0 1.25rem; }
  .card-item .h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    margin-top: 0; }
    .card-item .h4 a {
      text-decoration: none;
      color: #000; }
      .card-item .h4 a:hover {
        text-decoration: none; }
  .card-item__image {
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 1rem;
    height: 18.9375rem;
    overflow: hidden; }
    .card-item__image .gatsby-image-wrapper {
      height: 100%;
      clip-path: inset(0 0 0% 100%); }
    .card-item__image img {
      margin-top: 0 !important;
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: transform 0.3s !important;
      will-change: transform;
      transform: translateZ(0); }
    .card-item__image:hover img {
      transform: translateZ(0) scale(1.02); }
    @media screen and (min-width: 1440px) {
      .card-item__image {
        margin-bottom: 16px;
        height: 303px; } }
    @media screen and (max-width: 767px) {
      .card-item__image {
        height: 272.73px;
        margin-bottom: 16px; } }
  .card-item h6 {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 1440px) {
      .card-item h6 {
        margin-bottom: 8px; } }
    @media screen and (max-width: 767px) {
      .card-item h6 {
        margin-bottom: 8px; } }
  .card-item .tag {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    display: inline-block; }
  .card-item h4 {
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 1440px) {
      .card-item h4 {
        margin-bottom: 8px; } }
    @media screen and (max-width: 767px) {
      .card-item h4 {
        margin-bottom: 8px; } }
  .card-item p {
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.84);
    font-size: 16px;
    line-height: 1.5rem; }
    @media screen and (min-width: 1440px) {
      .card-item p {
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      .card-item p {
        margin-bottom: 16px;
        line-height: 21px; } }
  @media screen and (min-width: 1440px) {
    .card-item {
      margin-top: 40px;
      padding: 0 20px; } }

.page-article {
  position: relative; }
  .page-article hr {
    height: 4px;
    background-color: #d4d4d4;
    border: none; }
  .page-article ol {
    padding-left: 20px; }
  .page-article ul {
    padding-left: 20px; }
    .page-article ul h3 {
      margin: 0;
      font-weight: 400;
      font-family: "proxima-nova", sans-serif;
      font-size: 17px;
      line-height: 35px; }
    .page-article ul a {
      border-bottom: 1px solid #000; }
      .page-article ul a:hover {
        border: none; }
    .page-article ul u {
      text-decoration: none;
      border-bottom: 1px solid #000; }
  .page-article ul li p,
  .page-article ol li p {
    margin-bottom: 12px; }
  .page-article a {
    color: #000; }
  .page-article h1 {
    color: #02021c;
    font-weight: 500;
    font-family: "whitman-display", serif;
    font-size: 64px; }
    @media (max-width: 1440px) {
      .page-article h1 {
        font-size: 56px; } }
    @media (max-width: 767px) {
      .page-article h1 {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 3rem !important; } }
    @media (max-width: 374px) {
      .page-article h1 {
        font-size: 32px; } }
  .page-article .before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 40rem;
    background-color: #f5f5f5; }
  .page-article__container {
    position: relative;
    z-index: 2;
    max-width: 880px;
    padding: 0 15px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .page-article__container {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .page-article__container {
        padding: 0 15px;
        overflow: hidden; } }
  .page-article__block-title .bloginfo {
    margin-top: 25px;
    margin-bottom: 4rem;
    font-size: 14px;
    line-height: 165.58%;
    opacity: 0;
    animation: fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    line-height: 35px; }
    .page-article__block-title .bloginfo a {
      color: rgba(0, 0, 0, 0.5); }
    .page-article__block-title .bloginfo .info-left {
      display: flex; }
      .page-article__block-title .bloginfo .info-left .time {
        display: flex;
        align-items: center;
        padding-right: 37px;
        border-right: 1px solid #999999; }
        .page-article__block-title .bloginfo .info-left .time svg {
          margin-right: 15px; }
      .page-article__block-title .bloginfo .info-left .tags {
        display: flex;
        align-items: center;
        padding-left: 37px; }
        .page-article__block-title .bloginfo .info-left .tags svg {
          margin-right: 10px; }
        .page-article__block-title .bloginfo .info-left .tags a {
          margin-right: 3px;
          text-decoration: underline; }
    .page-article__block-title .bloginfo .info-right {
      display: flex; }
      .page-article__block-title .bloginfo .info-right .author {
        margin-right: 20px; }
      .page-article__block-title .bloginfo .info-right .date {
        margin-left: 20px; }
    @media (max-width: 991px) {
      .page-article__block-title .bloginfo {
        display: block; }
        .page-article__block-title .bloginfo .info-right {
          justify-content: space-between; } }
    @media (max-width: 767px) {
      .page-article__block-title .bloginfo .info-left {
        display: block; }
        .page-article__block-title .bloginfo .info-left .time {
          border-right: none; }
        .page-article__block-title .bloginfo .info-left .tags {
          padding-left: 0; } }
  .page-article__block-title h1 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    opacity: 0;
    animation: fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    font-size: 64px; }
    @media screen and (min-width: 768px) {
      .page-article__block-title h1 {
        margin-top: 3.75rem;
        margin-bottom: 5rem; } }
    @media screen and (max-width: 1440px) {
      .page-article__block-title h1 {
        font-size: 56px; } }
    @media screen and (max-width: 767px) {
      .page-article__block-title h1 {
        font-size: 48px; } }
    @media screen and (max-width: 374px) {
      .page-article__block-title h1 {
        font-size: 32px; } }
  .page-article .quick-summary {
    margin-bottom: 3.5rem; }
    .page-article .quick-summary .h3 {
      display: inline;
      padding-right: 15px;
      color: #02021c;
      font-weight: 600;
      font-family: "whitman-display", serif;
      font-size: 24px;
      line-height: 160%;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-style: normal; }
      @media (max-width: 1439px) {
        .page-article .quick-summary .h3 {
          font-size: 20px; } }
    .page-article .quick-summary p {
      font-size: 24px;
      font-weight: 400;
      font-family: "whitman-display", serif;
      line-height: 62px;
      line-height: 165.58%;
      font-style: italic;
      text-transform: initial;
      letter-spacing: initial; }
      @media (max-width: 360px) {
        .page-article .quick-summary p {
          font-size: 20px; } }
  .page-article__block-content {
    margin-top: 3rem;
    margin-bottom: 6rem; }
    .page-article__block-content h2 {
      color: #02021c;
      font-weight: 600;
      font-family: "whitman-display", serif;
      line-height: 62px;
      line-height: 140%;
      font-size: 48px; }
      @media (max-width: 1440px) {
        .page-article__block-content h2 {
          font-size: 40px; } }
      @media (max-width: 374px) {
        .page-article__block-content h2 {
          font-size: 32px; } }
    .page-article__block-content h3 {
      color: #02021c;
      font-weight: 600;
      font-family: "whitman-display", serif;
      font-size: 24px;
      line-height: 160%;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 24px; }
      @media (max-width: 374px) {
        .page-article__block-content h3 {
          font-size: 20px; } }
    .page-article__block-content h4 {
      color: #02021c;
      font-size: 20px;
      font-weight: 600;
      font-family: "whitman-display", serif;
      line-height: 62px;
      line-height: 140%; }
      @media (max-width: 374px) {
        .page-article__block-content h4 {
          font-size: 20px; } }
    .page-article__block-content h5 {
      color: #02021c;
      font-size: 20px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      line-height: 62px;
      line-height: 140%;
      text-transform: initial;
      letter-spacing: initial; }
      @media (max-width: 374px) {
        .page-article__block-content h5 {
          font-size: 18px; } }
    .page-article__block-content h6 {
      color: #8F8F8F;
      mix-blend-mode: normal;
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: medium;
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 1px; }
      @media (max-width: 374px) {
        .page-article__block-content h6 {
          font-size: 10px; } }
    .page-article__block-content p {
      margin-bottom: 16px;
      font-size: 16px;
      margin-bottom: 28px; }
      @media (max-width: 374px) {
        .page-article__block-content p {
          font-size: 14px; } }
  .page-article .related-articles {
    padding-top: 0;
    padding-bottom: 80px; }
    .page-article .related-articles > h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 48px;
      line-height: 62px; }
      @media (max-width: 991px) {
        .page-article .related-articles > h2 {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .page-article .related-articles > h2 {
          margin-top: 0;
          font-size: 32px;
          line-height: 36px; } }
    .page-article .related-articles .card-item h1.h4 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 32px; }
    .page-article .related-articles .card-item p:last-child {
      margin-bottom: 0; }
    .page-article .related-articles .card-item .line-button {
      margin-top: 16px;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-article .related-articles .card-item {
        margin-top: 24px;
        margin-bottom: 24px; }
        .page-article .related-articles .card-item .card-item__image img {
          margin: 0; } }
  .page-article img {
    margin-top: 12px;
    margin: 0 auto;
    display: block; }
  .page-article .blog-imagecaption {
    margin-top: 2rem;
    margin-bottom: 3rem; }
    .page-article .blog-imagecaption .caption {
      margin-top: 12px;
      font-family: "whitman-display", serif;
      font-style: italic;
      font-weight: normal;
      font-size: 16px;
      line-height: 165.58%;
      color: #767676;
      mix-blend-mode: normal; }
      .page-article .blog-imagecaption .caption svg {
        margin-right: 10px; }
  .page-article .blog-promo {
    background-color: #000;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 3rem;
    border-radius: 6px;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
    .page-article .blog-promo .item {
      padding: 0 15px; }
      .page-article .blog-promo .item.item-img {
        padding-right: 3rem; }
      .page-article .blog-promo .item h3 {
        color: #fff;
        font-weight: 600;
        letter-spacing: initial;
        font-size: 32px;
        line-height: 117%;
        text-transform: initial;
        margin-bottom: 0; }
      .page-article .blog-promo .item a {
        background-color: #fff;
        display: inline-block;
        font-size: 10px;
        line-height: 25px;
        min-width: 150px;
        text-align: center;
        max-width: 150px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        padding: 7px 15px;
        max-width: 150px;
        display: block;
        border-radius: 2px;
        border: 1px solid #fff;
        transition: background-color 450ms ease, color 450ms ease; }
        .page-article .blog-promo .item a:hover {
          background-color: #000;
          color: #fff; }
    @media (max-width: 991px) {
      .page-article .blog-promo .item h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .page-article .blog-promo {
        flex-direction: column;
        padding: 1rem; }
        .page-article .blog-promo .item {
          margin: 2rem 0;
          width: 100%; }
          .page-article .blog-promo .item h3 {
            font-size: 22px; } }
  .page-article .blog-quote {
    border-left: 6px solid #000;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: 2rem;
    margin-bottom: 3rem; }
    .page-article .blog-quote .text {
      margin-bottom: 2rem; }
      .page-article .blog-quote .text p {
        margin-bottom: 0;
        color: #434343;
        font-size: 24px;
        font-weight: 500;
        font-family: "whitman-display", serif;
        line-height: 62px;
        line-height: 140%;
        font-style: italic;
        text-transform: initial;
        letter-spacing: initial; }
        @media (max-width: 374px) {
          .page-article .blog-quote .text p {
            font-size: 20px; } }
  .page-article .blog-newsletter {
    background-color: #eaeaea;
    border-radius: 10px;
    margin-bottom: 4rem;
    margin-top: 3rem; }
    .page-article .blog-newsletter .inner {
      max-width: 662px;
      margin: 0 auto;
      padding: 2rem 0;
      font-size: 14px; }
      .page-article .blog-newsletter .inner h6 {
        font-size: 22px; }
      .page-article .blog-newsletter .inner .newsform form {
        display: flex; }
      .page-article .blog-newsletter .inner .newsform input[type="email"] {
        width: 309px;
        height: 39px;
        border: none;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        padding: 6px 16px; }
      .page-article .blog-newsletter .inner .newsform input[type="submit"] {
        background-color: #000;
        border: none;
        min-height: 39px;
        padding: 7px 35px;
        font-size: 10px;
        line-height: 25px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        color: #ffffff;
        mix-blend-mode: normal;
        transition: all 450ms ease;
        border-left: 1px solid; }
        .page-article .blog-newsletter .inner .newsform input[type="submit"]:hover {
          background-color: #fff;
          color: #000; }
    @media (max-width: 991px) {
      .page-article .blog-newsletter .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .page-article .blog-newsletter .inner .newsform input[type="submit"] {
        padding: 7px 15px; } }
    @media (max-width: 400px) {
      .page-article .blog-newsletter .inner .newsform input[type="email"] {
        width: 130px; } }

.blog-section-list .card-item__textblock .line-button {
  margin-top: 0; }

@media screen and (max-width: 991px) {
  .blog-section-list .container-middle {
    padding-right: 56px;
    padding-left: 56px; } }

@media screen and (max-width: 767px) {
  .blog-section-list .container-middle {
    padding-right: 20px;
    padding-left: 20px; } }

.blog-section-list__tab-panel {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-bottom: 0.9375rem;
  list-style: none;
  margin-bottom: 0;
  overflow-y: auto; }
  .blog-section-list__tab-panel li a {
    padding: 0 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    line-height: 1.9375rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background: none;
    border: none;
    outline: none; }
    .blog-section-list__tab-panel li a:hover {
      text-decoration: none; }
    .blog-section-list__tab-panel li a.active {
      font-weight: 600;
      pointer-events: none;
      text-decoration: underline; }
    @media screen and (min-width: 1440px) {
      .blog-section-list__tab-panel li a {
        padding: 0 20px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 31px; } }
    @media (max-width: 991px) {
      .blog-section-list__tab-panel li a {
        font-size: 12px;
        line-height: 31px; } }
    @media screen and (max-width: 767px) {
      .blog-section-list__tab-panel li a {
        font-size: 10px;
        letter-spacing: 0.4px;
        line-height: 31px;
        padding: 0 15px; } }
  @media screen and (max-width: 500px) {
    .blog-section-list__tab-panel {
      display: block;
      white-space: nowrap;
      width: 100%; }
      .blog-section-list__tab-panel li {
        display: inline-block; }
        .blog-section-list__tab-panel li a {
          padding: 0 10px; } }

.blog-section-list__tab-content .row {
  margin: 0 -1.25rem; }
  @media screen and (min-width: 1440px) {
    .blog-section-list__tab-content .row {
      margin: 0 -20px; } }

.blog-loadmore-section {
  text-align: center;
  margin-bottom: 4rem; }
  .blog-loadmore-section .button-box {
    cursor: pointer; }

.newsletter-popup {
  position: fixed;
  bottom: 2rem;
  z-index: 5;
  right: 2rem;
  width: 440px;
  height: 300px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 1rem 2rem;
  box-shadow: 0 0 4px 0px #cccccc91;
  opacity: 0;
  visibility: hidden;
  transition: opacity 550ms ease-in-out; }
  .newsletter-popup.show {
    opacity: 1;
    visibility: visible; }
  .newsletter-popup .form h2 {
    font-size: 24px; }
  .newsletter-popup .form p {
    color: #666;
    font-size: 14px;
    line-height: 24px; }
  .newsletter-popup .form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 316px;
    margin: 0 auto; }
  .newsletter-popup .form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
    margin-bottom: 2rem; }
  .newsletter-popup .form input[type="submit"] {
    max-width: 165px;
    outline: none;
    margin: 0 auto;
    max-height: 38px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0.7px; }
  .newsletter-popup .form .closebtn {
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px; }
  .newsletter-popup .formresponsemessage {
    font-size: 10px;
    line-height: 10px; }

@media (max-width: 767px) {
  .newsletter-popup {
    right: 50%;
    transform: translateX(50%);
    background-color: #f4f4f4;
    bottom: 0;
    max-width: 440px;
    width: 90%;
    height: auto;
    padding: 4rem 2rem 1rem; }
    .newsletter-popup .form form {
      position: relative; }
    .newsletter-popup .form input[type="email"] {
      background-color: transparent;
      padding-bottom: 10px; }
    .newsletter-popup .form input[type="submit"] {
      background: url("data:image/svg+xml,%3Csvg width='16px' height='10px' viewBox='0 0 16 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E %3Ctitle%3EPath%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Footer-tablet' transform='translate(-324.000000, -259.000000)' fill='%23000'%3E %3Cg id='Group-5'%3E %3Cg id='your-email' transform='translate(59.000000, 250.000000)'%3E %3Cpath d='M272.524289,21.808096 C272.655172,21.9328336 272.831362,22 273.002517,22 C273.173672,22 273.349862,21.9376312 273.480745,21.808096 L277.799899,17.6917541 C278.0667,17.4374813 278.0667,17.0296852 277.799899,16.7754123 C277.533098,16.5211394 277.10521,16.5211394 276.838409,16.7754123 L273.682104,19.7883058 L273.682104,6.64767616 C273.682104,6.28785607 273.380065,6 273.002517,6 C272.624969,6 272.32293,6.28785607 272.32293,6.64767616 L272.32293,19.7883058 L269.161591,16.7754123 C268.89479,16.5211394 268.466902,16.5211394 268.200101,16.7754123 C267.9333,17.0296852 267.9333,17.4374813 268.200101,17.6917541 L272.524289,21.808096 Z' id='Path' transform='translate(273.000000, 14.000000) rotate(-90.000000) translate(-273.000000, -14.000000) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") 50% 20% no-repeat;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      font-size: 0;
      width: 30px; } }

@media (max-width: 767px) {
  .portfolio-single-page .mainH {
    font-size: 30px;
    margin-bottom: 4rem; }
  .portfolio-single-page .hero-title .h6 {
    margin-bottom: calc(1.5rem + 4px); } }

header .header-bar {
  position: fixed;
  height: 40px;
  z-index: 5;
  left: 20px;
  right: 20px;
  top: 20px; }
  @media screen and (min-width: 576px) {
    header .header-bar {
      left: 16px;
      right: 16px;
      top: 16px; } }
  @media screen and (min-width: 768px) {
    header .header-bar {
      left: 56px;
      right: 56px;
      top: 52px; } }

header #logo {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 2; }

header #nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
  display: none; }
  header #nav-toggle .menu-bar {
    width: 36px; }
    header #nav-toggle .menu-bar p {
      line-height: 1;
      margin: 0 0 4px;
      transition: all 0.55s ease;
      font-size: 9px;
      letter-spacing: 3.5px;
      color: #000;
      font-weight: 700;
      transform: none; }
    header #nav-toggle .menu-bar p.openb {
      display: none;
      letter-spacing: 1.6px; }
    header #nav-toggle .menu-bar div {
      height: 1px;
      width: 37px;
      background: #000;
      transition: all 0.5s ease;
      z-index: 99;
      transform: none;
      transform-origin: top left;
      margin-bottom: 6px; }
  header #nav-toggle .menu-bar-open {
    height: 40px; }
    header #nav-toggle .menu-bar-open p.closeb {
      display: none; }
    header #nav-toggle .menu-bar-open p.openb {
      display: block;
      color: #fff; }
    header #nav-toggle .menu-bar-open div {
      height: 1px;
      width: 35px;
      background: #fff;
      transition: all 0.5s ease;
      z-index: 99;
      transform-origin: top left;
      margin-bottom: 6px; }
    header #nav-toggle .menu-bar-open div:first-child {
      transform: translateY(0) translateX(5px) rotate(40deg); }
    header #nav-toggle .menu-bar-open div:last-child {
      transform: translateY(15px) translateX(5px) rotate(-40deg); }
  @media (max-width: 767px) {
    header #nav-toggle {
      display: block; } }

header .nav-dropdown-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: black;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.6s ease; }
  header .nav-dropdown-overlay.nav-overlay-active {
    opacity: 0.3;
    transform: translate(0, 0%);
    z-index: 1 !important;
    visibility: visible; }

header .hero-nav {
  margin-top: -15px;
  transition: opacity 450ms ease; }
  header .hero-nav.hide {
    opacity: 0;
    visibility: hidden; }
  header .hero-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end; }
    header .hero-nav ul li {
      z-index: 5;
      position: relative; }
      header .hero-nav ul li.hasSubmenu {
        cursor: pointer;
        padding-right: 15px; }
        header .hero-nav ul li.hasSubmenu .has-arrow {
          display: inline-block;
          padding-right: 20px;
          background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.4859 0.625L11.625 1.76055L6 7.375L0.375004 1.76055L1.51407 0.625L6 5.10039L10.4859 0.625Z' fill='white'/%3E %3C/svg%3E") 100% 50% no-repeat;
          z-index: 1;
          position: relative; }
        header .hero-nav ul li.hasSubmenu.active .has-arrow {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' style=''%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none'/%3E %3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='M10.4859 0.625L11.625 1.76055L6 7.375L0.375004 1.76055L1.51407 0.625L6 5.10039L10.4859 0.625Z' fill='white' id='svg_1' class='' transform='rotate(179.21519470214844 6.000001907348634,4) '/%3E%3C/g%3E%3C/svg%3E") 100% 50% no-repeat; }
        @media (max-width: 990px) {
          header .hero-nav ul li.hasSubmenu {
            padding-right: 8px; } }
      header .hero-nav ul li a {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        display: inline-block;
        padding: 12px 15px; }
        header .hero-nav ul li a:hover {
          text-decoration: none; }
        @media (max-width: 990px) {
          header .hero-nav ul li a {
            padding: 12px 8px; } }
      header .hero-nav ul li ul.subMenu {
        display: block;
        position: absolute;
        top: 50px;
        left: 15px;
        width: 220px;
        visibility: hidden;
        opacity: 0; }
        header .hero-nav ul li ul.subMenu.active {
          visibility: visible;
          opacity: 1; }
          header .hero-nav ul li ul.subMenu.active li {
            opacity: 1;
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
            header .hero-nav ul li ul.subMenu.active li:first-child {
              padding-top: 0.5rem; }
            header .hero-nav ul li ul.subMenu.active li a {
              padding: 5px 0;
              font-weight: 300;
              line-height: 24px; }
        header .hero-nav ul li ul.subMenu li {
          margin-bottom: 5px;
          left: 0;
          opacity: 0;
          -moz-transform: translate(40px, 0);
          -o-transform: translate(40px, 0);
          -ms-transform: translate(40px, 0);
          -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
          -moz-transition: opacity 0.35s ease, transform 0.35s ease;
          -o-transition: opacity 0.35s ease, transform 0.35s ease;
          -ms-transition: opacity 0.35s ease, transform 0.35s ease;
          -webkit-transition: opacity 0.35s ease, transform 0.35s ease;
          transition: opacity 0.35s ease, transform 0.35s ease; }
          header .hero-nav ul li ul.subMenu li:nth-child(1) {
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            -ms-transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
          header .hero-nav ul li ul.subMenu li:nth-child(2) {
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -ms-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
          header .hero-nav ul li ul.subMenu li:nth-child(3) {
            -moz-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            -ms-transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
          header .hero-nav ul li ul.subMenu li:nth-child(4) {
            -moz-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            -ms-transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
          header .hero-nav ul li ul.subMenu li:nth-child(5) {
            -moz-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            -ms-transition-delay: 0.5s;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
          header .hero-nav ul li ul.subMenu li:nth-child(6) {
            -moz-transition-delay: 0.6s;
            -o-transition-delay: 0.6s;
            -ms-transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
          header .hero-nav ul li ul.subMenu li:nth-child(7) {
            -moz-transition-delay: 0.7s;
            -o-transition-delay: 0.7s;
            -ms-transition-delay: 0.7s;
            -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
          header .hero-nav ul li ul.subMenu li:hover {
            border: none; }
          header .hero-nav ul li ul.subMenu li a {
            border-bottom: none;
            transition: opacity 300ms ease; }
            header .hero-nav ul li ul.subMenu li a:hover {
              opacity: 0.7; }
  @media (max-width: 767px) {
    header .hero-nav {
      display: none; } }

header .hero-nav ul.mainUl > li > a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.2, 1);
  background-color: white; }

header .hero-nav ul.mainUl > li > a.has-arrow:after {
  right: 0px; }

header .hero-nav ul.mainUl > li:hover > a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

header .menu-popup {
  transition: opacity 500ms ease;
  opacity: 0;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  display: block;
  color: #fff;
  overflow: hidden;
  will-change: transform;
  pointer-events: none; }
  header .menu-popup .container-navigation {
    margin-top: 15rem;
    margin-bottom: 0; }
  @media screen and (min-width: 576px) {
    header .menu-popup {
      display: flex; }
      header .menu-popup .container-navigation {
        margin-top: 20vh;
        margin-bottom: 0; } }
  header .menu-popup a {
    color: #fff;
    transition: color 0.55s ease; }
    header .menu-popup a:hover {
      opacity: 0.6;
      text-decoration: none; }
  header .menu-popup h4 {
    color: #fff;
    font-size: 18px;
    text-transform: unset;
    font-weight: 600 !important; }
  header .menu-popup p {
    font-size: 14px;
    line-height: 20px; }
  header .menu-popup nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    header .menu-popup nav ul li {
      padding: 2rem 0; }
      header .menu-popup nav ul li a:hover {
        text-decoration: none; }
      @media screen and (min-width: 576px) {
        header .menu-popup nav ul li {
          padding: 1.2rem 0; } }
  header .menu-popup nav ul.primary {
    overflow: hidden; }
    header .menu-popup nav ul.primary li {
      overflow: hidden; }
      header .menu-popup nav ul.primary li .menuItemCover {
        display: inline-block; }
        header .menu-popup nav ul.primary li .menuItemCover:hover a {
          opacity: 0.6; }
        header .menu-popup nav ul.primary li .menuItemCover:hover span {
          opacity: 0.6; }
      header .menu-popup nav ul.primary li a {
        font-size: 40px; }
        @media screen and (min-width: 768px) {
          header .menu-popup nav ul.primary li a {
            font-size: 50px; } }
        @media screen and (min-width: 1440px) {
          header .menu-popup nav ul.primary li a {
            font-size: 56px; } }
      header .menu-popup nav ul.primary li:first-child {
        padding-top: 0; }
      header .menu-popup nav ul.primary li.hasChild .subArrow {
        cursor: pointer;
        content: "";
        display: inline-block;
        width: 25px;
        height: 20px;
        margin-left: 1rem;
        line-height: 50px;
        background-image: url("data:image/svg+xml,%3Csvg width='16px' height='10px' viewBox='0 0 16 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E %3Ctitle%3Eback%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Service-Dropdown/1440' transform='translate(-673.000000, -34.000000)' fill='%23fff' fill-rule='nonzero'%3E %3Cg id='back' transform='translate(681.631579, 39.131579) rotate(-90.000000) translate(-681.631579, -39.131579) translate(677.131579, 31.131579)'%3E %3Cpath d='M0.644589297,8.16534821 L7.5224472,14.9795464 C7.82424301,15.277893 8.31320049,15.277893 8.61575841,14.9795464 C8.91755422,14.6811998 8.91755422,14.1966069 8.61575841,13.8982604 L2.2834447,7.62473665 L8.6149963,1.35121294 C8.9167921,1.05286636 8.9167921,0.568273459 8.6149963,0.269171567 C8.31320049,-0.0291750169 7.8234809,-0.0291750169 7.52168509,0.269171567 L0.643827186,7.08330684 C0.34666755,7.37856925 0.34666755,7.87077817 0.644589297,8.16534821 Z' id='Chevron_Right'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        background-size: contain;
        background-position: center;
        transition: all 0.55s ease;
        background-repeat: no-repeat; }
        header .menu-popup nav ul.primary li.hasChild .subArrow:hover {
          opacity: 0.6; }
      header .menu-popup nav ul.primary li.isOpen .subArrow {
        transform: rotateX(180deg); }
    header .menu-popup nav ul.primary ul.secondary {
      margin-left: 2rem;
      margin-bottom: 0;
      margin-top: 0;
      transition: height 300ms ease;
      overflow: hidden; }
      header .menu-popup nav ul.primary ul.secondary .innerUl {
        padding-top: 2rem; }
    @media screen and (min-width: 576px) {
      header .menu-popup nav ul.primary {
        margin-top: 0; }
        header .menu-popup nav ul.primary .innerUl {
          padding-top: 1rem; } }
  header .menu-popup nav ul.secondary {
    margin-top: 10px;
    margin-bottom: 7rem; }
    @media screen and (min-width: 576px) {
      header .menu-popup nav ul.secondary {
        margin-top: 20px; } }
    header .menu-popup nav ul.secondary li {
      padding: 1rem 0; }
      header .menu-popup nav ul.secondary li a {
        font-size: 20px;
        letter-spacing: 0.4px; }
        @media screen and (min-width: 768px) {
          header .menu-popup nav ul.secondary li a {
            font-size: 22px;
            padding: 1.5rem 0; } }
        @media screen and (min-width: 1440px) {
          header .menu-popup nav ul.secondary li a {
            font-size: 24px; } }
    @media screen and (min-width: 576px) {
      header .menu-popup nav ul.secondary {
        margin-bottom: 0; }
        header .menu-popup nav ul.secondary li {
          padding: 1rem 0; } }
    @media screen and (min-width: 768px) {
      header .menu-popup nav ul.secondary {
        margin-bottom: 0; }
        header .menu-popup nav ul.secondary li {
          padding: 0.6rem 0; } }
  header .menu-popup .info {
    margin-bottom: 5rem; }
    header .menu-popup .info p {
      margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      header .menu-popup .info {
        margin-bottom: 3rem; } }
  header .menu-popup .rates {
    display: inline-block;
    max-width: 300px;
    margin-bottom: 4rem; }
    header .menu-popup .rates p {
      max-width: 178px;
      display: inline-block;
      color: #fff;
      margin-bottom: 2rem; }
      @media screen and (min-width: 576px) {
        header .menu-popup .rates p {
          margin-bottom: 1.5rem; } }
    header .menu-popup .rates a.button-box {
      border-color: #fff;
      padding: 0 20px;
      font-size: 9px;
      white-space: nowrap;
      letter-spacing: 2px; }
      @media screen and (min-width: 576px) {
        header .menu-popup .rates a.button-box {
          font-size: 10px;
          letter-spacing: 2px;
          padding: 0 24px; } }
      header .menu-popup .rates a.button-box:hover {
        opacity: 1;
        background-color: #fff;
        color: #000; }
    @media screen and (min-width: 576px) {
      header .menu-popup .rates {
        margin-bottom: 2rem; } }
  header .menu-popup .socials a {
    font-size: 12px;
    margin: 0 15px; }
    header .menu-popup .socials a img {
      height: 15px; }
    header .menu-popup .socials a:first-child {
      margin-left: 0; }
    header .menu-popup .socials a:last-child {
      margin-right: 0; }

header .menu-popup-open {
  opacity: 1;
  z-index: 6;
  pointer-events: auto; }

header .menu-customBlock {
  min-height: 100vh;
  width: 50%;
  position: fixed;
  right: 0;
  background-size: cover;
  top: 0; }
  header .menu-customBlock .container-navigation {
    max-width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-end; }
    header .menu-customBlock .container-navigation .text-block {
      color: #fff;
      text-align: right;
      max-width: 500px;
      padding-right: 82px;
      margin-top: -18px;
      padding-left: 30px; }
      header .menu-customBlock .container-navigation .text-block .h2 {
        color: #fff;
        display: block; }
  @media screen and (max-width: 767px) {
    header .menu-customBlock .container-navigation .text-block {
      padding-right: 2rem; } }
  @media screen and (max-width: 575px) {
    header .menu-customBlock {
      position: static;
      display: block;
      width: 100%;
      min-height: 350px;
      background-position: center; }
      header .menu-customBlock .container-navigation {
        margin-top: 0 !important;
        width: 100%; }
        header .menu-customBlock .container-navigation .text-block {
          margin-top: 2rem;
          width: 100%;
          max-width: 100%;
          text-align: left; }
          header .menu-customBlock .container-navigation .text-block .h2 {
            display: block; } }

.headroom--unpinned {
  opacity: 0; }

.headroom--pinned {
  z-index: 5 !important; }

.headroom-wrapper .headroom {
  z-index: 6 !important;
  position: initial !important; }

.openPopup {
  position: inherit; }
  .openPopup .menu-popup {
    z-index: 6;
    opacity: 1; }
  .openPopup .header-bar {
    z-index: 8; }
  .openPopup #logo a svg g path {
    fill: #fff !important; }

.closePopup #logo a svg g path {
  fill: #000; }

header.white #logo svg g path {
  fill: #fff !important;
  transition: all 0.55s ease; }

header.white #nav-toggle .menu-bar p {
  color: #fff !important;
  transition: all 0.55s ease; }

header.white #nav-toggle .menu-bar div {
  background: #fff !important;
  transition: all 0.55s ease; }

.dark_color #logo a svg g path {
  fill: #000; }

.dark_color .hero-nav ul li a {
  color: #000; }

.dark_color .hero-nav ul.mainUl > li > a:after {
  background-color: #000; }

.dark_color .hero-nav ul li.hasSubmenu .has-arrow {
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.4859 0.625L11.625 1.76055L6 7.375L0.375004 1.76055L1.51407 0.625L6 5.10039L10.4859 0.625Z' fill='%23000'/%3E %3C/svg%3E") 100% 50% no-repeat; }

.dark_color .hero-nav ul li.hasSubmenu.active .has-arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' style=''%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none'/%3E %3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='M10.4859 0.625L11.625 1.76055L6 7.375L0.375004 1.76055L1.51407 0.625L6 5.10039L10.4859 0.625Z' fill='%23000' id='svg_1' class='' transform='rotate(179.21519470214844 6.000001907348634,4) '/%3E%3C/g%3E%3C/svg%3E") 100% 50% no-repeat; }

.dark_color .nav-dropdown-overlay {
  display: none;
  background-color: #fff; }
  .dark_color .nav-dropdown-overlay.nav-overlay-active {
    opacity: 0.8; }

.light_color #logo a svg g path {
  fill: #fff; }

.light_color #nav-toggle .menu-bar p {
  color: #fff; }

.light_color #nav-toggle .menu-bar div {
  background: #fff; }

