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;
}


.home-banner-content .video-content {
  position: relative;
}
.home-banner-content .video-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 99.3%;
  left: 0;
  top:0;
  background: linear-gradient(92.44deg, rgba(26, 0, 91, 0) 23.5%, rgba(18, 0, 63, 0.61) 69.04%);
  transform: rotate(180deg);
}
.home-banner-content .video-content video {
  width: 100%;
  object-fit: cover;
  height: 720px;
  object-position: top;
}
.home-banner-content .full-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 250px;
  right: 0;
  display: block;
}
.home-banner-content .text-content {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}
.home-banner-content .text-content h1{
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.01em;
  max-width: 670px;
}

.home-banner-content .text-content p{
  padding: 0;
  color: rgb(255,255,255,0.80);
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0;
  margin: 0 0 20px;
   max-width: 650px;
}
.home-banner-content .text-content p:last-of-type{
  margin: 0;
}
.home-banner-content .text-content button {
    letter-spacing: 0.01em;
    height: 54px;
    padding: 12px 45px 12px 72px;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 30px 0 0;
    font-family: Switzer Variable;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid #fff;
    background-image: url('data:image/svg+xml,<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 15.8299C0.0371733 17.5058 1.70589 18.5207 3.16796 17.7228L14.9252 10.8596C15.5655 10.4853 16 9.79952 16 8.99582C16 8.19212 15.5655 7.50628 14.9252 7.13199L3.16796 0.278562C1.70589 -0.519314 0.037088 0.485833 0 2.16184V15.8299Z" fill="white"></path></svg>');
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 45px center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home-banner-content .text-content button:hover{
background-color: #e500c7;
    border-color: #e500c7;
    color: #ffffff;
    background-image: url('data:image/svg+xml,<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 15.8299C0.0371733 17.5058 1.70589 18.5207 3.16796 17.7228L14.9252 10.8596C15.5655 10.4853 16 9.79952 16 8.99582C16 8.19212 15.5655 7.50628 14.9252 7.13199L3.16796 0.278562C1.70589 -0.519314 0.037088 0.485833 0 2.16184V15.8299Z" fill="white"></path></svg>');
}
