.elementor-140963 .elementor-element.elementor-element-864374b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3f2a38a */div[data-tf-live] {
  min-height: 500px; 
  height: 100%;
}

div[data-tf-live] iframe {
  min-height: 500px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10e3b18 */.contact-link_sticky {
    position: fixed;
    bottom: 50px;
    z-index: 6;
    right: calc((100vw - 1400px) / 2 + 50px);
    background: #130C34;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    font-family: "Red Hat", Sans-Serif;
    border-radius: 50px;
    padding: 15px 40px;
    border: none;
    outline: none;
    text-decoration: none;
    transition: background 0.2s;
    margin-left: auto;
    
    box-shadow: 0 1px 10px -2px #000000;
    
    
     &:hover {
        background: #251b54;
        color: #FFF;
    }
    
     &:focus {
        background: #130C34;
        color: #FFF;
    }
}

@media(max-width: 1500px) {
    .contact-link_sticky {
        right: 30px;
    }
}

@media(max-width: 768px) {
    .contact-link_sticky {
        bottom: 64px;
    }
}/* End custom CSS */