  /*** BODY ***/
  body {
    position: relative;
}
main {
    background: #fff;
}
.bottom-nav-wrapper {
    border-top: none !important;
}
a.mlkn-button {
    font-weight: 600 !important;
}
#tsbAudio {
    display: none;
}
main .cycle-pager a {
    height: 10px;
    margin: 0 10px;

    width: 80px;
}
.hotspots {
    position: relative;
}
.hotspot-content.leftSide {
    left: revert !important;
    right: 40px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
.hotspot .hotspot-content p {
    font-size: 12px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot-content p {
    color: #616365;
    margin: 0;
    font-size: 12px !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.hotspot {
    z-index: 99;
}
@media (max-width: 1200px) {
    .hotspot {
        display: none;
    }
}



/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 1060;
    left: -105px;
    width: 250px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
        position: fixed;
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;

    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}



/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}


/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    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 li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#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 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="#open-studio-wrapper"]::before {
    content: "Open Studio";
}

#navbar-circles a[href="#printworks-wrapper"]::before {
    content: "PrintWorks";
}

#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#visualize-wrapper"]::before {
    content: "Visualizer";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "Sustainability";
}



#navbar-circles li > a.active::before, #navbar-circles li > a.active:focus::before, #navbar-circles li > a.active:hover::before, #navbar-circles li:hover > a::before {
    display: inline-block;
}
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - 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 Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}


/*** 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;
    }
}


.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: center;  
    position: absolute;
    z-index: 500;
    width: 50%;
    bottom: 5rem;
    right: 25%;
}
.cycle-pager a {
    width: 100px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 15px;
    border-radius: 25px;
}
.cycle-pager a.cycle-pager-active {
    background: white;
}


/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
}
.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;
    text-align: left;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #616365;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type:not(.hotspot-content p) {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none;
    }
}

/*** The topsection WRAPPER ***/
#open-studio-wrapper {
    min-height: 90vh;
    position: relative;
    background: white;
    padding: 0;
}
/* >> The topsection - image Container */
#open-studio-wrapper .image-container {
    height: max(750px, 100vh);
    width: 100%;
    position: relative;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#open-studio-wrapper .image-container img:not(.bottom-text img) {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The topsection image - Text Overlay */
#open-studio-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    /* top: max(263px, 38vh); */
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#open-studio-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#open-studio-wrapper .text-overlay h2 {
    font-size: 79px;  
    letter-spacing: 15.8px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#open-studio-wrapper h3 {
    font-size: 35px;
    font-weight: bold !important;
    letter-spacing: 3.85px;
    color: white;
}
#open-studio-wrapper h3.below-title {
    margin-top: 2vh;
}
#open-studio-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#open-studio-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#open-studio-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 3vh;
    color: white;
    text-align: center;
    position: relative;
}
#open-studio-wrapper .bottom-text p {
    font-size: 16px;
    color: #616365;
}
#open-studio-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
#open-studio-wrapper a.mlkn-button {
    color: #636466;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #636466;
    font-weight: 600 !important;
    margin: auto;
}
#open-studio-wrapper a.mlkn-button:hover {
    color: white;
    background: #636466;
}
/* >> The topsection - Text Container */
#open-studio-wrapper .container {
    min-height: 25vh;
}
#open-studio-wrapper .container .content-wrapper {
    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;
    height: max(188px, 25vh);
    padding: 30px 15px;
}
#open-studio-wrapper .container p {
    text-align: center;
    padding-bottom: 15px;
}
#open-studio-wrapper .container .button-wrapper {
    text-align: center;
}


#open-studio-wrapper .mobileOnly {
    display: none;
}
#open-studio-wrapper p {
    margin: 2rem;
}
#open-studio-wrapper img.redListLogo {
    max-width: 150px;
    margin: 1rem;
}
#open-studio-wrapper .container a.mlkn-button,
#open-studio-wrapper .container a.mlkn-button:last-of-type {
    display: block;
    margin: 1.5rem auto 3rem;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #open-studio-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1200px) {
    #open-studio-wrapper .text-overlay h2 {
        font-size: 66px;
        letter-spacing: 12px;
    }
    #open-studio-wrapper h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    #open-studio-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #open-studio-wrapper .container,
    #open-studio-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #open-studio-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }

    #open-studio-wrapper img.redListLogo {
        margin: 1vh;
    }
    #open-studio-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #open-studio-wrapper .text-overlay {
        width: 100%;
        padding: 10px;
    }
    #open-studio-wrapper .text-overlay h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
    #open-studio-wrapper .mobileOnly {
        display: revert;
    }
    #open-studio-wrapper .desktopOnly {
        display: none;
    }
    #open-studio-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #open-studio-wrapper .text-overlay h2 {
        font-size: 45px;
    }
    #open-studio-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #open-studio-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #open-studio-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #open-studio-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #open-studio-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #open-studio-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The topsection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #open-studio-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #open-studio-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #open-studio-wrapper .container,
    #open-studio-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #open-studio-wrapper .container p {
        font-size: 25px;
    }
    #open-studio-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The topsection - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #open-studio-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}







/*colorline-wrapper*/
#colorline-wrapper {
    position: relative;
    padding: 0 10rem;
    margin-top: 10rem;
}

#colorline-wrapper .slide {
    width: 100%;
}

#colorline-wrapper .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#colorline-wrapper .bottom-row {
    margin-top: 2.5rem;
}
#colorline-wrapper a.mlkn-button {
    background-color: white;
    font-size: 16px;
    letter-spacing: 1.44px;
    color: #616365;
    border: 1px solid #616365;
}
#colorline-wrapper a.mlkn-button:hover {
    color: white;
    background: #616365;
}
#colorline-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: left;
}

#colorline-wrapper .p-box {
    min-width: 300px;
    width: 25%;
    margin-right: 3rem;
}
#colorline-wrapper .titles span {
    font-size: 38px;
    color: #616365;
    opacity: 0.2;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: 1.52px;
    font-weight: 600;
    margin: 0 2rem;
    cursor: pointer;
}
#colorline-wrapper .titles span.active {
    opacity: 1;
}
#colorline-wrapper .titles {
    margin: auto 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

#colorline-wrapper .color-tile:first-of-type  {
    padding-left: 0;
}
#colorline-wrapper .color-tile:last-of-type {
    padding-right: 0;
}
#colorline-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: space-between;  
    margin-top: 20px;
}
#colorline-wrapper .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline-wrapper .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline-wrapper .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline-wrapper .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #616365;
}
div#colorline-slideshow-controls p span.active {
    font-weight: bold !important;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}
#colorline-wrapper .button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 5rem;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-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;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 4rem 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;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
    margin-top: 10rem;
}
#colorline-mobile img {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#colorline-mobile .color-tile {
    display: inline-block;
    width: 33.3%;
    padding: 7px;
}
#colorline-mobile-slideshow-controls {
    display: none;
}
#colorline-mobile {
    display: none;
}
/* >> Colorline - Media Queries */
@media (max-width: 1700px) {
    #colorline-wrapper .color-tile p {
        letter-spacing: 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1500px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
    #colorline-wrapper {
        padding: 0 5%;
    }
}
@media (max-width: 1400px) {
    #colorline-wrapper .titles span {
        white-space: normal;
        width: 100%;
        font-size: 28px;
        text-align: center;
    }
    #colorline-wrapper .titles span.active {
        font-weight: 600;
        border-bottom: none;
    }
    #colorline-wrapper .titles span:first-of-type {
        text-align: left;
    }
    #colorline-wrapper .titles span:last-of-type {
        text-align: right;
    }
    #colorline-wrapper .color-tile p {
        letter-spacing: -1px;
        font-size: 12px;
    }

}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline-wrapper .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline-wrapper .color-tile {
        padding: 10px;
    }
  
    #colorline-wrapper .top-content {
        margin-top: 0;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 36px;
    }
    #colorline-wrapper {
        margin-top: 6rem;
    }
}
@media (max-width: 1100px) {
    #colorline-wrapper {
        padding: 0 5rem;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline-wrapper .color-tile {
        display: inline-block;
        width: 16%;
        padding: 0px;
    }
    #colorline-wrapper .titles span {
        font-size: 22px;
    }
    #colorline-wrapper .color-tile p {
        font-size: 10px;
    }

}
@media only screen and (max-width: 767px) {

    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h2 {
        margin-top: 0;
    }
    #colorline-wrapper .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
    #colorline-mobile {
        display: revert;
    }
    #colorline-wrapper .button-container a {
        display: flex;
        flex-direction: column;
    }
    #colorline-wrapper {
        padding: 0 2rem;
        margin-top: 5rem;
    }

}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline-wrapper .cycle-slideshow, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper p {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}

#cues-wrapper {
    padding: 0;
    background: #F9F9F9;
}
#cues-wrapper h2 {
    color: #636466;
    font-size: 36px;
    margin: 3rem auto;
    text-align: center;
    font-weight: 600;
    opacity: 0.6;
    letter-spacing: 2px;
}
@media (max-width: 991px) {
    #cues-wrapper h2 {
        font-size: 28px;
        letter-spacing: 0.5rem;
    }
}


#ribbons-wrapper {
    padding: 0;
}
#ribbons-wrapper p {
    color: #616365;
}
#ribbons-wrapper .ribbons {
    display: flex;
    padding: 10rem 9rem;
}
#ribbons-wrapper .ribbon {
    width: 25%;
    padding: 0 0.5rem;
}
#ribbons-wrapper .image-container {
    position: relative;
}
#ribbons-wrapper .image-container img {
    width: 100%;
}
#ribbons-wrapper .image-container span {
    position: absolute;
    font-size: 36px;
    color: white;
    transform: rotate(270deg);
    font-weight: 600;

}
#ribbons-wrapper .image-container:nth-of-type(even) span {
    top: 13rem;
    left: -3rem;
}
#ribbons-wrapper .image-container:nth-of-type(odd) span {
    bottom: 13rem;
    right: -3rem;
}
#ribbons-wrapper .ribbon:nth-of-type(even) p:not(.hotspot-content p) {
    margin: 0 3rem 5rem;
}
#ribbons-wrapper .ribbon:nth-of-type(odd) p:not(.hotspot-content p) {
    margin: 5rem 3rem 0;
}
#ribbons-hotspot-1 {
    left: 15%;
    bottom: 20vh;
}
#ribbons-hotspot-2 {
    left: 15%;
    bottom: 5vh;
}
#ribbons-hotspot-3 {
    left: 15%;
    bottom: 20vh;
}
#ribbons-hotspot-4 {
    left: 15%;
    bottom: 5vh;
}
#ribbons-wrapper .tabletOnly {
    display: none;
}
@media (max-width: 1400px) {
    #ribbons-wrapper .ribbons {
        display: flex;
        flex-direction: column;
    }
    #ribbons-wrapper .ribbon {
        display: flex;
        width: 100%;
    }
    #ribbons-wrapper .image-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #ribbons-wrapper .text-container {
        width: fit-content;
        display: flex;
                flex-direction: column;
                justify-content: center;
    }
    #ribbons-wrapper .image-container img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #ribbons-wrapper .image-container:nth-of-type(odd) span {
        top: 15%;
        left: 2rem;
    }
    #ribbons-wrapper .image-container:nth-of-type(even) span {
        top: 15%;
        right: 2rem;
        left: revert;
    }
    #ribbons-wrapper .hotspots {
        position: initial;
    }
    #ribbons-hotspot-1, #ribbons-hotspot-3 {
        top: 50%;
        left: 10%;
    }
    #ribbons-hotspot-2, #ribbons-hotspot-4 {
        top: 40%;
        right: 25%;
        left: revert;
    }
    #ribbons-wrapper .image-container span {
        transform: rotate(0);
    }
    #ribbons-wrapper .desktopOnly {
        display: none;
    }
    #ribbons-wrapper .tabletOnly {
        display: block;
    }
    #ribbons-wrapper .ribbon:nth-of-type(odd) p:not(.hotspot-content p) {
        margin: 3rem 0 5rem 3rem;
    }
    #ribbons-wrapper .ribbon:nth-of-type(even) p:not(.hotspot-content p) {
        margin: 3rem 5rem 3rem 0;
    }
    #ribbons-wrapper .ribbon:not(#ribbons-wrapper .ribbon:last-of-type) {
        margin-bottom: 3rem;
    }
}
@media (max-width: 991px) {
    #ribbons-wrapper .ribbons {
        padding: 5rem;
    }
}
@media (max-width: 767px) {
    #ribbons-wrapper .ribbon {
        flex-direction: column;
    }
    #ribbons-wrapper .ribbons {
        padding: 5rem 1rem;
    }
    #ribbons-wrapper .ribbon:nth-of-type(odd) p:not(.hotspot-content p) {
        margin: 2rem 0 3rem;
    }
    #ribbons-wrapper .ribbon:not(#ribbons-wrapper .ribbon:last-of-type) {
        margin-bottom: 0;
    }
}



#mta-wrapper {
    padding: 0;
    margin: 0 10rem;
}
#mta-wrapper > div {
    display: flex;
}
#mta-wrapper h2 {
    font-size: 36px;
    color: #636466;
    text-align: center;
    opacity: 0.6;
    letter-spacing: 2px;
    font-weight: 600;
}
#mta-wrapper h3 {
    text-align: center;
    color: #636466;
    font-size: 24px;
    font-weight: 600;
    opacity: 0.6;
}
#mta-wrapper .gray-box {
    background: rgba(99, 100, 102, 0.04);
    padding: 5rem 10rem 3rem;
}
#mta-wrapper .gray-box img {
    margin: 5rem 0 3rem;
}
#mta-wrapper .copy-box {
    width: var(--grayBoxWidth);
}
#mta-wrapper .copy-box p {
    margin: 8rem 10rem 0;
    color: #616365;
}
#mta-wrapper .cycle-slideshow {
    height: 100%;
}
#mta-wrapper .cycle-slideshow .slide {
    height: 100%;
}
#mta-wrapper .cycle-slideshow .slide img {
    height: 100%;
    object-fit: cover;
}
#mta-wrapper .content-wrapper {
    max-width: 40%;
}
#mta-hotspot-1 {
    left: 30%;
    bottom: 15vh;
}
#mta-hotspot-2 {
    right: 35%;
    bottom: 25vh;
}
#mta-hotspot-3 {
    left: 25%;
    bottom: 15vh;
}
#mta-wrapper .image-wrapper {
    display: flex;
}
#mta-wrapper .image-wrapper img {
    object-fit: cover;
}
@media (max-width: 1400px) {
    #mta-wrapper .gray-box {
        padding: 5rem;
    }
    #mta-wrapper .copy-box p {
        margin: 2rem 2rem 0;
    }
}
@media (max-width: 1200px) {
    
}
@media (max-width: 991px) {
    #mta-wrapper {
        margin: 0;
        padding: 0 5rem;
    }
    #mta-wrapper > div {
        flex-direction: column;
    }
    #mta-wrapper .content-wrapper {
        max-width: 100%;
    }
    #mta-wrapper .copy-box p {
        margin: 2rem;
    }
    #mta-wrapper .gray-box {
        padding: 3rem;
        text-align: center;
    }
    #mta-wrapper .copy-box {
        width: 100%;
    }
    #mta-wrapper h2 {
        letter-spacing: 0.5rem;
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    #mta-wrapper {
        padding: 0;
    }
}


#mp-wrapper {
    padding: 0 10rem;
    margin-top: 10rem;
}
#mp-wrapper > div {
    position: relative;
}
#mp-wrapper img {
    width: 100%;
}
#mp-wrapper .text-box {
    position: absolute;
    width: 30%;
    bottom: 5rem;
    right: 0;
}
#mp-wrapper h2 {
    font-size: 36px;
    color: #636466;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 1rem;
    background: linear-gradient(to right, transparent, #F9F9F9);
}
#mp-wrapper p {
    color: #616365;
    margin: 3rem 5rem 3rem 1rem;
}
#mp-wrapper a.mlkn-button {
    color: #636466;
    background: white;
    border: 1px solid #636466;
    margin-left: 1rem;
}
#mp-wrapper a.mlkn-button:hover {
    color: white;
    background: #636466;
}
@media (max-width: 1600px) {
    #mp-wrapper .text-box {
        bottom: 0;
    }
}
@media (max-width: 1400px) {
    #mp-wrapper .text-box {
        width: 33%;
    }
    #mp-wrapper p {
        margin: 1rem 5rem 1rem 1rem;
    }
    #mp-wrapper {
        padding: 0 0 0 10rem;
    }
}
@media (max-width: 1200px) {
    #mp-wrapper {
        padding: 0 10rem;
    }
    #mp-wrapper p {
        margin: 0 auto 2rem;
    }
    #mp-wrapper .text-box {
        width: 100%;
        text-align: center;
        padding: 2rem 5rem;
        position: relative;
    }
}
@media (max-width: 991px) {
    #mp-wrapper {
        padding: 0 5rem;
    }
    #mp-wrapper h2 {
        font-size: 28px;
        letter-spacing: 0.5rem;
    }
}
@media (max-width: 767px) {
#mp-wrapper {
margin-top: 5rem;
}
}
@media (max-width: 575px) {
    #mp-wrapper {
        padding: 0;
    }
    #mp-wrapper .text-box {
        padding: 2rem;
    }
}



#installation-wrapper {
    padding: 0;
    margin-top: 10rem;
}
#installation-wrapper .image-container img {
    min-height: 50vh;
    object-position: center;
    object-fit: cover;
}
#installation-wrapper h2 {
    color: #636466;
    font-size: 36px;
    padding: 3rem;
    text-align: center;
    opacity: 0.6;
    font-weight: 600;
}
#installation-wrapper .content-box {
    background: #F9F9F9;
}
#installation-wrapper .content-box > div {
    max-width: 855px;
    margin: auto;
}
#installation-wrapper p:not(.hotspot-content p) {
    color: #616365;
    text-align: center;
    padding: 5rem 0;
}
#installation-hotspot-1 {
    left: 45%;
    bottom: 28%;
}
#installation-hotspot-2 {
    right: 30%;
    bottom: 15%;
}
#installation-hotspot-3 {
    left: 40%;
    bottom: 25%;
}
@media (max-width: 991px) {
    #installation-wrapper h2 {
        font-size: 28px;
        letter-spacing: 0.5rem;
    }
}
@media (max-width: 767px) {
#installation-wrapper {
margin-top: 5rem;
}
}
