/*
Theme Name: PBC Converting
Theme URI: https://www.paperbaseconverting.com.my//
Author: eJeeban Web Design Company
Author URI: https://www.ejeeban.com/
Description: Customized theme for PBC Converting Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, flexible-width, custom-header, custom-menu, featured-images, post-formats, sticky-post
Text Domain: pbc-ejeeban
*/



/*  --------------------------------------------------
    Font
    -------------------------------------------------- */
@font-face {
    font-family: 'Akkurat Pro';
    src: url('fonts/AkkuratPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Akkurat Pro';
    src: url('fonts/AkkuratPro-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Akkurat Pro';
    src: url('fonts/AkkuratPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/*  --------------------------------------------------
    Generic CSS Setup
    -------------------------------------------------- */
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --black: rgba(39, 54, 73, 1);
    --white: rgba(255, 255, 255, 1);
    --bg-white: rgba(237, 237, 236, 1);
    --gold-grey: rgba(93, 93, 93, 1);
    --bg-black: rgba(23, 23, 28, 1);
    --border-light-grey: 1px solid rgba(39, 54, 73, 0.25);
    --border-dark-grey: 1px solid rgba(66, 76, 93, 1);
    --border-black: 1px solid rgba(0, 0, 0, 1);
    --border-white: 1px solid rgba(255, 255, 255, 0.25);
    --border-full-white: 1px solid rgba(255, 255, 255, 1);
    --heading-font: "Akkurat Pro", serif;
    --default-font: "Akkurat Pro", serif;
    --space100: 100px;
    --space125: 125px;
    --space50: 50px;
    --space30: 30px;
    --space3p: 3.5%;
    --space10p: 10%;
    --space15p: 15%;
    --space0: 0px;
}
html {
    width: 100%;
    background: rgba(237, 237, 236, 1.0);
    font-family: var(--default-font);
    font-size: 15px;
}
body {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    font-family: var(--default-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    color: var(--black);
    position: fixed;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
    font-family: var(--default-font);
    font-size: 1vw;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.75;
    color: var(--black);
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    border: none;
}
h1{
    font-family: var(--heading-font);
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.1;
}
h1 acronym{
    position: relative;
    display: block;
    overflow: hidden;
}
h2{
    margin-bottom: 75px;
    font-family: var(--heading-font);
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.1;
}
h2.first{
    font-size: 5.3vw;
}
h1 span,
h2 span{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    display: block;
}
h3{
    margin-bottom: 0px;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.15;
}
h3 span{
    margin-bottom: 10px;
    font-size: 0.9vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    display: block;
}
h4{
    font-size: 1.3vw;
}
h5{
    margin-bottom: 35px;
    font-size: 0.9vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}
p{
    margin-bottom: 20px;
}
a {
    text-decoration: none;
}
a img{
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
input{
    width: 100%;
    height: 45px;
    padding: 0px;
    margin: 0 0 20px 0px;
    background-color: transparent;
    border: none;
    border-bottom: var(--border-black);
    -webkit-appearance: none;
}
textarea{
    width: 100%;
    height: 125px;
    padding: 0px;
    margin: 0 0 20px 0px;
    background-color: transparent;
    border: none;
    border-bottom: var(--border-black);
    -webkit-appearance: none;
}
select{
    width: 100%;
    height: 45px;
    padding: 0px;
    margin: 0 0 20px 0px;
    background: url(images/ico-dropdown.png) no-repeat 98% center;
    border: none;
    border-bottom: var(--border-black);
    -webkit-appearance: none;
}
input:active, textarea:active, select:active{
    border-color: transparent;
    background-color: transparent;
}
label{
    margin-bottom: 3px;
    display: block;
}
input[type="checkbox"]{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
    border: 1px solid var(--black);
    color: var(--black);
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-out;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--black);
    content: "";
}
input[type="file"]{
    padding: 8px 10px;
}
input[type="submit"]{
    width: 160px;
    height: 45px;
    background-color: var(--black);
    padding: 0px;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
    background-color: var(--grey);
    transition: top 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--blue);
}
*:focus {
  outline: none;
}
form a{
    display: inline-block;
    color: var(--orange);
}
form p{
    margin-bottom: 0px;
}
img, video{
    pointer-events: none;
}
.thumbHolder,
.imgHolder {
    position: relative;
    overflow: hidden;
}
.thumbHolder:after,
.imgHolder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.thumbHolder img,
.imgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: all 0.2s ease-out;
}
.clearBoth {
    clear: both;
}
.listingHolder ul, 
.listingHolder li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
}
.listingHolder li{
    display: block;
}
.btnCTA {
    display: block;
}
.btnCTA a,
.btnCTA p{
    position: relative;
    padding: 13px 30px 11px 30px;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: var(--black);
    white-space: nowrap;
    border: var(--border-black);
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    transition: all 0.2s;
}
.btnCTA a:hover {
    background-color: var(--black);
    color: var(--white);
}
.btnCTA a.light,
.btnCTA p.light {
    color: var(--white);
    border: var(--border-full-white);
}
.btnCTA a.light:hover {
    background-color: var(--white);
    color: var(--black);
}
.btnLearnMore {
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    font-size: 1.2vw;
    display: inline-block;
}
.btnLearnMore:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: var(--black);
    content: "";
    transition: all 0.2s;
}
.btnLearnMore:hover:after {
    width: 100%;
    transition: all 0.2s;
}
.btnLearnMore a{
    color: var(--black);
}
.rowHolder {
    display: flex;
    justify-content: space-between;
}
.colLeft {
    width: 48%;
}
.colRight {
    width: 48%;
}
.spacer100 {
    height: var(--space100);
}
.spacer50 {
    height: var(--space50);
}
.spacer30 {
    height: var(--space30);
}
.white {
    color: var(--white);
}
.scrollHolder {
    position: absolute;
    padding: 10px 30px 8px 30px;
    border: var(--border-black);
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.scrollHolder p{
    margin-bottom: 0;
    color: var(--black);
}
.scrollHolder i{
    padding-left: 20px;
}
.grecaptcha-badge {
    display: none;
}


/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-white);
    z-index: 1100;
    width: 100%;
    height: 100%;
}
#preloader .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader .wrapper .logoHolder {
    width: 6vw;
}
#preloader .wrapper .logoHolder img{
    width: 100%;
    height: auto;
}


/*  --------------------------------------------------
    Header & Navigation
    -------------------------------------------------- */
#topHeader {
    position: absolute;
    top: 4vh;
    left: var(--space3p);
    right: var(--space3p);
    z-index: 21;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: top 0.2s ease-out;
}
#topHeader ul, 
#topHeader li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
#topHeader .logoHolder {
    width: 5vw;
}
#topHeader .logoHolder img{
    width: 100%;
    object-fit: cover;
}
.navLight #topHeader .logoHolder img{
    filter:  grayscale(100%) brightness(1000%);
}
#topHeader .menuHolder{
    display: flex;
    justify-content: right;
    align-items: center;
}
#topHeader .menuHolder li{
    position: relative;
    margin: 0 0 0 20px;
    font-size: 0.85vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    line-height: 1.1;
}
#topHeader .menuHolder li:last-child{
    margin: 0px;
}
#topHeader .menuHolder li a{
    padding: 10px;
    color: var(--black);
    font-weight: 400;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
}
#topHeader .menuHolder li a:before {
    content: "/ ";
}
.navLight #topHeader .menuHolder li a{
    color: var(--white);
}
#topHeader .menuHolder li a:hover{
    opacity: 0.8;
}
#topHeader .menu-item-has-children {
    position: relative;
}
#topHeader .menu-item-has-children a{
    display: flex;
    align-items: center;
}
#topHeader .menu-item-has-children a:after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(images/ico-dropdown.png) no-repeat center center;
    content: "";
    display: inline-block;
}
.navLight #topHeader .menu-item-has-children a:after {
    background-image: url(images/ico-dropdown-light.png);
}
#topHeader .sub-menu{
    position: absolute;
    left: 0;
    margin: 0;
    padding: 5px 20px;
    min-width: 250px;
    background-color: var(--white);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
    display: none;
    transition: .5s;
}
#topHeader .menu-item-has-children:hover .sub-menu {
    display: block;
}
#topHeader .sub-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
}
#topHeader .sub-menu li:last-child{
    border-bottom: none;
}
#topHeader .sub-menu li a{
    text-align: left;
    padding: 15px 0px;
    color: var(--black);
}
#topHeader .sub-menu li a:before {
    display: none;
}
.navLight #topHeader .sub-menu li a{
    color: var(--black);
}
#topHeader .sub-menu li a:after {
    display: none;
}
#topHeader .btnMenu {
    position: relative;
    width: 25px;
    padding: 10px 0 10px 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
#topHeader .btnMenu a{
    pointer-events: none;
}
#topHeader .btnMenu .bar1, 
#topHeader .btnMenu .bar2,
#topHeader .btnMenu .bar3 {
    width: 25px;
    height: 2px;
    background-color: var(--black);
    transition: 0.5s;
}
.navLight #topHeader .btnMenu .bar1, 
.navLight #topHeader .btnMenu .bar2,
.navLight #topHeader .btnMenu .bar3 {
    background-color: var(--white);
}
#topHeader .btnMenu .bar2 {
    margin-top: 4px;
}
#topHeader .btnMenu .bar3 {
    margin-top: 4px;
}
.colorWhite .bar1, 
.colorWhite .bar2, 
.colorWhite .bar3 {
    background-color: var(--white);
}
.change .bar1,
.change .bar2,
.change .bar3 {
    margin-top: -10px;
    opacity: 0;
}
#topHeader.fixed-header {
    position: fixed;
    top: 10px;
    transition: top 0.2s ease-out;
}
.fixed-header .logoHolder {
    width: 8vw;
}
.fixed-header .secTopMenu li a{
    color: var(--black);
}


/*  --------------------------------------------------
    Navigation
    -------------------------------------------------- */
.fullNavi {
    position: fixed;
    z-index: 122;
    top: -100%;
    right: 0;
    background: var(--gold-grey);
    background-attachment: fixed;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
}
.fullNavi ul, 
.fullNavi li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
.fullNavi .logoHolder {
    position: fixed;
    top: 4vh;
    left: var(--space3p);
    width: 6vw;
    display: none;
}
.fullNavi .logoHolder.show {
    display: block;
}
.fullNavi .logoHolder img{
    width: 100%;
    object-fit: cover;
    filter:  grayscale(100%) brightness(1000%);
}
.fullNavi .btnClose {
    position: absolute;
    z-index: 3;
    top: 15vh;
    right: var(--space3p);
    width: 30px;
    opacity: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.75s ease-out;
}
.fullNavi.naviSlideIn {
    top: 0px;
    transition: all 0.2s ease-out;
}
.fullNavi .btnClose.btnSlideIn {
    top: 5vh;
    opacity: 1;
    transition: all 0.75s ease-out;
}
.fullNavi .btnClose .bar1, 
.fullNavi .btnClose .bar2 {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin-right: 3px;
    transition: 0.5s;
    display: inline-block;
    transform-origin: 0 0;
}
.fullNavi .btnClose .bar1 {
    top: 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
}
.fullNavi .btnClose .bar2 {
    top: 1px;
    right: -24px;
    transform: rotate(135deg);
    transform-origin: 0 0;
}
.fullNavi .naviMobileLeft {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.fullNavi .naviMobileLeft li {
    padding: 3px 0px;
    font-size: 30px;
    display: block;
    text-align: center;
}
.fullNavi .naviMobileLeft li a{
    position: relative;
    width: 100%;
    display: block;
    color: var(--white);
    transition: all 0.3s ease-out;
}
.fullNavi .menu-item-has-children a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
    width: 10px;
    height: 10px;
    background: url(images/ico-dropdown.png) no-repeat center center;
    content: "";
    display: inline-block;
}
.fullNavi .sub-menu{
    display: none;
    transition: .5s;
}
.fullNavi .sub-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
}
.fullNavi .sub-menu li:last-child{
    border-bottom: none;
}
.fullNavi .sub-menu li a{
    padding: 3px 10px;
    font-size: 2.3vw;
}
.fullNavi .sub-menu li a:after {
    display: none;
}


/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer {
    position: relative;
    background-color: var(--bg-black);
    padding: var(--space100) var(--space3p) 0 var(--space3p);
    clear: both;
}
footer h2, footer h3, footer h4, footer p{
    margin-bottom: 20px;
    color: var(--white);
}
footer h4{
    margin-bottom: 5px;
}
footer a{
    color: var(--white);
}
footer ul, 
footer li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
footer .ctaHolder {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: var(--border-black);
}
footer .ctaHolder p{
    width: 20%;
}
footer .formHolder,
footer .formHolder form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .formHolder span{
    width: 32%;
}
footer .formHolder span[data-name="footer-msg"]{
    width: 100%;
}
footer .formHolder input {
    width: 100%;
    margin-bottom: 35px;
    color: var(--white);
    border-bottom: var(--border-white);
}
footer .formHolder input[type="submit"]{
    width: 160px;
    height: 45px;
    background-color: transparent;
    border: 1px solid var(--white);
    font-weight: 400;
}
footer .formHolder textarea {
    height: 80px;
    margin-bottom: 35px;
    color: var(--white);
    border-bottom: var(--border-white);
}
footer .formHolder ::placeholder {
  color: var(--white);
  opacity: 1;
}
footer .infoHolder {
    position: relative;
    z-index: 2;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
footer .infoHolder .abtHolder {
    width: 40%;
    margin-right: 10%;
}
footer .infoHolder .abtHolder .logoHolder {
    margin-bottom: 20px;
}
footer .infoHolder .abtHolder .logoHolder img{
    max-width: 120px;
}
footer .infoHolder .abtHolder .btnCTA a{
    background-color: transparent;
    border: 1px solid var(--white);
}
footer .infoHolder .contactHolder {
    width: 55%;
}
footer .infoHolder .socialHolder {
    margin: 0 0 50px 0px;
    display: flex;
}
footer .infoHolder .socialHolder .label {
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--white);
}
footer .infoHolder .socialHolder .item {
    display: flex;
}
footer .infoHolder .socialHolder a{
    margin-right: 30px;
}
footer .infoHolder .contactHolder .kitHolder .colHolder {
    width: 48%;
}
footer .infoHolder .kitHolder h2{
    font-size: 2vw;
}
footer .copyrightHolder {
    position: relative;
    z-index: 2;
    padding: 50px 0 50px 0px;
    letter-spacing: 2px;
    border-top: 1px solid rgba(0, 0, 0, 1.0);
}
footer .copyrightHolder .colLeft {
    width: 70%;
}
footer .copyrightHolder .colRight {
    width: 20%;
    text-align: right;
}


/*  --------------------------------------------------
    Video Lightbox
    -------------------------------------------------- */
.YouTubePopUp-Wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}
.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top: 32px;
    z-index: 99998;
}
.YouTubePopUp-Content{
    max-width: 95%;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.YouTubePopUp-Content iframe{
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 90% !important;
    border: none !important;
    position: absolute;
    top: 5%;
    bottom: 5%;
    margin: auto 0;
}
.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.YouTubePopUp-Close{
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}
.YouTubePopUp-Close:hover{
    opacity: 0.5;
}


/*  --------------------------------------------------
    Owl Carousel
    -------------------------------------------------- */
.owl-dots {
    padding-top: 50px;
}
.owl-carousel button.owl-dot {
    width: 11px;
    height: 11px;
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
}
.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}
.owl-carousel button.owl-dot.active {
    background-color: var(--black);
}
.owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
}


/*  --------------------------------------------------
    Cover Section
    -------------------------------------------------- */
.secCover {
    position: relative;
    margin-bottom: var(--space100);
}
.secCover .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 33, 33, 1.0);
    overflow: hidden;
}
.secCover .bgHolder img{
    width: 100%;
    height: auto;
    opacity: 0.85;
}
.secCover .introHolder .scrollHolder {
    right: 0;
    top: 55%;
    border: var(--border-full-white);
}
.secCover .introHolder .scrollHolder p,
.secCover .introHolder .scrollHolder i{
    color: var(--white);
}
.secCover .labelHolder {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1vw;
    color: var(--white);
}
.secCover .introHolder {
    position: relative;
    z-index: 2;
    margin: 0 var(--space3p) 9% var(--space3p);
    padding-top: 35vh;
}
.secCover .introHolder h1,
.secCover .introHolder h2{
    margin-bottom: var(--space50);
    padding: 0 32% 75px 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    color: var(--white);
    line-height: 1.2;
}
.secCover .introHolder h1 acronym{
    height: 100%;
    display: block;
    overflow: hidden;
}
.secCover .introHolder h1 acronym bdi{
    position: relative;
    bottom: -100%;
    display: block;
}
.secCover .introHolder p{
    color: var(--white);
    line-height: 1.85;
}
.secCover .rowHolder {
    padding: 0 10% 0 30%;
}
.secCover .rowHolder .colLeft {
    width: 45%;
}
.secCover .rowHolder .colRight {
    width: 55%;
}
.secCover .paraHolder {
    width: 90%;
    padding: 0 0 15vh 48%;
}
.secCover .paraHolder p{
    font-size: 1.35vw;
    line-height: 1.5;
}
.secCover .sliderHolder {
    position: relative;
    z-index: 2;
    margin: 0 var(--space3p);
    padding-bottom: 175px;
    display: flex;
}
.secCover .sliderHolder .owl-next,
.secCover .sliderHolder .owl-prev {
    width: 50px;
    height: 50px;
    border: var(--border-full-white);
    border-radius: 50px;
}
.secCover .sliderHolder .owl-prev {
    margin-right: 10px;
}
.secCover .sliderHolder .owl-next i,
.secCover .sliderHolder .owl-prev i{
    padding-top: 1vh;
    font-size: 20px;
    color: var(--white);
    line-height: 1;
}
.secCover .sliderHolder .labelHolder {
    width: 30%;
    margin-top: 30px;
}
.secCover .sliderHolder .prodSlider {
    width: 70%;
    counter-reset: slideCounter;
}
.secCover .prodSlider .item {
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 0.2s;
}
.secCover .prodSlider .item .descHolder {
    margin-bottom: 30px;
    border-bottom: var(--border-white);
}
.secCover .prodSlider .item .descHolder h3,
.secCover .prodSlider .item .descHolder p{
    width: 90%;
    color: var(--white);
}
.secCover .prodSlider .item .descHolder h3 {
    margin-bottom: 20px;
}
.secCover .prodSlider .item .descHolder::before {
    counter-increment: slideCounter;
    content: "0" counter(slideCounter);
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-weight: 700;
    color: var(--white);
    border-bottom: var(--border-full-white);
    display: block;
}


/*  --------------------------------------------------
    Heading Section
    -------------------------------------------------- */
.secHeading {
    position: relative;
    margin-bottom: 50px;
    padding: 40vh var(--space3p) 0 var(--space3p);
}
.secHeading .introHolder {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}
.secHeading .introHolder .scrollHolder {
    right: 0;
    top: 10%;
}
.secHeading .introHolder .labelHolder {
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}
.secHeading .introHolder h1{
    margin-bottom: var(--space50);
    padding: 0 32% 75px 0px;
    border-bottom: 2px solid rgba(39, 54, 73, 1);
}
.secHeading .introHolder p{
    line-height: 1.85;
}
.secHeading .introHolder a{
    color: var(--black);
}
.secHeading .introHolder p.highlight {
    font-size: 1.3vw;
}
.secHeading .introHolder .rowHolder {
    padding: 0 30% 0 0;
}
.secHeading .introHolder .colLeft {
    width: 35%;
}
.secHeading .introHolder .colRight {
    width: 55%;
}
.secHeading .secListing {
    margin-left: 31.5%;
}


/*  --------------------------------------------------
    Tab Navigation
    -------------------------------------------------- */
.tabNavi {
    position: relative;
}
.tabNavi ul{
    margin: 0 0 50px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: left;
}
.tabNavi li{
    margin-right: 10px;
    font-size: 1.2vw;
    color: var(--black);
    border: var(--border-light-grey);
    border-radius: 50px;
    overflow: hidden;
    display: block;
}
.tabNavi li a{
    padding: 10px 20px;
    display: block;
    color: var(--black);
}
.tabNavi li a.active {
    color: var(--blue);
    background-color: var(--white);
}
.secHolder {
    margin-bottom: 5%;
}


/*  --------------------------------------------------
    Listing Holder
    -------------------------------------------------- */
.listingHolder {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listingHolder li{
    padding: 15px 0px;
    border-top: var(--border-black);
}
.listingHolder li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listingHolder li .date {
    width: 10%;
    transition: all 0.2s;
}
.listingHolder li a:hover .date {
    width: 12%;
    transition: all 0.2s;
}
.listingHolder li h4{
    width: 87%;
    font-weight: 700;
    letter-spacing: 0.05vw;
}
.listingHolder li i{
    width: 3%;
    font-size: 1.2vw;
    color: var(--black);
    transition: all 0.2s;
}
.listingHolder li a:hover i{
    width: 1%;
    transition: all 0.2s;
}


/*  --------------------------------------------------
    Tile Listing Holder
    -------------------------------------------------- */
.tileListing {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.tileListing li{
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 20px;
    border-right: var(--border-light-grey);
}
.tileListing li:nth-child(3n),
.tileListing li:last-child {
    border-right: 0;
}
.tileListing li a{
    display: block;
}
.tileListing li .thumbHolder {
    margin-bottom: 20px;
}
.tileListing li .thumbHolder:after {
    padding-bottom: 75%;
}
.tileListing li a:hover .thumbHolder img{
    width: 110%;
    height: 110%;
    transition: all 0.2s;
}
.tileListing li .titleHolder {
    position: relative;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tileListing li .specsHolder {
    display: flex;
    justify-content: space-between;
}
.tileListing li .specsHolder .specItem {
    width: 50%;
}
.tileListing li .specsHolder p{
    margin-bottom: 0;
    line-height: 1.2;
}
.tileListing li .specsHolder .label {
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    color: rgba(87, 94, 102, 1.0);
}


/*  --------------------------------------------------
    Accordion
    -------------------------------------------------- */
.accordionHolder {
    clear: both;
}
.accordionHolder .item {
    padding: 3vh 0px;
    border-bottom: 1px solid rgba(223, 221, 219, 0.2);
}
.accordionContent {
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}
.accordionContent img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
.accordionTitle {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 1.45vw;
    font-weight: 600;
    transition: all 0.25s ease-out;
}
.accordionTitle::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 0px;
    position: relative;
    right: 30px;
    top: 8px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}
.accordionTitle:hover{ 
    color: var(--gold-grey);
}
.accordionTrigger:checked
  + .accordionTitle
  + .accordionContent {
    max-height: 8050px;
}
.accordionTrigger:checked + .accordionTitle::after{
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.accordionHolder input[type="checkbox"] {
    display: none;
}


/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
.pagination {
    margin-top: 30px;
}
.pagination h2{
    display: none;
}
.pagination .nav-links {
    display: flex;
}
.pagination .nav-links a,
.pagination .nav-links span{
    padding: 1px 6px;
    margin-right: 5px;
    display: block;
    text-align: center;
    line-height: 1.2;
    border: 1px solid var(--black);
    color: var(--black);
}
.pagination .nav-links span,
.pagination .nav-links a:hover{
    background-color: var(--black);
    color: var(--white);
}


/*  --------------------------------------------------
    Numbers
    -------------------------------------------------- */
.secNumbers {
    position: relative;
    background-color: var(--gold-grey);
    padding: var(--space100) var(--space10p);
}
.secNumbers h2,
.secNumbers h3,
.secNumbers h4,
.secNumbers p {
    color: var(--white);
}
.secNumbers h3 {
    width: 45%;
    margin-bottom: 50px;
}
.secNumbers p{
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 1;
}
.secNumbers p span{
    font-size: 1vw;
    letter-spacing: 0.2vw;
    display: block;
}
.numberListing ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    counter-reset: numberCounter;
}
.numberListing li{
    position: relative;
    width: 48%;
    margin-right: 4%;
    padding: 20px 0 50px 0px;
    border-top: var(--border-white);
}
.numberListing li:nth-child(even) {
    margin-top: -70px;
    margin-right: 0;
}
.numberListing li p::before {
    counter-increment: numberCounter;
    content: "0" counter(numberCounter);
    position: absolute;
    right: 0;
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
    color: var(--white);
}


/*  --------------------------------------------------
    Home Page
    -------------------------------------------------- */
#secIndex {
    width: 100%;
}
#secIndex .secProfile {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
}
#secIndex .secProfile .introHolder {
    position: relative;
    z-index: 2;
}
#secIndex .secProfile .introHolder h2{
    margin-bottom: var(--space50);
    padding: 0 32% 75px 0px;
    border-bottom: var(--border-light-grey);
}
#secIndex .secProfile .rowHolder {
    padding: 0 5% 0 25%;
}
#secIndex .secProfile .colLeft {
    width: 40%;
} 
#secIndex .secProfile .colRight {
    width: 57%;
}
#secIndex .secTransition01 {
    position: relative;
    height: 130vh;
    overflow: hidden;
    background-color: var(--black);
}
#secIndex .secSustainability {
    position: relative;
    margin: var(--space100) var(--space3p);
}
#secIndex .secSustainability .bgHolder {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#secIndex .secSustainability .bgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    object-fit: cover;
}
#secIndex .secSustainability .descHolder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background-color: rgba(237, 237, 236, 1.0);
    padding: 70px;
}
#secIndex .secSustainability .descHolder h3{
    margin-bottom: 35px;
}
#secIndex .secAnnouncement {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
}
#secIndex .secAnnouncement h2{
    margin-bottom: 0;
    padding: 0 32% 75px 0px;
}


/*  --------------------------------------------------
    Our Products
    -------------------------------------------------- */
#secProduct,
#secProductCate,
#secProductSub,
#secProductDetails {
    width: 100%;
}
#secProductCate .secCover .introHolder .scrollHolder {
    top: 45%;
}
#secProductCate .secSubDesc {
    margin: 0 var(--space3p) var(--space100) var(--space3p);
    border-bottom: var(--border-light-grey);
}
#secProductCate .secSubDesc .introHolder {
    margin-bottom: var(--space50);
}
#secProductCate .secSubDesc .introHolder .rowHolder {
    align-items: center;
}
#secProductCate .secSubDesc .introHolder .colLeft {
    width: 45%;
}
#secProductCate .secSubDesc .introHolder .colRight {
    width: 50%;
}
#secProductCate .secSubDesc .introHolder .itemListing .item {
    margin-bottom: 20px;
    padding: 25px;
    border: var(--border-dark-grey);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#secProductCate .secSubDesc .introHolder .itemListing .icoHolder {
    width: 12%;
    margin-right: 3%;
}
#secProductCate .secSubDesc .introHolder .itemListing .icoHolder img{
    width: 100%;
    height: auto;
    display: block;
}
#secProductCate .secSubDesc .introHolder .itemListing .paraHolder {
    width: 100%;
} 
#secProductCate .secSubDesc .introHolder .itemListing p{
    margin-bottom: 0;
}
#secProductCate .secSubDesc .introHolder .colRight blockquote{
    margin: 0 0 35px 0px;
    padding: 0px 30px;
    position: relative;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.2;
}
#secProductCate .secSubDesc .introHolder .colRight blockquote p{
    margin: 0;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.2;
}
#secProductCate .secSubDesc .introHolder .colRight blockquote.space50P {
    width: 70%;
}
#secProductCate .secSubDesc .introHolder .colRight blockquote:before {
    position: absolute;
    left: 0;
    content: "“";
}
#secProductCate .secSubDesc .introHolder .colRight blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "”";
}
#secProductCate .secSubDesc .specsHolder {
    margin-bottom: var(--space50);
}
#secProductCate .secSubDesc .specsHolder .item {
    padding: 15px 0px;
    border-top: var(--border-black);
    display: flex;
    justify-content: space-between;
}
#secProductCate .secSubDesc .specsHolder .item .label {
    width: 15%;
}
#secProductCate .secSubDesc .specsHolder .item .label p{
    margin-bottom: 0;
}
#secProductCate .secSubDesc .specsHolder .item .desc {
    width: 80%;
}
#secProductCate .secSubDesc .specsHolder .item .desc p,
#secProductCate .secSubDesc .specsHolder .item .desc li,
#secProductCate .secSubDesc .specsHolder .item .desc h3{
    margin-bottom: 0;
    font-size: 1.1vw;
    font-weight: 700;
}
#secProductCate .secSubDesc .specsHolder .item .desc ul{
    margin: 0 0 0 20px;
    padding: 0;
}
#secProductCate .secListing {
    margin: 0 var(--space3p) var(--space100) var(--space3p);
}
#secProductSub .secHeading .introHolder {
    margin-bottom: 75px;
}
#secProductSub .secHeading .introHolder .rowHolder {
    padding: 0 10% 0 25%;
}
#secProductSub .secHeading .introHolder .colLeft {
    width: 25%;
}
#secProductSub .secHeading .introHolder .colRight {
    width: 70%;
}
#secProductSub .secListing {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
}
#secProductDetails .secContent {
    margin: 0 var(--space3p) var(--space100) var(--space3p);
    display: flex;
    justify-content: space-between;
}
#secProductDetails .secContent .specsHolder {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secProductDetails .secContent .specsHolder li{
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: var(--border-light-grey);
}
#secProductDetails .secContent .specsHolder li .label {
    width: 25%;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}
#secProductDetails .secContent .specsHolder li .details {
    width: 70%;
}
#secProductDetails .secContent .specsHolder .details p{
    margin-bottom: 0;
    font-size: 1.35vw;
    font-weight: 400;
}
#secProductDetails .secContent .imgHolder {
    width: 40%;
}
#secProductDetails .secContent .specsHolder {
    width: 55%;
}
#secProductDetails .secListing {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
    padding-top: 75px;
    border-top: var(--border-dark-grey);
}
#secProductDetails .secListing h3{
    margin-bottom: 30px;
}


/*  --------------------------------------------------
    Blog & Updates
    -------------------------------------------------- */
#secBlog {
    width: 100%;
}
#secBlog .secHeading .introHolder .scrollHolder {
    right: 0;
    top: 25%;
}
#secBlog .secHeading .introHolder h1{
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: none;
}
#secBlog .secListing {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
}
#secBlog .secCover {
    position: relative;
    margin: 0 var(--space3p) var(--space50) var(--space3p);
}
#secBlog .secCover img{
    width: 100%;
    height: auto;
    display: block;
}
#secBlog .secContent {
    padding: 0 var(--space15p) var(--space100) var(--space15p);
}


/*  --------------------------------------------------
    About Us Page
    -------------------------------------------------- */
#secAbout {
    width: 100%;
}
#secAbout .secCover {
    height: 130vh;
    margin-bottom: var(--space100);
}
#secAbout .secCover .introHolder .scrollHolder {
    right: var(--space3p);
    border: var(--border-black);
}
#secAbout .secCover .introHolder .scrollHolder p,
#secAbout .secCover .introHolder .scrollHolder i{
    color: var(--black);
}
#secAbout .secCover .introHolder {
    background-color: rgba(211, 191, 169, 0.9);
    margin: 0px;
    padding: 32vh var(--space3p) 10vh var(--space3p);
}
#secAbout .secCover .introHolder h1,
#secAbout .secCover .introHolder h2{
    margin-bottom: var(--space30);
    padding: 0 32% 30px 0px;
    border-bottom: 2px solid var(--black);
    color: var(--black);
}
#secAbout .secCover .introHolder p{
    font-size: 1.25vw;
    color: var(--black);
}
#secAbout .secCover .rowHolder {
    padding: 0 10% 0 0%;
}
#secAbout .secCover .rowHolder .colLeft {
    width: 55%;
}
#secAbout .secCover .rowHolder .colRight {
    width: 45%;
}
#secAbout .secCover .rowHolder .labelHolder {
    color: var(--black);
}
#secAbout .secStatements {
    position: relative;
    padding: 0 var(--space3p) var(--space100) var(--space3p);
}
#secAbout .secStatements .colHolder {
    display: flex;
    justify-content: space-between;
}
#secAbout .secStatements .colHolder .item {
    position: relative;
    width: 49%;
    margin-right: 2%;
}
#secAbout .secStatements .colHolder .item:nth-child(even) {
    margin-right: 0;
}
#secAbout .secStatements .colHolder .imgHolder {
    background-color: var(--black);
}
#secAbout .secStatements .colHolder .imgHolder:after {
    padding-bottom: 75%;
}
#secAbout .secStatements .colHolder .imgHolder img{
    opacity: 0.5;
}
#secAbout .secStatements .colHolder .descHolder {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 40%;
}
#secAbout .secStatements .colHolder .descHolder h3{
    margin-bottom: 30px;
    color: var(--white);
}
#secAbout .secStatements .colHolder .descHolder p{
    color: var(--white);
}
#secAbout .secSustainability {
    position: relative;
    padding: var(--space100) var(--space3p);
    margin-bottom: var(--space100);
    background-color: rgba(0, 10, 18, 1.0);
}
#secAbout .secSustainability .bgHolder {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 55%;
}
#secAbout .secSustainability .bgHolder img{
    width: 100%;
    height: auto;
}
#secAbout .secSustainability .descHolder {
    position: relative;
    z-index: 2;
}
#secAbout .secSustainability .descHolder h2{
    padding: 0 45% 10vh 0px;
    color: var(--white);
    border-bottom: var(--border-white);
}
#secAbout .secSustainability .accordionHolder {
    width: 45%;
}
#secAbout .secSustainability .accordionHolder .item {
    border-bottom: var(--border-white);
}
#secAbout .secSustainability .accordionTitle {
    color: var(--white);
}
#secAbout .secSustainability .accordionTitle::after {
    border-color: var(--white);
}
#secAbout .secSustainability .accordionContent h2,
#secAbout .secSustainability .accordionContent h3,
#secAbout .secSustainability .accordionContent p,
#secAbout .secSustainability .accordionContent li{
    color: var(--white);
}
#secAbout .secQuality {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
}
#secAbout .secQuality .introHolder {
    position: relative;
    z-index: 2;
}
#secAbout .secQuality .introHolder h2{
    margin-bottom: var(--space50);
    padding: 0 32% 75px 0px;
    border-bottom: var(--border-light-grey);
}
#secAbout .secQuality .colLeft {
    width: 50%;
}
#secAbout .secQuality .colRight {
    width: 45%;
} 
#secAbout .secQuality .rowHolder blockquote{
    margin: 0 0 35px 0px;
    padding: 0px 10%;
    position: relative;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.2;
}
#secAbout .secQuality .rowHolder blockquote p{
    margin: 0;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.2;
}
#secAbout .secQuality .rowHolder blockquote:before {
    position: absolute;
    left: 0;
    content: "“";
}
#secAbout .secQuality .rowHolder blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "”";
}
#secAbout .secRecognitions {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
    padding-bottom: var(--space100);
    border-bottom: var(--border-light-grey);
}
#secAbout .secRecognitions h2{
    margin-bottom: var(--space50);
    padding: 0 32% 0 0px;
}
#secAbout .secRecognitions .sliderHolder .item {
    padding: 50px;
    border: var(--border-light-grey);
}
#secAbout .secRecognitions .sliderHolder .item .logoHolder img{
    width: auto;
    max-height: 100px;
    display: block;
    margin: 0 auto;
}



/*  --------------------------------------------------
    Sustainability Page
    -------------------------------------------------- */
#secSustainability {
    width: 100%;
}
#secSustainability .secEmissions {
    position: relative;
    padding: 0 var(--space10p) var(--space30) var(--space10p);
}
#secSustainability .secEmissions .cloudHolder01 {
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 0;
    width: 30%;
}
#secSustainability .secEmissions .cloudHolder01 img{
    width: 100%;
    height: auto;
    display: block;
}
#secSustainability .secEmissions .cloudHolder02 {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 0;
    width: 12%;
}
#secSustainability .secEmissions .cloudHolder02 img{
    width: 100%;
    height: auto;
    display: block;
}
#secSustainability .secEmissions .listingEmissions {
    margin: 200px 0 0 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#secSustainability .secEmissions .listingEmissions .item {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 80px;
    padding: 20px 50px;
    background-color: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
}
#secSustainability .secEmissions .listingEmissions .item:nth-child(odd) {
    margin-top: -120px; 
    margin-bottom: 180px;
}
#secSustainability .secEmissions .listingEmissions .item:nth-child(even) {
    margin-right: 0;
}
#secSustainability .secEmissions .listingEmissions .item h3{
    margin-bottom: 35px;
}
#secSustainability .sectionPath {
    position: relative;
    padding: 0 var(--space10p);
}
#secSustainability .sectionPath .graphHolder {
    width: 60%;
    margin: 0 auto;
}
#secSustainability .sectionPath .graphHolder img{
    width: 100%;
    height: auto;
    display: block;
}
#secSustainability .secNumbers {
    background-color: rgba(117, 83, 58, 1.0);
}


/*  --------------------------------------------------
    Contact Us
    -------------------------------------------------- */
#secContact {
    width: 100%;
}
#secContact .secHeading .introHolder .scrollHolder {
    right: 0;
    top: 25%;
}
#secContact .secDesc {
    position: relative;
    margin: 0 var(--space3p) var(--space100) var(--space3p);
    padding-bottom: var(--space50);
    border-bottom: var(--border-light-grey);
}
#secContact .secDesc .colLeft {
    width: 35%;
}
#secContact .secDesc .colLeft p{
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: 700;
    letter-spacing: 0.1vw;
}
#secContact .secDesc .colRight {
    width: 60%;
}
#secContact .secDesc .colRight .variantListing {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secContact .secDesc .colRight .variantListing li{
    margin-bottom: 10px;
    display: flex;
}
#secContact .secDesc .colRight .variantListing .col01 {
    width: 15%;
}
#secContact .secDesc .colRight .variantListing .col02 {
    width: 5%;
}
#secContact .secDesc .colRight .variantListing .col03 {
    width: 80%;
}
#secContact .secContent {
    position: relative;
    padding: 0 var(--space3p) var(--space100) var(--space3p);
}
#secContact .secContent .colLeft {
    width: 35%;
}
#secContact .secContent .colLeft p{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: 700;
    letter-spacing: 0.1vw;
}
#secContact .secContent .colRight {
    width: 60%;
}
#secContact .secContent .colRight p{
    margin-bottom: 30px;
    font-size: 1.35vw;
}
#secContact .secContent .colRight a{
    text-decoration: underline;
}


/*  --------------------------------------------------
    Default Details Page
    -------------------------------------------------- */
#secDefault {
    position: relative;
    width: 100%;
}
#secDefault .secHeading .bannerHolder .coverHolder img{
    width: 100%;
    height: auto;
    display: block;
}
#secDefault .secContent {
    padding: 0 var(--space10p) var(--space100) var(--space10p);
}


/*  --------------------------------------------------
    For Large Screen
    -------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 5000px) {
    
}


/*  --------------------------------------------------
    For Tablet Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 1100px) {
    :root{
        --space3p: 5%;
        --space10p: 5%;
        --space15p: 5%;
    }
    h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
        font-size: 1.2vw;
        line-height: 1.5;
    }
    h1{
        font-size: 4vw;
        line-height: 1.1;
    }
    h2{
        margin-bottom: 50px;
        font-size: 4vw;
        line-height: 1.1;
    }
    h2.first{
        font-size: 4.5vw;
    }
    h3{
        font-size: 2.3vw;
        line-height: 1.15;
    }
    .btnCTA a,
    .btnCTA p{
        font-size: 1;
    }

    #preloader .wrapper .logoHolder {
        width: 12vw;
    }

    #topHeader .menuHolder li{
        display: none;
    }
    #topHeader .menuHolder li.btnMenu {
        display: block;
    }

    .secCover .bgHolder .owl-stage-outer,
    .secCover .bgHolder .owl-stage,
    .secCover .bgHolder .owl-item {
        height: 100%;
    }
    .secCover .bgHolder img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .secHeading {
        padding: 35vh var(--space3p) 0 var(--space3p);
    }

    #secIndex .secSustainability .descHolder {
        width: 70%;
        background-color: rgba(237, 237, 236, 1.0);
        padding: 70px;
    }
}


/*  --------------------------------------------------
    For Tablet Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 969px) {
    :root{
        --space100: 100px;
        --space125: 100px;
        --space50: 50px;
        --space3p: 5%;
        --space10p: 5%;
        --space15p: 5%;
    }
    html {
        font-size: 16px;
    }
    body {
        font-size: 16px;
    }
    h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
        font-size: 16px;
        line-height: 1.65;
    }
    h1{
        font-size: 40px;
        line-height: 1.2;
    }
    h1 acronym{
        display: inline-block;
        overflow: hidden;
    }
    h2{
        margin-bottom: 35px;
        font-size: 35px;
    }
    h2.first{
        font-size: 40px;
    }
    h1 span,
    h2 span{
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    h3{
        font-size: 28px;
        line-height: 1.3;
    }
    h3 span{
        font-size: 13px;
        letter-spacing: 1px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 13px;
        letter-spacing: 1.5px;
    }
    .btnCTA a,
    .btnCTA p{
        letter-spacing: 1px;
        font-size: 13px;
    }
    .btnLearnMore {
        letter-spacing: 1px;
        font-size: 18px;
    }
    .rowHolder {
        display: block;
        justify-content: space-between;
    }
    .colLeft {
        width: 100%;
    }
    .colRight {
        width: 100%;
    }
    .scrollHolder {
        display: none;
    }

    #preloader .wrapper .logoHolder {
        width: 30vw;
    }

    #topHeader {
        top: 30px;
    }
    #topHeader .logoHolder {
        width: 60px;
    }
    #topHeader .menuHolder li{
        display: none;
    }
    #topHeader .menuHolder li.btnMenu {
        display: block;
    }
    #topHeader .btnMenu {
        padding: 10px 0px;
        display: block;
    }
    #topHeader.fixed-header {
        top: 20px;
    }
    .fixed-header .logoHolder {
        width: 50px;
    }

    .fullNavi .logoHolder {
        top: 30px;
        width: 60px;
    }

    footer .ctaHolder {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
    footer .ctaHolder p{
        width: 100%;
    }
    footer .formHolder {
        display: block;
    }
    footer .formHolder span{
        width: 100%;
    }
    footer .formHolder input {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .infoHolder {
        display: block;
        margin-bottom: 30px;
    }
    footer .infoHolder .abtHolder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    footer .infoHolder .abtHolder .logoHolder {
        margin-bottom: 20px;
    }
    footer .infoHolder .contactHolder {
        width: 100%;
    }
    footer .infoHolder .socialHolder a{
        margin-right: 20px;
    }
    footer .infoHolder .contactHolder .kitHolder .colHolder {
        width: 100%;
    }
    footer .infoHolder .kitHolder h2{
        font-size: 20px;
    }
    footer .copyrightHolder {
        padding: 30px 0 50px 0px;
    }
    footer .copyrightHolder .colLeft {
        width: 100%;
    }
    footer .copyrightHolder .colRight {
        width: 100%;
        margin-top: 30px;
        text-align: left;
    }

    .secCover .bgHolder img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.85;
    }
    .secCover .introHolder {
        margin: 0 var(--space3p) 70px var(--space3p);
        padding-top: 300px;
    }
    .secCover .introHolder h1,
    .secCover .introHolder h2{
        margin-bottom: var(--space50);
        padding: 0 0 50px 0px;
    }
    .secCover .introHolder h1 acronym{
        height: auto;
        display: inline;
    }
    .secCover .introHolder h1 acronym bdi{
        bottom: auto;
        display: inline;
    }
    .secCover .rowHolder {
        padding: 0;
    }
    .secCover .rowHolder .colLeft {
        width: 100%;
    }
    .secCover .rowHolder .colRight {
        width: 100%;
    }
    .secCover .paraHolder {
        width: 100%;
        padding: 0 0 50px 0px;
    }
    .secCover .paraHolder p{
        font-size: 18px;
    }
    .secCover .sliderHolder {
        padding-bottom: 125px;
        display: block;
    }
    .secCover .sliderHolder .owl-next i,
    .secCover .sliderHolder .owl-prev i{
        padding-top: 10px;
    }
    .secCover .sliderHolder .labelHolder {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .secCover .sliderHolder .prodSlider {
        width: 100%;
    }
    .secCover .prodSlider .item {
        margin-bottom: 20px;
    }
    .secCover .prodSlider .item .descHolder h3,
    .secCover .prodSlider .item .descHolder p{
        width: 95%;
    }
    .secCover .prodSlider .item .descHolder::before {
        margin-bottom: 20px;
    }

    .secHeading {
        margin-bottom: 30px;
        padding: 300px var(--space3p) 0 var(--space3p);
    }
    .secHeading .introHolder {
        margin-bottom: 30px;
    }
    .secHeading .introHolder h1{
        margin-bottom: var(--space30);
        padding: 0 0 15px 0px;
    }
    .secHeading .introHolder p{
        line-height: 1.5;
    }
    .secHeading .introHolder p.highlight {
        font-size: 18px;
    }
    .secHeading .introHolder .rowHolder {
        padding: 0;
        display: block;
    }
    .secHeading .introHolder .colLeft {
        width: 100%;
    }
    .secHeading .introHolder .colRight {
        width: 100%;
    }
    .secHeading .secListing {
        margin-left: 0;
    }


    .tabNavi {
        position: relative;
    }
    .tabNavi ul{
        margin: 0 0 50px 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: left;
    }
    .tabNavi li{
        margin-right: 10px;
        font-size: 1.2vw;
        color: var(--black);
        border: var(--border-light-grey);
        border-radius: 50px;
        overflow: hidden;
        display: block;
    }
    .tabNavi li a{
        padding: 10px 20px;
        display: block;
        color: var(--black);
    }
    .tabNavi li a.active {
        color: var(--blue);
        background-color: var(--white);
    }
    .secHolder {
        margin-bottom: 5%;
    }

    .listingHolder li{
        padding: 10px 0px;
    }
    .listingHolder li .date {
        width: 18%;
    }
    .listingHolder li a:hover .date {
        width: 20%;
    }
    .listingHolder li h4{
        width: 70%;
        letter-spacing: 1px;
    }
    .listingHolder li i{
        font-size: 18px;
    }

    .tileListing {
        margin: 0 -20px;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .tileListing li{
        width: 50%;
        padding: 0 20px;
        margin-bottom: 30px;
        border-right: var(--border-light-grey);
    }
    .tileListing li:nth-child(3n) {
        border-right: var(--border-light-grey);
    }
    .tileListing li:nth-child(2n),
    .tileListing li:last-child {
        border-right: 0;
    }
    .tileListing li .thumbHolder {
        margin-bottom: 10px;
    }
    .tileListing li .titleHolder {
        margin-bottom: 25px;
    }
    .tileListing li .specsHolder .label {
        letter-spacing: 1px;
    }

    .accordionHolder .item {
        padding: 15px 0px;
    }
    .accordionTitle {
        font-size: 20px;
    }

    .secNumbers p{
        font-size: 50px;
        line-height: 1.2;
    }
    .secNumbers p span{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .numberListing li p::before {
        font-size: 13px;
        letter-spacing: 1px;
    }

    #secIndex .secProfile .introHolder h2{
        margin-bottom: var(--space50);
        padding: 0 20% 35px 0px;
    }
    #secIndex .secProfile .rowHolder {
        padding: 0%;
    }
    #secIndex .secProfile .colLeft {
        width: 100%;
    } 
    #secIndex .secProfile .colRight {
        width: 100%;
    }
    #secIndex .secProfile .colLeft h3{
        margin-bottom: 20px;
    }
    #secIndex .secTransition01 {
        height: 500px;
    }
    #secIndex .secTransition01 .imgHolder img{
        width: 200%;
        height: 200%;
    }
    #secIndex .secSustainability .bgHolder {
        height: 500px;
    }
    #secIndex .secSustainability .bgHolder img{
        width: 120%;
        height: 120%;
    }
    #secIndex .secSustainability .descHolder {
        width: 80%;
        padding: 50px;
    }
    #secIndex .secSustainability .descHolder h3{
        margin-bottom: 20px;
    }
    #secIndex .secAnnouncement h2{
        padding: 0 20% 35px 0px;
    }

    #secProductCate .secSubDesc .introHolder {
        margin-bottom: var(--space50);
    }
    #secProductCate .secSubDesc .introHolder .rowHolder {
        display: block;
    }
    #secProductCate .secSubDesc .introHolder .colLeft {
        width: 100%;
        margin-bottom: 50px;
    }
    #secProductCate .secSubDesc .introHolder .colRight {
        width: 100%;
    }
    #secProductCate .secSubDesc .introHolder .itemListing .item {
        margin-bottom: 25px;
        padding: 20px;
    }
    #secProductCate .secSubDesc .introHolder .itemListing .icoHolder {
        width: 13%;
        margin-right: 2%;
    }
    #secProductCate .secSubDesc .introHolder .colRight blockquote,
    #secProductCate .secSubDesc .introHolder .colRight blockquote p{
        font-size: 35px;
    }
    #secProductCate .secSubDesc .specsHolder .item {
        padding: 12px 0px;
        display: flex;
        justify-content: space-between;
    }
    #secProductCate .secSubDesc .specsHolder .item .label {
        width: 20%;
    }
    #secProductCate .secSubDesc .specsHolder .item .label p{
        margin-bottom: 0;
    }
    #secProductCate .secSubDesc .specsHolder .item .desc {
        width: 75%;
    }
    #secProductCate .secSubDesc .specsHolder .item .desc p,
    #secProductCate .secSubDesc .specsHolder .item .desc li,
    #secProductCate .secSubDesc .specsHolder .item .desc h3{
        font-size: 16px;
    }
    #secProductSub .secHeading .introHolder {
        margin-bottom: 50px;
    }
    #secProductSub .secHeading .introHolder .rowHolder {
        padding: 0;
    }
    #secProductSub .secHeading .introHolder .colLeft {
        width: 100%;
        margin-bottom: 10px;
    }
    #secProductSub .secHeading .introHolder .colRight {
        width: 100%;
    }
    #secProductDetails .secContent {
        display: block;
    }
    #secProductDetails .secContent .specsHolder li{
        padding: 15px 0px;
        display: flex;
    }
    #secProductDetails .secContent .specsHolder li .label {
        width: 25%;
        letter-spacing: 1px;
    }
    #secProductDetails .secContent .specsHolder li .details {
        width: 70%;
    }
    #secProductDetails .secContent .specsHolder .details p{
        font-size: 17px;
    }
    #secProductDetails .secContent .imgHolder {
        width: 100%;
        margin-bottom: 20px;
    }
    #secProductDetails .secContent .specsHolder {
        width: 100%;
    }

    #secAbout .secCover {
        height: 800px;
    }
    #secAbout .secCover .introHolder {
        padding: 300px var(--space3p) 50px var(--space3p);
    }
    #secAbout .secCover .introHolder h1,
    #secAbout .secCover .introHolder h2{
        padding: 0 0 30px 0px;
    }
    #secAbout .secCover .introHolder p{
        font-size: 18px;
    }
    #secAbout .secCover .rowHolder {
        padding: 0 0 0 0%;
    }
    #secAbout .secCover .rowHolder .colLeft {
        width: 100%;
        margin-bottom: 10px;
    }
    #secAbout .secCover .rowHolder .colRight {
        width: 100%;
    }
    #secAbout .secStatements .colHolder {
        display: flex;
    }
    #secAbout .secStatements .colHolder .item {
        width: 49%;
        margin-right: 2%;
    }
    #secAbout .secStatements .colHolder .imgHolder:after {
        padding-bottom: 100%;
    }
    #secAbout .secStatements .colHolder .descHolder {
        bottom: 20px;
        left: 30px;
        right: 10%;
    }
    #secAbout .secStatements .colHolder .descHolder h3{
        margin-bottom: 10px;
    }
    #secAbout .secSustainability .bgHolder {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    #secAbout .secSustainability .descHolder h2{
        padding: 0 0 30px 0px;
    }
    #secAbout .secSustainability .accordionHolder {
        width: 100%;
    }
    #secAbout .secQuality .introHolder h2{
        padding: 0 20% 35px 0px;
    }
    #secAbout .secQuality .colLeft {
        width: 100%;
        margin-bottom: var(--space30);
    }
    #secAbout .secQuality .colRight {
        width: 100%;
    } 
    #secAbout .secQuality .rowHolder blockquote{
        margin: 0 0 15px 0px;
        padding: 0px 30px;
        font-size: 25px;
    }
    #secAbout .secQuality .rowHolder blockquote p{
        font-size: 25px;
    }
    #secAbout .secRecognitions h2{
        padding: 0 20% 0 0px;
    }

    #secSustainability .secEmissions .cloudHolder01 {
        top: 10%;
        width: 35%;
    }
    #secSustainability .secEmissions .cloudHolder02 {
        z-index: 3;
        top: 30%;
        width: 15%;
    }
    #secSustainability .secEmissions .listingEmissions {
        position: relative;
        z-index: 2;
        margin: 0px;
        display: block;
    }
    #secSustainability .secEmissions .listingEmissions .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 80px;
        padding: 20px 50px;
    }
    #secSustainability .secEmissions .listingEmissions .item:nth-child(odd) {
        margin-top: 0; 
        margin-bottom: 80px;
    }
    #secSustainability .secEmissions .listingEmissions .item h3{
        margin-bottom: 35px;
    }
    #secSustainability .sectionPath .graphHolder {
        width: 80%;
    }

    #secContact .secDesc {
        margin: 0 var(--space3p);
        padding-bottom: 0;
        border-bottom: none;
    }

    #secContact .secDesc .colLeft {
        width: 100%;
    }
    #secContact .secDesc .colLeft p{
        font-size: 13px;
        letter-spacing: 1px;
    }
    #secContact .secDesc .colRight {
        width: 100%;
    }
    #secContact .secContent .colLeft {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 25px;
        border-bottom: var(--border-light-grey);
    }
    #secContact .secContent .colLeft p{
        margin-bottom: 20px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    #secContact .secContent .colRight {
        width: 100%;
    }
    #secContact .secContent .colRight p{
        margin-bottom: 20px;
        font-size: 18px;
    }
}


/*  --------------------------------------------------
    For Mobile Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 560px){
    
}


/*  --------------------------------------------------
    For Mobile Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 500px) {
    :root{
        --space3p: 6%;
        --space10p: 6%;
        --space15p: 6%;
    }
    h1{
        font-size: 30px;
    }
    h2{
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 1.2;
    }
    h2.first{
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    .rowHolder {
        display: block;
        justify-content: space-between;
    }
    .colLeft {
        width: 100%;
    }
    .colRight {
        width: 100%;
    }
    #topHeader {
        top: 30px;
    }
    #topHeader .logoHolder {
        width: 60px;
    }
    .fixed-header .logoHolder {
        width: 35px;
    }

    .fullNavi .logoHolder {
        width: 60px;
    }

    .secCover .introHolder {
        margin: 0 var(--space3p) 70px var(--space3p);
        padding-top: 200px;
    }
    .secCover .paraHolder p{
        font-size: 16px;
    }

    .secHeading {
        margin-bottom: 30px;
        padding: 200px var(--space3p) 0 var(--space3p);
    }
    .secHeading .introHolder p.highlight {
        font-size: 16px;
    }

    .listingHolder li a{
        display: block;
    }
    .listingHolder li .date {
        width: 100%;
    }
    .listingHolder li a:hover .date {
        width: 100%;
    }
    .listingHolder li h4{
        width: 100%;
        letter-spacing: 1px;
    }
    .listingHolder li i{
        display: none;
    }

    .tileListing {
        margin: 0px;
        display: block;
    }
    .tileListing li{
        width: 100%;
        padding: 30px 0px;
        margin-bottom: 0px;
        border-right: none;
        border-bottom: var(--border-light-grey);
    }
    .tileListing li:nth-child(3n) {
        border-right: none;
    }
    .tileListing li .titleHolder {
        margin-bottom: 15px;
    }
    .tileListing li .specsHolder .label {
        letter-spacing: 1px;
    }

    .accordionTitle {
        font-size: 18px;
    }

    .secNumbers h3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .secNumbers p{
        font-size: 35px;
    }
    .secNumbers p span{
        font-size: 15px;
        letter-spacing: 1.35;
    }
    .numberListing ul{
        display: block;
    }
    .numberListing li{
        width: 100%;
        margin-right: 0;
        padding: 20px 0 30px 0px;
    }
    .numberListing li:nth-child(even) {
        margin-top: 0px;
        margin-right: 0;
    }
    
    #secIndex .secProfile .introHolder h2{
        margin-bottom: var(--space30);
        padding: 0 0 25px 0px;
    }
    #secIndex .secTransition01 {
        height: 300px;
    }
    #secIndex .secSustainability .bgHolder {
        height: 700px;
    }
    #secIndex .secSustainability .descHolder {
        width: 90%;
        padding: 25px 20px;
    }
    #secIndex .secAnnouncement h2{
        padding: 0 0 25px 0px;
    }

    #secProduct .listingHolder li a{
        display: flex;
        align-items: flex-start;
    }
    #secProduct .listingHolder li .date {
        width: 15%;
    }
    #secProduct .listingHolder li a:hover .date {
        width: 20%;
    }
    #secProduct .listingHolder li h4{
        width: 85%;
    }
    #secProductCate .secSubDesc .introHolder .itemListing .item {
        margin-bottom: 25px;
        padding: 20px;
        display: block;
    }
    #secProductCate .secSubDesc .introHolder .itemListing .icoHolder {
        width: 20%;
        margin-bottom: 10px;
    }
    #secProductCate .secSubDesc .introHolder .colRight blockquote,
    #secProductCate .secSubDesc .introHolder .colRight blockquote p{
        font-size: 30px;
    }
    #secProductCate .secSubDesc .introHolder .colRight blockquote.space50P {
        width: 100%;
    }
    #secProductCate .secSubDesc .specsHolder .item {
        padding: 12px 0px;
        display: block;
    }
    #secProductCate .secSubDesc .specsHolder .item .label {
        width: 100%;
    }
    #secProductCate .secSubDesc .specsHolder .item .desc {
        width: 100%;
    }
    #secProductSub .secHeading .introHolder {
        margin-bottom: 35px;
    }
    #secProductDetails .secContent .specsHolder li{
        display: block;
    }
    #secProductDetails .secContent .specsHolder li .label {
        width: 100%;
    }
    #secProductDetails .secContent .specsHolder li .details {
        width: 100%;
    }

    #secAbout .secCover {
        height: 900px;
    }
    #secAbout .secCover .introHolder {
        padding: 200px var(--space3p) 50px var(--space3p);
    }
    #secAbout .secStatements .colHolder {
        display: block;
    }
    #secAbout .secStatements .colHolder .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #secAbout .secQuality .introHolder h2{
        margin-bottom: var(--space30);
        padding: 0 0 25px 0px;
    }
    #secAbout .secQuality .rowHolder blockquote,
    #secAbout .secQuality .rowHolder blockquote p{
        font-size: 21px;
    }
    #secAbout .secRecognitions h2{
        margin-bottom: var(--space30);
        padding: 0px;
    }
    #secAbout .secRecognitions .sliderHolder .item {
        padding: 30px;
    }

    #secSustainability .secEmissions .cloudHolder02 {
        z-index: 3;
        top: 30%;
        width: 20%;
    }
    #secSustainability .secEmissions .listingEmissions {
        position: relative;
        z-index: 2;
        margin: 0px;
        display: block;
    }
    #secSustainability .secEmissions .listingEmissions .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        padding: 20px 30px;
    }
    #secSustainability .secEmissions .listingEmissions .item:nth-child(odd) {
        margin-top: 0; 
        margin-bottom: 50px;
    }
    #secSustainability .secEmissions .listingEmissions .item h3{
        margin-bottom: 20px;
    }
    #secSustainability .sectionPath .graphHolder {
        width: 90%;
    }

    #secContact .secDesc .colRight .variantListing li{
        flex-wrap: wrap;
    }
    #secContact .secDesc .colRight .variantListing .col01 {
        width: 100%;
        font-weight: 700;
    }
    #secContact .secDesc .colRight .variantListing .col02 {
        width: 20%;
        display: none;
    }
    #secContact .secDesc .colRight .variantListing .col03 {
        width: 100%;
    }
}