llms.txt Content
<!DOCTYPE HTML>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<style>
.box-gold {
/* Box shadow for the drop shadow effect */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/* Background color for the container */
background-color: #fff;
/* Position to center for demo purposes */
margin: 50px auto;
/* Add a border with a gradient color */
border: 2px solid;
border-image-slice: 1;
border-width: 2px;
border-image-source: linear-gradient(94.09deg, #FFD843 0%, #FF9126 83.75%);
overflow: hidden; /* Ensure the background matches the rounded border */
}
.btn-gold-light {
/* Background color for the container */
background-color: #fff;
/* Position to center for demo purposes */
margin: 50px auto;
/* Add a border with a gradient color */
border: 2px solid;
border-image-slice: 1;
border-width: 2px;
border-image-source: linear-gradient(94.09deg, #FFD843 0%, #FF9126 83.75%);
overflow: hidden; /* Ensure the background matches the rounded border */
}
.btn-gold-light:hover {
background: #FFFBEC;
cursor: pointer;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9KZZ3NERNK"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('set', {'experiments': [
{'id': 'AB_ADTHRIVE_DISABLE_TEST', 'variant': '0'},
{'id': 'AB_Q1_SKIP_TESTIMONIAL', 'variant': '1'},
{'id': 'AB_HOME_PAGE_REPOSITIONING', 'variant': '1'},
]});
gtag('config', 'G-9KZZ3NERNK');
window.addEventListener("load", function() {