<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
	padding: 0;
	margin: 0;
	cursor:default;
}

 /* header */
.pad {
    padding: 0px 8px;
}
.header-a {
    font-family: 'Cabin';
    color: #4D4D4D;
}

.navbar-light .bg-light {
	background-color: #393939;
}
.header-a:hover {
    font-family: 'Cabin';
    background-color: rgb(12, 105, 131);
    background: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.start-your-free {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
}

.start-your-free-1 {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
    height: 51px;
}

.start-your-free:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    background-color: white !important;
}

.start-your-free-1:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    border-radius: 8px;
    background-color: white !important;
}

.book-a-demo {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
}

.book-a-demo-1 {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
    height: 51px;
}

.book-a-demo:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}

.book-a-demo-1:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}

.login-button {
    padding: 10px 20px;
    color: #0C6983;
    text-decoration: none;
}

.logo {
    width: auto;
}

span.navbar-toggler-icon {
    background-image: url(/Images/menub.svg);
}

.button.navbar-toggler.collapsed {
    border: 0px solid;
    box-shadow: none;
}

.b-shadow {
    box-shadow: 0px 1px 8px #0C6983;
}

.toggle-br {
    border: 0px solid;
    box-shadow: none !important;
}

.login-button-collapse {
    padding: 10px 5px;
    color: #0C6983;
    text-decoration: none;
}

.dropdown-menu-d {
    display: none;
    opacity: 0;
    transition: opacity 0.3s, display 0s 0.3s;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 54px; 
    z-index: 1000;
    width: 1250px; 
    height: auto;
    overflow-y: auto;
	/* background-color: rgb(245 245 245) !important; */
	background-color: #f8f9fa !important;
    padding: 5px; 
	border: none;
}

.nav-item:hover .dropdown-menu-d {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
	 border-radius: 12px;
}

.dropdown-menu-d[data-bs-popper] {
    top: 100%;
    margin-top: var(--bs-dropdown-spacer);
    left: auto;
    right: auto;
}
.px-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.list-group-item:first-child {
    border: 0;
}

.list-group-item {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 16px; /* Increase font size for readability */
    color: #0C6983; /* Text color */
    display: flex;
    align-items: center;
}
.dropdown-menu-description{
	font-family: "DM Sans", sans-serif;
	color: #4C4C4C;
}
.list-group-item img {
    margin-right: 10px; /* Spacing between icon and text */
}

.list-group-item:last-child {
    border: 0;
}
.card {
    overflow: hidden; /* Ensure rounded corners clip content */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  */
	margin-top: 5px;
}
.nev-card {
	background-color: #dbecf1;
	/* padding: 0px 20px; */
}
.nev-card p{
 font-family: "DM Sans", sans-serif;
}
.nev-card h6{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
   }
   .nev-card a{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
   }
.feature-overview-button{
	background-color: transparent !important;
	color: #0C6983 !important;
	padding: 8px 20px;
	margin: 5px;
	transition: all 0.3s ease;
}
.feature-overview-button:hover{
	background-color: rgb(253, 253, 253)!important;
	color: #0C6983 !important;
	padding: 8px 20px;
	margin: 5px;
	border-radius: 8px;
}
/* Dropdown arrow rotation */
.nav-item .nav-link .dropdown-arrow {
    transition: transform 0.5s ease; /* Smooth transition for rotation */
}

.nav-item:hover .nav-link .dropdown-arrow {
    transform: rotate(180deg); /* Rotate the arrow 180 degrees */
}
@media (max-width: 1200px) {
    .list-group-item {
        font-size: 14px;
    }
}

.offcanvas .dropdown-menu {
	padding: 0; 
	width: 100%;
}

.offcanvas .dropdown-menu .dropdown-item + .dropdown-item {
	margin-top: 0.5rem;
}

.offcanvas .dropdown-menu {
	padding: 0;
	width: 100%;
	display: none;
	border: none;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.offcanvas .dropdown-menu :hover{
background-color: #f1f8f8 !important;
color: #000 !important;
}
/* Remove the default Bootstrap dropdown icon */
.nav-link.header-a::after {
    display: none;
}

/* Style for the custom dropdown arrow */
.custom-dropdown-arrow {
    transition: transform 0.3s ease-in-out;
    margin-left: 8px;
    vertical-align: middle; /* Align icon with text */
}

/* Rotate the icon when hovering over the nav-link */
.nav-link.header-a:hover .custom-dropdown-arrow {
    transform: rotate(180deg);
}

/* Ensure the icon starts in the original position */
.custom-dropdown-arrow {
    transform: rotate(0deg);
}
.nav-link.header-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* integrations */
#integration {
	background-color: #f1f8f8;
}

.integration-heading {
	padding-top: 80px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 120%;
	color: #0C6983;
}

.integration-span {
	display: block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1A202C;
	padding-top: 32px;
}

.curved-section {
	width: 100%;
	max-width: 2100px;
	padding: 20px;
	background-color: #bee5ff;
	border-top-right-radius: 200px;
	border-bottom-left-radius: 200px;
	color: white;
	text-align: center;
	font-family: Arial, sans-serif;
}

.integration-logo {
	margin: 100px;
}

.pdd {
	padding-bottom: 40px;
}

.integration-logo-p img {
	max-width: 100%;
	height: auto;
}
.integration-button {
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    background-color: #f1f8f8;
    color: #0C6983;
    border:2px solid #0C6983;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.integration-button a{
    color: #0C6983;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.integration-button:hover {
    background-color: #eafafd;
    color: #0C6983;
}
.integration-button-note{
	color: #1A202C; 
	font-size: 16px;
	font-family: "'Plus Jakarta Sans', sans-serif";
	font-weight: 400;
	line-height: 150%;
}
/* compliences */
.complience-logo {
	margin: 130px;
}


/* FAQ's */
/* FAQ's */
.d-none {
	display: none;
}

.faq {
	margin-top: 20px;
	overflow: hidden;
}

.fqa-h {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 120%;
	color: #0C6983;
}

.faq-section {
	padding: 50px 0px;
	
}

.accordion {
	margin: 0 200px;
}

.accordion-item {
	border: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid lightgray;
	border-radius: none;
}

.accordion-button {
	box-shadow: none !important;
}

.accordion-collapse {
	background-color: #F1F5F5;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #585858;
}

.accordion-button:not(.collapsed) {
	background-color: #F1F5F5;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #4C4C4C;
}

.accordion-button::after {
	background-image: url(/Images/plus.svg);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(/Images/x.svg);
}

.faq-span {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
/* Intro section */
.effort-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 4.8px;
	line-height: 3;
	color: #808080;
	margin-top: 100px;
}

.Fastest-text {
	background-color: rgb(12, 105, 131);
	background: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
    -webkit-background-clip: text;	
	-webkit-text-fill-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 120%;
}

.Intro-Scout {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #808080;
}

.emailinput {
	width: 30%;
	margin: 10px;
}

.emailsendbtn {
	margin: 10px;
	background-color: #6565ee;
	color: white;
}

.email-main {
	justify-content: center;
}

.main-email h2 {
	text-align: center;
}

.main-email h1 {
	text-align: center;
}

.main-email p {
	text-align: center;
}

.bgimage {
	background-image: url(/Images/mainbg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.main-video {
	text-align: center;
	padding: 0rem 0;

}
.main-video-scout {
    border-radius: 12px 12px 0px 0px;
    margin-top: 36px;
    /* box-shadow: 4px 4px 10px rgb(132 129 129); */
	box-shadow: -4px -4px 10px rgba(132, 129, 129, 0.3),  
	4px -4px 10px rgba(132, 129, 129, 0.3);
}
.main-video video {
	max-width: 100%;
	height: 400px;
	border-radius: 24px;
}
.disabled-7-days{
	color: #999999;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-weight: 14px;
	line-height: 150%;
}
/* Usecases section */
.feature {
	padding: 20px;
	margin-bottom: 20px;
	margin: auto;
}

.feature img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.btn-link-1 {
	padding: 2px;
	text-decoration: none;
	font-weight: 400;
	line-height: 170%;
	color: #393939;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	border: 0px solid;
	text-align: center;

}

.location-content {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #393939;
	padding-bottom: 4px;
}

.location-content-describe {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #676767;
}

.pad-lo {
	padding-top: 32px;
}

.feature {
	display: none;
}

.feature.active {
	display: block;
}

.active-link {
	border-bottom: 3px solid #0C6983;
	color: #0C6983;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	background-color: #dcf1f7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.featuredbtn {
	display: block;
	text-align: center;
	width: 100%;
}

.pad-r {
	padding-right: 20px;
}
.img-modified{
	padding-top: 200px;
}
.pad-l {
	padding-left: 30px;
}

.feature-links {
	margin: auto;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin-bottom: 35px;
}

.feature-usecase-name {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #0C6983;
	word-spacing: -2px;
	line-height: 120%;
	padding-top: 70px;
	padding-bottom: 0%;
}

.feature-para {
	font-family: lus Jakarta Sans;
	font-weight: 400;
	font-size: 18px;
	color: #646464;
	padding-bottom: 120px;
}
.learn_more_usecase{
	text-decoration: none;
	color: #0C6983;
	font-weight: 400;
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	text-decoration: underline;
}
/* solution section */
.main-solution {
	padding: 4rem 0;
	/* background-image: url(/Images/sol-feature-bg.png); */
	background: rgb(33, 150, 235);
	background: linear-gradient(180deg, rgba(33, 150, 235, 1) 0%, rgba(15, 30, 32, 1) 0%, rgba(19, 66, 71, 1) 0%, rgba(27, 131, 141, 1) 61%, rgba(74, 156, 164, 1) 78%, rgba(82, 161, 168, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
}

.solution-item {
	text-align: center;
	padding: 1rem;
}

.solution-item ul li {
	line-height: 30px;
}

.solution-item img {
	max-width: 100px;
	margin-bottom: 1rem;
}

.monitoring-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 120%;
	color: #FFFFFF;
	padding-bottom: 1px;
}

.Affordable-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #FFFFFF;
	padding-top: 2px;
}

.solution-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #FFFFFF;

}

/* testomonial section */
.carousel-inner-top {
	position: absolute;
	top: 1rem;
	left: 3rem;
	background: #2c3242e0;
	color: white;
	width: 390px;
	border-radius: 30px;
	padding: 25px;
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	border-radius: 50px;
	height: 12px;
	background-color: #9e9e9e;
	border: 0;

}

.carousel-indicators {
	bottom: -70px;
}

.carousel-indicators .active {
	background-color: #0C6983;
	width: 14px;
	border-radius: 50px;
	height: 15px;
	border: 0;
}

.carousel_h1 {
	font-size: 1.5rem;
}

/* lead Generation */
.lead-generation {
	background-image: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.lead-head {
	color: white;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
}

.lead-para {
	color: white;
	font-family: 'Plus Jakarta Sans';
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	padding-bottom: 20px;
}
.displ_non{
	height: 100%;
}

/* footer */
#footer {
	background-image: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	color: white;
}

#footer .first-row {
	background-color: white;
	padding: 20px;
	border-radius: 15px;
	margin: auto;
}

#footer h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: black;
}

#footer p {
	font-size: 16px;
	color: black;
}

#footer .form-control {
	max-width: 100%;
}

#footer .shadow-input {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#footer .btn {
	min-width: 100px;
}

#footer .second-row span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
}

#footer .list-unstyled li {
	margin-bottom: 10px;
	color: white;
	line-height: 1.5;
}

#footer .list-unstyled a {
	color: #ffffff;
	text-decoration: none;
}

#footer .list-unstyled a:hover {
	text-decoration: underline;
}

#footer .social-icons img {
	width: 24px;
	height: 24px;
	margin-right: 20px;
}

#footer .social-icons {
	/* padding-bottom: 20px; */
	right: 2px;
}

#footer .row.align-items-center .col-md-8 p,
#footer .row.align-items-center .col-md-8 div {
	margin-bottom: 10px;
	color: white;
}

#footer .row.align-items-center .col-md-8 div a {
	color: #000;
	text-decoration: none;
	color: white;
}

#footer .row.align-items-center .col-md-8 div a:hover {
	text-decoration: none;
}

#footer .row.mt-4 .col div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#footer .row.mt-4 .col span {
	font-size: 14px;
	color: #ffffff;
}

#footer .first-row .d-flex {
	align-items: center;
}

#footer svg {
	vertical-align: middle;
	margin-right: 5px;
}

.email-btn {
	border: 2px solid #848484;
}

.start-btn {
	border: 2px solid #0C6983;

}

.start {
	color: #0C6983;
}

.newsletterbtn {
	background-color: #0C6983;
	border-radius: 8px;
}

.rights-scoutIT {
	text-decoration: none;
	color: white;
}
.podcast-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

/* cookies set for user enagement */
.wrapper {
	position: fixed;
	bottom: 30px;
	left: 30px;
	max-width: 365px;
	background: #fff;
	padding: 25px 25px 30px 25px;
	border-radius: 15px;
	box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
	text-align: center;
	box-shadow: 1px 1px 20px rgb(155, 153, 153);
	font-family: "DM Sans", sans-serif;
}

.wrapper.hide {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.8);
	transition: all 0.3s ease;
}
.wrapper img {
	max-width: 90px;
}

.content header {
	font-size: 25px;
	font-weight: 600;
}

.content {
	margin-top: 10px;
}

.content p {
	color: #858585;
	margin: 5px 0 20px 0;
}

.content .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttons button {
	padding: 10px 20px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	background: #0C6983;
	cursor: pointer;
	transition: all 0.3s ease;
}

.buttons button:hover {
	background-color: #0a5367;
}

.buttons .item {
	margin: 0 10px;
}

.buttons a {
	color: #0C6983;
}
@media (max-width: 768px) {
    .wrapper {
        bottom: 50px;
        left: 10px;
        right: 10px;
        padding: 15px;
    }

    .wrapper img {
        max-width: 50px;
    }

    .content header {
        font-size: 20px;
    }

    .buttons {
        flex-direction: column;
    }

    .buttons button, .buttons a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wrapper {
        bottom: 50px;
        left: 5px;
        right: 5px;
        padding: 10px;
    }

    .content p {
        font-size: 12px;
    }

    .content header {
        font-size: 18px;
    }
}
/* cookies css end here */
.feature-sh {
	display: block;
	width: 25%;
	padding-left: 0;
	padding-right: 0;
}
.AI-new-tag{
	width: 30px;
	height: fit-content;
   }
/* Scroll top */
#gotoTop.show {
	opacity: 1;
	visibility: visible;
}

#gotoTop {
	display: inline-block;
	background-color: #0C6983;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 85px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	cursor: pointer;
	border-radius: 20px;
	color: white;
	font-size: 20px;
	line-height: 40px;
}
@media (max-width: 768px){
	#gotoTop {
		display: inline-block;
		background-color: #0C6983;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 105px;
		right: 30px;
		transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 998;
		cursor: pointer;
		border-radius: 20px;
		color: white;
		font-size: 20px;
		line-height: 40px;
	}
}
/*********************************************
        ABOVE FOOTER SOLUTIONS
*********************************************/
.mobile-align .row {
    display: flex;
    flex-wrap: wrap;
}

.mobile-align .col-md-3 {
    flex: 0 0 25%; 
    max-width: 25%;
}

@media (max-width: 768px) {
    .mobile-align .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mobile-align img {
        display: block;
        margin: 0 auto;
    }
}

/* hubspot form css starts here*/
.technology_form {
	padding: 24px 32px 32px;
	gap: 24px;
	background: #FFFFFF;
	box-shadow: -23px 0px 82px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 36px 50px;
	 }
	
	
	 @media (max-width: 1200px) {
	   .technology_form {
		 padding: 30px 20px;
	   }
	 }
	  .technology_form .form_header .form_heading {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 700;
	/* font-size: 24px; */
	line-height: 36px;
	color: #0C6983;
	margin-bottom: 16px;
	font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
	 }
	
	
	 .technology_form .form_header .form_para {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
	 }
	
	
	 .technology_form .form_footer p {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #B4B4B4;
	 }
	
	 .copyright {
		text-align: center;
	 }
/* Hubspot Pop CSS Ends Here */</pre></body></html>