@import url(../bower_components/normalize-css/normalize.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Media Queries */
/* General Hacks */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  text-rendering: optimizeLegibility;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="search"],
input[type="button"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

a:active,
a:focus {
  outline: 0;
  -moz-outline-style: none; }

@media print {
  * {
    -webkit-print-color-adjust: exact; } }

/* Overall Style */
:root {
  --primary: #7997A3;
  --secondary: #ECECEC;
  --cta: #DC6A3E; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  color: #333;
  overflow-x: hidden;
  position: relative; }

input, button {
  outline: none; }

a {
  color: #589C74;
  text-decoration: none; }
  a:hover {
    color: #589C74; }

/* Buttons */
.button {
  display: inline-block; }

.button__cta {
  color: #FFFFFF;
  background-color: #DC6A3E;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 4px;
  transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1); }
  .button__cta:hover {
    color: #FFFFFF;
    background-color: darkred;
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1); }

/* Hero */
.home-hero {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 600px; }
  @media (max-width: 1350px) {
    .home-hero {
      height: 450px; } }
  @media (max-width: 1170px) {
    .home-hero {
      height: 35vw; } }
  @media (max-width: 780px) {
    .home-hero {
      height: 30vh; } }
  .home-hero__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .home-hero__wrapper {
        margin-top: 100px;
        margin-top: 126px;
      }
    }
    @media (max-width: 1170px) {
      .home-hero__wrapper {
        padding: 0 10px;
        max-width: 1170px; } }
    @media (max-width: 780px) {
      .home-hero__wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .home-hero__lead {
    font-size: 20px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 300; }
    @media (max-width: 780px) {
      .home-hero__lead {
        color: #fff;
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 20px; } }
  .home-hero__title {
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    line-height: 1;
    margin-top: 0; }
    @media (max-width: 780px) {
      .home-hero__title {
        font-size: 30px;
        line-height: 1.2;
        color: #fff; } }
  .home-hero__gfx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .home-hero__gfx img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    @media (max-width: 780px) {
      .home-hero__gfx {
        position: relative; } }

    @media (min-width: 1350px) {
      #phone {
        display: none;
      }
    }

/* Features */
.home-features {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px; }
  @media (max-width: 780px) {
    .home-features {
      width: 100%;
      flex-direction: column;
      margin-top: 0; } }
  .home-features__left {
    width: 33%;
    background-color: #4a6570;
    padding: 30px 50px 30px;
    text-align: center;
    transition: all 200ms ease 0ms;
    cursor: pointer;
    color: #fff; }
    .home-features__left:hover {
      opacity: 0.96;
      transition: all 200ms ease 0ms; }
    @media (max-width: 780px) {
      .home-features__left {
        width: 100%;
        padding: 30px 10px; } }
  .home-features__link,
  .home-features__heading {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25; }
    .home-features__link:hover {
      color: #FFFFFF; }
  .home-features__center {
    padding: 30px 50px 30px;
    width: 33%;
    text-align: center;
    background: linear-gradient(to right, #67838f 0%, #516c77 100%);
    transition: all 200ms ease 0ms;
    cursor: pointer;
    color: #fff; }
    .home-features__center img {
      width: 100%;
      height: auto;
      padding: 30px 10px; }
    .home-features__center:hover {
      opacity: 0.96;
      transition: all 200ms ease 0ms; }
    @media (max-width: 780px) {
      .home-features__center {
        width: 100%; } }
  .home-features__right {
    padding: 30px 50px 30px;
    width: 33%;
    background: linear-gradient(to right, #7c9aa7 0%, #66838f 100%);
    text-align: center;
    transition: all 200ms ease 0ms;
    cursor: pointer;
    color: #fff; }
    .home-features__right:hover {
      opacity: 0.96;
      transition: all 200ms ease 0ms; }
    @media (max-width: 780px) {
      .home-features__right {
        width: 100%;
        padding: 30px 10px; } }

/* Welcome */
.home-welcome {
  text-align: center;
  padding: 100px 0; }
  .home-welcome__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .home-welcome__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .home-welcome__title {
        padding: 0 10px; } }
  .home-welcome__lead {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;}
    @media (max-width: 780px) {
      .home-welcome__lead {
        padding: 0 10px; } }
  .home-welcome__text {
    width: 50%;
    color: #696969;
    font-size: 1.3rem;
    line-height: 2;
    margin: 50px auto 0; }
    @media (max-width: 1025px) {
      .home-welcome__text {
        width: 80%; } }
    @media (max-width: 780px) {
      .home-welcome__text {
        padding: 0 10px;
        width: 100%; } }

/* Know */
.home-know {
  padding: 100px 0 150px; }
  @media (max-width: 780px) {
    .home-know {
      padding: 50px 0; } }
  .home-know__wrapper {
    overflow: hidden;
    background: #ececec; }
  .home-know__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .home-know__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .home-know__title {
        padding: 0 10px; } }
  .home-know__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 1025px) {
      .home-know__inner {
        flex-direction: column;
        overflow: hidden;
        align-items: flex-start; } }
  .home-know__text {
    color: #696969;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-right: 50px; }
    @media (max-width: 1025px) {
      .home-know__text {
        padding: 20px; } }
  .home-know__image {
    flex: 1 0 auto;
    width: 570px; }
    @media (max-width: 1025px) {
      .home-know__image {
        padding-bottom: 40px; } }
    @media (max-width: 780px) {
      .home-know__image {
        width: 100%; } }
  .home-know__img {
    background-color: var(--primary);
    width: 517px;
    height: 291px;
    position: relative;
    z-index: 1; }
    .home-know__img img {
      /* -webkit-filter: grayscale(100%);
              filter: grayscale(100%); */
      width: 100%;
      height: auto;
      display: block;
      height: 100%;
      object-fit: cover; }
    .home-know__img:after {
      content: '';
      display: block;
      border: 2px solid #57796c;
      width: 517px;
      height: 291px;
      z-index: -1;
      position: absolute;
      top: 38px;
      left: 53px; }
    @media (max-width: 780px) {
      .home-know__img {
        width: 100%;
        height: 100%; }
        .home-know__img:after {
          display: none; } }

          /* Float */
          .float-module {
            padding: 100px 0 150px;
        }
        
        @media (max-width: 780px) {
            .float-module {
                padding: 50px 0;
            }
        }
        
        .float-module__wrapper {
            overflow: hidden;
            background: #ececec;
        }
        
        .float-module__inner {
            max-width: 1170px;
            margin: 0 auto;
        }
        
        @media (max-width: 1025px) {
            .home-know__inner {
                overflow: hidden;
            }
        }
        
        .float-module__text {
            color: #696969;
            font-size: 1.3rem;
            line-height: 1.6;
            padding-right: 50px;
            padding-left: 50px;
        }
        
        @media (max-width: 1025px) {
            .home-know__text {
                padding: 20px;
            }
        }
        
        .float-module__image {
            flex: 1 0 auto;
            width: 570px;
            margin: 0 auto;
            padding: 0 50px;
            max-width: 100%;
        }
        
        @media (max-width: 1025px) {
            .home-know__image {
                padding-bottom: 40px;
            }
        }
        
        @media (max-width: 780px) {
            .home-know__image {
                width: 100%;
            }
        }
        
        .float-module__img {
            background-color: var(--primary);
            width: 517px;
            height: 291px;
            position: relative;
            z-index: 1;
            margin-bottom: 50px;
        }
        
        .float-module__img img {
            /* -webkit-filter: grayscale(100%);
                          filter: grayscale(100%); */
            width: 100%;
            height: auto;
            display: block;
            height: 100%;
            object-fit: cover;
        }
        
        .float-module__img:after {
            content: '';
            display: block;
            border: 2px solid #57796c;
            width: 517px;
            height: 291px;
            z-index: -1;
            position: absolute;
            top: 38px;
            left: 53px;
        }
        
        @media (max-width: 780px) {
            .float-module__img {
                width: 100%;
                height: 100%;
            }
        
            .float-module__img:after {
                display: none;
            }
        }
        
        .dynamic-bg-white.float-module__wrapper {
            background-color: #fff !important;
        }
        
        .dynamic-bg-gray.float-module__wrapper {
            background-color: #ececec !important;
        }
        
        .dynamic-bg-img.float-module__wrapper {
            background-color: transparent;
            background-image: url("<?php echo get_stylesheet_directory_uri(); ?>/img/cream_pixels.png");
            background-repeat: repeat;
            background-blend-mode: color-burn;
            overflow: hidden;
        }
        
        @media (min-width: 1035px) {
            .float-module-normal.float-module__inner .float-module__image {
                float: left;
                margin: 0 50px;
            }
        
            .float-module-reverse.float-module__inner .float-module__image {
                float: right;
                margin: 0 50px;
            }
        }

/* Sets */
.home-sets {
  padding: 100px 0 150px; }
  @media (max-width: 780px) {
    .home-sets {
      padding: 50px 0; } }
  .home-sets__wrapper {
    overflow: hidden; }
  .home-sets__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .home-sets__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .home-sets__title {
        padding: 0 10px; } }
  .home-sets__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 1025px) {
      .home-sets__inner {
        flex-direction: column;
        overflow: hidden; } }
  .home-sets__text {
    color: #696969;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 50px;
    width: 100%;}
    @media (max-width: 1025px) {
      .home-sets__text {
        padding: 20px; } }
  .home-sets__image {
    flex: 1 0 auto;
    width: 570px; }
    @media (max-width: 1025px) {
      .home-sets__image {
        padding-bottom: 40px; } }
    @media (max-width: 780px) {
      .home-sets__image {
        width: 100%; } }
  .home-sets__img {
    background-color: var(--primary);
    width: 517px;
    height: 345px;
    position: relative;
    z-index: 1; }
    .home-sets__img img {
      /* -webkit-filter: grayscale(100%);
              filter: grayscale(100%); */
      width: 100%;
      height: auto; }
    .home-sets__img:after {
      content: '';
      display: block;
      border: 2px solid #57796c;
      width: 517px;
      height: 345px;
      z-index: -1;
      position: absolute;
      top: 38px;
      left: 53px; }
    @media (max-width: 780px) {
      .home-sets__img {
        width: 100%; }
        .home-sets__img:after {
          display: none; } }

/* Say */
.home-say {
  padding: 100px 0 100px; }
  .home-say__wrapper {
    overflow: hidden;
    background-color: #d5ecf0; }
  .home-say__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .home-say__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .home-say__title {
        padding: 0 10px; } }
  .home-say__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 780px) {
      .home-say__inner {
        flex-direction: column;
        padding: 0 15px; } }
  .home-say__container {
    position: relative;
    width: 50%;
    margin: 0 15px; }
    @media (max-width: 1025px) {
      .home-say__container {
        display: flex;
        justify-content: center; } }
    @media (max-width: 780px) {
      .home-say__container {
        display: block;
        width: 100%;
        margin: 30px 0px; } }
  .home-say__cover {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    width: 495px;
    height: 314px; }
    @media (max-width: 1025px) {
      .home-say__cover {
        width: 350px;
        height: 250px;
        left: auto;
        right: auto; } }
    @media (max-width: 780px) {
      .home-say__cover {
        width: 100%;
        height: 210px;
        right: 0;
        left: auto; } }
  .home-say__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 142px;
    width: 142px;
    border-radius: 100%;
    background-color: rgba(72, 75, 78, 0.7);
    transition: background-color .3s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer; }
    .home-say__play img {
      width: 24px;
      height: auto;
      margin-left: 4px; }
    .home-say__play:hover {
      background-color: #484b4e;
      transition: background-color .3s ease-in-out; }
  .home-say__about {
    width: 495px;
    height: 314px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
    margin-top: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1.4rem;
    color: #696969;
    padding: 25px 30px; }
    @media (max-width: 1025px) {
      .home-say__about {
        width: 350px;
        height: 250px; } }
    @media (max-width: 780px) {
      .home-say__about {
        width: 100%;
        height: 210px; } }
  .home-say__more {
    border: 1px solid #7896a2;
    color: #7896a2;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.9rem;
    padding: 20px 25px;
    display: block;
    margin: 4rem auto 0;
    transition: 0.33s all ease-in-out; }
    .home-say__more:hover {
      background-color: #7896a2;
      color: #d5ecf0;
      transition: 0.33s all ease-in-out; }

/* schedule  */
.home-schedule {
  padding: 100px 0; }
  .home-schedule__title {
    text-align: center;
    font-weight: 200;
    font-size: 2.2rem;
    margin-top: 0;
    color: var(--cta); }
  .home-schedule__cta {
    display: block;
    width: 280px;
    font-weight: 900;
    background-color: #77bba8;
    color: #FFFFFF;
    margin: 2.5rem auto 0;
    padding: 20px 25px;
    text-align: center;
    transition: 0.33s all ease-in-out; 
    border: none;
    font-size: 16px;}
    .home-schedule__cta:hover {
      color: #FFFFFF;
      transition: 0.33s all ease-in-out;
      background-color: var(--primary);
	cursor: pointer;}

/* Hero */
.contact-hero {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 652px; }
  @media (max-width: 780px) {
    .contact-hero {
      height: auto; } }
  .contact-hero__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1170px) {
      .contact-hero__wrapper {
        padding: 0 10px;
        max-width: 1170px; } }
    @media (max-width: 780px) {
      .contact-hero__wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .contact-hero__lead {
    font-size: 20px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 300; }
    @media (max-width: 780px) {
      .contact-hero__lead {
        color: #000;
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 20px; } }
  .contact-hero__title {
    font-weight: 300;
    font-size: 70px;
    text-align: center;
    line-height: 1;
    margin-top: 0; }
    @media (max-width: 780px) {
      .contact-hero__title {
        font-size: 30px;
        line-height: 1.2;
        color: #000; } }
  .contact-hero__gfx {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .contact-hero__gfx img {
      min-height: 652px;
      vertical-align: top; }
      @media (max-width: 780px) {
        .contact-hero__gfx img {
          width: 100%;
          min-height: auto; } }
    .contact-hero__gfx:after {
      background-color: rgba(32, 36, 39, 0.3);
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 780px) {
      .contact-hero__gfx {
        position: relative; } }

        .hero__video {
          position: absolute;
          top: 0;
          width: 100%;
        }

        .hero__video::after {
          background-color: rgba(32, 36, 39, 0.3);
          content: '';
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
        }

/* Contact Page */
.contact {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  padding-bottom: 100px; }
  @media (max-width: 1170px) {
    .contact {
      padding: 0 10px;
      max-width: 1170px; } }
  @media (max-width: 1025px) {
    .contact {
      flex-direction: column;
      padding-left: 0;
      padding-right: 0; } }
  .contact__content {
    width: 66.6666667%;
    padding: 110px 100px 171px; }
    @media (max-width: 1025px) {
      .contact__content {
        width: 100%;
        padding: 40px 20px; } }
  .contact__notice {
    color: #696969; }
  .contact__sidebar {
    width: 33.3333333%;
    background: #ECECEC;
    overflow: hidden;
    padding: 65px 50px; }
    @media (max-width: 1025px) {
      .contact__sidebar {
        width: 100%;
        padding: 65px 20px; } }

/* Contact Form */
.contact-form {
  color: #696969; }
  @media (max-width: 780px) {
    .contact-form {
      padding-top: 50px; } }
  .contact-form__inline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media (max-width: 780px) {
      .contact-form__inline {
        flex-direction: column;
        margin-bottom: 0px; } }
    .contact-form__inline span {
      width: 49%;
      position: relative; }
      @media (max-width: 780px) {
        .contact-form__inline span {
          width: 100%; } }
    .contact-form__inline label {
      display: block;
      position: absolute;
      font-size: 1.3rem;
      margin-top: 10px;
      transition: all 200ms ease 0ms;
      background-color: #FFFFFF;
      width: 100%;
      color: #000; }
  .contact-form__input {
    border: 0;
    border-bottom: 2px solid #aaa;
    width: 100%;
    padding: 10px 0px;
    transition: all 200ms ease 0ms;
    height: 40px; }
    .contact-form__input:focus {
      border-bottom: 2px solid #000;
      transition: all 200ms ease 0ms; }
    @media (max-width: 780px) {
      .contact-form__input {
        margin-bottom: 40px; } }
  .contact-form label.active {
    font-size: 0.8rem;
    color: #696969;
    margin-top: -10px;
    transition: all 200ms ease 0ms; }
  .contact-form p {
    font-size: 1.2rem; }
  .contact-form__chlabel {
    line-height: 2;
    margin-right: 1rem; }
  .contact-form__submit {
    display: block;
    border: 0;
    background-color: var(--primary);
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    padding: 15px 0;
    margin: 2rem 0; }

/* Aside */
.contact-aside {
  letter-spacing: .32px; }
  .contact-aside__title {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 1.1rem;
    border-bottom: 2px solid #000; }
  .contact-aside p {
    margin-top: 20px;
    font-size: 1.2rem; }
  .contact-aside__phones {
    font-size: 1.2rem;
    margin: 2rem 0; }
  .contact-aside__tel {
    color: #000;
    display: none;
    font-size: 12px;
    margin-left: 10px; }

    @media (min-width: 1100px) {
      .contact-aside__tel {
          font-size: 14px;
          margin-left: 20px;
      }
    }
    @media (min-width: 1350px) {
      .contact-aside__tel {
        display: inline-block;
        margin-left: 40px; 
        font-size: 18px;
      }
    }
    .contact-aside__tel:hover {
      color: var(--primary); }
  .contact-aside__subtitle {
    font-weight: 300; }
  .contact-aside__address {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 30px; }
  .contact-aside__map iframe {
    width: 100%;
    height: 300px; }

/* Header */
.header {
  max-width: 1500px;
  margin: 0 auto;
  height: 95px;
  display: flex;
  align-items: center; }
  @media (max-width: 1170px) {
    .header {
      padding: 0 10px;
      max-width: 1170px;
      height: 135px; } }
  .header__wrapper {
    border-bottom: 5px solid var(--primary);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    transition: ease 0.5s;
    padding: 0 10px; }
  .header__logo {
    display: block;
    width: 100%;
    max-width: 300px; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .header__nav {
    margin-left: auto; }
    @media (max-width: 1025px) {
      .header__nav {
        display: none; } }
  .header__cta {
    margin-left: 2rem; }
    @media (max-width: 1170px) {
      .header__cta {
        font-size: 0.8rem; } }
    @media (max-width: 1025px) {
      .header__cta {
        margin-left: auto; } }
    @media (max-width: 780px) {
      .header__cta {
        display: none; } }

    .header__wrapper .contact-aside__phones {
      margin: 0;
      background: var(--primary);
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
      color: #fff;
    }
      .header__wrapper .contact-aside__phones a, .header__wrapper .contact-aside__phones .ph_address, .header__wrapper .contact-aside__phones #health {
        color: #fff;
        padding: 5px 0 2px;
        display: block;
        line-height: 24px;
      }

.header__wrapper .contact-aside__phones #health {
    padding-bottom: 5px;
}

/* Menu */
.main-nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none; }
  .main-nav > ul > li {
    text-transform: uppercase;
    position: relative;
    height: 95px;
    display: block; }
    @media (min-width: 1025px) {
      .main-nav > ul > li.mobile {
        display: none;
      }
    }
    .main-nav > ul > li > a {
      color: #000;
      font-weight: bold;
      height: 95px;
      display: block;
      line-height: 95px;
      padding: 0 18px;
      transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
      position: relative;
      background-color: #fff;
      z-index: 2; }
      @media (max-width: 1350px) {
        .main-nav > ul > li > a {
          font-size: 0.8rem;
          padding: 0 10px; } }
    .main-nav > ul > li:hover > a {
      background-color: var(--primary);
      color: var(--secondary);
      transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1); }

.main-nav__drop {
  display: none;
  position: absolute;
  background-color: var(--primary);
  transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
  list-style: none;
  padding: 50px 30px;
  width: 220px;
  margin-top: -15px; }
  .main-nav__drop > li {
    padding: 6px 0; }
    .main-nav__drop > li > a {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 0.9rem; }
      .main-nav__drop > li > a:hover {
        color: var(--secondary); }

.main-nav > ul > li:hover .main-nav__drop {
  display: block !important; }

.menuTrigger {
  display: none; }
  @media (max-width: 1025px) {
    .menuTrigger {
      display: block;
      margin-left: 1rem; } }
  @media (max-width: 780px) {
    .menuTrigger {
      margin-left: auto; } }

.hamburger {
  font-size: 24px;
  display: inline-block;
  width: 1.3em;
  height: 1em;
  padding: 0;
  cursor: pointer;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  border: 0 none;
  background: transparent; }

.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none; }

.hamburger:focus {
  outline: 0; }

.hamburger:before,
.hamburger:after {
  content: ""; }

.hamburger:before,
.hamburger .icon,
.hamburger:after {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 6px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background: var(--primary); }

.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
  background: var(--primary); }

.hamburger.hamburger-cancel.active .icon {
  -webkit-transform: scale(0);
  transform: scale(0); }

.hamburger.hamburger-cancel.active:before {
  -webkit-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg); }

.hamburger.hamburger-cancel.active:after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg); }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85); }
  .modal .modal-close {
    text-decoration: none;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 5%; }
  .modal .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 200;
    overflow-x: hidden; }

/* Footer */
.footer {
  display: flex;
  color: #FFFFFF; }
  @media (max-width: 780px) {
    .footer {
      flex-direction: column; } }
  .footer__wrapper {
    padding: 35px 10px 65px;
    background: linear-gradient(to right, #3C3938 0%, #3C3938 100%); }
    @media (max-width: 780px) {
      .footer__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  .footer__left {
    width: 25%;
    margin: 0 30px; }
    @media (max-width: 780px) {
      .footer__left {
        width: 100%;
        margin: 0;
        text-align: center; } }
  .footer__header {
    color: #FFFFFF;
    border-bottom: 2px solid #45454d;
    margin-bottom: 20px; }
  .footer__logo {
    width: 190px;
    display: block;
    margin: 19px 0 18px; }
    .footer__logo img {
      width: 100%;
      height: auto; }
    @media (max-width: 780px) {
      .footer__logo {
        margin-left: auto;
        margin-right: auto; } }
  .footer__center {
    width: 50%;
    margin: 0 30px; }
    @media (max-width: 780px) {
      .footer__center {
        width: 100%;
        margin: 0;
        text-align: center; } }
  .footer__title {
    font-weight: 200;
    font-size: 2.2rem; }
  .footer__menu {
    display: flex; }
  .footer__right {
    width: 25%;
    margin: 0 30px; }
    @media (max-width: 780px) {
      .footer__right {
        width: 100%;
        margin: 0;
        text-align: center; } }
  .footer__cta {
    border-radius: 0; }
  .footer address {
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.4; }
  .footer a {
    color: #FFFFFF; }

/* Menu */
.footer-menu {
  color: #FFFFFF; }
  .footer-menu ul {
    padding: 0;
    list-style: none; }
    .footer-menu ul li {
      line-height: 1.5; }
      .footer-menu ul li a {
        color: #FFFFFF; }
  .footer-menu__left {
    min-width: 250px; }
    @media (max-width: 780px) {
      .footer-menu__left {
        min-width: 50%; } }
  .footer-menu__right {
    min-width: 250px; }
    @media (max-width: 780px) {
      .footer-menu__right {
        min-width: 50%; } }
  .footer-menu__title {
    margin: 0 0 -10px 0;
    text-transform: uppercase; }

/* Social */
.footer-social {
  margin-top: 1rem;
  display: flex; }
  @media (max-width: 780px) {
    .footer-social {
      justify-content: center; } }

.footer-social__link {
  display: block;
  height: 36px;
  margin-right: 2rem; }
  @media (max-width: 780px) {
    .footer-social__link {
      margin: 0 1rem; } }

.footer-social__icon {
  width: auto;
  height: 100%;
  fill: #FFFFFF; }

.page-wrap {
  position: relative;
  top: 0;
  padding-top: 15px;
  transition: ease 0.5s; }
  @media (max-width: 1350px) {
  .page-wrap {
    top: 95px;
    padding-top: 0; }
  }
.page-wrap.pushed,
.header__wrapper.pushed {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

body.pushed {
  overflow: hidden; }

.panel-title {
  background-color: var(--secondary);
  color: var(--primary);
  text-align: center;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em; }

.panel,
.subPanel {
  width: 250px;
  background: var(--primary);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -250px;
  transition: ease 0.5s;
  overflow: hidden; }

.panel {
  z-index: 1000; }

.panel ul {
  display: block;
  padding: 0 10px;
  margin: 0; }

.panel ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  list-style: none;
  line-height: 2.5;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold; }
  .panel ul li a {
    color: #FFFFFF; }
    .panel ul li a:hover {
      color: #FFFFFF; }

.panel ul li ul {
  padding: 0; }

.panel ul li ul li {
  color: #00B4AB; }

.panel ul li ul li:hover {
  background: #00B4AB;
  color: #fff; }

.panel.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

.subPanel {
  z-index: 20; }

.subPanel ul {
  padding: 0 10px !important; }

.closeSubPanel {
  background-color: var(--secondary);
  color: var(--primary);
  text-align: center;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.1;
  position: relative; }
  .closeSubPanel::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: all 0.2s ease-out; }

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer; }

.openSubPanel {
  position: relative; }

.openSubPanel::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.2s ease-out; }

/* Hero */
.imp-hero {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 652px;
  padding: 0 10px;
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 780px) {
    .imp-hero {
      height: auto; } }
  .imp-hero__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1170px) {
      .imp-hero__wrapper {
        padding: 0 10px;
        max-width: 1170px; } }
    @media (max-width: 780px) {
      .imp-hero__wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .imp-hero__lead {
    font-size: 20px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 300; }
    @media (max-width: 780px) {
      .imp-hero__lead {
        color: #000;
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 20px; } }
  .imp-hero__title {
    font-weight: bold;
    font-size: 70px;
    text-align: right;
    line-height: 1;
    margin-top: 0;
    width: 60%;
	color: #fff; }
      .page-id-563 .imp-hero__title {
      	color: #000;
      }
    
    @media (max-width: 780px) {
      .imp-hero__title {
        font-size: 30px;
        line-height: 1.2;
        color: #fff;
        margin-top: 1rem;
        width: 100%; } }
  .imp-hero__gfx {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .imp-hero__gfx img {
      min-height: 652px;
      vertical-align: top;
      max-width: 100%;}
      @media (max-width: 780px) {
        .imp-hero__gfx img {
          width: 100%;
          min-height: auto; } }
    .imp-hero__gfx:after {
      background-color: rgba(32, 36, 39, 0.3);
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 780px) {
      .imp-hero__gfx {
        position: relative; } }
  .imp-hero__cta {
    display: block;
    width: 280px;
    font-weight: 900;
    background-color: var(--primary);
    color: #FFFFFF;
    margin-top: 2rem;
    padding: 20px 25px;
    text-align: center;
    transition: 0.33s all ease-in-out; }
    .imp-hero__cta:hover {
      color: #FFFFFF;
      transition: 0.33s all ease-in-out;
      background-color: var(--primary); }
    @media (max-width: 780px) {
      .imp-hero__cta {
        margin-top: 1rem;
        margin-bottom: 2.5rem; } }

/* Welcome */
.imp-welcome {
  text-align: center;
  padding: 100px 0; }
  .imp-welcome__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative;
    width: 50%;
    margin: 0 auto 75px;
    line-height: 1.5; }
    .imp-welcome__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .imp-welcome__title {
        padding: 0 10px;
        width: 100%; } }
  .imp-welcome__lead {
    font-size: 1.5rem; }
    @media (max-width: 780px) {
      .imp-welcome__lead {
        padding: 0 10px; } }
  .imp-welcome__text {
    width: 50%;
    color: #696969;
    font-size: 1.3rem;
    line-height: 2;
    margin: 50px auto 0; }
    @media (max-width: 1025px) {
      .imp-welcome__text {
        width: 80%; } }
    @media (max-width: 780px) {
      .imp-welcome__text {
        padding: 0 10px;
        width: 100%; } }

.imp-hero-left {
  align-items: flex-start;
}

/*  Video */
.imp-video {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  border-bottom: 10px solid var(--primary);
  overflow: hidden; }
  @media (max-width: 780px) {
    .imp-video {
      flex-direction: column; } }
  .imp-video__player {
    width: 50%;
    position: relative;
    display: flex;
    min-height: 397px; }
    .imp-video__player img {
      display: block; }
    @media (max-width: 780px) {
      .imp-video__player {
        width: 100%; } }
  .imp-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 142px;
    width: 142px;
    border-radius: 100%;
    background-color: rgba(72, 75, 78, 0.7);
    transition: background-color .3s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer; }
    .imp-video__play img {
      width: 24px;
      height: auto;
      margin-left: 4px; }
    .imp-video__play:hover {
      background-color: #484b4e;
      transition: background-color .3s ease-in-out; }
  .imp-video__content {
    width: 50%;
    background-color: #000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 2;
    text-align: center; }
    .imp-video__content p {
      width: 70%; }
    @media (max-width: 780px) {
      .imp-video__content {
        width: 100%; }
        .imp-video__content p {
          width: 90%; } }

/* Counter */
.imp-count {
  padding: 100px 10px;
  max-width: 1170px;
  color: #FFFFFF;
  display: flex;
  margin: 0 auto; }
  @media (max-width: 780px) {
    .imp-count {
      flex-direction: column;
      align-items: center; } }
  .imp-count__wrapper {
    overflow: hidden;
    background-color: var(--primary);
    margin: 100px 0;
    background-image: url("../img/cream_pixels.png");
    background-repeat: repeat;
    background-blend-mode: color-burn; }
  .imp-count__item {
    width: 33.33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 20px; }
    @media (max-width: 780px) {
      .imp-count__item {
        width: 100%; } }
  .imp-count__numb {
    width: 242px;
    height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 10px solid var(--secondary);
    font-size: 64px;
    font-weight: bold; }
  .imp-count__title {
    font-weight: 400;
    text-align: center;
    line-height: 1.2; }

/* Process */
.imp-process {
  padding: 100px 0 100px; }
  .imp-process__wrapper {
    overflow: hidden; }
  .imp-process__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .imp-process__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .imp-process__title {
        padding: 0 10px; } }
  .imp-process__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 780px) {
      .imp-process__inner {
        flex-direction: column;
        padding: 0 15px; } }
  .imp-process__container {
    position: relative;
    width: 50%;
    margin: 0 15px; }
    .imp-process__container:nth-child(1) {
      display: flex;
      align-items: center; }
    @media (max-width: 1025px) {
      .imp-process__container {
        display: flex;
        justify-content: center; } }
    @media (max-width: 780px) {
      .imp-process__container {
        display: block;
        width: 100%;
        margin: 30px 0px; } }
  .imp-process__cover {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    width: 495px;
    height: 314px; }
    @media (max-width: 1025px) {
      .imp-process__cover {
        width: 350px;
        height: 250px;
        left: auto;
        right: auto; } }
    @media (max-width: 780px) {
      .imp-process__cover {
        width: 100%;
        height: 210px;
        right: 0;
        left: auto; } }
  .imp-process__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 142px;
    width: 142px;
    border-radius: 100%;
    background-color: rgba(72, 75, 78, 0.7);
    transition: background-color .3s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer; }
    .imp-process__play img {
      width: 24px;
      height: auto;
      margin-left: 4px; }
    .imp-process__play:hover {
      background-color: #484b4e;
      transition: background-color .3s ease-in-out; }
  .imp-process__about {
    width: 495px;
    height: 314px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
    margin-top: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1.4rem;
    color: #696969;
    padding: 25px 30px; }
    @media (max-width: 1025px) {
      .imp-process__about {
        width: 350px;
        height: 250px; } }
    @media (max-width: 780px) {
      .imp-process__about {
        width: 100%;
        height: 210px; } }
  .imp-process__text {
    color: #696969;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 30px; }
    @media (max-width: 1025px) {
      .imp-process__text {
        padding: 20px; } }

/* Discover  */
.discover {
  padding: 100px 0;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  .discover__wrapper {
    overflow: hidden;
    background-repeat: no-repeat; }
  .discover__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .discover__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .discover__title {
        padding: 0 10px; } }
  .discover__slide {
    padding: 0 10px; }
  .discover__img {
    width: 100%;
    height: auto; }
  .discover__desc {
    padding: 30px;
    background-color: var(--primary);
    color: #FFFFFF;
    height: 128px;
    font-size: 1.3rem;
    line-height: 34px;
    font-weight: 700; }

/* Treat */
.imp-treat {
  padding: 100px 0 100px; }
  .imp-treat__wrapper {
    overflow: hidden; }
  .imp-treat__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .imp-treat__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .imp-treat__title {
        padding: 0 10px; } }
  .imp-treat__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 780px) {
      .imp-treat__inner {
        flex-direction: column;
        padding: 0 15px; } }
  .imp-treat__container {
    position: relative;
    width: 50%;
    margin: 0 15px; }
    .imp-treat__container:nth-child(1) {
      display: flex;
      align-items: center; }
    @media (max-width: 1025px) {
      .imp-treat__container {
        display: flex;
        justify-content: center; } }
    @media (max-width: 780px) {
      .imp-treat__container {
        display: block;
        width: 100%;
        margin: 30px 0px; } }
  .imp-treat__cover {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    width: 495px;
    height: 314px; }
    @media (max-width: 1025px) {
      .imp-treat__cover {
        width: 350px;
        height: 250px;
        left: auto;
        right: auto; } }
    @media (max-width: 780px) {
      .imp-treat__cover {
        width: 100%;
        height: 210px;
        right: 0;
        left: auto; } }
  .imp-treat__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 142px;
    width: 142px;
    border-radius: 100%;
    background-color: rgba(72, 75, 78, 0.7);
    transition: background-color .3s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer; }
    .imp-treat__play img {
      width: 24px;
      height: auto;
      margin-left: 4px; }
    .imp-treat__play:hover {
      background-color: #484b4e;
      transition: background-color .3s ease-in-out; }
  .imp-treat__about {
    width: 495px;
    height: 314px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
    margin-top: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1.4rem;
    color: #696969;
    padding: 25px 30px; }
    @media (max-width: 1025px) {
      .imp-treat__about {
        width: 350px;
        height: 250px; } }
    @media (max-width: 780px) {
      .imp-treat__about {
        width: 100%;
        height: 210px; } }
  .imp-treat__text {
    color: #696969;
    font-size: 1.3rem;
    line-height: 1.6; }
    @media (max-width: 1025px) {
      .imp-treat__text {
        padding: 20px; } }

/* Choose */
.choose {
  padding: 100px 0 150px; }
  @media (max-width: 780px) {
    .choose {
      padding: 50px 0; } }
  .choose__wrapper {
    overflow: hidden;
    background-image: url("../img/cream_pixels.png");
    background-repeat: repeat;
    background-blend-mode: color-burn; }
  .choose__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .choose__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .choose__title {
        padding: 0 10px; } }
  .choose__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 1025px) {
      .choose__inner {
        flex-direction: column;
        overflow: hidden; } }
  .choose__text {
    color: #696969;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 50px; }
    @media (max-width: 1025px) {
      .choose__text {
        padding: 20px; } }
  .choose__image {
    flex: 1 0 auto;
    width: 570px; }
    @media (max-width: 1025px) {
      .choose__image {
        padding-bottom: 40px; } }
    @media (max-width: 780px) {
      .choose__image {
        width: 100%; } }
  .choose__img {
    background-color: var(--primary);
    width: 517px;
    height: 345px;
    position: relative;
    z-index: 1; }
    .choose__img img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      width: 100%;
      height: auto; }
    .choose__img:after {
      content: '';
      display: block;
      border: 2px solid #57796c;
      width: 517px;
      height: 345px;
      z-index: -1;
      position: absolute;
      top: 38px;
      left: 53px; }
    @media (max-width: 780px) {
      .choose__img {
        width: 100%; }
        .choose__img:after {
          display: none; } }

/* Say */
.proof {
  padding: 100px 0 100px; }
  .proof__wrapper {
    overflow: hidden;
    background-color: #d5ecf0; }
  .proof__title {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 75px;
    position: relative; }
    .proof__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 300px;
      height: 2px;
      background: var(--primary);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 780px) {
      .proof__title {
        padding: 0 10px; } }
  .proof__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 780px) {
      .proof__inner {
        flex-direction: column;
        padding: 0 15px; } }
  .proof__container {
    position: relative;
    width: 50%;
    margin: 0 15px; }
    @media (max-width: 1025px) {
      .proof__container {
        display: flex;
        justify-content: center; } }
    @media (max-width: 780px) {
      .proof__container {
        display: block;
        width: 100%;
        margin: 30px 0px; } }
  .proof__cover {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    width: 495px;
    height: 314px; }
    @media (max-width: 1025px) {
      .proof__cover {
        width: 350px;
        height: 250px;
        left: auto;
        right: auto; } }
    @media (max-width: 780px) {
      .proof__cover {
        width: 100%;
        height: 210px;
        right: 0;
        left: auto; } }
  .proof__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 142px;
    width: 142px;
    border-radius: 100%;
    background-color: rgba(72, 75, 78, 0.7);
    transition: background-color .3s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer; }
    .proof__play img {
      width: 24px;
      height: auto;
      margin-left: 4px; }
    .proof__play:hover {
      background-color: #484b4e;
      transition: background-color .3s ease-in-out; }
  .proof__about {
    width: 495px;
    height: 314px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
    margin-top: 85px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1.4rem;
    color: #696969;
    padding: 25px 30px; }
    @media (max-width: 1025px) {
      .proof__about {
        width: 350px;
        height: 250px; } }
    @media (max-width: 780px) {
      .proof__about {
        width: 100%;
        height: 210px; } }
  .proof__more {
    border: 1px solid #7896a2;
    color: #7896a2;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.9rem;
    padding: 20px 25px;
    display: block;
    margin: 4rem auto 0;
    transition: 0.33s all ease-in-out; }
    .proof__more:hover {
      background-color: #7896a2;
      color: #d5ecf0;
      transition: 0.33s all ease-in-out; }

.slick-dots {
  margin-top: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    opacity: 0.8; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 15px;
        height: 15px;
        font-size: 0;
        line-height: 20px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: transparent;
        border-radius: 50%;
        display: block;
        background-color: #484B4E; }
    .slick-dots li.slick-active button:before {
      background-color: #000; }




      .team-section {
        width: 1120px;
        max-width: 100%;
        margin: auto;
        padding: 50px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;

      }

      .team-section-slider {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
      }

      .team-member {
        padding: 20px;
        width: 100%;
        max-width: 550px;
      }

      .team-member figure {
        margin: 0;
      }

      .team-member img {
        max-width: 100%;
        display: block;
      }

      .team-member-content {
        padding: 30px;
        background-color: #484B4E;
        color: #fff;
        font-size: 19px;
        line-height: 34px;
        font-weight: 400;
      }

      .team-section .imp-welcome__title {
        width: 100%;
      }

      @media (max-width: 600px) {
        .team-section {
          flex-direction: column;
        }
        .team-member {
          max-width: 100%;
          width: 100%;
          padding: 15px 30px;
        }
      }

      /* Wistia Hero Sound Div */
      .hero__video button { 
        display: none !important;
      }
      
      
      .page-id-393 .home-sets {
      	padding-bottom: 0;
        }