body.widget-snippet .home-banner-content .video-content:before,
.fee .home-banner-content .video-content:before{
  display:none;
}

body.widget-snippet .home-banner-content .video-content video {
  height: 700px;
}

body.widget-snippet .home-banner-content .text-content {
  max-width: 415px;
  position: relative;
  left: unset;
  top: unset;
}

body.widget-snippet .home-banner-content .text-content h1,
body.widget-snippet .home-banner-content .text-content p {
  color: #000;
}
.fee .home-banner-content .text-content a:first-of-type,
body.widget-snippet .home-banner-content .text-content a:first-of-type {
  margin: 30px 0 20px;
}

body.widget-snippet .home-banner-content .text-content a:last-of-type {
  border: 1px solid #000;
  color: #000;
}
.fee .home-banner-content .text-content{
  z-index:99999;
}

.home-banner-content .video-content {
  position: relative;
}
.home-banner-content .video-content:before{
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 46.86%, rgba(0, 0, 0, 0.65) 63.94%);
  position: absolute;
  content: '';
  width: 100%;
  height: 99.3%;
  left: 0;
  top:0;
}
.home-banner-content .video-content video {
  width: 100%;
  object-fit: cover;
  height: 780px;
}
.home-banner-content .text-content {
    max-width: 748px;
    position: absolute;
    left: 260px;
    top: 165px;
}
.home-banner-content .text-content h1{
  margin: 0 0 22px;
  padding: 0;
  font-size: 64px;
  font-weight: 700;
  font-family: 'Sora';
  line-height: 68px;
  color: #fff;
  display: inline-block;
}
.home-banner-content .text-content h1 span{
  display: block;
}
.home-banner-content .text-content p{
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sora';
}
.home-banner-content .text-content p:last-of-type{
  margin: 0;
}
.home-banner-content .text-content a{
  max-width: 325px;
  margin: 0;
  display: block;
  padding: 9px 10px;
  color: #fff;
  border: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  background: #2D9FAB;
  width: 100%;
  border-radius: 70px;
}
.home-banner-content .text-content a:first-of-type {
    margin: 50px 0 20px;
    line-height: 22px;
}
.home-banner-content .text-content a:last-of-type{
  max-width: 230px;
  border: 1px solid #fff;
  background: transparent;
}
.home-banner-content .text-content a:hover{
background: #fff;
color:#2D9FAB;
}
