<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-10255 .elementor-element.elementor-element-2a647ee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:080px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10255 .elementor-element.elementor-element-50128c5{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10255 .elementor-element.elementor-element-4e3d3d4 &gt; .elementor-widget-container{margin:0% 0% 0% 0%;padding:0px 0px 0px 0px;}.elementor-10255 .elementor-element.elementor-element-4e3d3d4{text-align:center;}.elementor-10255 .elementor-element.elementor-element-4e3d3d4 img{width:67%;}.elementor-10255 .elementor-element.elementor-element-e518544{--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:81px;}.elementor-10255 .elementor-element.elementor-element-64afb25 .elementor-heading-title{font-family:"GT Super", Sans-serif;font-size:47px;font-weight:900;color:#000000;}.elementor-10255 .elementor-element.elementor-element-fb07095{--spacer-size:19px;}.elementor-10255 .elementor-element.elementor-element-e5a3d6f &gt; .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-10255 .elementor-element.elementor-element-e5a3d6f{text-align:left;}.elementor-10255 .elementor-element.elementor-element-e5a3d6f .elementor-heading-title{font-family:"Apercu", Sans-serif;font-size:18px;font-weight:500;line-height:28px;letter-spacing:0.3px;color:#000000;}.elementor-10255 .elementor-element.elementor-element-5fd0793{--spacer-size:46px;}.elementor-10255 .elementor-element.elementor-element-f703a68{--spacer-size:30px;}body.elementor-page-10255{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-10255 .elementor-element.elementor-element-50128c5{--width:48%;}.elementor-10255 .elementor-element.elementor-element-e518544{--width:50%;}}@media(max-width:767px){.elementor-10255 .elementor-element.elementor-element-2a647ee{--margin-top:020px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10255 .elementor-element.elementor-element-e518544{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-10255 .elementor-element.elementor-element-64afb25 .elementor-heading-title{font-size:32px;}.elementor-10255 .elementor-element.elementor-element-e5a3d6f .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-ea677d1 *//* General form wrapper */
.custom-hubspot-form input[type="text"],
.custom-hubspot-form input[type="email"],
.custom-hubspot-form input[type="tel"],
.custom-hubspot-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px !important;
  font-family: 'Apercu' !important;
  box-shadow: 3px 3px 0 #fdccc4; /* soft green shadow */
  outline: none;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  background-color: white;
}

/* Adjust textarea height */
.custom-hubspot-form textarea {
  min-height: 120px;
  resize: vertical;
  font-size: 16px;
  font-family: 'Apercu';
}

/* Placeholder style */
.custom-hubspot-form ::placeholder {
  color: #999;
}

/* Spacing between form fields */
.custom-hubspot-form input,
.custom-hubspot-form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* Optional: Focus effect */
.custom-hubspot-form input:focus,
.custom-hubspot-form textarea:focus {
  border-color: #a9e6bd;
  box-shadow: 3px 3px 0 #fdccc4;
}

.custom-hubspot-form p,
.custom-hubspot-form .hs-fieldtype-checkbox &gt; label {
  font-family: 'Apercu', sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 20px;

  margin-bottom: 10px;
  display: block;
}

input[type=submit] {
  background-color: #000 !important;
  color: white;
  font-weight: 500;
  padding: 18px 24px;
  border: none;
  border-radius: 15px !important;
  box-shadow: 6px 6px 0 #fdccc4; /* soft green shadow */
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
    margin-top: 24px;

}

input[type=submit]:hover {
  transform: translate(-2px, -2px);
    background-color: #a9e6bd !important;
    color: #000;
  box-shadow: 8px 8px 0 #000;
}

/* Force full width on the Company Name field */
.custom-hubspot-form .hs-form-field[data-reactid*="company"] {
  width: 100% !important;
  display: block !important;
}

/* Also make the input itself full width */
.custom-hubspot-form input[name="company"] {
  width: 100% !important;
  box-sizing: border-box;
}

.submitted-message {
  font-size: 17px !important;
  font-weight: 500;
  color: #000;
}

.custom-hubspot-form .hs-form-required {
  color: red;
  margin-left: 4px;
  font-size: 14px;
  vertical-align: middle;
  position: static !important;
}

.custom-hubspot-form .hs-form,
.custom-hubspot-form .hs-form-field,
.custom-hubspot-form .input {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-hubspot-form form {
  padding: 0 !important;
  margin: 0 auto;
  max-width: 600px;
}

.custom-hubspot-form label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Apercu', sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}/* End custom CSS */
/* Start custom CSS for spacer, class: .elementor-element-f703a68 */&lt;style&gt;
/* General form wrapper */
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 3px 3px 0 #b3e4c5; /* soft green shadow */
  outline: none;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  background-color: white;
}

/* Adjust textarea height */
.styled-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Placeholder style */
.styled-form ::placeholder {
  color: #999;
}

/* Spacing between form fields */
.styled-form input,
.styled-form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* Optional: Focus effect */
.styled-form input:focus,
.styled-form textarea:focus {
  border-color: #89d4aa;
  box-shadow: 3px 3px 0 #89d4aa;
}
&lt;/style&gt;/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Apercu';
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/03/apercu-variable-proportional-pro.ttf') format('truetype');
}
/* End Custom Fonts CSS */</pre></body></html>