<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TECHSTUDIO MINI HEADER */
.miniTSheaderlinks {
            text-align: center;
            width: 100%;
            margin: 0;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }

.miniTSheaderlinks a {
    color: white !important;
    font-size: 13.008px !important;
    font-weight: 700 !important;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (max-width: 768px) {
    .miniTSheaderlinks {
        text-align: right;
        width: fit-content;
        margin-left: 120px;
    }
    .miniTSheaderlinks a {
        padding-right: 10px;
        padding-left: 0;
    }
}

.miniTSheaderbackground {
    background-color: #222628;
    height: 100px;
    position: relative;
    margin-top: -10px;
}


.techstudioimage {
    height: 80px;
    width: auto;
    float: left;
    margin: 10px;
}


/* FORMSTACK IFRAME */
#formstackIFrame {
        top: 100px;
		bottom: 100px;
		height: calc(100% - 210px);
        width: 100%;
        border: none;
        overflow: hidden;
}



@-moz-document url-prefix() {
  #formstackIFrame {
    height: 100%;
  }
}


@supports (-moz-appearance: none) {
  #formstackIFrame {
    height: 100%;
  }
}




/* TECHSTUDIO MINI FOOTER*/
#footerCSP {
	height: 110px !important;
	max-height: 110px !important;
}


/* CHATBOT TCG */
#chatContainer {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 380px;
    height: 500px;
    transition: all 0.3s ease;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
	#chatContainer {
		bottom: 50px;
	}
}

#chatContainer div {
    background: #558cc9;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chatContainer span {
    color: white;
    font-weight: bold;
}

#iframeParentContainer {
    width: 100%; 
    height: calc(100% - 40px); 
    overflow: hidden; 
    position: relative;
}

#chatContainer iframe {
    width: 100%;
    height: calc(100% + 50px);
    margin-top: -70px;
    background: white;
    display: block;
}

#toggleButton {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 24px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}




</pre></body></html>