@font-face {
    font-family: 'Sora'; /*a name to be used later*/
    src: url('Sora-VariableFont_wght.ttf'); /*URL to font*/
}

html,body{
    overflow-x: hidden;
}

body{
    background-color: #000;
    font-family: 'Sora';
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-weight: 300;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    max-width: 100%;
    display: block;
}

.container{
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.section{
    padding-top: 100px;
    padding-bottom: 100px;
}

header .logo img{
    max-width: 150px;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px !important;
}

.text-center{
    text-align: center;
}

header nav > a,
header nav > div{
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    position: relative;
}


header nav > div:hover .submenu,
header nav > div:active .submenu,
header nav > div:focus .submenu{
    display: block;
    cursor: pointer;
}

header .submenu{
    display: none;
    z-index: 100000;
    position: absolute;
    overflow: hidden;
    min-width: 180px;
    border-radius: 8px;
    top: 100%;
    padding-top: 10px;
    right: 0;
}

header .submenu > a{
    display: block;
    padding: 8px 15px;
    background: #333333;
}

header .submenu > a:first-child{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

header .submenu > a:hover{
    background: #444444;
}

a.action-button{
    font-size: 42px;
    display: inline-block;
    max-width: 300px;
    text-align: center;
}

a.action-button img{
    display: inline-block;
    margin-top: 20px;
    max-width: 180px;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-banner{
    background-image: url("../images/banner-1.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 50px;
}

.home-banner h1{
    font-size: 90px;
    line-height: 90px;
    font-weight: 300;
    margin: 0;
}

.home-banner p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 30px;
    max-width: 300px;
    margin-bottom: 0;
}

.padded-50{
    padding: 50px;
}

.w25{
    width: 25%;
}

.w70{
    width: 70%;
}

.w50{
    width: 50%;
}

.w40{
    width: 40%;
}

.w30{
    width: 30%;
}

.about-col2 h3{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
}

.title{
    display: flex;
    flex-wrap: nowrap;
    font-size: 90px;
    line-height: 90px;
}

.title h3{
    font-size: 42px;
    line-height: 48px;
    margin-left: 15px;
}

.slogan{
    padding: 80px 0;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    background: linear-gradient(0deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
}

.footer-background{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 300px;
    text-align: center;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.footer-text{
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.footer-text h3{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}

footer h3{
    margin-bottom: 30px;
}

.about-banner{
    padding: 80px 0;
}

.about-banner img{
    margin-top: -30px;
    position: relative;
    z-index: -1;
}

.about-banner h1{
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    margin: 0;
    padding-left: 30px;
}

.background-fade{

    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
}

.background-fade h2{
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 100px;
}

.background-fade .w25{
    padding: 0 15px;
}

.background-fade h3{
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px rgba(255,255,255,0.5) solid;
}
.background-fade p{
    line-height: 28px;
}

.product-background{
    position: relative;
    background-image: url("../images/product-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.product-background h3{
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 30px;
}

.product-background p{
    line-height: 28px;
}


.features{
    padding: 100px 0;
    background: #1e1f20;
}

.features h4{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}

.features h2{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.features h3{
    font-size: 24px;
    line-height: 24px;
}

.features .feature{
    max-width: 800px;
    padding: 60px 0;
    margin: 0 auto;
}
.features .feature > div{
    box-sizing: border-box;
    border-radius: 15px;
    width: 30%;
    padding: 40px 30px 40px 30px;
    border: 1px solid #fff;
}

.features .feature > div img{
    margin-bottom: 25px;
    height: 60px;
}


.features .feature > div h3{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.features .about-col2{
    padding: 80px 0;
}

.features .about-col2 h3{
    font-size: 60px;
    line-height: 72px;
}


.features .about-col2 .w40 p:first-child{
    margin-bottom: 20px;
}


.features .about-col2 .w40 p{
    font-size: 21px;
    line-height: 30px;
}

.sdg{
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px rgba(255,255,255,0.5) solid;
}


.sdg img{
    max-height: 150px;
}

.product-side-background{
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url('../images/LOD_A_02_V001.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.product-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-feature{
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-feature h4{
    color: #508991;
    font-size: 24px;
    line-height: 1.15em;
}

.single-feature h2{
    color: #000;
    font-size: 60px;
    line-height: 1.15em;
    margin: 30px auto;
}

.single-feature .box{
    color: #000;
    border-color: #000;
}

.single-feature .box{
    box-sizing: border-box;
    border-radius: 15px;
    max-width: 220px;
    margin: auto;
    padding: 40px 30px 40px 30px;
    border: 1px solid #000;
    text-align: left;
    margin-bottom: 0;
}

.single-feature .box img{
    margin-bottom: 25px;
    height: 60px;
}

.single-feature .boxv h3{
    font-size: 32px;
    line-height: 1.15em;
    margin-bottom: 20px;
}

.image-pull-up{
    margin-top: 150px;
    margin-bottom: -200px;
}

.single-feature.dark h4{
    color: #19b688;
}

.single-feature.dark h2{
    color: #fff;
}

.single-feature.dark .box{
    color: #fff;
    border-color: #fff;
}

.single-feature.dark .box{
    border-color: #fff;
}

.iso-icons{
    text-align: center;
    margin: auto;
    padding: 100px;
    background: #1e1f20;
    margin-bottom: 85px;
}

.iso-icons .icons{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.iso-icons .icons > div{
    width: 16.6%;
    flex-wrap: wrap;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.iso-icons .icons > div img{
    display: block;
    max-width: 96px;
    max-height: 96px;
    margin-bottom: 15px;
}
.iso-icons .icons > div p{
    color: #fff;
    width: 100%;
    margin: 0;
}

.light-illustration{
    position: relative;
    background:#fff;
    color: #000;
    box-sizing: border-box;
    width: 100%;
}

.light-illustration .title-wrapper{
    position: absolute;
    top:0;
    left: 0;
}


.light-illustration .title-wrapper h3{
    font-size: 60px;
    line-height: 1.25em;
}

.light-illustration .title-wrapper h4{
    font-size: 32px;
    line-height: 1.25em;
}

.light-illustration .image{
    text-align: right;
}

.light-illustration .image img{
    width: 70%;
    margin-right: 0;
    margin-left: auto;
}

.light-illustration .disclaimer{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 25%;
    color: #808080;
}

.light-illustration .disclaimer h4{
    font-size: 24px;
    line-height: 1.25em;
}

.sure-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
}

.sure-icons .icon{
    max-width: 250px;
    border: 1px #ffffff solid;
    border-radius: 20px;
}

.sure-icons .icon .description{
    padding: 10px;
    text-align: center;
}


.sure-icons .icon .description h3{
    font-size: 21px;
    line-height: 1.25em;
    margin:0;
    color: #808080;
}

.sure-icons .icon .description .value{
    font-size: 21px;
    line-height: 1.25em;
    margin-top: 8px;
}

.sure-icons .icon .description p{
    font-size: 16px;
    line-height: 1.25em;
    margin:0;
    color: #808080;
}

.sure-icons .icon img{
    width: 100%;
    max-width: none;
}

.aqua-footer{
    border-top:1px rgba(255,255,255,0.75) solid;
    padding: 30px;
    padding-top: 100px;
}

.aqua-footer h4{
    font-size: 24px;
    color: #fff;
}

.aqua-footer .content{
    max-width: 600px;
    color: #808080;
    text-align: center;
    margin: auto;
}

.aqua-footer .content p{
    line-height: 1.5em;
    font-size: 18px;
}

.aqua-footer .content p strong{
    color: #fff;
    font-weight: normal;
}

.aqua-footer .button{
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    border: 1px #808080 solid;
    padding: 8px 20px;
    border-radius: 3px;
    text-align: center;
}


.aqua-footer .button img{
    display: inline-block;
    text-align: center;
    height: 21px;
    width: auto;
    margin-right: 10px;
}

.product-icon{
    text-align: center;
    margin-top: 100px;
}

.product-icon img{
    height: 200px;
    text-align: center;
    margin: auto;
}

.sure-curve-description{
    max-width: 500px;
    margin: auto;
    color: #666666;
    margin-top: -120px
}


.sidebar-menu {
    position: fixed;
    height: 100%;
    width: 250px;
    background-color: #333;
    top: 0;
    left: -250px;
    z-index: 1;
    transition: 0.4s;
}

.sidebar-menu ul {
    list-style-type: none;
    padding: 15px;
}

.sidebar-menu ul li {
    margin: 10px;
}

.sidebar-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 5px;
    display: block;
    transition: 0.3s;
}


.sidebar-menu ul li.sub-header{
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
}

.sidebar-menu ul li.sub-menu{
    padding-left: 5px;
}


.sidebar-menu ul li a:hover {
    background-color: #575757;
}


.toggle-button {
    display: none;
    cursor: pointer;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.bar {
    fill: #fff;
    transition: 0.4s;
}
