:root {
	--bg:        #020617;
	--bg-nav:    rgba(2, 6, 23, 0.60);
	--border:    rgba(255,255,255,0.07);
	--text:      #fff;
	--accent:    #0D9BAC;
	--accent-bg: #0D9BAC;
	--accent-glow: rgba(13, 155, 172, 0.44);
	--nav-h:     89px;
	--radius:    6px;
}



















































*, *: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;
}

/* Embed */

iframe {
	width: 100%;
}
/* 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: 28px;
	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;
}

.dnd_area-row-0-padding .row-fluid [class*="span"] {
	min-height: 0;
}

.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: 28px;
		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: 28px;
		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%;
	}
}


/* Maps */

.maps iframe,
.maps .hs-embed-wrapper,
.maps .hs-embed-content-wrapper > div {
	width: 100% !important;
  height: 640px !important;
	max-width: 100% !important;
	max-height: 640px !important;
}

/* 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;
	}
}
html {
  font-size: 16px;
	scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0 0 26px;
  line-height: 1.7;
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 0.06em;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}


/* Anchors */

a {
  color: #0D9BAC;
  cursor: pointer;
  text-decoration: none;
  transition: all 210ms linear;
  font-size: 16px;
}



a:hover {
  color: ;
  text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
  font-family: Manrope, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}

h1 {
  font-weight: 500; text-decoration: none; font-family: Manrope; font-style: normal;
  color: #ffffff;
  font-size: 80px;
	line-height: 1.2;
}

h2 {
  font-weight: 500; text-decoration: none; font-family: Manrope; font-style: normal;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.2;
}

h3 {
  font-weight: 500; text-decoration: none; font-family: Manrope; font-style: normal;
  color: #ffffff;
  font-size: 28px;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Manrope; font-style: normal;
  color: #ffffff;
  font-size: 24px;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: Manrope; font-style: normal;
  color: #ffffff;
  font-size: 19px;
}

h6,
.section-title__subheading {
  font-weight: 500; text-decoration: none; font-family: Manrope; font-style: normal;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title__subheading {
  display: block;
}

@media (max-width: 1200px) {
  h1 { font-size: 50px !important; }
  h2 { font-size: 42px; }
  h3 { font-size: 33px; }
  h4 { font-size: 24px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
}

@media (max-width: 767px) {
  h1 { font-size: 43px !important; }
  h2 { font-size: 33px; }
  h3 { font-size: 27px; }
  h4 { font-size: 21px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
	list-style-position: outside;
	padding: 0 0 0 1.0234rem;
	line-height: 1.7;
}

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

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

.widget-type-rich_text li {
	line-height: 2;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem 0;
	padding: 0;
	border-left: 2px none ;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
}

/* Horizontal rules */

hr {
  background-color: rgba(0,0,0,0.12);
  border: none;
  color: rgba(0,0,0,0.12);
  height: 2px;
	margin: 0 0 1.234rem 0;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Form */
form {
  font-family: Manrope, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.234rem;
}


/* Labels */
form label {
  color: ;
  display: inline-flex;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

form label,
.hs-form-field a {
  font-size: 0.875rem;
}

.blog-listing__subscribe label {
	display: inline;
}


/* Help text - legends */

form legend {
  color: ;;
  font-size: 0.875rem;
}

.form-input-validation-message,
.email-prefs .item p {
	opacity: .7;
}


/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	max-width: 100%;
}

select {
	padding: 0.61em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: ;
  background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

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

textarea {
	min-height: 120px;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #ffffff;
}

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

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


/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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%;
}

form .header {
  background-color: transparent;
  border: none;
}

form .hs-richtext p a {
	font-size: inherit;
}



/* GDPR */

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


/* Validation */

.hs-form-required {
  color: red;
}

.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 {
  background-color: 

  
  
    
  


  rgba(13, 155, 172, 0.0)

;
  border: 2px solid #0D9BAC;
  border-radius: 55px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 16px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(30, 172, 189, 0.0);
  border-color: #1eacbd;
  color: #FFFFFF;
	outline: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(30, 172, 189, 1.0);
  border-color: #1eacbd;
  color: #FFFFFF;
}


/* Captcha */

.grecaptcha-badge {
	margin: 0 0 27px 0;
}

form,
.submitted-message {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}


/* Form title */

h3.form-title {
  background-color: ;
  color: ;
}


/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #ffffff;
}


/* Banner Form / Overlapping */

@media (min-width: 1200px) {
	.body-container--banner-form .span12 > .row-depth-1 .widget-type-form {
		position: absolute;
	}
	
	.body-container--banner-form .row-number-2 > .row-fluid {
		z-index: 12;
	}
}

.body-container--banner-form .span12 > .row-depth-1 .widget-type-form,
.boxed-form {
	width: 100%;
	top: 0;
	border-radius: 12px;
	background: #fff;
	padding: 0 43px 43px 43px;
	box-shadow: 0 12px 70px rgba(0,0,0,0.21);
	z-index: 999;
}

.body-container--banner-form .span12 > .row-depth-1 .widget-span {
	position: relative;
}

.body-container--banner-form .span12 > .row-depth-1 .form-title,
.boxed-form .form-title {
	text-align: center;
	font-size: 24px;
	margin-left: -43px;
	background: #0D9BAC;
	background: -moz-linear-gradient(270deg,  0%, #0D9BAC 100%);
	background: -webkit-linear-gradient(270deg,  0%, #0D9BAC 100%);
	background: linear-gradient(270deg,  0%, #0D9BAC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D9BAC",endColorstr="",GradientType=1);
	color: #fff;
	width: calc(100% + 86px);
	border-radius: 12px 12px 0 0;
	padding: 4%;
}


/* Membership */

.hs-membership-loader {
	padding: 2rem 0;
}

.video-bg {
  min-height: calc(100% + 160px) !important;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
	width: 100%;
}

.body-container-wrapper {
  overflow: hidden;
}

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

.dnd-section {
  padding: 80px 15px;
  position: relative;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.dnd-section > .row-fluid, .centered {
  margin: 0 auto;
  max-width: 1200px;
	position: relative;
	z-index: 4;
}

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

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

.overlay-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
/* ── NAV SHELL ── */
nav {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: var(--nav-h);
	background: rgba(2,6,23,0.60);
	border-bottom: 1px solid rgba(255,255,255,0.09);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.07),
		inset 0 -1px 0 rgba(0,0,0,0.2);
	backdrop-filter: blur(4px) saturate(0%) brightness(1.05);
	-webkit-backdrop-filter: blur(4px) saturate(0%) brightness(1.05);
	z-index: 100;
	transition: box-shadow 0.4s ease, background 0.4s ease;
}

nav.scrolled {
	background: linear-gradient(
		135deg,
		rgba(10, 15, 28, 0.88) 0%,
		rgba(6, 11, 22, 0.92) 100%
	);
	box-shadow:
		0 8px 48px rgba(0,0,0,0.55),
		0 1px 0 rgba(255,255,255,0.07),
		inset 0 1px 0 rgba(255,255,255,0.06);
}

.nav-inner {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding: 0 32px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
}

/* ── LOGO ── */
.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	flex-shrink: 0;
}

.logo img {
	height: 55px;
	width: auto;
	display: block;
	transition: opacity 0.25s ease;
}

.logo:hover img {
	opacity: 0.85;
}

/* ── NAV ITEMS ── */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 {
	position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a[role="menuitem"] {
	display: block;
	padding: 8px 20px;
	font-size: 14.5px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: var(--text);
	text-decoration: none;
	border-radius: var(--radius);
	position: relative;
	transition: color 0.22s ease, background 0.22s ease;
}

/* underline bar */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a[role="menuitem"]::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 20px;
	right: 20px;
	height: 2px;
	background: #0D9BAC;
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a[role="menuitem"]:hover {
	color: #fff;
/* 	background: rgba(255,255,255,0.04); */
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a[role="menuitem"]:hover::after {
	transform: scaleX(1.234);
}

/* active state — li.active or a.active */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1.active > a[role="menuitem"],
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a[role="menuitem"].active {
	color: #0D9BAC;
	font-weight: 500;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1.active > a[role="menuitem"]::after,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a[role="menuitem"].active::after {
	transform: scaleX(1.234);
}

/* ── CTA BUTTON ── */
.cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	background: var(--accent-bg);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	border: none;
	border-radius: var(--radius);
	cursor: pointer;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.25s ease;
	white-space: nowrap;
	flex-shrink: 0;
}

/* shimmer sweep */
.cta::before {
	content: '';
	position: absolute;
	top: 0; left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}

.cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 28px var(--accent-glow), 0 2px 8px rgba(0,0,0,0.4);
	background: #00d8d8;
}

.cta:hover::before {
	left: 160%;
}

.cta:active {
	transform: translateY(0px);
	box-shadow: 0 2px 10px var(--accent-glow);
}

/* ── HAMBURGER (mobile) ── */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	background: none;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	cursor: pointer;
	padding: 8px;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.hamburger:hover {
	border-color: #0D9BAC;
	background: rgba(0,196,196,0.06);
}

.hamburger span {
	display: block;
	height: 1.5px;
	background: var(--text);
	border-radius: 2px;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease, background 0.2s ease;
	transform-origin: center;
}

.hamburger:hover span {
	background: #0D9BAC;
}

.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE DRAWER ── */
.mobile-menu {
	display: none;
	position: fixed;
	top: var(--nav-h);
	left: 0; right: 0;
	background: linear-gradient(
		160deg,
		rgba(10, 16, 30, 0.93) 0%,
		rgba(7, 12, 22, 0.97) 100%
	);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 16px 40px rgba(0,0,0,0.5);
	backdrop-filter: blur(28px) saturate(180%);
	-webkit-backdrop-filter: blur(28px) saturate(180%);
	padding: 16px 24px 24px;
	flex-direction: column;
	gap: 4px;
	transform: translateY(-8px);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
	z-index: 99;
}

.mobile-menu.open {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.mobile-menu .hs-menu-item.hs-menu-depth-1 > a[role="menuitem"] {
	display: block;
	padding: 12px 16px;
	font-size: 15px;
	font-weight: 400;
	color: var(--text);
	text-decoration: none;
	border-radius: var(--radius);
	border-left: 2px solid transparent;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.mobile-menu .hs-menu-item.hs-menu-depth-1 > a[role="menuitem"]:hover,
.mobile-menu .hs-menu-item.hs-menu-depth-1.active > a[role="menuitem"],
.mobile-menu .hs-menu-item.hs-menu-depth-1 > a[role="menuitem"].active {
	color: #fff;
	background: rgba(255,255,255,0.05);
	border-left-color: #0D9BAC;
	padding-left: 20px;
}

.mobile-menu .hs-menu-item.hs-menu-depth-1.active > a[role="menuitem"],
.mobile-menu .hs-menu-item.hs-menu-depth-1 > a[role="menuitem"].active {
	color: #0D9BAC;
}

.mobile-menu .cta {
	margin-top: 12px;
	width: 100%;
	justify-content: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
	.nav-inner .hs-menu-wrapper { display: none; }
	.nav-right .cta { display: none; }
	.hamburger { display: flex; }
	.mobile-menu { display: flex; }
}

@media (max-width: 800px) {
	.nav-inner { padding: 0 15px; }
	.logo-wordmark { font-size: 15px; }
}
button,
.button,
.cta_button {
  border-radius: 55px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  padding: 16px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.18s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
	font-size: 16px;
  position: relative;
}

button:hover,
.button:hover,
.cta_button:hover {
  transform: scale(0.97) !important; 
}

button:hover,
.button:hover,
.cta_button:hover {
  transform: scale(0.97) !important; 
}

button:::after,
.button::after,
.cta_button::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
}

button:hover::after,
.button:hover::after,
.cta_button:hover::after {
  background: rgba(0, 0, 0, 0.04);
}



@media (max-width: 500px) {
	button,
	.button,
	.cta_button {
		display: block;
    margin-top: 14px;
	}
  
  .nav-right .button, .nav-right button {
    margin-top: 0;
  }
  
  #mainNav .logo img {
    width: 150px !important;
  }
  
  .nav-inner {
    padding: 0 15px;
  }
}

.button--primary,
.cta_button {
  background: linear-gradient(90deg, #0D9BAC, #0D9BAC);
  border: none !important;
  color: #FFFFFF;
	font-size: 16px;
}

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

.button--primary:hover,
.button--primary:focus,
button:hover,
button:focus,
.cta_button:hover {
  background-color: rgba(0, 139, 156, 1.0);
  border-color: #008b9c;
  color: #FFFFFF;
  text-decoration: none;
	outline: none;
  transform: scale(0.97) !important; 
}

.cta_button:focus {
	color: inherit;
}

.button--primary:focus,
.header-main__cta:focus {
	color: #FFFFFF;
}

.button--primary.button--white:focus,
.header-main__cta.button--white:focus {
	color: #0D9BAC !important;
}

.button:active {
  transform: scale(.97);
}

.header-main__cta {
  padding: 12px 21px;
  background: linear-gradient(90deg, #0D9BAC, #0D9BAC);
  border: none !important;
  border-radius: 55px;
  color: #FFFFFF;
  transition: all 0.18s linear;
	word-break: normal;
}






@media (min-width: 1200px) {
  .header-main__cta {
    margin-left: 12px;
  }
}

.button--outline, .button--outline:focus {
  box-shadow: inset 0px 0 0 2px 

  
  
    
  


  rgba(13, 155, 172, 1.0)

;
  background: none;
  color: 

  
  
    
  


  rgba(13, 155, 172, 1.0)

;
  transition: all 0.18s ease;
}

.button--outline:hover {
  background: linear-gradient(90deg, #0D9BAC, #0D9BAC);
  color: #FFFFFF;
  box-shadow: inset 0px 0 0 2px 

  
  
    
  


  rgba(13, 155, 172, 1.0)

;
  transform: scale(0.97) !important; 
  transition: all 0.18s ease;
}


.button--white {
  background: #fff;
  color: #0D9BAC;
}

.button--white:hover,
.button--white:focus,
.button--white:active {
  transform: scale(0.97) !important; 
  color: #0D9BAC !important;
}

.button--outline-white {
  box-shadow: inset 0px 0 0 2px #fff;
  background: none;
  color: #fff;
}

.button--outline-white:hover {
  color: #fff;
  background: rgba(255,255,255, 0.1);
  transform: scale(0.97) !important; 
}

div .button:not(:last-of-type) {
  margin-right: 1.02rem;
	margin-bottom: 1.02rem;
}

.button--secondary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(13, 155, 172, 0.0)

;
	border: 2px solid #0D9BAC;
	border-radius: 55px;
	font-size: 16px;
	padding: 16px 40px;
}

.button--tertiary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(255, 182, 54, 1.0)

;
	border: 1px solid #FFB636;
	border-radius: 12px;
	font-size: 16px;
	padding: 16px 30px;
}

.button--tertiary:hover,
.button--tertiary:focus {
	color: #FFFFFF;
  transform: scale(0.97) !important; 
}

.button--secondary:hover,
.button--secondary:focus {
	color: #FFFFFF;
  transform: scale(0.97) !important; 
}

.button--tertiary:hover {
  background-color: rgba(239, 166, 38, 1.0);
  border-color: #efa626;
  transform: scale(0.97) !important; 
}

.button--secondary:hover {
  background-color: rgba(0, 139, 156, 0.0);
  border-color: #008b9c;
  transform: scale(0.97) !important; 
}

@media (max-width: 800px) {
  #alignment-cta .buttons-wrap {
    box-shadow: none !important;  
  }
  
  .nav-right .button {
    font-size: 12px;
    padding: 12px 15px
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 12% auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  font-size: 1.25rem;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}


/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.backup-unsubscribe {
	text-align: center;
}
img {
  max-width: 100%;
}

::selection {
  color: #fff;
	background: #0D9BAC;
}


/* Text */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-italic {
  font-style: italic;
}


/* Spacing classes */

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  ::not(.header-main) .space-between {
    flex-direction: column;
  }
}

.margin-0 { margin: 0; }

.mb-s { margin-bottom: 0.5rem; }
.mb-m { margin-bottom: 1rem; }
.mb-l { margin-bottom: 2rem; }
.mb-xl { margin-bottom: 4.3rem; }

.mt-s { margin-top: 0.5rem; }
.mt-m { margin-top: 1rem; }
.mt-l { margin-top: 2rem; }
.mt-xl { margin-top: 4.3rem; }

.margin-auto {
	margin-right: auto;
	margin-left: auto;
}

.no-spacing {
	margin: 0 !important;
	padding: 0 !important;
}


/* Utilities */

.hide {
  display: none;
}

.show {
  display: block;
}

body {
  background: #0E1114;
}
/* 
.body-container--blank:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: url(https://2930497.fs1.hubspotusercontent-eu1.net/hubfs/2930497/04-External-Assets/semantik/Semantik_Dark_BG.png) no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: absolute;
} */




/* Wistia */
.wistia {
	cursor: pointer;
	display: flex;
}

.wistia_embed {
	padding: 56.25% 0 0 0;
	position: relative;
}

.wistia_embed > div {
	height: 100% !important;
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
}		

.wistia__play-btn {
	height: 70px;
	width: 100px;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: rgba(41, 64, 149,0.9);
	align-items: center;
	transform: translate(-50%,-50%);
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

.wistia__play-btn svg {
	width: 100%;
	fill: #fff;
}

.wistia__play-btn:hover {
	background-color: rgba(41, 64, 149,1);
}









/**** accordion-form ****/
.toggles {
	position: relative;
	width: 100%;
}

.toggles h4 {
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .toggles .flex-container {
    flex-direction: row;
  }
	
	.toggles .flex-container>div {
	  margin-right: 41px;
	}
}

@media (max-width: 640px) {
	.toggles h5 {
	  font-size: 16px;
	}
}

.toggles__open:not(.toggles__open--active):hover {
	transform: scale(0.98);
}

.toggles__open {
	display: block;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	cursor: pointer;
	margin-bottom: 32px;
}

.toggles__location, .toggles__type-of-position {
  display: flex;
	flex-direction: row;
	justify-content: space-between;
}	

.toggles__location-type {
  display: flex;
	flex-direction: row;
	justify-content: normal;
}
	
.toggles__location-name,
.toggles__type {
	margin-left: 10px;
	margin-top: 4px;
	font-size: 14px;
}

.toggles__open .toggles__content {
  display: grid;
  grid-template-rows: 0fr;
	opacity: 0;
}

.toggles__open .toggles__content > div {
	overflow: hidden;
}

.toggles__content {
	-webkit-transition: all 1020ms cubic-bezier(.25,.75,.5,1.25);
	transition: all 700ms ease;
}

.toggles__open--active .toggles__content {
	grid-template-rows: 1fr;
	opacity: 1;
}

.toggles__position p span:nth-of-type(2) {
	display: inline-block;
	position: relative;
	padding-left: 44px;
}
			
.toggles__position p span:nth-of-type(2):before {
	width: 15px;
	height: 1px;
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.15);
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	position: absolute;
}

.toggles__position p {
	margin-bottom: 15px;
}

.toggles__position {
	position: relative;
}

.toggles__plus:before,
.toggles__plus:after{
	content: "";
	position: absolute;
	transition: transform 0.25s ease-out;
}

/* Vertical line */
.toggles__plus:before{
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -1px;
}

/* horizontal line */
.toggles__plus:after{
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -1px;
}

.toggles__open--active .toggles__plus:before{ transform: rotate(90deg); opacity: 0; }
.toggles__open--active .toggles__plus:after{ transform: rotate(180deg); }

.toggles__plus {
	height: 25px;
	width: 25px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

@media (max-width: 770px) {
	.toggles .hs-form-field {
	  width: 100% !important;
	}
}

.toggles option {
  color: #000;
}


/**** counter ****/

/* Counter */
.counter__number,
.counter__type {
  margin-bottom: 1.5rem;
  font-size: 44px;
}

.counter {
  padding: 21px 21px 12px 21px;
  border-radius: 12px;
  transition: all 210ms linear;
	background: linear-gradient(45deg, #131A1A, #0E1114);
	border: 1px solid rgba(255,255,255,0.04);
}

.counter__item p {
  opacity: .8;
}

@media (max-width: 800px) {
  .counter {
    margin-bottom: 15px;
  }
}






/**** demo ****/
.demo {
	backdrop-filter: blur(2px);
    background: radial-gradient(85.77% 49.97% at 51% 5.12%, rgb(11 155 173 / 11%) 0, rgba(222, 226, 255, .08) 45.83%, rgba(241, 242, 255, .02) 100%), rgba(0, 0, 0, .44);
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 15px;
    box-shadow: 0 44px 44px rgba(0, 0, 0, .5);
    padding: 14px;
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, .03), inset 0 .5px 0 0 rgba(255, 255, 255, .3);
}

.demo > div {
/*   background: url(https://2930497.fs1.hubspotusercontent-eu1.net/hubfs/2930497/04-External-Assets/semantik/sematik-demo-gif-1.gif) -1px -1px; */
    background-size: calc(100% + 2px) auto;
    border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.demo img {
  visibility: hidden;
  display: block;
}

.demo:after {
    content: '';
    display: block;
    height: calc(100% - 28px);
    width: calc(100% - 28px);
    border: 1px solid #292a2e;
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 12px;
}

.demo div > video {
	max-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	z-index: -1;
}










/**** global-footer ****/
.footer {
  background-color: rgba(2,6,23,0.60);
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer__logo {

  display: flex;
  align-items: center;

}

.footer__logo img {
  height: 40px;
  width: auto;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__nav a {
  color: #6B7280;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.footer__nav a:hover {
  color: #ffffff;
}

.footer__copyright {
  color: #6B7280;
  font-size: 12px;
  padding-left: 35px;
}
.footer__copyright a:hover {
  color: #ffffff;
}
.footer__link {
  color: #6B7280;
  font-size: 12px
}
.footer__link a:hover {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .footer, .footer__logo {
    flex-direction: column;
    gap: 24px;
  }
  
  .footer__copyright {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .footer__logo {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 28px 24px;
    text-align: center;
  }

  .footer__nav {
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  
}



/**** logos ****/
.logos-strip {
  background-color: #101011;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logos-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  transition: opacity 0.2s ease, filter 0.2s ease;
  filter: grayscale(100%) brightness(1.2);
  cursor: pointer;
}

.logos-strip__item:hover {
  opacity: 1;
  filter: grayscale(100%) brightness(10);
}

.logos-strip__item img {
  height: 44px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logos-strip {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    padding: 32px 24px;
  }
}





/**** section-options ****/
.height0 {
	min-height: 0 !important;
}

.hs-inline-edit .styler:before {
	content: "Section Options";
	text-align: center;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-shadow: 0 0 12px #000;
	display: block;
	font-size: 12px;
}

.hs-inline-edit .styler {
	padding: 15px;
	background: rgba(255,255,255,0.12);
	border: 1px dashed #2cac71;
	position: relative;
	margin: 15px 0;
}




/**** simple-cards ****/
.simple-cards {
  display: flex;
  gap: 4%;
  position: relative;
  padding-bottom: 50px;
}

.simple-cards__text {
  padding: 11% 11% 0;
  position: relative;
  z-index: 2;
  flex: 1;
  box-shadow: 0 25px 55px 55px rgba(15, 17, 20, 0.7);
}

.simple-cards__item {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  flex: 1 1 0; 
  display: flex;
    flex-direction: column;
}

.simple-cards__item:hover {
/*   background: linear-gradient(45deg, #131A1A, #0E1114); */
/*     transform: scale(0.98); */
    box-shadow: 0 5px 24px rgba(13, 155, 172, 0.15), 0 2px 7px rgba(0, 0, 0, 0.4);
}
  
@media (max-width: 1000px) {
  .simple-cards {
    flex-direction: column;
    gap: 15px;
  }
  .simple-cards__item {
    overflow: unset;
    transform: translateY(0) !important;
  }
}
  
.simple-cards__animate {
  position: relative;
  overflow: hidden;
  margin-top: auto;
}

.simple-cards__animate video {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.simple-cards__animate:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}
