section.video-header{position:relative;width:100%;min-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:0;background:#FDF9F8}section.video-header>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px;position:relative}section.video-header>div>div{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;width:calc(50% - 20px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}@media (max-width:768px){section.video-header>div{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:0}section.video-header>div>div{width:100%}}section.video-header .video-header__video{position:relative;width:100%;height:100%;overflow:hidden;min-height:500px;-webkit-clip-path:polygon(20% 0, 100% 0, 100% 100%, 0% 100%);clip-path:polygon(20% 0, 100% 0, 100% 100%, 0% 100%)}@media (max-width:768px){section.video-header .video-header__video{-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 90%);clip-path:polygon(0 0, 100% 0, 100% 100%, 0 90%)}}section.video-header .video-header__background{width:101%;height:101%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}section.video-header .video-fullscreen-button{position:absolute;left:0;bottom:50%;z-index:1;padding:10px;color:#A26500;font:inherit;cursor:pointer;text-align:center;width:80px;height:80px;margin-bottom:-40px;margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;background:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;line-height:1}section.video-header .video-fullscreen-button:hover{background:#ebdbd7}@media (max-width:768px){section.video-header .video-fullscreen-button{bottom:10px;width:50px;height:50px;margin-bottom:0;margin-left:0}}section.video-header .video-fullscreen-button__icon{width:24px;height:24px;display:inline-block;background:#FFAD25;-webkit-clip-path:polygon(100% 50%, 0 0, 0 100%);clip-path:polygon(100% 50%, 0 0, 0 100%)}@media (max-width:768px){section.video-header .video-fullscreen-button__icon{width:18px;height:18px}}section.video-header .video-header__content{padding:20px;max-width:530px;width:100%;margin:0 0 0 auto;position:relative;overflow:hidden}@media (max-width:768px){section.video-header .video-header__content{max-width:calc(100vw - 40px)}}section.video-header .video-header__content .video-header__logo-slider{position:relative;max-height:100px;max-width:100%;overflow:hidden;z-index:0}section.video-header .video-header__content .video-header__logo-slider:after{content:'';position:absolute;z-index:1;top:0;left:0;width:30px;height:100%;background:-webkit-gradient(linear, right top, left top, from(rgba(253,249,248,0)), to(#FDF9F8));background:linear-gradient(to left, rgba(253,249,248,0), #FDF9F8)}section.video-header .video-header__content .video-header__logo-slider:before{content:'';position:absolute;z-index:1;top:0;right:0;width:30px;height:100%;background:-webkit-gradient(linear, left top, right top, from(rgba(253,249,248,0)), to(#FDF9F8));background:linear-gradient(to right, rgba(253,249,248,0), #FDF9F8)}.video-modal{position:fixed;inset:0;z-index:999999;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px;background:rgba(0,0,0,0.95)}.video-modal.is-open{display:-webkit-box;display:-ms-flexbox;display:flex}.video-modal__player{width:100%;height:100%;max-width:1600px;max-height:100%;-o-object-fit:contain;object-fit:contain;background:#000}.video-modal__close{position:absolute;top:15px;right:25px;z-index:2;width:50px;height:50px;padding:0;border:0;background:transparent;color:#fff;font-size:48px;line-height:1;cursor:pointer}body.video-modal-open{overflow:hidden}@media (max-width:767px){height:500px;.video-modal{padding:0}.video-modal__close{top:10px;right:15px}}