@font-face {
    font-family: '_ECOFont';
    src: url(ufonts.com_gotham-book-webfont.eot);
    src: url(ufonts.com_gotham-book-webfont.eot?#iefix) format('embedded-opentype'), url(ufonts.com_gotham-book-webfont.woff2) format('woff2'), url(ufonts.com_gotham-book-webfont.woff) format('woff'), url(ufonts.com_gotham-book-webfont.ttf) format('truetype'), url(ufonts.com_gotham-book-webfont.svg#gotham_bookregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: '_ECOFont_Lighter';
    src: url(gesstwolight.eot);
    src: url(GESSTwoLight-Light.woff) format('woff'), url(GESSTwoLight-Light.ttf) format('truetype'), url(GESSTwoLight-Light.svg) format('svg');
    font-style: normal
}
* {
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    /*font-family: _ECOFont, "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
    font-size: 100%;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;  Prevent horizontal scrolling */
}

.container {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

#main {
    border: 0;
    vertical-align: baseline;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
/*****HEADER******/
header {
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, .9);
    z-index: 15000;
}
.org {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 1440px;
    height: 192px;
    background-image: url('../images/logo.png');
    background-position: center center;
    /*background-size: 100vw 100vh;*/
    background-size: contain;
    background-repeat: no-repeat;
    overflow: auto
}
.org-small {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    margin: 0px !important;
    padding: 0px !important;
}

.logo {
    margin: 0px;
    padding: 0px;
    width: 1440px;
    height: 192px;
    margin-left: 50px;
}
/*****MENU*******/
.menu-container {
    width: 100% !important;
    clear: both;
    display: block;
    background-color: white;
}

.w3-btn, .w3-button {
    padding: 8px 16px !important;
}

.w3-white, .w3-hover-white:hover {
    margin-left: 25px;
}

.menu {
    clear: both;
    display: inline-block;
    background-color: white;
    float: right !important;
}

.smenu {
    position: static;
    display: inline-block;
    background-color: white;
    float: left !important;
}

.menu a:first-child {
    color: green;
}

.w3-white, .w3-hover-white:hover {
    margin-left: 25px;
}


.mnu-bold {
    font-weight: bold
}

.w3-bar-item {
    color: black;
}

.menu a:first-child {
    color: green;
}
/*END MENU*/



/**Banner**/
.div-break {
    clear: both;
    position: relative;
    top: 5px;
}
.banner {
    display:block;
    width: 1440px;
    height: 547px;
    margin: 0px;
    padding: 0px;

    background-position: center center;
    background-image: url('../images/banner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    overflow: auto;
    /* Add the blur effect */
    filter: blur(2px);
    -webkit-filter: blur(2px);
    position: relative;
}
/*
.banner2 {
    display: block;
    width: 1440px;
    height: 547px;
    margin: 0px;
    padding: 0px;

    background-position: center center;
    background-image: url('../images/banner2.png');
    background-size: contain;
    background-repeat: no-repeat;
    overflow: auto;
  
    filter: blur(2px);
    -webkit-filter: blur(2px);
    clear:both;
}
    */
.w3-display-top {
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-10%, -10%);
    -ms-transform: translate(-10%, -10%);
}

.w3-display-middle {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
}

.w3-display-zero {
    position: absolute;
    top: 0%;
    left: 0%;
}
/*End BANNER*/

/***BENEFITS****/
.w3-center.w3-small.benefits {
    position: relative;
    top: -125px;
    margin-top: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}
.w3-center.benefit-blockitems {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.w3-bar-item.w3-button.benefit-item {
    width: 50%;
    display: inline-block;
    float: left;
    font-size: x-large;
    font-weight: 100;
}

.w3-bar-item ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .w3-bar-item ul li {
        margin: 0px;
        padding: 0px;
        margin-bottom: 25px;
        list-style-type: none;
        text-wrap: wrap;
    }

.w3-border-bottom {
    border-bottom: 3px solid #ccc !important;
}

.benefit-container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.w3-content {
    max-width: 1200px;
    /*display: block;
                box-sizing: border-box;*/
    clear: both;
    box-sizing: border-box;
}


/*END BEnefits*/
/***Prob/Sol***/
.space-trail {
    margin-top: -100px;
}

.par-title {
    font-weight: 400;
    text-transform: uppercase;
}

.sub-headline {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-wrap: none;
    color: lightgray;
}
.w3-border-bottom {
    border-bottom: 3px solid #ccc !important;
}
.w3-padding {
    padding: 8px 16px !important;
}
.w3-padding-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.w3-container {
    font-size: large;
}
h6 > p {
    font-size: larger;
}
h6.w3-padding-32.w3-container {
    font-size: 20px;
    padding-top: 0px !important;
}

/*END Prob/Sol*/
/*****END HEADER******/
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    #backToTop:hover {
        background-color: #555;
        transform: scale(1.1);
    }
img.img-schema {
    width:550px;
    height:538px;
}

@media only screen and (max-width: 1080px) {
    .container {
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        width: 100%;
        max-width: 1080px;
    }
    /*****HEADER******/
    .org {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 1080px;
        height: 144px;
        background-image: url('../images/logo-1080.png');
    }

    .org-small {
        display: none;
    }

    .banner {
        display: block;
        width: 1080px;
        height: 409px;
        margin: 0px;
        padding: 0px;
        background-image: url('../images/banner-1080.png');
    }
    /***BENEFITS****/
    .w3-center.w3-small.benefits {
        position: relative;
        top: -100px;
        margin-top: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }
    /*END BEnefits*/


    /*****END HEADER******/
}


@media only screen and (max-width: 1024px) {

    /*****HEADER******/
    .org {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 1024px;
        height: 136px;
        background-image: url('../images/logo-md.png');
    }

    .org-small {
        display: none;
    }

    .banner {
        display: block;
        width: 1024px;
        height: 388px;
        margin: 0px;
        padding: 0px;
        background-image: url('../images/banner-md.png');
    }
    /***BENEFITS****/
    .w3-center.w3-small.benefits {
        position: relative;
        top: -80px;
        margin-top: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }
    /*END BEnefits*/
    /*****END HEADER******/
}

@media only screen and (max-width: 840px) {

    /*****HEADER******/
    .org {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 840px;
        height: 136px;
        background-image: url('../images/logo-md.png');
    }

    .org-small {
        display: none;
    }

    .banner {
        display: block;
        width: 840px;
        height: 388px;
        margin: 0px;
        padding: 0px;
        background-image: url('../images/banner-md.png');
    }
    /***BENEFITS****/
    .w3-center.w3-small.benefits {
        position: relative;
        top: -60px;
        margin-top: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }
    /*END BEnefits*/
    /*****END HEADER******/
}

@media only screen and (max-width: 768px) {
    /*****HEADER******/
    .org {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 768px;
        height: 102px;
        background-image: url('../images/logo-sm.png');
    }

    .org-small {
        display: none;
    }

    .banner {
        display: block;
        width: 768px;
        height: 291px;
        margin: 0px;
        padding: 0px;
        background-image: url('../images/banner-sm.png');
    }
    /***BENEFITS****/
    .w3-center.w3-small.benefits {
        position: static;
        display: block;
        width: 100%;
        margin-top: 25px;
        box-sizing: border-box;
    }
    /*END BEnefits*/
    /*****END HEADER******/

    img.img-schema {
        content: url("../images/systemschema-sm.png");
        width: 350px;
        height: 342px;
    }
    
}

@media only screen and (max-width: 480px) {
    .org {
        display: none;
    }

    .org-small {
        padding: 0px;
        margin: 0px;
        display: block;
        text-align: center;
    }

    .banner {
        display: none;
    }

    .menu-container {
        text-align: center;
        font-size: smaller !important;
    }

    .menu {
        clear: both;
        display: block;
    }

    .smenu {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        background-color: white;
        font-size: smaller;
    }

    .w3-btn, .w3-button {
        padding: 4px 8px !important;
    }
    /***BENEFITS****/
    .w3-center.w3-small.benefits {
        position: static;
        display: block;
        width: 100%;
        margin-top: 25px;
        box-sizing: border-box;
    }
    /*END BEnefits*/


}