/*!*Hexagons*!*/
/*.hexagon {*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    height: 0;*/
/*    padding-bottom: 86%;*/
/*    position: relative;*/
/*    display: inline-block;;*/
/*}*/
/*.hexagon-border{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
/*    background-color: #ffD725;*/
/*    box-sizing: border-box;*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*}*/
/*.hexagon-body{*/
/*    width: 95%;*/
/*    height: 95%;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-color: #323031;*/
/*    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 70%;*/
/*}*/
/*.hexagon-text{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    text-align: center;*/
/*    color: #ffD725ff;*/
/*    text-shadow: 0px 0px 3px #323031;*/
/*    padding-top: 5px;*/
/*    user-select: none;*/
/*    !* background-color: #323031; *!*/
/*    font-size: 20px;*/
/*    z-index: 1;*/
/*}*/

/*.hexagon-body .content-center {*/
/*    user-select: none;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/


/*.hexagon-video-btn{*/
/*    background-color: transparent !important;*/
/*    border-radius: 50%;*/
/*    width: 5em;*/
/*    height: 5em;*/
/*    font-size: 5em;*/
/*}*/


/*!*Video Modal*!*/
/*.hexagon-modal-shadow{*/
/*    display: none;*/
/*    position: fixed;*/
/*    top:0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0,0,0,0.8);*/
/*}*/
/*.hexagon-modal{*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
/*.hexagon-modal-shadow .close {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top:32px;*/
/*    z-index:999;*/
/*    font-size: 3rem;*/
/*    line-height: 3rem;*/
/*    background-color: transparent !important;*/
/*    color:#fff !important;*/
/*    opacity:1;*/
/*    border: none !important;*/
/*}*/
/*.hexagon-modal iframe{*/
/*    width: 60vw;*/
/*    height: 80vh;*/
/*}*/
