body {
  position: relative;  
}
main {
  overflow-x: hidden;
}
.container-fluid {
  padding: 0;
}
/* Headings */
h1 {
  font-size: 37px;  
}

/* Nav */
#navbar-circles {
  position: fixed;
  right: 50px;
  top: 25vh;
  z-index: 500;
}
#navbar-circles > a {
  display: block;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -20px;
  left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
  text-decoration: none;  
}
#navbar-circles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#navbar-circles li {
  display: block;  
  float: none;
  margin-bottom: 20px;
  height: 15px;
}
#navbar-circles li a {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  padding: 0;
  border: 2px solid #fff;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}
#navbar-circles a::before {
  color: #fff;
  position: relative;
  left: -30px;
  top: -5px;
  text-align: right;
  float: right;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
#navbar-circles a[href="#MainContainer_C016_Col00"]::before {
  content: "Major Frquency: Three";
}
#navbar-circles a[href="#MainContainer_C121_Col00"]::before {
  content: "Introduction";
}
#navbar-circles a[href="#mf3-unison"]::before {
  content: "Unison";
}
#navbar-circles a[href="#mf3-counterbalance"]::before {
  content: "Counterbalance";
}
#navbar-circles a[href="#mf3-impromptu"]::before {
  content: "Impromptu";
}
#navbar-circles a[href="#MainContainer_C047_Col00"]::before {
  content: "Color Detail";  
}
#navbar-circles a[href="#MainContainer_C045_Col00"]::before {
  content: "Texture Detail";  
}
#navbar-circles a[href="#MainContainer_C134_Col00"]::before {
  content: "MF3: Collection";  
}
#navbar-circles a[href="#MainContainer_C138_Col00"]::before {
  content: "Backstage View";  
}
#navbar-circles a[href="#MainContainer_C146_Col00"]::before {
  content: "MF: Two";  
}
#navbar-circles a[href="#MainContainer_C150_Col00"]::before {
  content: "MF: One";  
}
#navbar-circles a[href="#MainContainer_C156_Col00"]::before {
  content: "Compose Your Masterpiece";  
}
#navbar-circles a[href="#MainContainer_C057_Col00"]::before {
  content: "Colorline";  
}
#navbar-circles a[href="#MainContainer_C064_Col00"]::before {
  content: "My Room Tool";  
}
#navbar-circles a[href="#MainContainer_C065_Col00"]::before {
  content: "Shop Now";  
}
#navbar-circles a[href="#MainContainer_C075_Col00"]::before {
  content: "Collection Specs";  
}
#navbar-circles li > a.active,
#navbar-circles li > a.active:focus,
#navbar-circles li > a.active:hover {
  background: #fff;
}
#navbar-circles li > a.active::before,
#navbar-circles li > a.active:focus::before,
#navbar-circles li > a.active:hover::before {
  display: inline-block;
}

/* Dark Theme */
#navbar-circles.dark-theme > a {
  color: #000;  
}
#navbar-circles.dark-theme li a {
  border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
  color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
  background: #000;
}
.nav-pills {
  margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

/* Media Queries */
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;  
  }
  #navbar-circles {
    display: none;  
  }
}


/* Custom Animations */
[data-aos="fade-out"] {
    opacity: 1 !important;
    transition-property: opacity !important;
  }
  [data-aos="fade-out"].aos-animate {
    opacity: 0 !important;
  }


  #MainContainer_C016_Col00 {
    background: #000; 
    position: relative;
    z-index: 2;
  }
  
  #MainContainer_C016_Col00 .video-container {
    position: relative;
  }
  
  /* Video */
  #MainContainer_C016_Col00 .video-container video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
  }
  
  /* Text Overlay */
  #text-overlay {
      color: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 40vh;
      text-align: center;
      z-index: 10;
  }
  #text-overlay strong {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
  }
  #text-overlay h1 {
    font-weight: 200 !important;
    font-size: 70px;
    text-transform: none;
    color: #fff;
    margin: 20px 0 !important;
    text-transform: uppercase;
    width: 1000px;
  }
  #text-overlay h1 strong {
    font-weight: 600;  
    font-size: 70px;
  }
  #text-overlay span {
    font-size: 20px;  
  }
  
  /* Media Queries */
  @media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #text-overlay h1,
    #text-overlay h1 strong {
      font-size: 164px;  
    }
  }
  @media only screen and (max-width: 1400px) {
    #text-overlay h1,
    #text-overlay h1 strong {
      font-size: 50px;  
    }
    #text-overlay h1 {
      width: 800px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #text-overlay {
      top: 30vh;  
    }
    #text-overlay h1,
    #text-overlay h1 strong {
      font-size: 37px;  
    }
    #text-overlay strong {
      font-size: 20px;  
    }
    #text-overlay h1 {
      width: 100vw;  
    }
  }
  @media only screen and (max-width: 600px) {
    #text-overlay h1,
    #text-overlay h1 strong {
      font-size: 30px;  
    }
    #text-overlay strong,
    #text-overlay span {
      font-size: 17px;  
    }
  }
  @media only screen and (max-width: 450px) {
    #text-overlay h1,
    #text-overlay h1 strong {
      font-size: 25px;  
    }  
  }


  #MainContainer_C121_Col00 {
    background: #2b2e34;  
    margin-top: -4px;
  }
  
  #MainContainer_C121_Col00 .video-container {
    position: relative;
    height: 100vh;
  }
  
  /* Video */
  #MainContainer_C121_Col00 .video-container video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
  
  /* Video Components */
  #MainContainer_C121_Col00 .video-container .video-overlay {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #MainContainer_C121_Col00 .video-container h1 {
    color: #fff;
    letter-spacing: 15px;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 50px;
  }
  #MainContainer_C121_Col00 .plank {
    position: absolute;
    height: 700px;
    z-index: 1;
  }
  #visualization-unison-plank {
    top: 137px;
    left: 33%;
  }
  #visualization-counterbalance-plank {
    top: 150px;
    left: 44%;
  }
  #visualization-impromptu-plank {
    top: 137px;
    left: 55%;
  }
  
  /* Text */
  #MainContainer_C128_Col00 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #MainContainer_C128_Col00 h2 {
    color: #fff;
    font-weight: 200px;
    font-size: 30px;
  }
  #MainContainer_C128_Col00 h2 strong {
    font-weight: 600;  
  }
  #MainContainer_C128_Col00 p {
    color: #fff;  
  }
  #MainContainer_C128_Col00 h2,
  #MainContainer_C128_Col00 p {
    text-align: center;  
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1800px) {
    #visualization-unison-plank {
      left: 31%;
    }
    #visualization-impromptu-plank {
      left: 57%;
    }
  }
  @media only screen and (max-width: 1500px) {
    #MainContainer_C121_Col00 .video-container h1 {
      font-size: 40px;  
    }
    #MainContainer_C121_Col00 .plank {
      height: 600px;
    }
  }
  @media only screen and (max-width: 1500px) {
    #MainContainer_C121_Col00 .plank {
      height: 500px;
    }
  }
  @media only screen and (max-width: 1300px) {
    #MainContainer_C121_Col00 .video-container h1 {
      letter-spacing: 5px; 
    }
  }
  @media only screen and (max-width: 1100px) {
    #visualization-unison-plank {
      left: 29%;
    }
    #visualization-impromptu-plank {
      left: 59%;
    }
  }
  @media only screen and (max-width: 991px) {
    #visualization-unison-plank {
      left: 25%;
    }
    #visualization-impromptu-plank {
      left: 63%;
    }
  }
  @media only screen and (max-width: 767px) {
    #MainContainer_C121_Col00 .video-container h1 {
      font-size: 30px; 
    }
    #MainContainer_C121_Col00 .plank {
      height: 450px;
    }
    #visualization-unison-plank {
      left: 21%;
    }
    #visualization-impromptu-plank {
      left: 67%;
    }
  }
  @media only screen and (max-width: 550px) {
    #MainContainer_C121_Col00 .plank {
      height: 350px;
    }
    #visualization-unison-plank {
      left: 8%;
    }
    #visualization-counterbalance-plank {
      left: 38%;
    }
  }
  @media only screen and (max-width: 450px) {
    #MainContainer_C128_Col00 h2,
    #MainContainer_C128_Col00 h2 strong {
      font-size: 25px;  
    }
  }


  /* Container */
#MainContainer_C035_Col00 {
    margin-top: -4px;  
    position: relative;
  }
  #MainContainer_C035_Col00,
  #MainContainer_C036_Col01 {
    background: #000;  
  }
  #MainContainer_C036_Col00 {
    margin-top: -4px;  
  }
  
  /* Image */
  #scrolling-image {
    height: 300vh;
    background: transparent url('/-/media/4a74eb70d20c4bd5bc832250ac19cab7.ashx') no-repeat 49% center;
    background-position: left center;
    background-size: cover;
    position: relative;
  }
  
  /* Hotspots */
  .hotspot {
    position: absolute;
    right: 75%;
  }
  #hotspot-1 {
    top: 10%;  
  }
  #hotspot-2 {
    top: 48%;  
    right: 35%;
  }
  #hotspot-3 {
    top: 89%;
  }
  .hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;  
    -moz-animation: pulse 2s infinite;  
    -o-animation: pulse 2s infinite;  
    -ms-animation: pulse 2s infinite;  
    animation: pulse 2s infinite;  
  }
  .hotspot-content {
    background: #fff;
    width: 250px;
    padding: 15px;
    border-radius: 20px;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
  }
  .hotspot-content p {
    color: #000;
    margin: 0;
  }
  .hotspot-anchor:hover {
    -webkit-animation: none;  
    -moz-animation: none;  
    -o-animation: none;  
    -ms-animation: none;  
    animation: none;    
  }
  .hotspot-anchor:hover .hotspot-content {
    display: block;  
  }
  
  /* Keyframes */
  @keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
  }
  @-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
  }
  @-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
  }
  @-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
  }
  @-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
  }
  
  /* Sidebar */
  #MainContainer_C036_Col01 {
    height: 300vh;  
    position: relative;
  }
  #mf3-wave-line {
    height: 300vh;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #MainContainer_C036_Col01 .viewing-section {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #MainContainer_C036_Col01 .design-description {
    margin-left: 50px;  
  }
  #MainContainer_C036_Col01 h1,
  #MainContainer_C036_Col01 h2,
  #MainContainer_C036_Col01 p {
    color: #fff;  
    text-align: center;
  }
  #MainContainer_C036_Col01 h1 {
    font-size: 25px;
    margin: 0;
  }
  #MainContainer_C036_Col01 h2 {
    margin: 5px 0 15px;  
  }
  #MainContainer_C036_Col01 a.mlkn-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    display: block;
    width: 275px;
    margin: 20px auto 0;
  }
  
  /* Mobile Description */
  #MainContainer_C036_Col01 > div:last-of-type {
    display: none;  
  }
  #MainContainer_C036_Col01 .mobile-description p {
    width: 70%;
    margin: 0 auto;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1400px) {
    #hotspot-1,
    #hotspot-3 {
      right: 65%;
    }
    #hotspot-2 {
      right: 15%;
    }
  }
  @media only screen and (max-width: 1199px) {
    #MainContainer_C036_Col01 {
      padding-top: 30px;
      padding-bottom: 30px;
      height: auto;
    }
    #MainContainer_C036_Col01 > div:first-of-type {
      display: none;  
    }
    #MainContainer_C036_Col01 > div:last-of-type {
      display: block;  
    }
    #hotspot-1,
    #hotspot-3 {
      right: 50%;
    }
    #hotspot-1 {
      top: 8%;  
    }
    #hotspot-2 {
      top: 45%;
      right: 30%;
    }
    #hotspot-3 {
      top: 90%;  
    }
  }
  @media only screen and (max-width: 600px) {
    #MainContainer_C036_Col01 .mobile-description p {
      width: auto;  
    }
  }


  /* Container */
#MainContainer_C047_Col00 {
    position: relative;
    top: -2px;
    background: #fff;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
  }
  #MainContainer_C049_Col00 {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  /* Slideshow */
  #jazz-slideshow-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
       justify-content: center;  
  }
  #jazz-slideshow-wrapper .cycle-slideshow {
    display: inline-block; 
    width: 800px;
  }
  #jazz-slideshow-wrapper .cycle-slideshow .slide {
    position: relative;  
  }
  #jazz-slideshow-wrapper .cycle-slideshow img.main {
    width: 800px;
  }
  #jazz-slideshow-wrapper .cycle-slideshow img.plank {
    position: absolute;
    height: 275px;
  }
  #jazz-slide-1-plank-1 {
    top: 145px;
    left: -33px;
  }
  #jazz-slide-2-plank-1,
  #jazz-slide-3-plank-1{
    top: 103px;
    left: -33px;
  }
  #jazz-slide-2-plank-2,
  #jazz-slide-3-plank-2 {
    top: 373px;
    left: -33px;
  }
  #jazz-slide-3-plank-3 {
    top: 15px;
    right: -33px;
  }
  #jazz-slide-3-plank-4 {
    top: 285px;
    right: -33px;
  }
  #jazz-slideshow-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;  
      width: 28%;
      margin: 50px auto 0;
  }
  #jazz-slideshow-wrapper .cycle-pager a {
    width: 29%;
    height: 3px;
    background: #ddd;
  }
  #jazz-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #777;  
  }
  
  /* Slideshow Controls */
  #jazz-slideshow-controls {
    display: none;  
    margin: 50px 0 20px;
    text-align: center;
  }
  #jazz-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
  }
  #jazz-slideshow-controls button:last-of-type {
    margin-left: 30px;  
  }
  #jazz-slideshow-controls button:focus {
    outline: none;
  }
  
  /* Content */
  #MainContainer_C044_Col00 h1,
  #MainContainer_C044_Col00 p {
    text-align: center;  
  }
  #MainContainer_C044_Col00 h1 {
    margin-top: 30px;
    text-transform: none;
  }
  #MainContainer_C044_Col00 a.mlkn-button {
    display: block;
    text-align: center;
    width: 300px;
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
    font-weight: bold;
    margin: 20px auto 0;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1300px) {
    #jazz-slideshow-wrapper .cycle-slideshow,
    #jazz-slideshow-wrapper .cycle-slideshow img.main {
      width: 700px;
    }
    #jazz-slideshow-wrapper .cycle-slideshow img.plank {
      height: 200px;  
    }
    #jazz-slide-1-plank-1 {
      top: 158px;
      left: -25px;
    }
    #jazz-slide-2-plank-1,
    #jazz-slide-3-plank-1{
      top: 158px;
      left: -25px;
    }
    #jazz-slide-2-plank-2,
    #jazz-slide-3-plank-2 {
      top: 355px;
      left: -25px;
    }
    #jazz-slide-3-plank-3 {
      top: 30px;
      right: -25px;
    }
    #jazz-slide-3-plank-4 {
      top: 227px;
      right: -25px;
    }  
  }
  @media only screen and (max-width: 1199px) {
    #MainContainer_C044_Col00 h1 {
      font-size: 30px;  
    }
  }
  @media only screen and (max-width: 1150px) {
    #jazz-slideshow-wrapper .cycle-slideshow img.plank {
      display: none;  
    }
  }
  @media only screen and (max-width: 1100px) {
    #jazz-slideshow-wrapper .cycle-slideshow,
    #jazz-slideshow-wrapper .cycle-slideshow img.main {
      width: 600px;
    }  
  }
  @media only screen and (max-width: 991px) {
    #jazz-slideshow-wrapper .cycle-pager {
      display: none;  
    }
    #jazz-slideshow-controls {
      display: block;  
    }
    #MainContainer_C044_Col00 h1 {
      margin-top: 0;  
    }
  }
  @media only screen and (max-width: 767px) {
    #jazz-slideshow-wrapper .cycle-slideshow,
    #jazz-slideshow-wrapper .cycle-slideshow img.main {
      width: 400px;  
    }
  }
  @media only screen and (max-width: 600px) {
    #MainContainer_C044_Col00 h1 {
      font-size: 25px; 
    }
  }
  @media only screen and (max-width: 500px) {
    #jazz-slideshow-wrapper .cycle-slideshow,
    #jazz-slideshow-wrapper .cycle-slideshow img.main {
      width: 100%;  
    }
  }


  /* Container */
#MainContainer_C045_Col00 {
    position: relative;
    top: -2px;
  }
  
  /* Slideshow */
  #crank-up-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
  }
  #crank-up-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  #crank-up-slide-1 {
    background-image: url('/-/media/b16e09f10e81436f8da262ccc1b11a40.ashx');
  }
  #crank-up-slide-2 {
    background-image: url('/-/media/c6c4da5721e64442ac588d51b777b84c.ashx');
  }
  #crank-up-slide-3 {
    background-image: url('/-/media/43e8a2c22e934f03a4ee6cbc63894d74.ashx');
  }
  #crank-up-slideshow-wrapper .slide-content {
    width: 100%;
    position: absolute;
    bottom: 100px;
  }
  #crank-up-slideshow-wrapper .slide-content h1,
  #crank-up-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #fff;
  }
  #crank-up-slideshow-wrapper .slide-content h1 {
    text-transform: uppercase;
    font-size: 50px;
  }
  #crank-up-slideshow-wrapper .slide-content p {
    font-size: 30px;  
  }
  
  /* Pager */
  #crank-up-slideshow-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;  
      position: absolute;
      bottom: 50px;
      z-index: 500;
      width: 25%;
      left: 37.5%;
  }
  #crank-up-slideshow-wrapper .cycle-pager a {
    width: 31%;
    height: 3px;
    background: #333;
  }
  #crank-up-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #ddd;  
  }
  
  /* Slideshow Controls */
  #crank-up-outer-wrapper {
    position: relative;  
  }
  #crank-up-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 500;
  }
  #crank-up-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #eee;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #eee;
  }
  #crank-up-slideshow-controls button:last-of-type {
    margin-left: 30px;  
  }
  #crank-up-slideshow-controls button:focus {
    outline: none;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 991px) {
    #MainContainer_C056_Col00 {
      display: block;  
    }
    #crank-up-slideshow-wrapper .cycle-pager {
      display: none;  
    }
    #crank-up-slideshow-controls {
      display: block;  
    }
    #crank-up-slideshow-wrapper .slide-content {
      bottom: 150px;  
    }
    #crank-up-slideshow-wrapper .slide-content h1 {
      font-size: 35px;
    }
    #crank-up-slideshow-wrapper .slide-content p {
      font-size: 20px;  
    }
  }


  /* Containers */
#MainContainer_C134_Col00 {
    height: 100vh;
    background-image: url('/-/media/6956859ab1de4a94af17711905f78673.ashx');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: -2px;
  }
  #MainContainer_C134_Col00 .row {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  /* Content */
  #MainContainer_C135_Col00 {
    margin-bottom: 70px;
  }
  #MainContainer_C135_Col00 h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: none;
    font-size: 75px;  
    margin: 20px 0;
  }
  #MainContainer_C135_Col00 h1,
  #MainContainer_C135_Col00 h1 strong {
    font-size: 75px;  
  }
  #MainContainer_C135_Col00 a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    display: block;
    margin: 50px auto 0;
    font-weight: bold;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1400px) {
    #MainContainer_C135_Col00 h1,
    #MainContainer_C135_Col00 h1 strong {
      font-size: 50px;  
    }    
  }
  @media only screen and (max-width: 1099px) {
    #MainContainer_C135_Col00 h1,
    #MainContainer_C135_Col00 h1 strong {
      font-size: 40px;  
    }
    #MainContainer_C135_Col00 a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #MainContainer_C135_Col00 {
      margin-bottom: 25px;  
    }
    #MainContainer_C135_Col00 a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
  }
  @media only screen and (max-width: 767px) {
    #MainContainer_C135_Col00 h1,
    #MainContainer_C135_Col00 h1 strong {
      font-size: 35px;  
    }  
  }
  @media only screen and (max-width: 600px) {
    #MainContainer_C135_Col00 h1,
    #MainContainer_C135_Col00 h1 strong {
      font-size: 25px;  
    }
  }
  @media only screen and (max-width: 450px) {
    #MainContainer_C135_Col00 h1,
    #MainContainer_C135_Col00 h1 strong {
      font-size: 20px;  
    }
  }


  #MainContainer_C138_Col00 {
    background: #dededf;  
    height: 100vh;
    position: relative;
  }
  
  /* Text */
  #MainContainer_C138_Col00 .description {
    margin-top: 50px;  
  }
  #MainContainer_C138_Col00 h1,
  #MainContainer_C138_Col00 p {
    text-align: center;  
  }
  #MainContainer_C138_Col00 h1 {
    font-size: 40px;  
  }
  #MainContainer_C138_Col00 p {
    font-size: 20px;  
  }
  
  /* Images */
  #MainContainer_C138_Col00 .base-img {
    position: absolute;
    width: 1005px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #MainContainer_C138_Col00 .overlay-img {
    width: 400px;
    position: absolute;
    bottom: 150px;
    right: 13%;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1700px) {
    #MainContainer_C138_Col00 .base-img {
      width: 900px;  
    }
    #MainContainer_C138_Col00 .overlay-img {
      width: 300px;  
      right: 16%;
    }
  }
  @media only screen and (max-width: 1450px) {
    #MainContainer_C138_Col00 .overlay-img {
      display: none;
    }
  }
  @media only screen and (max-width: 1300px) {
    #MainContainer_C138_Col00 .base-img {
      width: 800px;  
    }
  }
  @media only screen and (max-width: 1200px) {
    #MainContainer_C138_Col00 .base-img {
      width: 700px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #MainContainer_C138_Col00 .base-img {
      object-fit: cover;
      height: 700px;
    }  
  }
  @media only screen and (max-width: 767px) {
    #MainContainer_C138_Col00 .base-img {
      width: 500px;  
    }
    #MainContainer_C138_Col00 .description {
      margin-top: 65px;  
    }  
    #MainContainer_C138_Col00 h1 {
      font-size: 30px;  
    }
    #MainContainer_C138_Col00 p {
      font-size: 16px;  
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 550px) {
    #MainContainer_C138_Col00 .description {
      margin-top: 50px;  
    }  
    #MainContainer_C138_Col00 .base-img {
      width: 100%;
      height: 290px;
    }
  }
  
  /* Device Corrections */
  
  /* iPhone X */
  @media only screen 
    and (device-width: 375px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
  
    #MainContainer_C138_Col00 .base-img {
      height: 490px;
    } 
  }
  
  /* iPhone 6+, 7+, 8+ */
  @media only screen 
    and (device-width: 414px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
  
    #MainContainer_C138_Col00 .base-img {
      height: 450px;
    } 
  }
  
  /* iPhone 6, 6S, 7, 8 */
  @media only screen
    and (device-width: 375px)
    and (-webkit-device-pixel-ratio: 2)
    and (orientation: portrait) { 
    
    #MainContainer_C138_Col00 .base-img {
      height: 375px;
    }
  }
  
  /* iPhone 5, 5C, 5S, SE */
  @media only screen 
    and (device-width: 320px) 
    and (-webkit-device-pixel-ratio: 2)
    and (orientation: portrait) {
    
    #MainContainer_C138_Col00 .base-img {
      height: 240px;
    }
  }


  #MainContainer_C146_Col00 {
    background: #dededf;  
    height: 100vh;
    position: relative;
  }
  
  /* Text */
  #MainContainer_C146_Col00 h1 {
    font-size: 40px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 12%;
  }
  #MainContainer_C146_Col00 h1 strong {
    font-size: 30px;   
  }
  
  /* Images */
  #MainContainer_C146_Col00 .base-img {
    height: 100vh;
    width: 1002px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  #MainContainer_C146_Col00 .overlay-img {
    height: 450px;
    position: absolute;
    z-index: 2;
  }
  #mf2-compose-plank {
    top: 20%;
    left: 21%;
  }
  #mf2-equalize-plank {
    top: 40%;
    right: 21%;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1800px) {
    #mf2-compose-plank {
      left: 18%;
    }
    #mf2-equalize-plank {
      right: 18%;
    }
  }
  @media only screen and (max-width: 1700px) {
    #MainContainer_C146_Col00 .base-img {
      width: 900px;  
    }
    #MainContainer_C146_Col00 .overlay-img {
      height: 350px;  
    }
    #mf2-compose-plank {
      left: 20%;
    }
    #mf2-equalize-plank {
      right: 20%;
    }
  }
  @media only screen and (max-width: 1600px) {
    #mf2-compose-plank {
      left: 18%;
    }
    #mf2-equalize-plank {
      right: 18%;
    }
  }
  @media only screen and (max-width: 1500px) {
    #mf2-compose-plank {
      left: 16%;
    }
    #mf2-equalize-plank {
      right: 16%;
    }  
  }
  @media only screen and (max-width: 1400px) {
    #mf2-compose-plank {
      left: 14%;
    }
    #mf2-equalize-plank {
      right: 14%;
    }  
  }
  @media only screen and (max-width: 1300px) {
    #MainContainer_C146_Col00 .base-img {
      width: 800px;  
    }
    #MainContainer_C146_Col00 .overlay-img {
      height: 300px;  
    }
  }
  @media only screen and (max-width: 1200px) {
    #MainContainer_C146_Col00 .base-img {
      width: 700px;  
    }
  }
  @media only screen and (max-width: 1100px) {
    #MainContainer_C146_Col00 .overlay-img {
      display: none;
    }
    #MainContainer_C146_Col00 h1 {
      width: 100%;
      text-align: center;
      left: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    #MainContainer_C146_Col00 .base-img {
      width: 500px;  
    }
    #MainContainer_C146_Col00 h1,
    #MainContainer_C146_Col00 h1 strong {
      font-size: 30px;   
    }
  }
  @media only screen and (max-width: 550px) {
    #MainContainer_C146_Col00 .base-img {
      width: 100%;
    }
    #MainContainer_C146_Col00 h1,
    #MainContainer_C146_Col00 h1 strong {
      font-size: 25px;   
    }
  }
  @media only screen and (max-width: 450px) {
    #MainContainer_C146_Col00 h1,
    #MainContainer_C146_Col00 h1 strong {
      font-size: 20px;   
    }  
  }


  #MainContainer_C150_Col00 {
    background: #dededf;  
    height: 100vh;
    position: relative;
    margin-top: -1px;
  }
  
  /* Images */
  #MainContainer_C150_Col00 .base-img {
    width: 1002px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  #MainContainer_C150_Col00 .overlay-img {
    height: 450px;
    position: absolute;
    z-index: 2;
  }
  #mf1-vibration-plank {
    top: 6%;
    left: 21%;
  }
  #mf1-distortion-plank {
    top: 16%;
    right: 21%;
  }
  
  /* Text */
  #MainContainer_C150_Col00 h1 {
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 200px;
    right: 13%;
    z-index: 2;
  }
  
  /* Buttons */
  #MainContainer_C152_Col00 {
    position: absolute;
    bottom: 40px;
    width: 100%;
  }
  #MainContainer_C152_Col00 a.mlkn-button {
    width: 285px;
    text-align: center;
    color: #fff;
    background: #586265;
    border: 1px solid #586265;
  }
  #MainContainer_C152_Col00 div.buttons {
    text-align: center;  
    margin-top: -50px;
  }
  #MainContainer_C152_Col00 a.mlkn-button:last-of-type {
    margin-left: 30px;  
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1800px) {
    #mf1-vibration-plank {
      left: 18%;
    }
    #mf1-distortion-plank {
      right: 18%;
    }
  }
  @media only screen and (max-width: 1700px) {
    #MainContainer_C150_Col00 .base-img {
      width: 900px;  
    }
    #MainContainer_C150_Col00 .overlay-img {
      height: 350px;  
    }
    #mf1-vibration-plank {
      left: 20%;
    }
    #mf1-distortion-plank {
      right: 20%;
    }
  }
  @media only screen and (max-width: 1600px) {
    #mf1-vibration-plank {
      left: 18%;
    }
    #mf1-distortion-plank {
      right: 18%;
    }
  }
  @media only screen and (max-width: 1500px) {
    #mf1-vibration-plank {
      left: 16%;
    }
    #mf1-distortion-plank {
      right: 16%;
    }
  }
  @media only screen and (max-width: 1400px) {
    #mf1-vibration-plank {
      left: 14%;
    }
    #mf1-distortion-plank {
      right: 14%;
    }  
  }
  @media only screen and (max-width: 1300px) {
    #MainContainer_C150_Col00 .base-img {
      width: 800px;  
    }
    #MainContainer_C150_Col00 .overlay-img {
      height: 300px;  
    }
  }
  @media only screen and (max-width: 1200px) {
    #MainContainer_C150_Col00 .base-img {
      width: 700px;  
    }
  }
  @media only screen and (max-width: 1100px) {
    #MainContainer_C150_Col00 .overlay-img {
      display: none;
    }
    #MainContainer_C150_Col00 h1 {
      width: 100%;
      text-align: center;
      left: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    #MainContainer_C150_Col00 .base-img {
      object-fit: cover;
      height: 860px;
    }
    #MainContainer_C152_Col00 div.buttons {
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    #MainContainer_C150_Col00 {
      height: 110vh;
    }
    #MainContainer_C150_Col00 .base-img {
      width: 500px;
    }
    #MainContainer_C150_Col00 h1,
    #MainContainer_C150_Col00 h1 strong {
      font-size: 30px;   
    }
    #MainContainer_C150_Col00 h1 {
      bottom: auto;
      top: 20px;
    }
    #MainContainer_C152_Col00 div.buttons {
      width: 100%;
      margin-left: 15px;
    }
    #MainContainer_C152_Col00 a.mlkn-button {
      display: block;  
      margin: 15px auto !important;
    }
  }
  @media only screen and (max-width: 550px) {
    #MainContainer_C150_Col00 .base-img {
      width: 100%;
      height: 545px;
    }
    #MainContainer_C150_Col00 h1,
    #MainContainer_C150_Col00 h1 strong {
      font-size: 25px;   
    }
    #MainContainer_C150_Col00 {
      height: 80vh;
    }
    #MainContainer_C138_Col00 {
      height: 70vh;
    }
  }
  @media only screen and (max-width: 450px) {
    #MainContainer_C150_Col00 h1,
    #MainContainer_C150_Col00 h1 strong {
      font-size: 20px;   
    }  
    #MainContainer_C150_Col00 {
      height: 100vh;
    }
    #MainContainer_C138_Col00 {
      height: 100vh;
    }
  }
  @media only screen and (max-width: 400px) {
    #MainContainer_C150_Col00 .base-img {
      height: 460px;
    }
  }
  @media only screen and (max-width: 350px) {
    #MainContainer_C150_Col00 .base-img {
      height: 400px;
    }
  }
  
  /* Device Corrections */
  /*iphone 13 pro max*/
@media only screen 
    and (max-width: 428px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 3) {
      #MainContainer_C150_Col00 {
        height: 100vh;
      }
      #MainContainer_C138_Col00 {
        height: 70vh;
      }
}
  /* iPhone X */
  @media only screen 
    and (device-width: 375px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
  
    #MainContainer_C150_Col00 .base-img {
      height: 550px;
    } 
    #MainContainer_C138_Col00 {
      height: 105vh;
    }
  }
  
  /*iphone 13*/
@media only screen 
    and (max-width: 393px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 3) {
      #MainContainer_C150_Col00 {
        height: 100vh;
      }
      #MainContainer_C138_Col00 {
        height: 80vh;
      }
}

  /* iPhone 6+, 7+, 8+ */
  @media only screen 
    and (device-width: 414px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
  
    #MainContainer_C150_Col00 .base-img {
      height: 500px;
    } 
    #MainContainer_C150_Col00 {
      height: 100vh;
    }
    #MainContainer_C138_Col00 {
      height: 107vh;
    }
  }
  
  /*iphone 6, 6s, 7, 8*/
@media only screen 
    and (device-width: 375px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (orientation: portrait) {
  #MainContainer_C138_Col00 {
    height: 108vh;
  }
  #MainContainer_C150_Col00 {
    height: 105vh;
  }
}
  /* iPhone 5, 5C, 5S, SE */
  @media only screen 
    and (device-width: 320px) 
    and (-webkit-device-pixel-ratio: 2)
    and (orientation: portrait) {
    
    #MainContainer_C150_Col00 .base-img {
      height: 360px;
    } 
    #MainContainer_C150_Col00 {
      height: 102vh;
    }
    #MainContainer_C138_Col00 {
      height: 112vh;
    }
  }


  /* Container */
#MainContainer_C156_Col00 {
    position: relative;
    top: -2px;
  }
  
  /* Slideshow */
  #compose-masterpiece-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
  }
  #compose-masterpiece-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  #compose-masterpiece-slideshow-wrapper .slide img {
    width: 100%;
    height: 760px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #compose-masterpiece-slideshow-wrapper .slide-content {
    width: 100%;
    position: absolute;
    bottom: 140px;
  }
  #compose-masterpiece-slideshow-wrapper .slide-content h1,
  #compose-masterpiece-slideshow-wrapper .slide-content p {
    text-align: center;
  }
  #compose-masterpiece-slideshow-wrapper .slide-content h1 {
    text-transform: uppercase;  
    color: #fff;
  }
  #compose-masterpiece-slideshow-wrapper .slide-content p {
    color: #000;  
    margin-top: 60px;
  }
  
  /* Pager */
  #compose-masterpiece-slideshow-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; 
      position: absolute;
      bottom: 50px;
      z-index: 500;
      width: 25%;
      left: 37.5%;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a {
    width: 81px;
    height: 74px;
    background-size: cover !important;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a:first-of-type {
    background: transparent url('/-/media/0dbd3e6689114246b4ccbdb56d4106fa.ashx') no-repeat;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background: transparent url('/-/media/a60be4b8e6144268bf37616bc49315f4.ashx') no-repeat;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a:last-of-type {
    background: transparent url('/-/media/0c8c5b84247348d3bb68560435638cde.ashx') no-repeat;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background: transparent url('/-/media/cfd93c9b0f5e4c348ed3cdc7c1bcb81b.ashx') no-repeat;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background: transparent url('/-/media/f6e54e98d9d44fcba8caf7a44b7d261a.ashx') no-repeat;
  }
  #compose-masterpiece-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background: transparent url('/-/media/8ef2008d53cd44f3824e53a30b31aa22.ashx') no-repeat;
  }
  
  /* Slideshow Controls */
  #compose-masterpiece-outer-wrapper {
    position: relative;  
  }
  #compose-masterpiece-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 500;
  }
  #compose-masterpiece-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #eee;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #eee;
  }
  #compose-masterpiece-slideshow-controls button:last-of-type {
    margin-left: 30px;  
  }
  #crank-up-slideshow-controls button:focus {
    outline: none;
  }
  
  /* Outer Content */
  #MainContainer_C056_Col00 {
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }
  #MainContainer_C056_Col00 h1,
  #MainContainer_C056_Col00 p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #fff;
  }
  #MainContainer_C056_Col00 h1 {
    text-transform: none;  
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1700px) {
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 755px;  
    }
  }
  @media only screen and (max-width: 1500px) {
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 605px;  
    }
  }
  @media only screen and (max-width: 1100px) {
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 595px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #compose-masterpiece-slideshow-wrapper .cycle-pager {
      width: 60%;
      left: 20%;
    }
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 750px;  
    }
  }
  @media only screen and (max-width: 767px) {
    #compose-masterpiece-slideshow-wrapper .cycle-pager {
      width: 80%;
      left: 10%;
    }
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 565px;  
    }
    #compose-masterpiece-slideshow-wrapper .slide-content h1 {
      color: black;
    }
  }
  @media only screen and (max-width: 400px) {
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 435px;  
    }
  }
  @media only screen and (max-width: 350px) {
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 378px;  
    }
  }
  
  /* Device Corrections */
    /*iphone 13 pro max*/
@media only screen 
and (max-width: 428px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 3) {
  #compose-masterpiece-slideshow-wrapper .cycle-slideshow {
    height: 115vh;
  }
}
  /* iPhone 6+, 7+, 8+ */
  @media only screen 
    and (device-width: 414px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
  
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 525px;  
    }
    #compose-masterpiece-slideshow-wrapper .cycle-slideshow {
      height: 130vh;
    }
  }

  


    /*iphone 13*/
@media only screen 
and (max-width: 393px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 3) {
  #compose-masterpiece-slideshow-wrapper .cycle-slideshow {
    height: 108vh;
  }
}
    /* iPhone X */
    @media only screen 
    and (device-width: 375px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
  
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 555px;  
    }
  }
  /*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #compose-masterpiece-slideshow-wrapper .cycle-slideshow {
    height: 128vh;
  }

}
  /* iPhone 5, 5C, 5S, SE */
  @media only screen 
    and (device-width: 320px) 
    and (-webkit-device-pixel-ratio: 2)
    and (orientation: portrait) {
    
    #compose-masterpiece-slideshow-wrapper .slide img {
      height: 337px;  
    }
    #compose-masterpiece-slideshow-wrapper .cycle-slideshow {
      height: 133vh;
    }
  }


  #MainContainer_C057_Col00 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
    background: #dededf;
  }
  
  /* Slideshow */
  #MainContainer_C093_Col00 {
    margin-top: 50px;  
  }
  #colorline-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
  }
  #colorline-slideshow-wrapper .slide {
    width: 100%;  
    position: relative;
  }
  #colorline-slideshow-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
  }
  #colorline-slideshow-wrapper .slide h1,
  #colorline-slideshow-wrapper .slide h2:not(.side-text) {
    text-align: center;  
  }
  #colorline-slideshow-wrapper .slide h1 {
    margin-bottom: 20px;
  }
  #colorline-slideshow-wrapper .slide h2:not(.side-text) {
    margin-bottom: 30px;
  }
  #colorline-slideshow-wrapper .slide h2.side-text {
    position: absolute;  
    background: transparent;
    height: 24px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 300px;
    left: -60px;
    display: inline-block;
  }
  #colorline-slideshow-wrapper .color-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
    margin-top: 20px;
  }
  #colorline-slideshow-wrapper .color-tile {
    display: inline-block;
    width: 12.5%;
    padding: 7px;
  }
  #colorline-slideshow-wrapper .color-tile img {
    height: 210px;
  }
  #colorline-slideshow-wrapper .color-tile p {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
  }
  #colorline-slideshow-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
  }
  /* Pager */
  #colorline-slideshow-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      width: 25%;
      margin: 0 auto;
  }
  #colorline-slideshow-wrapper .cycle-pager a {
    width: 25%;
    height: 3px;
    background: #b1b1b1;
  }
  #colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #777;  
  }
  
  /* Slideshow Controls */
  #colorline-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
  }
  #colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
  }
  #colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
  }
  #colorline-slideshow-controls button:focus {
    outline: none;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1300px) {
    #colorline-slideshow-wrapper .color-tile img {
      height: 175px;
    }
  }
  @media only screen and (max-width: 1199px) {
    #colorline-slideshow-wrapper .cycle-pager {
      width: 30%;  
    }
  }
  @media only screen and (max-width: 991px) {
    #colorline-slideshow-wrapper .slide h1 {
      font-size: 22px;  
    }
    #colorline-slideshow-wrapper .slide h2 {
      font-size: 18px;  
    }
    #colorline-slideshow-wrapper .slide h2.side-text {
      left: -180px;  
    }
    #colorline-slideshow-wrapper .cycle-pager {
      display: none;  
    }
    #colorline-slideshow-controls {
      display: block;  
    }
    #colorline-slideshow-wrapper .color-tile {
      display: inline-block;
      width: 20%;
      padding: 7px;
    }
  }
  @media only screen and (max-width: 767px) {
    #colorline-slideshow-wrapper .color-tile p {
      display: none;  
    }  
    #colorline-slideshow-wrapper .slide h2.side-text {
      display: none;  
    }
    #colorline-slideshow-wrapper .color-tile img {
      height: 150px;
    }
  }
  @media only screen and (max-width: 600px) {
    #colorline-slideshow-wrapper .color-tile img {
      height: 100px;
    }
  }
  @media only screen and (max-width: 500px) {
    #colorline-slideshow-wrapper .color-tile img {
      height: 60px;
    } 
  }
  

  /* Containers */
#MainContainer_C064_Col00 {
    height: 100vh;
    background-image: url('/-/media/84b838b4446f4dd5ba663ffd93831134.ashx');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #MainContainer_C064_Col00 .row {
    min-height: 100vh;
    /* -- START IE 11 HACK */
    height: 1px;
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  /* Content */
  #MainContainer_C071_Col00 {
    margin-bottom: 70px;
  }
  #MainContainer_C071_Col00 b,
  #MainContainer_C071_Col00 h1,
  #MainContainer_C071_Col00 p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #MainContainer_C071_Col00 h1 {
    text-transform: none;  
  }
  #MainContainer_C071_Col00 b {
    font-size: 30px;  
  }
  #MainContainer_C071_Col00 h1 {
    font-size: 50px;  
    margin: 20px 0;
  }
  #MainContainer_C071_Col00 .buttons {
    text-align: center;  
    margin-top: 40px;
  }
  #MainContainer_C071_Col00 a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
  }
  #MainContainer_C071_Col00 .buttons a:last-of-type {
    margin-left: 30px;  
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1099px) {
    #MainContainer_C071_Col00 h1 {
      font-size: 40px;  
    }
    #MainContainer_C071_Col00 a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #MainContainer_C071_Col00 {
      margin-bottom: 25px;  
    }
    #MainContainer_C071_Col00 b {
      font-size: 20px;  
    }
    #MainContainer_C071_Col00 h1 {
      font-size: 35px;  
    }
    #MainContainer_C071_Col00 a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
  }


  #MainContainer_C065_Col00 {
    height: 100vh;
    background-image: url('/-/media/416cccb545c045738aae97164b58f68c.ashx');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #MainContainer_C065_Col00 .row {
    min-height: 100vh;
    /* -- START IE 11 HACK -- */
    height: 1px;
    /* -- END IE 11 HACK -- */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  /* Content */
  #MainContainer_C073_Col00 h1,
  #MainContainer_C073_Col00 p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #MainContainer_C073_Col00 h1 {
    font-size: 80px;  
    letter-spacing: 5px;
    margin-bottom: 15px;
  }
  #MainContainer_C073_Col00 p {
    font-size: 25px;  
  }
  #MainContainer_C073_Col00 .buttons {
    text-align: center;
    margin-top: 40px;
  }
  #MainContainer_C073_Col00 a.mlkn-button {
    width: 300px;
    background: #000;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
  }
  #MainContainer_C073_Col00 .buttons a:last-of-type {
    margin-left: 30px;  
  }
  #MainContainer_C073_Col00 .sf-Long-text > a.mlkn-button {
    display: block;
    width: 300px;
    margin: 30px auto 0;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 1500px) {
    #MainContainer_C073_Col00 h1 {
      font-size: 60px;  
    }
  }
  @media only screen and (max-width: 1300px) {
    #MainContainer_C073_Col00 h1 {
      font-size: 45px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #MainContainer_C065_Col00 .row {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;  
    }
    #MainContainer_C073_Col00 {
      margin-bottom: 150px;  
    }
    #MainContainer_C073_Col00 h1 {
      font-size: 40px;  
    }
    #MainContainer_C073_Col00 p {
      font-size: 20px;  
    }
    #MainContainer_C073_Col00 a.mlkn-button {
      display: block;
      margin: 20px auto !important;
    }  
  }
  @media only screen and (max-width: 767px) {
    #MainContainer_C073_Col00 h1 {
      font-size: 25px;  
    }
  }
  @media only screen and (max-width: 500px) {
    #MainContainer_C073_Col00 h1 {
      font-size: 18px;  
    }
  }

  
/* Container */
#MainContainer_C075_Col00 {
    height: 300px;
    background-image: url('/-/media/91d20d722e6b4f1496d3452a65e61f95.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    top: -2px;
  }
  
  /* Image */
  #MainContainer_C116_Col00 img {
    width: 200px;  
    margin-top: 40px;
  }
  
  /* Button */
  #MainContainer_C116_Col01 a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
  }
  
  /* Media Queries */
  @media only screen and (max-width: 767px) {
    #MainContainer_C116_Col00 {
      text-align: center;  
    }
    #MainContainer_C116_Col00 img {
      margin: 20px auto 0;  
      width: 150px;
    }
    #MainContainer_C116_Col01 a.mlkn-button {
      display: block;
      margin: 30px auto 0;
    }
  }


  /* Container */
#MainContainer_C076_Col00 {
    background: #343233;
    position: relative;
    top: -2px;
  }
  #MainContainer_C078_Col00,
  #MainContainer_C078_Col01 {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  /* Content */
  #MainContainer_C076_Col00 h2,
  #MainContainer_C076_Col00 p {
    color: #fff;  
  }
  #MainContainer_C076_Col00 h2 {
    text-transform: none;  
  }
  #MainContainer_C078_Col00 > div {
    transform: translateY(40%);
  }
  
  /* Image */
  #MainContainer_C078_Col01 img {
    width: 100%;  
  }
  /* Media Queries */
  @media only screen and (max-width: 1400px) {
    #MainContainer_C078_Col00 > div {
      transform: translateY(2%);
    }
  }



  /* Containers */
#MainContainer_C084_Col00 {
    position: relative;
    top: -2px;
    background: #e0dedf;
    margin-bottom: -2px;
  }
  #MainContainer_C086_Col00,
  #MainContainer_C086_Col01 {
    padding-left: 30px;
    padding-right: 30px;
    color: #666;
  }
 
  
  /* Image */
  #MainContainer_C086_Col00 img {
    width: 100%;  
  }
  
  /* Media Queries */
  @media only screen and (min-width: 1400px) {
    #MainContainer_C086_Col01 > div {
      transform: translateY(10%);
    }
  }
  @media only screen and (max-width: 991px) {
    #MainContainer_C086_Col01 {
      margin-top: 20px;  
    }
  }