            
            img {
                height:  60%;
                width:auto;

                object-fit:contain;
                
                
            }
            .item-8 .suggested,
            .item-9 .suggested
            {
                display:none;
            }
            a{
                color:inherit;
                text-decoration: none;
                text-align:center;
            }
           
            h1,h2,h3,h4,h5{
                margin:0;
            }
            ul{
                list-style: none;
                margin:0;
              padding: 0;
            }
            li{
                width:100%;
            }
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            body{
                margin: 0;
                 font-family: "Work Sans", sans-serif;
                 /*
                 overflow-y: hidden;
                 */
                 --ease-out-cubic:cubic-bezier(.165,.84,.44,1);
            }
            section{
                height: 100vh;
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: center;
                padding:5%;
                box-sizing: border-box;
               
                align-items: center;
                background:#000;
                color:#fff;
                gap:2.5vh;
                    

            }
            .video-wrapper{
                padding:0;
            }
            .video-wrapper video{
                width:100%;
            }
            
            .item-grid #content ul
            {
                display: grid;
                gap: 1vh;
                flex-direction: column;
                justify-items: center;
                align-content: center;
                grid-template-columns: 33% 33% 33%;
                width:95%;
                margin:2.5%;
            }
            .item-grid a{
                /*
                width:30%;
                */
                width:100%;
                height:70vh;
                float:left;
                background:#eae7e277;
                display:flex;
                align-items:center;
                justify-content:center;

                color:inherit;
                text-decoration: none;
                text-align:center;
                    transition: .4s var(--ease-out-cubic);
            }
            .item-grid a:hover{
                background:#eae7e233;
                img{
                   height: 70%;
                transition:  .4s var(--ease-out-cubic);
 
                }
                h3{
                   transition:  .4s var(--ease-out-cubic); 
                   opacity:0;
                }
                
            }
            /*
            .item-grid
            */
            h1{
                
                    font-size: 3vh;
    font-weight: 400;
            }
            .item-grid h3{
                    font-size: 1.62vh;
    font-weight: 300;
                transition:  .4s var(--ease-out-cubic); 
                   opacity:1;
                
            }
            /*
             .item-grid
             */
             img{
                 
             }
             .grid-items div{
                 width:100%;
                 height:100%;
                 display: flex;
                flex-direction: column;
                justify-content: center;
             }
            
            a.cta{
                border:1px solid #fff;
                padding:2vh 5vh;
                    width: fit-content;
                
            }
            .align-left{
                float:left;
            }
            .align-right{
                float:right;
            }
            section>div{
                width: 50%;
                display: flex;
                flex-direction: column;
                height: 100%;
                justify-content: center;
                    gap: 1vh;
            }
            section>div img{
                height:100%;
                width:auto;
            }
            section h1{
                    font-size: 10vh;
    line-height: 8vh;
    font-weight: 100;
            }
            section li{
                    list-style: none;
                display: flex;
                flex-direction: column;
                /* gap: 1vh; */
                margin-bottom: 3vh;
            }
            .ccend ul,.ccend li{
                list-style: number;
            }
            section li>strong{
                        font-weight: 200;
    text-transform: uppercase;
    font-size: 3.4vh;
            }
            #back-to-top
            {
                    position: fixed;
    z-index: 100;
    bottom: 2%;
    right: 2%;
    color: #fff;
    border: .51vh solid #fff;
    border-radius: 50%;
    padding: 2vh;
    width: 2vh;
    height: 1.8vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: 400;
    font-size: 4vh;
    opacity: .4;
    cursor:pointer;
    transition: .4s var(--ease-out-cubic);
    
            }
            #back-to-top:hover{
                opacity:.89;
                transition: .4s var(--ease-out-cubic);
            }
            
            @media (max-width: 768px) {
                section{
                        flex-direction: column;
                        height:unset;
                        padding:0;
                }
                section>div{
                    width:100%;
                    min-height: 53vh;
                }
                section>div *:not(img,strong){
                    width:90%;
                    margin:0 5%;
                }
                section:nth-of-type(3){
                    
                }
                section:first-of-type{
                    padding-top:10vh;
                }
                section:last-of-type{
                    padding-bottom:10vh;
                }
            }
            
            
            
            
            