/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
:root {
	--black: #000;
	--white: #fff;

	--light-grey: #eeeeee;
	--grey: #a8a8a8;
	--dark-grey: #6f7278;

	--light-blue: #aabbcc;
	--dark-blue: #111b2f;

	--orange: #fc4d00;
	--teal: #01818a;

	--regular: 400;
	--medium: 500;
	--semi-bold: 600;
	--bold: 700;
}

@font-face {
	font-family: 'ProximaNova-Regular';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/fonts/ProximaNova-Regular.otf')
		format('opentype');
}

@font-face {
	font-family: 'ProximaNova-SemiBold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/fonts/ProximaNova-Semibold.otf')
		format('opentype');
}

@font-face {
	font-family: 'ProximaNova-Bold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/fonts/ProximaNova-Bold.otf')
		format('opentype');
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	font-size: 16px;
	height: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html.is-fixed {
	position: relative;
	overflow: hidden !important;
}

body {
	word-break: break-word;
	overflow-x: hidden;
}

html.is-fixed body {
    overflow: hidden!important;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

.switchback ul,
.hs_cos_wrapper_type_rich_text ul,
ol,
.submitted-message ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 1rem;/*1rem*/
}
/*pasar al otro*/
.switchback ul li,
.customer-additional-info ul li,
.hs_cos_wrapper_type_rich_text ul li,
ol li,
.submitted-message ul li,
.switchback ol li,
.customer-additional-info ol li,
.hs_cos_wrapper_type_rich_text ol li,
.submitted-message ol li{
	position: relative;
	width: 100%;
	/*font-size: 21px;*/
	font-weight: normal;
	line-height: 1.45;
	padding: 0 0 0 1.25rem;
	margin-bottom: 0;
}

ul. li {
	position: relative;
	width: 100%;
	display: flex;
	/*font-size: 21px;*/
	font-weight: normal;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0.10rem;
}

ul.bullet li {
	position: relative;
	width: 100%;
	display: inline-block;
	/*font-size: 21px;*/
	font-weight: normal;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0;
  /*margin-bottom: 1.25rem;*/
}

ul.bullet li p {
	margin-bottom: 0;
}

ul.bullet li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/bullet.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.orangebullet li {
	position: relative;
	width: 100%;
	display: inline-block;
	font-weight: normal;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 1.25rem;
}

ul.orangebullet li p {
	margin-bottom: 0;
}

ul.orangebullet li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/bullet-org.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.ticks {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

ul.ticks li {
	position: relative;
	display: inline-block;
	width: 100%;
	list-style: none;
	/*font-size: 21px;*/
	padding: 0 0 0 2rem;
	margin-bottom: 1rem;
}

ul.ticks li p {
	margin-bottom: 0;
}

ul.ticks li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/orangeTick.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.cross {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

ul.cross li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0;
  /*margin-bottom: 0.5rem;*/
}

ul.cross li p {
	margin-bottom: 0;
}

ul.cross li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/orangeCross.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.t-cross {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

ul.t-cross li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0;
  /*margin-bottom: 0.5rem;*/
}

ul.t-cross li p {
	margin-bottom: 0;
}

ul.t-cross li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/x-icon-teal.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
/**/
ul.cross-white,ol.cross-white {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

ul.cross-white li,ol.cross-white li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.cross-white li p,ol.cross-white li p {
	margin-bottom: 0;
}

ul.cross-white li::before,ol.cross-white li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/x-icon-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.tealcross {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

ul.tealcross li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.tealcross li p {
	margin-bottom: 0;
}

ul.tealcross li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 30px;
	height: 25px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/x-teal-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.check {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}
ul.check li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.check li p {
	margin-bottom: 0;
}

ul.check li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/orangeTick.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
/*
 * */
ul.check-white,ol.check-white {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}
ul.check-white li,ol.check-white li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.check-white li p,ol.check-white li p {
	margin-bottom: 0;
}

ul.check-white li::before,ol.check-white li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 16.75px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/checkmark-icon-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


ul.org-circle-check,ol.circle-check {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}
ul.org-circle-check li,ol.org-circle-check li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.org-circle-check li p,ol.org-circle-check li p {
	margin-bottom: 0;
}

ul.org-circle-check li::before,ol.org-circle-check li::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/2024/icons/orange-circle-check-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


ul.circle-check,ol.circle-check {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}
ul.circle-check li,ol.circle-check li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.circle-check li p,ol.circle-check li p {
	margin-bottom: 0;
}

ul.circle-check li::before,ol.circle-check li::before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2024/icons/white-circle-check-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.orngcheck li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.orngcheck li p {
	margin-bottom: 0;
}

ul.orngcheck li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 20px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/checkmark-icon-orange-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

ul.whtcheck li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2.5rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.whtcheck li p {
	margin-bottom: 2;
}

ul.whtcheck li::before {
	position: absolute;
	content: '';
	top: 1px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2023/checkmark-in-circle-icon-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}



ul.thumbsup li {
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0 0 0 2rem;
	margin-bottom: 0:
  /*margin-bottom: 0.5rem;*/
}

ul.thumbsup li p {
	margin-bottom: 0;
}

ul.thumbsup li::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0px;
	width: 35px;
	height: 35px;
	background: url('https://www.getencircle.com/hubfs/encircle-2023/2-solution-images/insurance/thumbsup-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.img-wrapper {
	position: relative;
	width: 100%;
}

.img-wrapper > img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.img-wrapper > .content {
	position: absolute;
	inset: 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fc4d00;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-wrapper > img,
.img-wrapper > .content {
	transition: 200ms ease-in-out;
}

.img-wrapper:hover > img.blur {
	filter: blur(5px);
}

.img-wrapper:hover > img.gray {
	filter: grayscale(1);
}

.img-wrapper:hover > img.zoom {
	transform: scale(1.1);
}

.img-wrapper > .content.fade {
	opacity: 0;
}
.img-wrapper:hover > .content.fade {
	opacity: 1;
}

.img-wrapper > .content.slide-left {
	transform: translateX(-100%);
}
.img-wrapper:hover > .content.slide-left {
	transform: translateX(0);
}

.img-wrapper > .content.slide-right {
	transform: translateX(100%);
}
.img-wrapper:hover > .content.slide-right {
	transform: translateX(0);
}

.img-wrapper > .content.slide-down {
	transform: translateY(-100%);
}
.img-wrapper:hover > .content.slide-down {
	transform: translateY(0);
}

.img-wrapper > .content.slide-up {
	transform: translateY(100%);
}
.img-wrapper:hover > .content.slide-up {
	transform: translateY(0);
}

.widget-type-linked_image {
	line-height: 0 !important;
}

.show-modal {
	cursor: pointer !important;
}

.close-modal {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 40px !important;
	background: none !important;
	color: #fff;
	cursor: pointer;
	border: none;
	background: none;
	z-index: 10;
}

.hidden {
	display: none;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background-color: #000;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.modal {
		width: 90%;
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(3px);
	z-index: 5;
}

.d-grid {
	display: grid;
}

.d-flex {
	display: flex;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-start {
	justify-content: flex-start;
}

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

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-end {
	justify-content: flex-end;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-end {
	align-items: flex-end;
}

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

.align-items-baseline {
	align-items: baseline;
}

.align-items-stretch {
	align-items: stretch;
}

.flex-row {
	flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-column {
	flex-direction: column;
}

.flex-column-reverse {
	flex-direction: column-reverse;
}

.text-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* = box shadows -------------------- */
.shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
	position: relative;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
    line-height: 1.45;
    margin: 0 0 1.4rem;
}

@media screen and (min-width: 1024px) {
    p {
        font-size: 1.45rem;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
    color: var(--orange);
}

@media screen and (max-width: 1023px) {
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    p a {
        color: #19a5aa;
    }
}

p a:hover {
    text-decoration: underline;
}

/* Anchors */

a {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    h3[style*='text-align: right;'],
    h4[style*='text-align: right;']{
        text-align: left !important;
    }

    p[style*='text-align: right;'] {
        text-align: left !important;
    }
}

span[style*='text-decoration: line-through red;'] {
    text-decoration: line-through #fc4d00 !important;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
}

@media screen and (max-width: 767px) {
    span[style*='text-decoration: line-through red;'] {
        font-size: 20px!important;
    }
}

.arrow-link {
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-SemiBold' !important;
    font-size: 18px;
    color: var(--orange) !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.arrow-link.white {
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-SemiBold' !important;
    font-size: 24px;
    color: var(--white) !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    margin-top: 3rem;
}

.arrow-link svg {
    width: 22px;
    margin-left: 0.5rem;
    transition: margin-left 0.3s ease-in-out;
}

.arrow-link:hover svg {
    margin-left: 0.75rem;
}



:target:before {
    content: "";
    display: block;
    height: 250px;
    margin: -200px 0 0;
}

/* Headings */

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

/* Lists */

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

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

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

@media screen and (max-width: 767px) {
    .switchback ul li,
    .customer-additional-info ul li,
    .hs_cos_wrapper_type_rich_text ul li,
    ol li {
        font-size: 16px;
    }
}

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
    font-size: 0.583rem;
    word-break: normal;
}

@media screen and (min-width: 1024px) {
    .arrow-link {
        font-size: 24px;
    }
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.hidden {
    display: none;
}
.button.orange:hover,
button.search-btn:hover,
.button-wrapper > a.button:hover {
    /*background: var(--white) !important;
    background-color: #fff !important;
    color: var(--orange) !important;*/
  transform:scale(1.08);
}

input[type="submit"]:hover,
input[type="submit"].hs-button:hover,
input[type="submit"].hs-button.primary:hover,
body main .row-fluid-wrapper .widget-type-form form .hs-submit > .actions > input[type="submit"].hs-button.primary.large:hover {
    /*background: var(--white) !important;
    background-color: #fff !important;
    color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;*/
  transform:scale(1.08);
}

body main .row-fluid-wrapper .widget-type-form form .hs-submit > .actions > input[type="submit"].hs-button.primary.large {
   /* background-color: var(--dark-blue) !important;*/
}

button.search-btn:hover svg circle,
button.search-btn:hover svg line {
    /*stroke: var(--orange);*/
}

button,
.button,
.cta_button,
.hs-button {
    font-family: 'ProximaNova-SemiBold' !important;
    cursor: pointer;
    display: inline-block;
    /*font-size: 1.25rem !important;*/
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    letter-spacing: 1px !important;
    text-decoration: none!important;
}

@media screen and (max-width: 767px) {
    button,
    .button,
    .cta_button,
    .hs-button {
        font-size: 1rem !important;
    }
}

button:disabled,
.button:disabled {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
    background: none;
    border: none;
    border-radius: 0;
    color: initial;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    transition: none;
}

.button-orange,
.cta-orange-solid {
    border: 2px solid var(--orange) !important;
    background: var(--orange) !important;
    color: var(--white) !important;
}

.button-orange:hover,
.cta-orange-solid:hover {
  /*
    border: 2px solid #fc4d00 !important;
    background: var(--white) !important;
    color: var(--orange) !important;
    text-transform: uppercase !important;
  */
}

.button-dark-blue,
.cta-dark-blue-solid {
    border: 2px solid #111B2F !important;
    background: #111B2F !important;
    color: var(--white) !important;
}

.button-bordered-white {
    border: 2px solid var(--white) !important;
    background: transparent !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
}

.button-bordered-white:hover {
  /*
    border: 2px solid var(--white) !important;
    background: transparent !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
  */
}

.button-bordered-orange {
    border: 2px solid var(--orange) !important;
    background: transparent !important;
    color: var(--orange) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
}

.button-bordered-orange:hover {
  /*
    border: 2px solid var(--orange) !important;
    background: var(--orange) !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
  */
}

.button-bordered {
    border: 2px solid var(--dark-blue) !important;
    background: transparent !important;
    color: var(--dark-blue) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
}

header .button-bordered:hover {

    border: 2px solid var(--dark-blue) !important;
    background: var(--dark-blue) !important;
    color: var(--white) !important;

}

.teal {
    border: 2px solid #00A2AD!important;
    background: #00A2AD!important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
}

.teal:hover {
  /*
    border: 2px solid var(--teal)!important;
    background: var(--teal) !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
  */
}

.grey {
    border: 2px solid #242a34 !important;
    background: #242a34 !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
}

.grey:hover {
  /*
    border: 2px solid #242a34 !important;
    background: var(--white) !important;
    color: #242a34 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
  */
}

@media screen and (max-width: 767px) {
    a.button,
    a.cta_button,
    form .hs-button, 
    form .hs-submit input[type="submit"] {
        display: flex;
        justify-content: center;
    }

    form .hs-button, 
    form .hs-submit input[type="submit"] {
        width: 100%;
    }
}

.button-link{
text-decoration: underline;
font-size:16px;
  font-weight:bold;
letter-spacing: 1.2px;
color: var(--orange);
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
}

header .button:hover{
transform:scale(1);
}

/*Buttons module */
.button-wrapper .button,.button-wrapper .cta_button,.button-wrapper button{
  background-color: transparent;
    border: none;
text-align: center;
font-family: 'ProximaNova-SemiBold';
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 100% */
letter-spacing: 1.8px;
  border-radius: 5px;
}

.button-wrapper .button:hover,.button-wrapper .cta_button:hover,.button-wrapper button:hover{transform:scale(1.08);}

/*_buttons.css*/
.button-wrapper>a.button:hover,.button-wrapper .button.orange:hover,.button-wrapper button.search-btn:hover {
    /* background: var(--white) !important; */
    /* background-color: #fff !important; */
    /* color: var(--orange) !important; */
  
}
/*Theme override*/
.button-wrapper .button:focus,.button-wrapper .button:hover,.button-wrapper button:focus,.button-wrapper button:hover {
   /*
  background-color: #000007;
    border-color: #000007;
  */
}
.button-wrapper .btn-primary{
background: #FC4D00;
  color: #FFF;
  border: solid 2px #fc4d00;
}
.button-wrapper .btn-light{
background: #19A5AA;
  color: #FFF;
  border: solid 2px #19A5AA;
}
.button-wrapper .btn-dark{
background: #242A34;
  color: #FFF;
  border: solid 2px #242A34;
}
.button-wrapper .btn-primary-border{
  background: #FFF;
border:solid 2px #FC4D00;
  color:#FC4D00;
}
.button-wrapper .btn-light-border{
  background: #FFF;
border:solid 2px #19A5AA;
  color:#19A5AA;
}
.button-wrapper .btn-dark-border{
  background: #FFF;
border:solid 2px #242A34;
  color:#242A34;
}
.button-wrapper .btn-link{
color: #FC4D00;
border: solid 2px transparent;
}

.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  align-items: center;
}

.button-wrapper .button {
    text-align: center; /* Center text inside the buttons */
    padding: 10px 20px; /* Add some padding for better appearance */
    margin: 5px 0; /* Add margin to separate buttons on small screens */
    text-decoration: none; /* Remove underline from links */
    border-radius: 5px; /* Round the corners */
  text-transform: uppercase;
}
.hs-web-interactive-inline {
    margin: 17px auto;
    display: inline-block;
  padding:0 10px;
}
.hs-web-interactive-inline:first-of-type {
    padding-left: 0;
}

@media (max-width: 600px) {
    .button-wrapper {
        flex-direction: column; /* Stack buttons vertically */
    }

    .button-wrapper .button {
      flex: 1 1 auto; /* Allow the buttons to grow and fill available space */
        width: 100%; /* Make buttons fill the parent container */
        box-sizing: border-box; /* Ensure padding and border are included in the width */
      
    }
  .hs-web-interactive-inline a.button{display:flex;}
}
body #main-content form select,
body #main-content form input[type=text],
body #main-content form input[type=email],
body #main-content form input[type=password],
body #main-content form input[type=tel],
body #main-content form input[type=number],
body #main-content form input[type=file],
body #main-content form textarea {
    font-size: 14px !important;
}

/* Fields */

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

/* Labels */

form label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.15rem;
}

/* Help text */

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 {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem;
    width: 100% !important;
    border: 1px solid #707070;
    box-shadow: none;
    min-height: 55px;
}

form select {
    height: 55px;
    text-indent: 5px;
}

::-webkit-input-placeholder { /* Edge */
    font-size: 0.875rem!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.875rem!important;
}

::placeholder {
    font-size: 0.875rem!important;
}

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 - date picker */

.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;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

form input::placeholder {
    font-size: 18px;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.hs-landing-page header {
  padding: 1.5rem 0;
}

header,
header.scrolled.top {
  background: var(--white) !important;
  width: 100%;
  padding: 0;
  overflow: visible;
  z-index: 998;
}

html:not(.hs-inline-edit) header,
html:not(.hs-inline-edit) header.scrolled.top {
  position: fixed;
}

header.scrolled {
  background: var(--white) !important;
}

header .header__logo svg path,
header .header__logo svg rect,
header.scrolled.top .header__logo svg path,
header.scrolled.top .header__logo svg rect,
header svg {
  fill: var(--dark-blue);
}

header .header__logo svg #Group_6 path,
header.scrolled.top .header__logo svg #Group_6 path {
  fill: var(--orange);
}

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 2rem;
}

.header--no-navigation .header__container {
  display: flex;
  justify-content: flex-start;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    padding: 0 1rem;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }

  .header__logo {
    height: 30px;
    display: block;
  }

  .header__logo svg {
    height: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header__logo {
    align-items: center;
    display: flex;
    height: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .hs-landing-page .header__logo {
    width: 100%;
  }

  .header__logo {
    width: 40px;
  }
}

@media screen and (min-width: 1536px) {
  .header--no-navigation .header__logo {
    width: 100%;
  }

  .header__logo {
    width: 335px;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: '';
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: 'Menu';
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: 'Language';
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: 'Search';
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .site-header__center {
    display: flex;
  }
  .site-header__center > div {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-btns {
    display: none;
  }
}

.hamburger {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
  background-color: transparent !important;
  border-color: none !important;
}

.hamburger svg {
  width: 65px;
  height: 65px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s
      cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: var(--dark-blue);
  stroke-dashoffset: 0;
}

.hamburger path#bottom,
.hamburger path#top {
  stroke-dasharray: 240px 950px;
}

.hamburger path#middle {
  stroke-dasharray: 240px 240px;
}

.hamburger.cross path#bottom,
.hamburger.cross path#top {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}

.hamburger.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.search-container {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: var(--white);
  color: var(--dark-blue);
  overflow: hidden;
  padding: 1rem 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10;
  max-height: 97px;
  height: 100%;
}

.search-container .hs-search-field {
  width: 100%;
}

.search-container .hs-search-field form {
  position: relative;
}

.search-container .hs-search-field form .search-btn {
  position: absolute;
  top: 3px;
  right: 0;
  height: 55px;
  border: 0 !important;
  background: none;
  padding: 1rem !important;
}

.search-container svg {
  width: 20px;
  height: 20px;
}

.search-container .search-icon-close {
  cursor: pointer;
}

.search-container .hs-search-field .hs-search-field__input {
  border: 0;
  outline: none;
  height: 55px;
}

.search-container.is-active {
  display: flex;
  opacity: 1 !important;
}
footer {
  padding: 5rem 0 5rem;
  background: var(--dark-blue) !important;
  color: var(--white);
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 5rem 2rem 5rem;
  }
}

footer h5 {
  font-family: 'ProximaNova-SemiBold' !important;
  font-size: 22px !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}

footer .footer__logo {
  -ms-flex: 0 0 365px;
  flex: 0 0 365px;
  max-width: 365px;
  margin-bottom: 2rem;
}

footer .footer__logo p {
  max-width: 18rem;
  font-size: 17px;
  font-weight: var(--medium);
  color: var(--white) !important;
}

footer .footer__menu {
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  max-width: 155px;
}

footer .footer__menu ul li {
  margin-bottom: 1.4rem;
}

footer .subscribe {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

footer .subscribe form {
  position: relative;
}

footer .subscribe input[type='text'],
footer .subscribe input[type='phone'],
footer .subscribe input[type='email'] {
  width: 100% !important;
  height: 55px;
  border: 1px solid #707070;
}

footer .subscribe form .hs-submit {
}

footer .subscribe form .hs-submit .hs-button {
  width: 100% !important;
  height: 55px;
  border: 1px solid var(--orange);
  background: var(--orange);
  font-family: 'ProximaNova-Bold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .apple-playstore svg,
footer .google-playstore svg {
  height: 45px;
}

footer .apple-playstore svg {
  margin-right: 1rem;
}

footer p,
footer ul li a {
  color: var(--light-blue) !important;
}

footer p:first-of-type {
  margin-top: 1.5rem;
}

.footer__container-bottom {
  border-top: 1px solid var(--light-grey);
  margin-top: 2rem;
  padding-top: 2rem;
}

.footer__container-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__container-bottom ul.copyright {
  min-width: 8rem;
}

.footer__container-bottom .policies {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: 0;
}

.footer__container-bottom .social-links {
  width: 18%;
}

.footer__container-bottom .policies > span {
  width: 100%;
}

.footer__container-bottom .policies .hs-menu-wrapper ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__container-bottom .policies .hs-menu-wrapper ul li {
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__container-bottom .policies {
    width: 100%;
    margin: 2rem auto;
  }

  .footer__container-bottom .policies .hs-menu-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__container-bottom .policies .hs-menu-wrapper ul li {
    margin-right: 15px;
    margin-bottom: 1rem;
  }

  .footer__container-bottom .social-links {
    width: 65%;
  }
}

@media screen and (min-width: 1024px) {
  footer .subscribe {
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    max-width: 460px;
  }

  footer .subscribe form .hs-submit {
    position: absolute;
    top: 0;
    right: -5px;
  }
}

.hs-landing-page .footer {
  padding: 2rem;
}

.hs-landing-page .footer__container {
  display: none;
}

.footer.no-nav a {
  color: var(--orange) !important;
}

.footer.no-nav .footer__container-bottom {
  padding: 0;
  margin-top: 0;
  border-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .footer.no-nav {
    text-align: center;
  }
  .footer.no-nav .social-links {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.leadinModal-v3.leadinModal.leadinEmbedded-theme-default
  .leadin-content-body
  .leadin-preview-wrapper,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner
  .leadin-content-body
  .leadin-preview-wrapper,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner
  .leadin-content-body
  .leadin-preview-wrapper {
  padding: 30px !important;
}

.leadinModal-theme-bottom-left-corner .dyno-image,
.leadinModal-theme-bottom-right-corner .dyno-image {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.leadinModal-theme-bottom-left-corner .advance-wrapper,
.leadinModal-theme-bottom-right-corner .advance-wrapper {
  margin: 0 auto !important;
  text-align: center !important;
}

.leadinModal-theme-bottom-left-corner h4,
.leadinModal-theme-bottom-right-corner p {
  text-align: center !important;
  margin: 0 auto !important;
}

.leadinModal-theme-bottom-left-corner p,
.leadinModal-theme-bottom-right-corner p {
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
}

body .leadinModal-theme-bottom-left-corner .leadin-button,
body .leadinModal-theme-bottom-right-corner .leadin-button {
  background: #fc4d00 !important;
  color: #fff !important;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}


.site-header__center,
.site-header__right {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.site-header__right {
  display: flex;
}

nav.primary {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  perspective: 2000px;
  z-index: 5;
}

ul.nav-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.site-header__right ul.nav-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.nav-menu li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 85px;
}

ul.nav-menu li.has-dropdown:hover {
  color: var(--orange);
}

ul.nav-menu li.has-dropdown svg {
  margin-left: 0.2rem;
}

ul.nav-menu li a {
	color: #111b2f;
}

ul.nav-menu li.parent a {
  height: 100%;
  font-family: 'ProximaNova-SemiBold' !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}

ul.nav-menu li.parent:hover > a {
  color: var(--orange) !important;
}

ul.nav-menu li.parent > a svg path {
  stroke: var(--dark-blue);
}

ul.nav-menu li.parent:hover > a svg path {
  stroke: var(--orange) !important;
}

ul.nav-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'ProximaNova-SemiBold' !important;
}

ul.nav-menu li.search-icon {
  cursor: pointer;
}

ul.nav-menu li.search-icon svg {
  width: 26px;
}

ul.nav-menu li .primary-dropdown-menu {
  display: none;
  position: absolute;
  width: 400px;
  top: 100%;
  left: -100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
  background: var(--white);
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.3); 
  box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.3);
}

ul.nav-menu li .primary-dropdown-menu.solutions {
  min-height: 390px;
}

ul.nav-menu li .primary-dropdown-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0;
  margin: 0;
  flex: 1 1 0;
  z-index: 1;
}

ul.nav-menu li .primary-dropdown-menu ul li {
  width: 100%;
  padding: 0 3rem;
}

ul.nav-menu li .primary-dropdown-menu ul li,
ul.nav-menu li .primary-dropdown-menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-family: Roboto, sans-serif !important;
  text-transform: inherit;
  line-height: 1.45;
  letter-spacing: 0px;
}

ul.nav-menu li .primary-dropdown-menu ul li a {
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--light-grey);
}

ul.nav-menu li .primary-dropdown-menu ul li a span {
  display: block;
  font-size: 14px;
  font-weight: var(--regular);
  margin-top: 0.5rem;
  color: var(--dark-grey);
}

ul.nav-menu li .primary-dropdown-menu ul li.has-dropdown a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

ul.nav-menu li .primary-dropdown-menu ul li:hover {
  background: var(--light-grey);
}

ul.nav-menu li .primary-dropdown-menu ul li:hover > a {
  color: var(--orange);
}

ul.nav-menu li .primary-dropdown-menu ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}

ul.nav-menu li .primary-dropdown-menu ul .secondary-dropdown-menu {
  display: none;
  position: absolute;
  width: 600px;
  top: -16px;
  right: -600px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
  background: var(--white);
  min-height: 390px;
  overflow: hidden;
}

ul.nav-menu li .primary-dropdown-menu ul .secondary-dropdown-menu ul li {
  width: 50%;
  padding: 0 1rem;
}

ul.nav-menu li .primary-dropdown-menu ul .secondary-dropdown-menu ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--dark-blue);
}

ul.nav-menu li .primary-dropdown-menu ul .secondary-dropdown-menu ul li a img {
  width: 35px;
  height: 35px;
}

ul.nav-menu li .primary-dropdown-menu.solutions ul li:nth-child(5) a {
  border-bottom: 0;
  margin-bottom: 0;
}

ul.nav-menu
  li
  .primary-dropdown-menu
  ul
  .secondary-dropdown-menu
  ul
  li
  a
  > div {
  margin-left: 0.5rem;
}

ul.nav-menu
  li
  .primary-dropdown-menu
  ul
  .secondary-dropdown-menu
  ul
  li:hover
  a {
  color: var(--orange);
}

ul.nav-menu li:hover .primary-dropdown-menu,
ul.nav-menu li:hover .primary-dropdown-menu ul,
ul.nav-menu li:hover .primary-dropdown-menu ul li .secondary-dropdown-menu,
ul.nav-menu li:hover .primary-dropdown-menu ul li .secondary-dropdown-menu ul {
  display: flex;
}

.site-header__right ul.nav-menu li.contact,
.site-header__right ul.nav-menu li.login {
  display: none;
}

.site-header__right ul.nav-menu li.contact .button {
  padding: 8px 25px !important;
  letter-spacing: 1px;
}

.site-header__right ul.nav-menu li.login svg {
  margin-right: 0.2rem;
}

.site-header__right ul.nav-menu li.login svg path {
  stroke: var(--dark-blue);
}

@media screen and (min-width: 768px) {
  .site-header__right {
    max-width: 295px;
  }
}

@media screen and (min-width: 1024px) {
  nav.primary {
    display: flex;
  }

  .site-header__right ul.nav-menu li.contact,
  .site-header__right ul.nav-menu li.login {
    display: flex;
  }

  ul.nav-menu {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .site-header__right {
    max-width: 365px;
  }

  ul.nav-menu li a,
  ul.nav-menu li .primary-dropdown-menu ul li,
  ul.nav-menu li .primary-dropdown-menu ul li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  ul.nav-menu {
    width: 80%;
  }
}

/* = mobile navigation --------------------- */
.mobile-nav {
  padding: 0 0 80px;
  transform: translateX(-100%);
  background-color: var(--dark-blue);
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: transform 0.4s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav .content-wrapper {
  width: 95%;
}

.mobile-nav.is-active {
  transform: translateX(0);
}

.mobile-nav nav.primary {
  display: block;
}

.mobile-nav nav.primary ul.nav-menu {
  display: block;
  flex-direction: column;
  height: 100%;
}

.mobile-nav nav.primary ul.nav-menu li.parent,
.mobile-nav nav.primary ul.nav-menu .secondary-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #2f3653;
}

.mobile-nav nav.primary ul.nav-menu li.parent,
.mobile-nav nav.primary ul.nav-menu li.parent a {
  width: 100%;
  justify-content: space-between;
  font-size: 1.125rem;
  height: auto;
  color: var(--white) !important;
}

.mobile-nav nav.primary ul.nav-menu li.parent.has-dropdown.active {
  overflow: visible !important;
}

.mobile-nav nav.primary ul.nav-menu li.contact,
.mobile-nav nav.primary ul.nav-menu li.search-icon {
  width: 100%;
  justify-content: space-between;
  font-size: 1.125rem;
  padding: 1.25rem;
  margin-top: 1rem;
}

.mobile-nav nav.primary ul.nav-menu li.search-icon path {
  fill: var(--white);
}

.mobile-nav nav.primary ul.nav-menu li.parent a {
  padding: 1.25rem;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu,
.mobile-nav nav.primary ul.nav-menu .secondary-dropdown-menu {
  display: none;
  opacity: 0;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 100%;
  background: var(--dark-blue);
  position: relative;
  padding: 0;
  box-shadow: none;
  transform: none;
  transition: transform 0.4s ease-in-out;
  z-index: 5;
  min-height: unset;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul,
.mobile-nav nav.primary .secondary-dropdown-menu ul {
  display: block;
  height: 100%;
  padding-left: 0;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul li {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  color: var(--white) !important;
  border-bottom: 1px solid #2f3653;
  height: unset;
}

.mobile-nav nav.primary .secondary-dropdown-menu ul li {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0.75rem !important;
  margin-bottom: 0;
  color: var(--white) !important;
  border-bottom: 1px solid #2f3653;
  height: 55px;
}

.mobile-nav nav.primary .secondary-dropdown-menu ul li:last-child {
  border-bottom: 0px !important;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul li:hover {
  background: var(--dark-blue);
}

.mobile-nav
  ul.nav-menu
  li
  .primary-dropdown-menu
  ul
  .secondary-dropdown-menu
  ul
  li
  a
  > div {
  margin-left: 0;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul li a,
.mobile-nav nav.primary nav.primary .secondary-dropdown-menu ul li a {
  padding: 0 1.5rem;
  font-size: 1.125rem;
  color: var(--white) !important;
  height: auto;
  border-bottom: 0;
}

.mobile-nav nav.primary .secondary-dropdown-menu ul li a img {
  display: none;
}

.mobile-nav nav.primary ul.nav-menu svg path {
  stroke: var(--white) !important;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul li a span {
  display: none;
}

.mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu.open,
.mobile-nav nav.primary ul.nav-menu .secondary-dropdown-menu.open {
  display: block;
  left: 0;
  opacity: 1;
}

.mobile-nav
  nav.primary
  ul.nav-menu
  li.parent.has-dropdown:nth-child(2).active
  .secondary-dropdown-menu {
  display: block;
  left: 0;
  opacity: 1;
}

.mobile-nav .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border: none;
  margin-top: 10rem;
  text-align: center;
}

.mobile-nav .search-container .hs-search-field,
.mobile-nav .search-container .hs-search-field__bar,
.mobile-nav .search-container form {
  width: 100%;
}

.mobile-nav .search-container form {
  position: relative;
}

.mobile-nav .search-container form .search-btn {
  background: none;
  padding: 1rem !important;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}

header.scrolled .mobile-nav .button-bordered {
  border: 2px solid var(--white) !important;
  background: transparent !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out !important;
}
section.hero-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

section.hero-banner .boxed {
  padding: 2rem;
  background: #242a34;
  max-width: 1200px;
}

section.hero-banner h1 {
  color: var(--white);
}

section.hero-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

section.hero-banner .video-below video {
  top: 85%;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}

section.hero-banner .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
}

section.hero-banner .content-wrapper button {
  display: flex;
  align-items: center;
  font-family: 'ProximaNova-Bold';
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section.hero-banner .content-wrapper button svg {
  width: 38px;
  height: 38px;
  margin-right: 0.5rem;
}

#modal-hero-video-content {
  padding: 0;
}

#modal-hero-video-content .video {
  position: relative;
  height: 80vh;
}

#modal-hero-video video {
  width: 100%;
  height: 50vh;
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  section.hero-banner {
    min-height: 760px;
    height: 100%;
  }

  section.hero-banner .boxed {
    padding: 2.5rem 2rem;
  }

  section.hero-banner .content-wrapper button {
    font-size: 26px !important;
  }
}

.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.video-foreground {
    padding-bottom: 56.25%;
    box-sizing: border-box;
}
section.hero-banner-2 .content-wrapper button {
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-Bold';
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.hero-banner-2 .content-wrapper button svg {
    width: 38px;
    height: 38px;
    margin-right: 0.5rem;
}

.modal.active.embed-height {
    min-height: 500px;
}

.column-2 img {
    display: block;
    margin: 0 auto;
}

.column-2 .video-wrapper {
    width: 100%;
    min-height: 379px;
}

.column-2 .video-wrapper video {
    position: absolute;
    width: 112%;
    height: 100%;
    right: -25%;
}

.video-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    section.hero-banner-2 {
        padding: 8rem 0 0;
    }
}

@media screen and (min-width: 1024px) {
    section.hero-banner-2 {
        padding: 0;
    }
    
    section.hero-banner-2 p {
        font-size: 22px;
    }

    .column-2 .video-wrapper {
        width: 100%;
        min-height: 715px;
    }

    section.hero-banner-2 .content-wrapper button {
        font-size: 20px !important;

    }
}

.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.video-foreground {
    padding-bottom: 56.25%;
    box-sizing: border-box;
}
section.hero-banner-careers {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

section.hero-banner-careers .content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    z-index: 2;
    text-align: center;
}

section.hero-banner-careers .content-wrapper button {
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-Bold';
    font-size: 20px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.hero-banner-careers .content-wrapper button svg {
    width: 38px;
    height: 38px;
    margin-right: 0.5rem;
}

section.hero-banner-careers .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 420px;
}

@media screen and (min-width: 1024px) {
    section.hero-banner-careers {
        min-height: 90vh;
        height: 100%;
    }

    section.hero-banner-careers .content-wrapper button {
        font-size: 26px !important;
    }
}
section.resource-hero-banner {
  text-align: center;
}

section.resource-hero-banner .content-wrapper {
  position: relative;
  z-index: 2;
}

section.resource-hero-banner .subscription-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

section.resource-hero-banner .subscription-form form {
  position: relative;
}

section.resource-hero-banner .subscription-form input[type='email'] {
  height: 55px;
  border: 0;
}

section.resource-hero-banner .subscription-form form .hs-submit {
  position: absolute;
  top: 0;
  right: -5px;
}

section.resource-hero-banner .subscription-form form .hs-submit .hs-button {
  height: 55px;
  border: 1px solid var(--orange);
  background: var(--orange);
  font-family: 'ProximaNova-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.resource-hero-banner .dual-filter {
  width: 100%;
}

section.resource-hero-banner fieldset {
  width: 50%;
  border: 0;
  padding: 0;
}

section.resource-hero-banner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--white);
  border-radius: 3px;
  background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/selectDropDown.svg')
    transparent;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: var(--white);
  height: 45px;
  width: 100%;
}

section.resource-hero-banner select option {
  color: var(--black);
}

section.resource-hero-banner .blog-search {
  max-width: 300px;
  width: 100%;
}

section.resource-hero-banner .blog-search form {
  position: relative;
  color: var(--white);
  width: 100%;
}

section.resource-hero-banner .blog-search form input {
  width: 100%;
  background: none;
  border: 1px solid var(--white);
}

section.resource-hero-banner .blog-search form .no-button {
  position: absolute;
  top: 18px;
  right: 15px;
}

@media screen and (min-width: 1024px) {
  section.resource-hero-banner .content-wrapper p {
    font-size: 23px;
  }

  section.resource-hero-banner .dual-filter {
    position: absolute;
    top: 100%;
  }

  section.resource-hero-banner fieldset {
    width: auto;
  }

  section.resource-hero-banner fieldset:first-of-type {
    margin-right: 1rem;
  }

  section.resource-hero-banner select {
    background-position: 265px center;
    min-width: 300px;
  }
}
section.blog-hero-banner,
section.webinar-hero-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 680px;
    min-height: 680px;
}

section.blog-hero-banner .bg-img,
section.webinar-hero-banner .bg-img {
    position: relative;
    width: 100%;
    height: 100%;
}

section.blog-hero-banner .img,
section.webinar-hero-banner .img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 90%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


section.blog-hero-banner .content,
section.webinar-hero-banner .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

section.blog-hero-banner .content .blog-post__tag-link,
section.webinar-hero-banner .content .blog-post__tag-link {
    display: block;
    font-family: 'ProximaNova-SemiBold';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

section.blog-hero-banner .content .content-color,
section.webinar-hero-banner .content .content-color {
    position: absolute;
    top: -58%;
    left: 0;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2.5rem;
}


@media screen and (max-width: 767px) {
    section.blog-hero-banner,
    section.webinar-hero-banner {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 100px;
        height: auto;
        min-height: auto;
    }

    section.blog-hero-banner .bg-img,
    section.webinar-hero-banner .bg-img {
        position: relative;
        width: 100%;
        height: 195px;
    }

    section.blog-hero-banner .img,
    section.webinar-hero-banner .img {
        position: relative;
    }

    section.blog-hero-banner .content .content-color,
    section.webinar-hero-banner .content .content-color {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    section.blog-hero-banner,
    section.webinar-hero-banner {
        overflow: hidden;
    }

    section.blog-hero-banner .bg-img,
    section.blog-hero-banner .content,
    section.webinar-hero-banner .bg-img,
    section.webinar-hero-banner .content {
        width: 50%;
    }
    
    
    section.blog-hero-banner .img,
    section.webinar-hero-banner .img { 
        top: 80px;
    }

    section.blog-hero-banner .content .content-color,
    section.webinar-hero-banner .content .content-color {
        top: 23.5%;
        padding: 5rem;
        max-height: 460px;
        height: 100%;
    }
}

@media screen and (min-width: 1280px ) {
    section.blog-hero-banner h1,
    section.webinar-hero-banner h1 {
        font-size: 60px !important;
    }
    
    .customer-stories section.blog-hero-banner .img,
    section.webinar-hero-banner .img{
        top: 100px;
    }
}
section.ebook-hero-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}

section.ebook-hero-banner .bg-img {
    position: relative;
    width: 100%;
    height: 100%;
}

section.ebook-hero-banner .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    section.ebook-hero-banner {
        min-height: 450px;
    }

    section.ebook-hero-banner .bg-img,
    section.ebook-hero-banner .content {
        width: 50%;
        min-height: 450px;
    }

    section.ebook-hero-banner .bg-img img {
        position: absolute;
        top: 0;
    }
}

@media screen and (min-width: 1280px ) {
    section.ebook-hero-banner h1 {
        font-size: 60px;
    }
}
section.events-banner-desktop {
    position: relative;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.events-banner-mobile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}


section.events-banner-desktop .single-event,
section.events-banner-mobile .single-event{
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width: 1024px) {
    section.events-banner-desktop {
        display: flex;
    }
    
     section.events-banner-mobile {
        display: none;
    }
}
.dual-filter {
    width: 100%;
    margin-top: 5rem;
}

.dual-filter fieldset {
    width: 100%;
    border: 0;
    padding: 0;
}

.dual-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--black);
    border-radius: 3px;
    background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/dropDownBlack.svg')
        transparent;
    background-repeat: no-repeat;
    background-position: 95% center;
    color: var(--black);
    height: 45px;
    width: 100%;
}

.dual-filter select option {
    color: var(--black);
}

.dual-filter .blog-search {
    width: 100%;
}

.dual-filter form {
    position: relative;
    color: var(--black);
    width: 100%;
}

.dual-filter .blog-search form input {
    width: 100%;
    background: none;
    border: 1px solid var(--black);
}

.dual-filter .blog-search form .no-button {
    position: absolute;
    top: 18px;
    right: 15px;
}

@media screen and (min-width: 768px) {
    .dual-filter .blog-search {
        max-width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .dual-filter .content-wrapper p {
        font-size: 23px;
    }

    .dual-filter .dual-filter {
        position: absolute;
        top: 100%;
    }
    
    .dual-filter form {
        width: 50%;
    }
    

    .dual-filter fieldset {
        width: 50%;
    }

    .dual-filter fieldset:first-of-type {
        margin-right: 1rem;
    }

    .dual-filter select {
        background-position: 265px center;
        min-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .dual-filter > div {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .dual-filter .blog-search form .no-button {
        position: absolute;
        top: 5px;
        right: 0px;
    }
}
section.statistic {
  position: relative;
  text-align: center;
  color: var(--white);
}

section.statistic .bg-img {
  position: absolute;
  top: 0;
  right: -50px;
}

section.statistic .bg-img img {
  width: 400px;
  height: 400px;
  opacity: 0.2;
  z-index: 0;
}

section.statistic h4 {
  display: block;
  color: var(--orange) !important;
  margin: 0 auto 1.4rem auto !important;
  max-width: 40rem;
  text-transform: uppercase;
}

section.statistic .stat {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

section.statistic .stat .number span {
  font-size: 54px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  section.statistic .stat {
    width: calc(100% / 3);
    margin-bottom: 0;
  }

  section.statistic .stat .number span {
    font-size: 46px;
  }
}

@media screen and (min-width: 1024px) {
  section.statistic .stat .number span {
    font-size: 64px;
  }
}

@media screen and (min-width: 1536px) {
  section.statistic .stat .number span {
    font-size: 150px;
  }
}

section.statistic .stat .number,
section.statistic .stat .description {
  padding: 0 1rem;
}

section.statistic .stat .description p {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

section.statistic .stat .description a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'ProximaNova-SemiBold';
  font-size: 20px;
  color: var(--orange);
  text-transform: uppercase;
}

section.statistic .stat .description a svg {
  width: 20px;
  margin-left: 0.5rem;
  transition: margin-left 0.3s ease-in-out;
}

section.statistic .stat .description a:hover svg {
  margin-left: 0.75rem;
}

@media screen and (min-width: 768px) {
    section.statistic .stat .description a {
        display: inline-flex;
    }
}
section.accordian-section .intro h2 {
    font-size: 45px !important;
    color: var(--dark-blue) !important;
}

section.accordian-section .intro p {
    font-size: 22px !important;
    color: var(--dark-blue) !important;
}

section.accordian-section .accordian .accordian__single {
    border-bottom: 1px solid var(--grey);
}

section.accordian-section .accordian .accordian__single .accordian__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem;
    
    cursor: pointer;
}

section.accordian-section
.accordian
.accordian__single
.accordian__head
.accordian-title {
    font-size: 26px !important;
    color: var(--dark-blue);
    margin: 0;
}

section.accordian-section
.accordian
.accordian__single
.accordian__head
.accordian-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    margin-right: 1.25rem;
    padding: 0!important;
}

section.accordian-section .accordian .accordian__single .accordian-button svg {
    width: 18px;
    height: 18px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

section.accordian-section
.accordian
.accordian__single.is-active
.accordian-button
svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

section.accordian-section
.accordian
.accordian__single.is-active
.accordian-button
svg
line {
    stroke: var(--orange);
}

section.accordian-section
.accordian
.accordian__single.is-active
.accordian__head {
    
}

section.accordian-section .accordian .accordian__single .accordian__body {
    
    margin: 0;
    padding: 1.125rem 2.45rem 1.125rem;
    display: none;
}

section.accordian-section .accordian .accordian__single .accordian__body p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    section.accordian-section
    .accordian
    .accordian__single
    .accordian__head
    .accordian-title {
        font-size: 18px!important;
    }
}
section.internal-navigation {
    position: relative;
    padding: 2rem 0;
    color: var(--white);
    text-align: center;
    z-index: 2;
}

section.internal-navigation .title {
    font-size: 26px;
    font-weight: var(--bold);
    margin-bottom: 1.5rem;
}

section.internal-navigation .title span {
    color: var(--orange);
}

section.internal-navigation .link-item {
    width: 100%;
    padding: 1rem 0;
    margin: 0 1rem;
    font-family: 'ProximaNova-SemiBold';
    font-size: 18px;
    color: var(--white) !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}

section.internal-navigation .link-item a {
    display: block;
    width: 100%;
    font-family: 'ProximaNova-SemiBold';
    font-size: 18px;
    color: var(--white) !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}

section.internal-navigation .link-item {
    border-top: 1px solid var(--white);
}

section.internal-navigation .link-item:hover {
    border-top: 1px solid var(--orange);
}

section.internal-navigation .link-item:hover a {
    color: var(--orange) !important;
}

@media screen and (min-width: 1024px) {
    section.internal-navigation .title {
        font-size: 40px;
    }
    
    section.internal-navigation .link-item {
        width: calc(90% / 3);
    }
    section.internal-navigation .link-item.col-4 {
        width: calc(90% / 4);
    }
}
.video__card > div {
  width: 100%;
  height: 100%;
}
.download-brochure {
  padding-bottom: 180px;
}

.download-brochure a {
    width: 100%;
}

.download-brochure .download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem;
  background: #f6f7fb;
}

.download-brochure .download .content {
  position: relative;
  width: 100%;
}

.download-brochure .download .content .tags {
  font-family: 'ProximaNova-SemiBold';
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.download-brochure .download .content span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: var(--bold);
}

.download-brochure .download .bg-img {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  min-height: 1px;
}

.download-brochure .download .content .arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
}

.download-brochure .download .content .arrow svg {
  width: 20px;
}

@media screen and (min-width: 768px) {
  .download-brochure .download .bg-img {
    width: 30%;
    margin-top: 0;
  }

  .download-brochure .download .bg-img img {
    width: 200px;
  }

  .download-brochure .download .content {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .download-brochure .download {
    padding: 5rem;
  }

  .download-brochure .download .bg-img {
    width: 40%;
    margin-top: 0;
  }

  .download-brochure .download .content {
    width: 60%;
  }

  .download-brochure .download .content h3 {
    font-size: 50px;
  }

  .download-brochure .download .bg-img img {
    position: absolute;
    width: 350px;
    top: -225px;
    right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .download-brochure .download .content .arrow {
    display: block;
  }
}
section.blog-cta {
  position: relative;
  width: 100%;
  padding: 5rem 0 0;
  min-height: 500px;
  overflow: hidden;
}

section.blog-cta .bg-img {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  min-height: 500px;
}

@media screen and (min-width: 768px) {
  section.blog-cta {
    padding: 0;
  }

  section.blog-cta .bg-img {
    width: 50%;
    margin-top: 0;
  }

  section.blog-cta .bg-img img {
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 0;
  }

  section.blog-cta .content {
    width: 50%;
  }
}
section.customer-showcase {
  width: 95%;
  margin: 0 auto;
}

section.customer-showcase .single-showcase .showcase-content,
section.customer-showcase .single-showcase .showcase-img {
  position: relative;
  width: 100%;
}

  
section.customer-showcase .single-showcase .showcase-content {
  height: auto;
}

section.customer-showcase .single-showcase .showcase-img {
  min-height: 300px;
}

section.customer-showcase .single-showcase .showcase-content {
  padding: 2.5rem;
  color: var(--white);
}

section.customer-showcase .single-showcase.even {
  flex-direction: row-reverse;
}

section.customer-showcase .single-showcase .showcase-content h3 {
  color: var(--white);
}

section.customer-showcase .single-showcase .showcase-content img {
  height: 45px;
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 1024px) {
  section.customer-showcase .single-showcase .showcase-content,
  section.customer-showcase .single-showcase .showcase-img {
    width: 50%;
  }

  section.customer-showcase .single-showcase .showcase-content {
    height: 400px;
  }

  section.customer-showcase .single-showcase .showcase-img {
    min-height: 500px;
  }

  section.customer-showcase .single-showcase .showcase-content {
    padding: 5rem;
    z-index: 1;
  }
  section.customer-showcase .single-showcase .showcase-img {
    z-index: 0;
  }
}
section.testimonial-carousel h3,
section.testimonial-carousel h4 {
  text-align: center;
}

section.testimonial-carousel h4 {
  color: var(--orange);
  text-transform: uppercase;
}

section.testimonial-carousel .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.testimonial-carousel .single-testimonial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: var(--white);
  margin: 0 1rem;
  min-height: 355px;
}

section.testimonial-carousel .single-testimonial blockquote {
  border: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}

section.testimonial-carousel .single-testimonial blockquote p {
  font-size: 20px;
  font-weight: var(--medium);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
}

section.testimonial-carousel .single-testimonial cite {
  display: block;
  font-family: 'ProximaNova-SemiBold';
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}

section.testimonial-carousel .single-testimonial cite span {
  display: block;
}

@media screen and (min-width: 1024px) {
  section.testimonial-carousel h3 {
    font-size: 45px;
    margin-bottom: 3.75rem;
  }

  section.testimonial-carousel .single-testimonial {
    padding: 3rem;
  }
}
section.testimonial-tabs h4 {
    font-family: 'ProximaNova-SemiBold';
    letter-spacing: 1px;
    color: var(--orange);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

section.testimonial-tabs .tabs-grid {
}

section.testimonial-tabs .tabs-grid .tabs-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

section.testimonial-tabs .tabs-grid .tabs-head button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    transition: .5s all ease-in-out;
}

section.testimonial-tabs .tabs-grid .tabs-head button img {
	object-fit: contain;
    opacity: 0.5;
    height: 50px;
}

section.testimonial-tabs .tabs-grid .tabs-head button.active {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background: none;
    color: var(--white);
    transition: .5s all ease-in-out;
}

section.testimonial-tabs .tabs-grid .tabs-head button.active img {
    opacity: 1;
}

section.testimonial-tabs .tabs-grid .tabs-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: var(--white);
}

section.testimonial-tabs .tabs-grid .single-tabbed-card {
    position: relative;
    display: none;
    padding: 3rem 0;
    text-align: center;
    transition: .5s all ease-in-out;
}

section.testimonial-tabs .tabs-grid .single-tabbed-card.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    transition: .5s all ease-in-out;
}

section.testimonial-tabs .tabs-grid .single-tabbed-card blockquote {
    border: 0;
    padding: 0;
}

section.testimonial-tabs .tabs-grid .single-tabbed-card blockquote p {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
}

section.testimonial-tabs .tabs-grid .single-tabbed-card cite {
    display: block;
    font-family: 'ProximaNova-Bold';
    font-style: normal;
    font-size: 22px;
    color: var(--orange);
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 2rem;
}

section.testimonial-tabs .tabs-grid .single-tabbed-card cite span {
    display: block;
    font-family: 'ProximaNova-Regular';
    color: var(--white);
    text-transform: capitalize;
    margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
    section.testimonial-tabs .tabs-grid .tabs-head button {
        width: 12%;
        margin: 0 1rem;
    }

    section.testimonial-tabs .tabs-grid .tabs-head button img {
        height: 45px;
    }

    section.testimonial-tabs .tabs-grid .single-tabbed-card {
        padding: 3rem 3rem 0;
    }

    section.testimonial-tabs .tabs-grid .single-tabbed-card blockquote p {
        font-size: 40px;
    }
}
section.trusted-customers h4 {
  color: var(--white) !important;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3rem !important;
}

section.trusted-customers .slick-slide {
  padding: 2rem 0;
  margin: 0 1rem;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

section.trusted-customers .top-row-slide img,
section.trusted-customers .bottom-row-slide img {
  padding: 1rem;
  margin: 0 auto;
  opacity: 1;
}

section.trusted-customers .bottom-row-slide {
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
    section.trusted-customers h4 {
      font-size: 25px !important;
    }
}
section.features-tabber .tabs-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.features-tabber .tabs-grid .tabs-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

section.features-tabber .tabs-grid .tabs-head button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem;
    border: 1px solid var(--white);
    background: var(--white);
    color: #6f7278;
    margin-bottom: 0.95rem;
    text-align: left;
    letter-spacing: 0 !important;
}

section.features-tabber .tabs-grid .tabs-head button:hover,
section.features-tabber .tabs-grid .tabs-head button.active {
    border: 1px solid var(--orange);
}

section.features-tabber .tabs-grid .tabs-head button:hover h5 {
     color: var(--orange);
}

section.features-tabber .tabs-grid .tabs-head button .tab-icon {
    padding-right: 1.25rem;
}

section.features-tabber .tabs-grid .tabs-head button img {
    opacity: 0.5;
    width: 80px;
    height: 50px;
}

section.features-tabber .tabs-grid .tabs-head button h4 {
    font-size: 18px !important;
    color: var(--dark-blue);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5rem !important;
}

section.features-tabber .tabs-grid .tabs-head button.active h4 {
    color: var(--orange);
}

section.features-tabber .tabs-grid .tabs-head button p {
    font-size: 16px;
    margin-bottom: 0;
}

section.features-tabber .tabs-grid .tabs-head button.active {
}

section.features-tabber .tabs-grid .tabs-head button.active img {
    opacity: 1;
}

section.features-tabber .tabs-grid .tabs-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

section.features-tabber .tabs-grid .single-tabbed-card-feature {
    position: relative;
    display: none;
    text-align: center;
}

section.features-tabber .tabs-grid .single-tabbed-card-feature.active {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    section.features-tabber .tabs-grid .tabs-head {
        padding-left: 8rem;
    }

    section.features-tabber .tabs-grid .tabs-head button {
        padding: 1.05rem;
    }

    section.features-tabber .tabs-grid .tabs-head button img {
        width: 50px;
        height: 50px;
    }

    section.features-tabber .tabs-grid .tabs-body {
        min-height: 500px;
        overflow: hidden;
    }

    section.features-tabber .tabs-grid .single-tabbed-card-feature {
        min-height: 500px;
    }

    section.features-tabber .tabs-grid .single-tabbed-card-feature img {
        width: calc(100vw - 50%);
    }
}
section.device-features-tabber .tabs-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.device-features-tabber .tabs-grid .tabs-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

section.device-features-tabber .tabs-grid .tabs-head button {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 1rem;
    font-family: Roboto,sans-serif!important;
    color: #6f7278;
    margin-bottom: 1.25rem;
    text-align: left;
}

section.device-features-tabber .tabs-grid .tabs-head button h4 {
    font-family: 'ProximaNova-SemiBold'!important;
    margin-top: .5rem;
}

section.device-features-tabber .tabs-grid .tabs-head button:hover,
section.device-features-tabber .tabs-grid .tabs-head button.active {
    border: 1px solid var(--orange);
}

section.device-features-tabber .tabs-grid .tabs-head button:hover h4 {
    color: var(--orange);
}

section.device-features-tabber .tabs-grid .tabs-head button .tab-icon {
    padding-right: 0.5rem;
}

section.device-features-tabber .tabs-grid .tabs-head button img {
    opacity: 0.5;
}

section.device-features-tabber .tabs-grid .tabs-head button h4 {
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

section.device-features-tabber .tabs-grid .tabs-head button.active h4 {
    color: var(--orange);
}

section.device-features-tabber .tabs-grid .tabs-head button.active img {
    opacity: 1;
}

section.device-features-tabber .tabs-grid .tabs-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

section.device-features-tabber .tabs-grid .single-tabbed-card-device {
    position: relative;
    display: none;
    text-align: center;
}

section.device-features-tabber .tabs-grid .single-tabbed-card-device.active {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    section.device-features-tabber .tabs-grid {
        flex-wrap: nowrap;
    }

    section.device-features-tabber .tabs-grid .tabs-head {
        width: 33.333333%;
    }

    section.device-features-tabber .tabs-grid .tabs-head button {
        margin-bottom: 5.25rem;
    }

    section.device-features-tabber .tabs-grid .tabs-body {
        width: 33.333333%;
        overflow: hidden;
    }
}
section.meet-our-experts .content-wrapper {
    max-width: 1190px;
}

section.meet-our-experts h3 {
    font-family: 'ProximaNova-SemiBold' !important;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

section.meet-our-experts .content-wrapper {
    padding: 3rem 0;
    border-top: 1px solid var(--grey);
}

section.meet-our-experts .single-expert img {
    margin-bottom: 1rem;
}

section.meet-our-experts .single-expert.col-2 .expert-info {
    flex: 0 0 85%;
    padding-left: 1.25rem;
}
section.meet-our-experts .single-expert.col-3 .expert-info {
  flex: 0 0 85%;
    padding-left: 0.25rem;
}

section.meet-our-experts .single-expert .expert-info h4 {
    font-family: Roboto, sans-serif;
    font-weight: var(--medium);
    font-size: 24px !important;
    margin-bottom: 1rem;
}

section.meet-our-experts .single-expert .expert-info p {
    max-width: 26rem;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    section.meet-our-experts .content-wrapper {
        padding: 3rem 1.5rem;
    }
}

@media screen and (min-width: 1024px) {
    section.meet-our-experts .single-expert img {
        margin-bottom: 0;
    }
}
.large-video {
  line-height: 0;
}

.flex-reverse-mobile .row-fluid {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.video-wrapper {
  position: relative;
  min-height: 350px;
}

.video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_mobile {
  display: block;
}
.video_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .video_desktop {
    display: block;
  }
  .video_mobile {
    display: none;
  }
  .flex-reverse-mobile .row-fluid {
    flex-direction: row !important;
  }

  .large-video-embed-section .row-fluid .span6 {
    width: 50%;
  }
  .large-video-embed-section .row-fluid [class*="span"] {
    margin-left: 0;
  }
}
section.alert-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #01818a;
  width: 100%;
  padding: 1rem 0;
  font-size: 20px;
  font-family: patrician, sans-serif;
  box-sizing: border-box;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: alert-banner-slide-in 0.8s ease forwards;
  animation: alert-banner-slide-in 0.8s ease forwards;
  text-align: center;
  z-index: 999;
  max-height: 70px;
  height: 100%;
}

section.alert-banner .button {
  padding: 1.125rem !important;
  background: var(--orange) !important;
  color: var(--white);
  margin-left: 15px;
}

section.alert-banner .alert-banner-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

section.alert-banner .alert-banner-close:before,
section.alert-banner .alert-banner-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
}

section.alert-banner .alert-banner-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

section.alert-banner .alert-banner-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@-webkit-keyframes alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width: 767px) {
  section.alert-banner {
    top: auto;
    bottom: 0;
    font-size: 15px;
 
  }

  .body-wrapper {
    padding-top: 0;
  }

  header, header.scrolled.top {
    top: 0;
  }
}

html.hs-inline-edit section.new-alert-banner{
  position:  relative !important;
}


section.new-alert-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;

  font-size: 20px;
  font-family: patrician, sans-serif;
  box-sizing: border-box;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: new-alert-banner-slide-in 0.8s ease forwards;
  animation: new-alert-banner-slide-in 0.8s ease forwards;
  text-align: center;
  z-index: 999;
 
}
section.new-alert-banner .swiper-slide{
  padding: 1rem 0;
}
section.new-alert-banner .button {
  padding: 0.5rem 1rem !important;
  background: var(--orange) !important;
  color: var(--white);
  margin-left: 15px;
}

section.new-alert-banner .new-alert-banner-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}

section.new-alert-banner .new-alert-banner-close:before,
section.new-alert-banner .new-alert-banner-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
}

section.new-alert-banner .new-alert-banner-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

section.new-alert-banner .new-alert-banner-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
section.new-alert-banner .swiper-slide{
  height: auto;
}

@-webkit-keyframes new-alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes new-alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width: 767px) {
  section.new-alert-banner {
    top: auto;
    bottom: 0;
    font-size: 15px;
 
  }

  .body-wrapper {
    padding-top: 0;
  }

  header, header.scrolled.top {
    top: 0;
  }
}
section.alert-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  font-size: 18px;
  font-family: patrician, sans-serif;
  box-sizing: border-box;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: alert-banner-slide-in 0.8s ease forwards;
  animation: alert-banner-slide-in 0.8s ease forwards;
  text-align: center;
  z-index: 999;
  max-height: 120px;
  height: 100%;
}

section.alert-banner .button {
  padding: 0.5rem 1rem !important;
  background: var(--orange) !important;
  border: 1px solid var(--orange) !important;
  color: var(--white);
  margin-left: 0;
  margin-top: 0.5rem;
}

section.alert-banner .alert-banner-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

section.alert-banner .alert-banner-close:before,
section.alert-banner .alert-banner-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
}

section.alert-banner .alert-banner-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

section.alert-banner .alert-banner-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@-webkit-keyframes alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (min-width: 1024px) {
  section.alert-banner {
 
    font-size: 20px;
  }

  section.alert-banner .button {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.alert-banner .alert-banner-close {
    top: 5px;
    transform: translateY(0px);
    right: 5px;
  }
  section.alert-banner .content-wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  section.alert-banner {
    top: auto;
    bottom: 0;
    font-size: 15px;
 
  }

  div.body-wrapper {
    padding-top: 0;
  }

  header, header.scrolled.top {
    top: 0 !important;
  }
}

section.new-alert-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-family: patrician, sans-serif;
  box-sizing: border-box;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: new-alert-banner-slide-in 0.8s ease forwards;
  animation: new-alert-banner-slide-in 0.8s ease forwards;
  text-align: center;
  z-index: 999;
 
 
}

section.new-alert-banner .button {
  padding: 0.5rem 1rem !important;
  background: var(--orange) !important;
  border: 1px solid var(--orange) !important;
  color: var(--white);
  margin-left: 0;
  margin-top: 0.5rem;
}

section.new-alert-banner .new-alert-banner-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

section.new-alert-banner .new-alert-banner-close:before,
section.new-alert-banner .new-alert-banner-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
}

section.new-alert-banner .new-alert-banner-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

section.new-alert-banner .new-alert-banner-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@-webkit-keyframes new-alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes new-alert-banner-slide-in {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (min-width: 1024px) {
  section.new-alert-banner {
 
    font-size: 20px;
  }

  section.new-alert-banner .button {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.new-alert-banner .new-alert-banner-close {
    top: 5px;
    transform: translateY(0px);
    right: 5px;
  }
  section.new-alert-banner .content-wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  section.new-alert-banner {
    top: auto;
    bottom: 0;
    font-size: 15px;
 
  }

  div.body-wrapper {
    padding-top: 0;
  }

  header, header.scrolled.top {
    top: 0 !important;
  }
}
.blog-articles h2 {
    text-align: center;
}

.blog-articles .blog-grid {
    padding: 2rem 0;
}

.blog-articles .blog-card {
    width: 100%;
    margin: 0 1rem;
}

.blog-articles .blog-card .blog-image {
    position: relative;
}

 .blog-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'ProximaNova-SemiBold';
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-articles .blog-card .blog-title {
    font-size: 28px !important;
    margin-top: 1.125rem;
}

.blog-articles .blog-card span {
    font-size: 1.25rem !important;
    text-transform: uppercase !important;
    color: var(--orange);
    font-family: 'ProximaNova-Bold' !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem !important;
    text-align: center;
    transition: all .15s linear;
    white-space: normal;
    letter-spacing: 1px !important;
}

.blog-articles .blog-card span svg {
    width: 14px;
    margin-left: 0.25rem;
}

@media screen and (max-width: 767px) {
    .blog-articles .blog-card {
        margin: 0
    }

    .blog-articles .blog-card .blog-image img {
        width: 100%;
		height: auto;
    }
    
    .blog-articles .blog-grid {
        overflow: visible;
    }
}

@media screen and (min-width: 768px) {
    .blog-articles .blog-card {
        width: calc(90% / 3);
    }
}


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.rm-bottom-padding {
    line-height: 0;
  }
  
ul.tick {
list-style: none;
}

ul.tick li::before {
content: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/tick-orange.svg');
margin-right: 15px;
}

ul.tick li {
margin-bottom: 10px;
}

.inline-form form {
    display: flex;
    width: 100%;
}

.inline-form form .hs-form-field {
    width: 100%;
}

.inline-form form input.hs-button {
    width: 12em;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  color: var(--black);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}
[dir='rtl'] .slick-prev {
  right: -40px;
  left: auto;
}
.slick-prev:before {
  content: '';
  display: block;
  content: '';
  background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/leftArrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
}
[dir='rtl'] .slick-prev:before {
  content: '';
  display: block;
  content: '';
  background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/leftArrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
}

.slick-next {
  right: -40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -40px;
}
.slick-next:before {
  display: block;
  content: '';
  background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/rightArrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
}
[dir='rtl'] .slick-next:before {
  content: '';
  background: url('https://4633569.fs1.hubspotusercontent-na1.net/hubfs/4633569/encircle-2022/icons/rightArrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -55px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing='linear'],
body[data-aos-easing='linear'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing='ease-in'],
body[data-aos-easing='ease-in'] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing='ease-out'],
body[data-aos-easing='ease-out'] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-out'],
body[data-aos-easing='ease-in-out'] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-back'],
body[data-aos-easing='ease-in-back'] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing='ease-out-back'],
body[data-aos-easing='ease-out-back'] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-back'],
body[data-aos-easing='ease-in-out-back'] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing='ease-in-sine'],
body[data-aos-easing='ease-in-sine'] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing='ease-out-sine'],
body[data-aos-easing='ease-out-sine'] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-sine'],
body[data-aos-easing='ease-in-out-sine'] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing='ease-in-quad'],
body[data-aos-easing='ease-in-quad'] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quad'],
body[data-aos-easing='ease-out-quad'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quad'],
body[data-aos-easing='ease-in-out-quad'] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-cubic'],
body[data-aos-easing='ease-in-cubic'] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-cubic'],
body[data-aos-easing='ease-out-cubic'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'],
body[data-aos-easing='ease-in-out-cubic'] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-quart'],
body[data-aos-easing='ease-in-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quart'],
body[data-aos-easing='ease-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quart'],
body[data-aos-easing='ease-in-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos='zoom-in'] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out'] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-up'] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos='slide-up'] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos='slide-down'] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-left'] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos='flip-left'] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-left'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-up'] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos='flip-up'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos='flip-down'] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos='flip-down'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}