body{
  hyphens: auto;
  overflow-wrap: break-word;
}
.share-only{ display:none !important; }
.sharing-buttons{ display:none !important; }
.toolbar{ display: none; }
.gbui-immersive-cell-effect{
--gbui-immersive-cell-effect: rgba(0, 0, 0, 0.2); !important;
}
[gbAboutContent] .video-wrapper{ height:auto !important; }
[gbAboutContent] .video-wrapper iframe{ position:unset !important; }

.calltoaction-btn {
    display: inline-block;
    background: #e71933;
    color: #ffffff !important;
    padding: 20px 40px;
    border-radius: 15px;
    text-decoration: none;
    font-weight:700;
    margin-top:30px;
}

@media
    only screen and (orientation: portrait) and (max-width: 599px),
    only screen and (orientation: landscape) and (max-width: 959px) {

    }
    
@media
    only screen and (orientation: portrait) and (min-width: 600px) and (max-width: 1024px),
    only screen and (orientation: landscape) and (min-width: 960px) and (max-width: 1279px) {

    }

@media
    only screen and (orientation: portrait) and (min-width: 1025px) and (max-width: 1279px),
    only screen and (orientation: landscape) and (min-width: 1280px) and (max-width: 1439px) {

    }

@media only screen and (min-width: 1440px) {

}