*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  padding-right: 4vw;
  padding-left: 4vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}
@font-face { 
	font-family: proxima-nova; 
	src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3") format("woff2"), 
		url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3") format("woff"), 
		url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3") format("opentype");
	font-style: normal;
	font-weight: 700;
	font-stretch: normal; 
	font-display: auto;
}


@font-face { 
	font-family: proxima-nova; 
	src: url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?subset_id=2&fvd=n5&v=3") format("woff2"), 
		url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?subset_id=2&fvd=n5&v=3") format("woff"), 
		url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?subset_id=2&fvd=n5&v=3") format("opentype"); 
	font-style: normal;
	font-weight: 500;
	font-stretch: normal; 
	font-display: auto; 
}

@font-face { 
	font-family: proxima-nova; 
	src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
		url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3") format("woff"), 
		url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3") format("opentype");
	font-style: normal;
	font-weight: 400; 
	font-stretch: normal; 
	font-display: auto; 
}

body {
	font-size: 16px;
	font-family: proxima-nova;
	font-weight: 500;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
	font-size: 16px;
}

/* Paragraphs */

p {
	margin: 1rem 0;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
}

/* Headings */


h1, h2, h3, h4 ,h5,h6{
	margin: 2rem 0;
}

h1, h2, h3, h4 ,h5 ,h6{  
	font-weight: 400;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.1em;

}

h1{
	line-height: calc(1.1 * (1 + (1 - 4.3)/25));
}

h2 {
	line-height: calc(1.1 * (1 + (1 - 3.5)/25));
}

h3 {
	line-height: calc(1.1 * (1 + (1 - 1.7)/25));
}

h4 {
	line-height: calc(1.1 * (1 + (1 - 1.6)/25));
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
}

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}


@media (max-width:767px){

	h1 {
		font-size: 25px;
	}
}
button,
.button {
 cursor: pointer;
  display: inline-block;
  line-height: normal;
  border: 2px solid #000;
  padding: 1.9rem 2.171rem;
  font-family: Archivo Black;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  font-size: 1rem;
  background: transparent;
  color:#000;
  width: auto;
  height: auto;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background:#000;
  color:#fff;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field{
	margin-bottom: 24px;
}

.widget-type-google_search .hs-input {
	margin-bottom: 24px;
}


.hs-form {
	margin-bottom: 40px;
}



/* Labels */

form label {
	display: block;
	font-family: proxima-nova;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.8em;
}

@media screen and (min-width: 768px), screen and (max-width: calc(1943px)) and (orientation: landscape){
	form label {
		font-size: calc((1.2 - 1) * 1.2vw + 1rem) !important;
	}
}

@media screen and (min-width: 1944px){
	form label {
		font-size: calc(1.2 * 1rem) !important;
	}
}


@media screen and (max-width: 767px) and (orientation: portrait){
	form label {
		font-size: calc((1.2 - 1) * calc(.012 * min(100vh, 900px)) + 1rem) !important;
	}
}
/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	width: 100%;
	padding: 12px;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	font-family: sans-serif;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 14px;
	outline:0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	background: #fff;
	transition: background .1s ease-in;
}




form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-input.invalid.error {
	border-color: #EF6B51;
}

.hs-error-msg {
	color: #EF6B51;
	margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	border: 2px solid #000;
	padding: 1.9rem 2.171rem;
	font-family: Archivo Black;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	font-size: 1rem;
	background: transparent;
	color:#000;
	width: auto;
	height: auto;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
	-moz-transition: 0.1s background-color linear, 0.1s color linear;
	-o-transition: 0.1s background-color linear, 0.1s color linear;
	transition: 0.1s background-color linear, 0.1s color linear;
	white-space:normal;
}

form input[type=submit]:hover,
form .hs-button:hover {
	background:#000;
	color:#fff;
}
/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

ul.no-list.hs-error-msgs.inputs-list label {
	border-radius: 2px;
	background: #cc3b3b;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 23px;
	margin: 0;
	padding: 5px 15px 3px 25px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
	position: fixed;
	transition: background 140ms ease-in-out 140ms,transform 140ms ease-in-out;
	top: 0;
	right: 0;
	left: 0;
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	pointer-events: none;
	z-index: 101;
	background: #fff;
}

.cm-header {
	position: relative;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding-top: 2vw;
	padding-bottom: 2vw;
	padding-left: 4vw;
	padding-right: 4vw;
	pointer-events: auto;
	transition: padding 140ms ease-in-out;
}

.header-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	height: inherit;
}

.header-desktop {
	position: relative;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: center;
}

.header-nav-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex: 1 0 67%;
	align-items: center;
}

.header-logo {
	width: auto;
	font-size: 0;
}

.header-logo a {
	display: inline-block;
	max-width: 100%;
	max-height: 73px;
}

.header-logo a img {
	width: auto !important;
	max-width: 100%;
	max-height: 73px;
}

.header-nav {
	text-align: right;
	margin-left: auto;
	padding-left: 2.5vw;
	flex-grow: 1;
	flex-shrink: 1;
	margin-top: -4px;
}

.header-nav .hs-menu-wrapper >ul {
	list-style: none;
	justify-content: flex-end;
	padding-left: 0;
	margin-bottom: 0;
	display: inline-flex;
	flex-wrap: wrap;
}

.header-nav .hs-menu-wrapper >ul>li {
	margin-left: 1.6vw;
	white-space: nowrap;
	font-family: proxima-nova;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
	position:relative;
}

.header-nav .hs-menu-wrapper >ul>li>a{
	text-decoration: none;
	backface-visibility: hidden;
	padding: 0.1em 0;
	display: block;
	color:#000;
	text-align: right;
}

.header-nav .hs-menu-wrapper >ul>li:hover>ul{
	display:block;
	left: auto;
	right: -1em;
	text-align: right;
	background-color:#fff;
	opacity: 1;
	pointer-events: auto;
	display:block;
}

.header-nav .hs-menu-wrapper >ul>li>ul>li>a{
	line-height: 1.3;
	text-decoration: none;
	backface-visibility: hidden;
	padding: 0.1em 0;
	display: block;
	color:#000;
	text-align: right;
}

.header-nav .hs-menu-wrapper >ul>li>ul {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: auto;
	left: -1em;
	padding: 0.5em 1em;
	text-align: left;
	min-width: 200px;
	z-index: 10;
	display:none;
	list-style:none;
	margin-bottom:0;

}

.header-action-right {
	margin-right: 0;
	flex-grow: 0;
	flex-shrink: 1;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.header-burger {
	display: none;
	align-items: center;
	justify-content: center;
}

.burger {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
	border: none;
	-webkit-appearance: button;
	text-transform: none;
	line-height: normal;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 1px 6px;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.burger-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
}

.burger-inner {
	width: 100%;
	height: 100%;
}

.burger-inner .top-bun,
.burger-inner .patty ,
.burger-inner .bottom-bun {
	background: #000;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 100%;
	transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
	will-change: transform,width;
	height: 3px;
}

.burger-inner .top-bun  {
	transform: translatey(-9.5px);
}

.burger-inner .bottom-bun{
	transform: translatey(9.5px);
}

.burger:hover,
.burger:focus,
.burger:active{
	background: none;
}

.header-button {
	margin: 0 0 0 2.5vw;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

.header-button a {
	line-height: normal;
	border-style: solid;
	border-width: 2px;
	padding: 1.9rem 2.171rem;
	font-family: Archivo Black;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	background: transparent;
	border-radius: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
	-moz-transition: 0.1s background-color linear, 0.1s color linear;
	-o-transition: 0.1s background-color linear, 0.1s color linear;
	transition: 0.1s background-color linear, 0.1s color linear;
}


.scroll .cm-header {
	padding-top: 1.8vw;
	padding-bottom: 1.8vw;
}

.open .burger-inner .top-bun {
	transform: translatex(3.5px) rotate(-135deg);
	width: 28px;
}

.open .burger-inner .patty {
	transform: scale(0);
}

.open .burger-inner .bottom-bun {
	transform: translatex(3.5px) rotate(135deg);
	width: 28px;
}

.open .cm-header {
	background: #e9e9f3;
}

.mb-header{
	opacity: 0;
	visibility: hidden;
	transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
	position: fixed;
	z-index: 100;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	will-change: opacity,visibility;
	user-select: none;
	text-align: center;
	pointer-events: auto;
	background-color: #e9e9f3;
}

.min-wrp {
	min-height: calc(4vw + 82px );
}

.mb-header-nav-content .hs-menu-wrapper>ul>li>a{
	font-size: 6.6vmin;
	position: relative;
	display: block;
	margin: 3vw 5vw;
	transition: opacity 250ms cubic-bezier(.4,0,.2,1);
	display: inline-block;
}

.mb-header-nav-content .hs-menu-wrapper>ul>li>ul>li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 4vw;
	padding-right: 4vw;
}

.mb-header-nav-content .hs-menu-wrapper>ul>li>ul>li>a {
	position: relative;
	display: block;
	margin: 3vw 5vw;
	transition: opacity 250ms cubic-bezier(.4,0,.2,1);
}

.header-nav .hs-menu-wrapper>ul>li.active-branch>a {
	background-image: linear-gradient(currentColor,currentColor);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 100%;
	background-position: 0 calc(101% - 0.1em);
}


.chevron--right {
	transform: rotate(45deg);
	right: -10px;
}

.chevron {
	position: relative;
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	vertical-align: middle;
	margin-top: -0.14em;
	cursor:pointer;
}

.mb-header-nav-content .hs-menu-wrapper>ul>li>ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #e9e9f3;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
	transform: translateX(100%);
	z-index: 9;
}

.mb-header-nav-content .hs-menu-wrapper>ul>li>ul.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0%);
}

.chevron--left {
	transform: rotate(-135deg);
	left: 6px;
	top: -1px;
}

.nav__link {
	padding: 0 10px;
}

.nav__item {
	padding-bottom: 10px;
	opacity: .5;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 4vw;
	padding-right: 4vw;
	font-size: .85em;
	font-family: proxima-nova;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1;
}

.mb-header-nav-content .hs-menu-wrapper>ul>li a.nav__link.sub__close {
	padding-right: 16px;
}

.min-wrp.lp .header-logo {
	padding: 0.25rem 0;
}

/* responsive */

@media screen and (min-width: 576px){
	.mb-header-nav-content .hs-menu-wrapper>ul>li>a,
	.mb-header-nav-content .hs-menu-wrapper>ul>li>ul>li>a{
		font-size: 6.6vmin;
	}
}

@media screen and (min-width: 768px){
	.mb-header-nav-content .hs-menu-wrapper>ul>li>a,
	.mb-header-nav-content .hs-menu-wrapper>ul>li>ul>li>a{
		font-size: 6vmin;
	}
}

@media screen and (min-width: 768px), screen and (max-width: calc(1943px)) and (orientation: landscape){
	.header-nav .hs-menu-wrapper >ul>li{
		font-size: calc((1.2 - 1) * 1.2vw + 1rem);
	}
	.header-button a{
		font-size: calc((.9 - 1) * 1.2vw + 1rem);
	}
}

@media(min-width:799.69px) and (max-width:1189px){
	.header-nav {
		padding-left: 0;
	}

	.header-nav .hs-menu-wrapper>ul>li {
		margin-left: 10px;
		font-size: calc(.04vw + 1rem);
	}

	.cm-socials a {
		height: 15px;
		width: 15px;
		margin-left: 0.5vw;
	}

	.cm-socials a:first-child {
		margin-left: 1vw;
	}

	.header-button {
		margin: 0 0 0 1vw;
	}

	.header-button a {
		padding: 0.5rem;
		font-size: calc(-.20vw + 1rem);
	}

	.header-logo a img {
		max-height: 50px;
	}
}


@media screen and (min-width: 1944px){
	.header-nav .hs-menu-wrapper>ul>li{
		font-size: calc(1.2 * 1rem);
	}
	.header-button a{
		font-size: calc(.9 * 1rem);
	}
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px){

	.mb-header{
		padding-top: calc(12vw + 73px );
	}

	.min-wrp {
		min-height: calc(12vw + 73px );
	}

	body.open {
		overflow: hidden;
	}
	.cm-header {
		padding: 6vw;
	}  
	.mb-header-nav {
		height: 100%;
	}
	.header-nav-wrapper {
		flex: 1 0 calc(100% - 50px);
	}

	.header-burger {
		justify-content: flex-end;
		flex: 0 0 50px;
		margin-right: 0;
		align-items: flex-end;
		width: 50px;
		display: flex;
	}

	.scroll .cm-header{
		padding-top: 2vmax;
		padding-bottom: 2vmax;
	}

	.open .mb-header {
		opacity: 1;
		visibility: visible;
	}



	.mb-header-nav {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		flex-shrink: 0;
	}

	.mb-nav-list {
		position: relative;
		flex-grow: 1;
		width: 100%;
		transform: translatey(20px);
		transition: transform 600ms cubic-bezier(.4,0,.2,1);
	}
	.open .mb-nav-list {
		transform: translatey(0);
	}



	.mb-nav-wrapper {
		position: absolute;
		display: flex;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		max-height: 100%;
		justify-content: flex-start;
		overflow-y: scroll;
		overflow-x: hidden;
		transform: translatex(100%);
		transition: transform 600ms cubic-bezier(.4,0,.2,1);
		-webkit-overflow-scrolling: touch;
		flex-direction: column;
	}

	.mb-nav-wrapper[data-folder="root"] {
		transform: translatex(0%);
	}

	.mb-header-nav-content {
		position: relative;
		display: flex;
		width: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		justify-content: center;
		flex-direction: column;
	}

	.mb-header-nav-content .hs-menu-wrapper>ul {
		display: flex;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0; 
		padding-top: 24px;
	}


	.mb-header-nav-content .hs-menu-wrapper>ul>li {
		width: 100%;
		box-sizing: border-box;
		padding-left: 4vw;
		padding-right: 4vw;
		font-family: proxima-nova;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0em;
		text-transform: none;
		font-size: 1.2rem;
		line-height: 1;
	}



	.mb-social-share {
		transform: translatey(100%);
		transition: transform 600ms cubic-bezier(.4,0,.2,1);
	}

	.open .mb-social-share {
		transform: translatey(0);
	}

	.mb-social-share .cm-socials {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 20px;
		flex-grow: 0;
		flex-shrink: 1;
		margin-bottom: 6vw;
	}


	.mb-social-share .cm-socials a {
		margin: 15px 7.5px !important;
		height: 25px;
		width: 25px;
	}

	.open .mb-nav-list {
		transform: translatey(0);
	}

	.mb-header-btn {
		transform: translatey(100%);
		transition: transform 600ms cubic-bezier(.4,0,.2,1);
	}

	.open .mb-header-btn {
		transform: translatey(0);
	}

	.header-nav .hs-menu-wrapper>ul>li {
		margin-left: 8px;
		font-size: 13px;
	}

	.mb-header-btn a {
		line-height: normal;
		border-style: solid;
		border-width: 2px;
		padding: 1.9rem 2.171rem;
		font-family: Archivo Black;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0em;
		text-transform: none;
		font-size: 1.2rem;
		background: transparent;
		color: rgb(0 0 0);
		border-color: rgb(0 0 0);
		-webkit-transition: 0.1s background-color linear, 0.1s color linear;
		-moz-transition: 0.1s background-color linear, 0.1s color linear;
		-o-transition: 0.1s background-color linear, 0.1s color linear;
		transition: 0.1s background-color linear, 0.1s color linear;
		border-radius: 0;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		margin: 4vw 6vw 6vw;
		min-width: 210px;
		opacity: 1;
	}

	.mb-header-btn a:hover{
		background: rgb(0 0 0);
		color: rgb(255 255 255);
	}

	.mb-header-nav-content .hs-menu-wrapper>ul>li>ul {
		height: calc(100vh - calc(12vw + 73px));
		display: flex !important;
		flex-direction: column;
		justify-content: center;

	}

}

@media (min-width:767px) and (max-width:992px){	
	.header-nav .hs-menu-wrapper>ul>li {
		margin-left: 8px;
		font-size: 14px;
	}
}

@media(max-width:799px){
	.header-action-right{
		display:none;
	}

	.header-nav{
		display:none;
	}

	.mb-header-nav-content .hs-menu-wrapper>ul>li.active-branch>a,.mb-header-nav-content .hs-menu-wrapper>ul li.active>a {
		background-image: linear-gradient(currentColor,currentColor);
		background-repeat: repeat-x;
		background-size: 1px 1px;
		background-position: 0 100%;
	}

	.mb-header-nav-content .hs-menu-wrapper>ul>li>ul>li>a {
		display: inline-block;
	}
}

@media(max-width:767px){
	.header-logo a img{
		max-height: 30px;
	}

	.min-wrp {
		min-height: calc(12vw + 37px);
	}

	.mb-header-nav-content .hs-menu-wrapper>ul>li>ul {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		height: calc(100vh - calc(12vw + 37px));
	}

	.mb-header-nav-content .hs-menu-wrapper>ul{
		padding-top: 22px;
	}

	.mb-header{
		padding-top: calc(12vw + 37px);
	}

}


@media(max-width:575px){
	.mb-header-nav-content .hs-menu-wrapper>ul>li>a,
	.mb-header-nav-content .hs-menu-wrapper>ul>li>ul>li>a{
		font-size: 8.5vmin;
	}
}

@media (max-width:479px){
	.mb-header-nav-content .hs-menu-wrapper>ul {
		padding-top: 9px;
	}
}
.cm-footer {
	background: #e9e9f3;
	min-height: 33vh;
	align-items: center;
	display: flex;
	position: relative;
	z-index: 9;
}

.cm-footer-container{
	padding-top: 3.3vmax;
	padding-bottom: 3.3vmax;
	justify-content: center;
	padding-right: 4vw;
	padding-left: 4vw;
	margin: 0 auto;
	box-sizing: content-box;
	display: flex;
	position: relative;
	max-width: 1800px;
	width: 100%;
}


.cm-footer-row {
	margin-left: -17px;
	margin-right: -17px;
}

.cm-footer-col-left {
	width: 58.3333%;
	float: left;
}

.cm-footer-right {
	width: 41.6667%;
	float: left;
}

.cm-footer-right-wrp ul {
	word-wrap: break-word;
	list-style: none;
	margin-bottom: 0;
	padding-left: 38px;
}

.cm-footer-right-wrp ul li p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: 500;
}

.cm-footer-right-wrp ul li p:before {
	box-sizing: border-box;
	content: “\2022”;
	display: inline-block;
	line-height: 1.8;
	margin-left: -40px;
	min-width: 40px;
	padding-right: 8px;
	text-align: right;
}

.cm-footer-right-wrp ul li p a {
	display: inline-block;
	word-wrap: break-word;
	color: #000;
	background-repeat: unset;
	background-image: unset;
	background-size: unset;
	background-position: unset;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	text-decoration-skip-ink: auto;
	white-space: initial;
	line-height: 1.8;
	position: relative;
	left: -3px;
}



.cm-footer-col-left-wrp {
	padding-left: 17px;
	padding-right: 17px;
}

.footer-img {
	margin: 0 auto;
	max-width: 391px;
}

.footer-img-wrpp {
	position: relative;
	overflow: hidden;
	min-height: 1px;
}

.footer-img-inner {
	position: relative;
	padding-bottom: 27.109973907470703%;
	overflow: hidden;
}

.footer-img-inner img {
	left: 0%;
	top: 0%;
	width: 100% !important;
	height: 100%;
	position: absolute;
}

.cm-footer-right-wrp {
	padding-left: 17px;
	padding-right: 17px;
}

.cm-footer-right-wrp ul li p:before {
	padding-right: 8px;
	content: "\2022";
	display: inline-block;
	margin-left: -40px;
	min-width: 40px;
	text-align: right;
	box-sizing: border-box;
}



@media screen and (min-width: 768px){
	.cm-footer-content {
		width: 50%;
	}

	.cm-footer-right-wrp ul li p {
		font-size: calc((1.2 - 1) * 1.2vw + 1rem);
		font-weight: 500;
		line-height: 1.8;
		-webkit-font-smoothing: antialiased;
	}
}


@media (min-width:767px) and (max-width:1052px){
	.cm-footer-right-wrp ul {
		display: flex;
		flex-direction: column;
	}

	.cm-footer-right-wrp ul li {
		display: inline-block;
	}
	.cm-footer-content {
		width: 70%;
	}

}

@media  (min-width: 1944px){
	.cm-footer-right-wrp ul li p{
		font-size: calc(1.2 * 1rem);
	}
}


@media(max-width:767px){
	.cm-footer-col-left-wrp{
		padding:17px;
	}
	.cm-footer-right-wrp {
		padding: 17px;

	}

	.cm-footer-content {
		width: 100%;
	}

	.cm-footer-col-left {
		float: none !important;
		width: auto !important;
	}
	.cm-footer-right{
		float: none !important;
		width: auto !important;
	}
	.cm-footer-right-wrp ul li p a{
		font-size: calc((1.2 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
		font-weight: 500;
		line-height: 1.8;
		-webkit-font-smoothing: antialiased;
	}

	footer.cm-footer{
		padding-right: 6vw;
		padding-left: 6vw;
	}

}

@media(max-width:415px){
	.cm-footer-row{
		margin-left: 0;
		margin-right: 0;
	}

	.cm-footer-col-left-wrp, .cm-footer-right-wrp {
		padding: 17px 6px;
	}

	.cm-footer-right-wrp ul {
		padding-left: 39px;
	}

	.cm-footer-right-wrp ul li p:before {
		padding-right: 9px;
	}
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.about-page .dnd-section>.row-fluid {
	padding: 0;
}

.contact-page-row1 .dnd-section,.contact-page-row2 .dnd-section  {
	padding-left: 0;
	padding-right: 0;
	padding-top: 6.6vmax;
}
.contact-page-row1 .dnd-section .dnd-column,.contact-page-row2 .dnd-section .dnd-column {
	padding: 0;
}
.contact-page-row1 .dnd-section>.row-fluid,.contact-page-row2 .dnd-section>.row-fluid {
	padding: 0 4vw;
	max-width: calc(1800px + 8vw);
}
.contact-page-row1 .widget-type-rich_text,.contact-page-row2 .hs-form {
	width: calc(( 100% + 34px )*0.666667);
	margin: 0 auto;
	padding: 0 17px 17px;
}

.contact-page-row1 .widget-type-rich_text{
	padding: 0 17px 16px;
}

.contact-page-row1 .widget-type-rich_text p {
	margin-top: 0;
	font-family: proxima-nova;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
}

.contact-page-row1 .widget-type-rich_text h2 a {
	background-repeat: unset;
	background-image: unset;
	background-size: unset;
	background-position: unset;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	text-decoration-skip: auto;
	text-decoration-skip-ink: auto;
	margin-top: 0;
}

.contact-page-row1 .widget-type-rich_text hr {
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
	margin-top: 112px;
	margin-bottom: 15px;
	background-color: #000;
}

.contact-page-row2 .dnd-section{
	padding-top: 0;
}


.contact-page-row2 form fieldset.form-columns-2>div {
	display: flex;
	flex-direction: column;
}

.contact-page-row2 form fieldset.form-columns-2>div>label {
	order: 3;
}

.contact-page-row2 form .hs-richtext {
	margin: 0;
}

.contact-page-row2 form fieldset .input {
	margin: 0 !important;
}

.contact-page-row2 form fieldset .input input,.contact-page-row2 form fieldset .input textarea {
	width: 100% !important;
}

.contact-page-row2 form fieldset .input textarea {
	min-height: 100px;
	resize: vertical;
	overflow: auto;
	vertical-align: top;
}

.contact-page-row2 form fieldset.form-columns-2>div.hs_firstname {
	padding-right: 12px;
}

.contact-page-row2 form fieldset.form-columns-2>div.hs_lastname {
	padding-left: 12px;
}

.feature-page-row1 .dnd-section {
	padding: 0;
}

.feature-page-row1 .dnd-section>.row-fluid {
	padding-top: 6.6vmax;
	padding-bottom: 6.6vmax;
	margin: 0 auto;
}

.feature-page-row1 .dnd-section .dnd-column {
	padding: 0 !important;
}

.feature-page-row1 .widget-type-rich_text {
	width: 66%;
	margin: auto;
}

.feature-page-row1 .widget-type-rich_text h2 {
	color: #000;
	margin-top: 0;
}

.feature-page-row1 .widget-type-rich_text p {
	font-family: proxima-nova;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.feature-page-row1 .widget-type-rich_text h6 {
	color: #000000;
	font-family: proxima-nova;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.8;
	font-weight: 700;
	margin: 1rem 0;
}

.feature-page-row1 .widget-type-rich_text h2+ul+p+h6 {
	margin: 0.8rem 0 1.2rem;
}

.feature-page-row1 .widget-type-rich_text h6+ul+ul {
	margin-bottom: 1.2rem;
}

.full-width-page-row1 .dnd-section > .row-fluid,
.full-width-page-row3 .dnd-section > .row-fluid {
	padding-top: 6.6vmax;
	padding-bottom: 6.6vmax;
}

.full-width-page-row1  .widget-type-rich_text ,
.full-width-page-row3  .widget-type-rich_text {
	width: 67.5%;
	margin: auto;
}

.full-width-page  .widget-type-rich_text p {
	font-weight: 500;
}

.full-width-page-row1 .widget-type-rich_text h3 {
	color: #ffa114;
}

.full-width-page .widget-type-rich_text h2 {
	font-weight: 400;
	margin-top: 0;
}

.full-width-page-row3 .widget-type-rich_text p:last-child {
	margin-bottom: 0;
}

.home-page-row2 .cont-with-bc-img .col.sqs-col-5 h2 {
	line-height: calc(1.1 * (1 + (1 - 1.7)/25));
	font-family: Archivo Black;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
}

.home-page-row2 .cont-with-bc-img .section-background:before{
	background-color: #2b3742;
	opacity: 0.15;
}

.home-page-row2 .cont-with-bc-img .cont-with-bc-img-con {
	padding-top: 65px;
	padding-bottom: 3px;
}

.home-page-row6 .testimonial .heading h3 {
	font-family: Archivo Black;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: .99;
	padding-bottom: 83px;
	padding-left: 17px;
	text-transform: none;
}

.home-page-row6 .testimonial .heading h3 {
	padding-left: 17px;
	padding-bottom: 83px;
}

.home-page-row6  .bottom-pane .bottom-pane-cont-con h1 {
	padding-left:20px;
	margin-bottom: 16px;
}

.feature-page-row1 .widget-type-rich_text ul:last-child {
	margin: 0;
}

.feature-page-row1 .widget-type-rich_text ul {
	list-style: none;
}

.feature-page-row1 .widget-type-rich_text ul li p:before {
	padding-right: 10px;
	content: "\2022";
	display: inline-block;
	margin-left: -40px;
	min-width: 40px;
	text-align: right;
	box-sizing: border-box;
}

.contact-page-row2 .dnd-section {
	padding-top: 0;
	padding-bottom: 6.6vmax !important;
}

.contact-page-row2 form fieldset .input input:focus, .contact-page-row2 form fieldset .input textarea:focus {
	background: #fff;
	transition: background .1s ease-in;
	outline-width: 2px;
	outline-style: solid;
	outline-offset: 4px;
	outline-color: hwb(0deg 0% 100%);
}

.contact-page-row2 form ul.no-list.hs-error-msgs.inputs-list label {
	font-size: 13px !important;
	line-height: 23px;
}

.contact-page-row1 .accordian.type2 .accordian-con.page-center {
	padding-bottom: 1.37vmax;
}

@media screen and (min-width: 768px), screen and (max-width: calc(1943px)) and (orientation: landscape){
	.contact-page-row1 .widget-type-rich_text p {
		font-size: calc((1.2 - 1) * 1.2vw + 1rem);
	}

	.contact-page-row2 form fieldset.form-columns-2>div>label {
		font-size: calc((1 - 1) * 1.2vw + 1rem) !important;
		margin-top: 3px;
	}

	.feature-page-row1 .widget-type-rich_text p {
		font-size: calc((1.2 - 1) * 1.2vw + 1rem);
	}

	.feature-page-row1 .widget-type-rich_text h6 {
		font-size: calc((1.5 - 1) * 1.2vw + 1rem);
	}

	.full-width-page  .widget-type-rich_text p {
		font-size: calc((1.2 - 1) * 1.2vw + 1rem);
	}

	.home-page-row2 .cont-with-bc-img .col.sqs-col-5 h2 {
		font-size: calc((1.7 - 1) * 1.2vw + 1rem);
	}

	.home-page-row2 .cont-with-bc-img .cont-with-bc-img-con {
		padding-bottom: 65px;
		padding-top: 127px;
	}

	.home-page-row6 .testimonial .heading h3 {
		font-size: calc(3vw + 1rem);
		font-size: calc((4.3 - 1) * 1.2vw + 1rem);
	}

	.home-page-row6  .bottom-pane .bottom-pane-cont-con h1 {
		font-size: calc(3vw + 1rem);
		font-size: calc((4.3 - 1) * 1.2vw + 1rem);
	}
}

@media screen and (min-width: 1944px){
	.contact-page-row1 .widget-type-rich_text p {
		font-size: calc(1.2 * 1rem);
	}

	.contact-page-row2 form fieldset.form-columns-2>div>label {
		font-size: calc(1 * 1rem) !important;
		margin-top: 3px;
	}

	.feature-page-row1 .widget-type-rich_text p {
		font-size: calc(1.2 * 1rem);
	}
	.feature-page-row1 .widget-type-rich_text h6 {
		font-size: calc(1.5 * 1rem);
	}

	.full-width-page  .widget-type-rich_text p {
		font-size: calc(1.2 * 1rem);
	}
	.home-page-row2 .cont-with-bc-img .col.sqs-col-5 h2 {
		font-size: calc(1.7 * 1rem);
	}

	.home-page-row6 .testimonial .heading h3 {
		font-size: calc(3.5 * 1rem);
	}

	.home-page-row6 .bottom-pane .bottom-pane-cont-con h1 {
		font-size: calc(4.3 * 1rem);
	}
	.home-page-row6 .bottom-pane .bottom-pane-cont-con h1 {
		margin-bottom: 16px;
		padding-left: 20px;
		font-weight: 700;
	}
}

@media (max-width:1200px){	
	.feature-page-row1 .widget-type-rich_text {
		margin: auto;
		width: 100% !important;
	}

	.full-width-page-row1 .widget-type-rich_text, .full-width-page-row3 .widget-type-rich_text {
		margin: auto;
		width: 100% !important;
	}

	.cont-with-bc-img .row.sqs-row {
		margin: auto;
		width: 100% !important;
	}
}

@media (max-width:767px){
	.contact-page-row1 .widget-type-rich_text, .contact-page-row2 .hs-form {
		width: 100%;
		padding: 0 0px 17px;
	} 

	.contact-page-row1 .widget-type-rich_text hr {
		margin-top: 50px;
	}

	.contact-page-row1 .widget-type-rich_text h2 {
		font-size: 30px;
	}

	.contact-page-row2 form fieldset.form-columns-2>div {
		width: 100% !important;
	}

	.contact-page-row2 form fieldset.form-columns-2>div.hs_lastname {
		padding: 0;
	}

	.contact-page-row2 form fieldset.form-columns-2>div.hs_firstname {
		padding: 0;
	}

	.feature-page-row1 .widget-type-rich_text {
		width: 100%;
	}

	.feature-page-row1 .widget-type-rich_text h2 {
		font-size: 30px;
	}

	.full-width-page-row1 .widget-type-rich_text, .full-width-page-row3 .widget-type-rich_text {
		width: 100%;
	}

	.home-page-row6 .testimonial .heading h3 {
		font-size: calc((3.5 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
	}

	.home-page-row6 .bottom-pane .bottom-pane-cont-con h1 {
		padding-left: 0;
	}

	.contact-page-row1 .accordian.type2 .accordian-con.page-center {
		padding-bottom: 30px;
	}
}

@media (max-width:479px){	
	.home-page-row6 .testimonial .heading h3 {
		font-size: 30px;
		padding-left: 0;
	}

	.full-width-page .widget-type-rich_text h2 {
		font-size: 25px;
	}

	.home-page-row6  .bottom-pane .bottom-pane-cont-con h1 {
		font-size:25px;
	}
}
.min-wrp{  
	min-height:auto;	
}


body.no-banner .min-wrp{  
	min-height: calc(4vw + 82px); 
}