*, *:before, *:after {
   box-sizing: border-box;
}
/* .dropdown-languages .language-trigger img {
   margin-right: 0.4rem !important;
}
 */
@media(max-width:1024px) and (min-width:768px){
   .cs-global-css .form-title {
      font-size: 4rem;
   }
}
@media(min-width:1025px){
   header.header.lp-header .header-inner {
      min-height: 103px;
   }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:15px;
  padding-right:15px;
}
.row-fluid [class*="span"]:first-child {
  padding-left: 0;
}
.row-fluid [class*="span"]:last-child {
  padding-right: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66666667%;
}
.row-fluid .span10 {
  width: 83.33333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66666667%;
}
.row-fluid .span7 {
  width: 58.33333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66666667%;
}
.row-fluid .span4 {
  width: 33.33333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66666667%;
}
.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    padding-left:0;
    padding-right:0;
  }
}


/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid  {
  padding: 0;
  max-width:100%;
}
.content-wrapper {
  margin: 0 auto;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}
.dnd-section .dnd-column:first-child {
  padding-left:0;
}
.dnd-section .dnd-column:last-child {
  padding-right:0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}




@font-face {
  font-family: "Poppins";
  src:url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Light.woff2) format('woff2'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Light.woff) format('woff'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Light.ttf) format('truetype'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Light.svg) format('svg');
  font-style: normal;
  font-weight: 300;
}




@font-face {
  font-family: "Poppins";
  src:url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Regular.woff2) format('woff2'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Regular.woff) format('woff'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Regular.ttf) format('truetype'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Regular.svg) format('svg');
  font-style: normal;
  font-weight: 400;
}




@font-face {
  font-family: "Poppins";
  src:url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Medium.woff2) format('woff2'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Medium.woff) format('woff'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Medium.ttf) format('truetype'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Medium.svg) format('svg');
  font-style: normal;
  font-weight: 500;
}




@font-face {
  font-family: "Poppins";
  src:url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-SemiBold.woff2) format('woff2'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-SemiBold.woff) format('woff'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-SemiBold.ttf) format('truetype'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-SemiBold.svg) format('svg');
  font-style: normal;
  font-weight: 600;
}




@font-face {
  font-family: "Poppins";
  src:url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Bold.woff2) format('woff2'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Bold.woff) format('woff'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Bold.ttf) format('truetype'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/Poppins-Bold.svg) format('svg');
  font-style: normal;
  font-weight: 700;
}




@font-face {
  font-family: "Grotesque";
  src:url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/BasisGrotesquePro-Regular.woff2) format('woff2'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/BasisGrotesquePro-Regular.woff) format('woff'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/BasisGrotesquePro-Regular.ttf) format('truetype'),
    url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/fonts/BasisGrotesquePro-Regular.svg) format('svg');
  font-style: normal;
  font-weight: 400;
}
html {
  font-size:10px;
}
body {
  line-height:1.75;
  -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 {
  margin: 0 0 2.5rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:active, a:hover {
  outline: 0;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  line-height: 1.5;
}
h1, .h1 {
  margin: 0 0 0.3em;
  line-height: 1.24;
}
h2, .h2 {
  margin: 0 0 0.4em;
}
h3, .h3 {
  margin: 0 0 0.5em;
}
h4, .h4 {
  margin: 0 0 0.6em;
}
h5, .h5 {
  margin: 0 0 0.7em;
}
h6, .h6{
  margin: 0 0 0.8em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
b, strong {
  font-weight: bold;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[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: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[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);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
@charset 'UTF-8';
/* Slider */

/* 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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

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

    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: 6px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* 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;
    cursor: hand;
}

.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;
}
body .btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 8.5rem;
   max-width: 100%;
   font-weight: 600;
   text-align: center;
   vertical-align: middle;
   border-style: solid;
   transition: all 0.3s ease;
   padding: 2.25rem 3.2rem;
   font-size: 1.6rem;
   line-height: 1.5;
   border-width: 1px;
   border-radius: 5.6rem;
   color: #fff;
   background-color: #1b76d8;
   border-color: #1b76d8;
   box-sizing: border-box !important;
   text-decoration: none !important;
}
body .btn--grad-text span {
   transition: color 0.3s ease;
}
body .btn--light {
   color: #1b76d8;
   background-color: #fff;
   border-color: #fff;
}
body .btn--md {
   min-width: 22.6rem;
}
body .btn:hover {
   background-color: transparent;
   border-color: #1b76d8;
}
body .btn--light:hover {
   color: #000;
   background-color: #fff;
   border-color: #fff;
}
body .btn--grad-text span {
   position: relative;
   z-index: 1;
   display: inline-block;
   overflow: hidden;
}
body .btn--grad-text:hover span {
   color: transparent !important;
}
body .btn--grad-text span:before {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 20;
   width: 100%;
   height: 100%;
   content: attr(data-btn-text);
   background-color:#1b76d8;
   background: linear-gradient(41.71deg, #1b76d8 12.72%, #3dc1e7 61.31%, #74cac7 107.23%);
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-background-clip: text;
   opacity: 0;
   transition: opacity 0.3s ease;
}
body .btn--grad-text:hover span:before {
   opacity: 1;
}
body .btn--grad-text {
   transition: none;
}
body .btn--lightblue {
   color: #fff;
   background-color: #51a5e4;
   border-color: #51a5e4;
}
body .btn--lightblue:hover {
   color: #1b76d8;
   background-color: #fff;
   border-color: #51a5e4;
}
body .btn--sm {
   line-height: 1.2;
   padding: 1.7rem 2.6rem;
   font-size: 1.2rem;
   border-radius: 3.6rem;
}
body .btn--grad {
   position: relative;
   z-index: 1;
   overflow: hidden;
}
body .btn--primary {
   color: #fff;
   background-color: #1b76d8;
   border-color: #1b76d8;
}
body .btn--primary:hover {
   color: #fff;
   background-color: transparent;
   border-color: transparent;
}
body .btn--grad:before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   content: " ";
   background-color:#1b76d8;
   background: linear-gradient(41.71deg, #1b76d8 12.72%, #3dc1e7 61.31%, #74cac7 107.23%);
   opacity: 0;
   transition: opacity 0.3s ease;
}
body .btn--primary:focus
body .btn__ico {
   flex-shrink: 0;
   fill: currentColor;
}
body .btn--grad > * {
   position: relative;
   z-index: 2;
}
body .btn--grad:hover:before{
   opacity: 1;
}
body .btn--grad:focus:before {
   opacity:1;
   box-shadow: none;
   background: linear-gradient( 53.21deg, #1b76d8 -22.34%, #3dc1e7 43.83%, #74cac7 106.35%);
}
body .btn--info {
   color: #1b76d8;
   background-color: #ddebf9;
   border-color: #ddebf9;
}
body .btn--info:hover {
   color: #fff;
   background-color: #1b76d8;
   border-color: #ddebf9;
}
body .btn--light:hover .btn__ico {
   fill: #fff;
}


.back-to-top {
   position: fixed;
   right: 10rem;
   bottom: 10rem;
   z-index: 20;
   pointer-events: none;
   opacity: 0;
   transition: all 0.3s ease;
}
.back-to-top.active {
   opacity: 1;
   pointer-events: all;
}
.back-to-top .btn-to-top {
   background: none;
   border: 0;
   outline: none;
   padding: 0;
   font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
   display: inline-flex;
   flex-direction: column;
   align-items: center;
   font-weight: 400;
   color: #1b76d8;
   text-align: center;
   line-height: 21px;
   cursor: pointer;
}
.back-to-top .btn-to-top__circle {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 5.2rem;
   height: 5.2rem;
   margin-bottom: 0.8rem;
   background-color: #fff;
   border: 0.1rem solid rgba(27, 118, 216, 0.3);
   border-radius: 50%;
}
.back-to-top .btn-to-top__circle svg {
   fill: currentColor;
}
.back-to-top .back-to-top__text {
   font-size: 1.2rem;
   text-transform: capitalize;
}
.headline {
   display: flex;
   flex-direction: column;
}
.headline > * {
   margin-bottom: 1.5rem;
}
.headline__title {
   margin-bottom: 3.2rem;
}
.headline > *:last-child {
   margin-bottom: 0;
}
.full-width-layout .banner-wrapper .banner-col-grid.align-items-end {
   align-items: center !important;
}
.btn > * {
   margin-right: 1rem;
}
.btn > *:last-child {
   margin-right: 0;
}
.btn svg {
   fill: currentColor;
}
.dnd-section[class*="force-full-width"] > .row-fluid {
   max-width: 100%;
   padding: 0;
}
.hs-btn-holder {
   margin: 0.75rem 0;
   padding: 0 0.6rem;
   text-align:center;
   display: inline-block;
}
.grid-common {
   display: flex;
   flex-wrap: wrap;
   margin: 0 calc(1.5rem * -1);
}
.grid-common__col {
   flex: 0 1 33.3333333333%;
   width: 33.3333333333%;
   padding: 0 1.5rem;
   margin-bottom: 3rem;
}
.grid-common__item {
   height: 100%;
}
.btngroup__list {
   padding: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin: 0 calc(1.6rem * -1);
}
.btngroup__list > * {
   padding: 0 1.6rem;
}
.btngroup__item {
   margin: 0.75rem 0;
}
.fancybox-caption {
   background: transparent !important;
   padding: 0 !important;
}
.fancybox-slide {
   padding: 5vh !important;
}
.hs_recaptcha {
   overflow-x: auto;
   overflow-y: hidden;
}
/* partners */
.partners-layout .banner-wrapper .banner .headline h5 {
   font-size: 2.5rem;
   margin: 0 0 3.2rem;
   color: inherit;
   line-height: 1.5;
   font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
   text-transform: capitalize;
}
.partners-section-2 {
   padding: 2rem 0 15rem;
}
.gradient-block {
   position: relative;
   background-color: #1b76d8;
   background: linear-gradient(334.04deg, #1b76d8 -12.5%, #3dc1e7 94.52%, #74cac7 195.63%);
   border-radius: 4rem;
   color: #fff;
}
.gradient-block * {
   color: inherit;
}
.gradient-block .partners-section-line {
   z-index: 1;
   pointer-events: none;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   max-width: none;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   transform: translate(0, 0);
}
.gradient-block .partners-section-line img {
   display: block;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   position: absolute;
   top: 7rem;
   left: 0;
   height: auto;
}
.gradient-block .partners-sec-svg-holder {
   z-index: 1;
   pointer-events: none;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   max-width: none;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   transform: translate(0, 0);
}
.gradient-block .partners-sec-svg-holder .block-contact-decor__item {
   position: absolute;
   top: var(--decor-item-top, initial);
   right: var(--decor-item-right, initial);
   bottom: var(--decor-item-bottom, initial);
   left: var(--decor-item-left, initial);
   opacity: var(--decor-item-opacity);
   transform: rotate(var(--decor-item-rotate));
}
.gradient-block svg:not(.btn__ico) {
   fill: #fff;
}
.gradient-block .dnd-section {
   padding: 10.4rem 17rem 11rem;
}
.gradient-block .dnd-section > .row-fluid {
   max-width: 100%;
   padding: 0;
}
.gradient-block h2 {
   margin-bottom: 3.5rem;
   line-height: 1.24;
   font-size: 5rem;
}
.gradient-block .widget-type-rich_text {
   margin-bottom: 5rem;
}
.gradient-block form {
   margin: 0 -15px;
   display: flex;
   flex-wrap: wrap;
   position: relative;
   margin-bottom: 4.8rem;
}
.gradient-block form .hs-form-field {
   width: 50%;
   padding-right: 15px;
   padding-left:15px;
}
.gradient-block form .hs-firstname {
   order: 1;
}
.gradient-block form .hs-form-field.hs-phone {
   order: 2;
}
.gradient-block form .hs-form-field.hs-lastname {
   order: 3;
}
.gradient-block form .hs-form-field.hs-website {
   order: 4;
}
.gradient-block form .hs-form-field.hs-company {
   order: 5;
}
.gradient-block form .hs-form-field.hs-country {
   order: 6;
}
.gradient-block form .hs-form-field.hs-jobtitle {
   order: 7;
}
.gradient-block form .hs-form-field.hs-message {
   order: 8;
}
.gradient-block form .hs-form-field.hs-email {
   order: 9;
}
.gradient-block form .legal-consent-container {
   order: 10;
   width:100%;
}
.gradient-block form .hs-submit {
   order:11;
}
.gradient-block form .hs-input {
   max-width: 100%;
}
.cls-81 {
   -webkit-animation: c-dashed-line-path 15s ease-in-out infinite alternate;
   animation: c-dashed-line-path 15s ease-in-out infinite alternate; 
}
@keyframes c-dashed-line-path {
   from {
      stroke-dashoffset: 540;
   }

   to {
      stroke-dashoffset: 0;
   }
}

.gradient-block form .hs-form-field.hs-message .input {
   position: relative;
   min-height: 63px;
}
.gradient-block form .hs-form-field.hs-message textarea {
   height: 16.8rem;
   position: absolute;
   color: gray;
}
.gradient-block form .legal-consent-container {
   order: 10;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   padding: 0 15px;
}
.gradient-block form .legal-consent-container .hs-richtext {
   position: relative;
   z-index: 1;
   padding: 2.4rem;
   background-color: #1b76d8;
   border-radius: 1rem;
   font-size: 1.2rem;
   margin-left: 0;
}
.gradient-block form .legal-consent-container > * {
   width: calc(50% - 15px);
   margin: 0 15px;
   margin-right:0;
}
.gradient-block form .legal-consent-container .hs-richtext p {
   margin-bottom: 2rem;
   font-size: inherit;
}
.gradient-block form .legal-consent-container .hs-richtext p:last-child {
   margin-bottom: 0;
}
.gradient-block form .legal-consent-container a {
   font-weight: 700;
   color: currentColor;
   text-decoration: underline;
}
.gradient-block form .legal-consent-container .hs-richtext:after {
   position: absolute;
   top: 20%;
   left: calc(100% - 0.15rem);
   z-index: -1;
   width: 2.4rem;
   height: 2.4rem;
   -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
   clip-path: polygon(0 0, 100% 100%, 0 100%);
   content: " ";
   background-color: #1b76d8;
   border-radius: 0.5rem;
   transform: translateX(-50%) rotate( -135deg);
}
.gradient-block form .hs-submit {
   order: 11;
   position: absolute;
   bottom: 4px;
   right: 0;
   width: 50%;
   padding: 0 15px;
}
.gradient-block form .hs-submit .hs-button {
   width: 100%;
   color: #1b76d8;
   background-color: #fff;
   border-color: #fff;
   transition: none;
   background-image:none;
}
.gradient-block form .actions:hover .hs-submit .hs-button:hover {
   background-color: #fff;
   border-color: #fff;
   transition: all .3s ease;
}
.gradient-block .legal-consent-container .field.hs-form-field {
   margin: 0;
   width: 100%;
   padding-top: 2rem;
   margin-bottom: 5rem;
   padding-right:0;
}
.gradient-block form .inputs-list > li {
   margin: 0;
}
.gradient-block .legal-consent-container label {
   margin: 0;
   cursor: pointer;
   font-size: 1.4rem;
   color: #fff;
   font-weight: 300;
}
.gradient-block .legal-consent-container label input[type=checkbox] {
   display: none;
}
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display > span {
   display: flex;
   position: relative;
   padding-left: 3.6rem;
   margin-left: 0 !important;
}
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display > span p {
   display: initial;
   margin: 0 !important;
}
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display > span:before, 
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display > span:after {
   position: absolute;
   z-index: 10;
   display: block;
   cursor: pointer;
   content: " ";
}
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display > span:before {
   top: 0.18em;
   left: 0;
   width: 2.4rem;
   height: 2.4rem;
   border: 0.1rem solid #fff;
   border-radius: 0.6rem;
   background-color: transparent;
}

.gradient-block .legal-consent-container .hs-form-booleancheckbox-display > span:after {
   top: 0.75em;
   left: 0.55em;
   z-index: 11;
   width: 1rem;
   height: 0.7rem;
   background: center/cover no-repeat url(//4851790.fs1.hubspotusercontent-na1.net/hubfs/4851790/raw_assets/public/Shayp_December2021/images/ico-tick.svg);
   opacity: 0;
}
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:before {
   background-color: #fff;
}
.gradient-block .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
   opacity: 1;
}
.gradient-block form .hs-submit .actions {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
.gradient-block form .hs-submit .actions:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 20;
   content: attr(data-btn-text);
   background-color: #1b76d8;
   background: linear-gradient(
      41.71deg,#1b76d8 12.72%,#3dc1e7 61.31%,#74cac7 107.23%);
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-background-clip: text;
   opacity: 0;
   transition: opacity .3s ease;
   transform: translate(-50%, -50%);
   pointer-events: none;
   font-weight: 600;
}
.gradient-block form .hs-submit .actions:hover .hs-button {
   color: transparent;
}
.gradient-block form .hs-submit .actions:hover:before {
   opacity: 1;
}
.gradient-block form .hs-submit .actions:after {
   content:none;
}
.gradient-block form .hs-submit .actions:hover .hs-button {
   background-color: #fff;
   border-color: #fff;
}
.back-to-top {
   display: none;
}
.hs-post-layout .back-to-top {
   display:block;
}
.gradient-block form .hs_error_rollup {
   order: 100;
   width: 100%;
   padding: 0 15px;
   margin-top: 10px;
}
.faq-section1 .dnd-section {
   padding: 7.2rem 0 10rem;
}
.btn-link {
   display: inline-flex;
   align-items: center;
   font-weight: 600;
   color: #1b76d8;
   background-color: transparent;
   transition: all 0.3s ease;
}
.btn-link > * {
   margin-right: 1.2rem;
}
.btn-link__text {
   line-height: 1;
}
.btn-link > *:last-child {
   margin-right: 0;
}
.btn-link__arrow {
   flex-shrink: 0;
   fill: currentColor;
   transition: transform 0.3s ease;
}
.hardware-layout .banner-wrapper .banner-col-grid.align-items-end {
   align-items: center !important;
}
.hardware-layout-section1 .dnd-section {
   padding: 7.5rem 0 6rem;
}
.hardware-layout-section2 .dnd-section {
   padding: 8rem 0 2.5rem;
}
.hardware-layout-section2 .benefits-wrapper {
   padding:0 !important;
   overflow: hidden;
}
.hardware-layout-section3 .get-in-gtouch-wrapper {
   padding: 7.5rem 0;
}
.hardware-layout-section4 .dnd-section {
   padding: 7.5rem 0;
}
.hardware-layout-section5 .get-in-gtouch-wrapper {
   padding: 7.5rem 0;
}
.hardware-layout-section6 .dnd-section {
   padding: 7.5rem 0 12rem;
}
.hardware-layout-section2 .benefits-wrapper .benefits-grid {
   margin: 0 calc(2.5rem * -1);
}
.hardware-layout-section2 .benefits-wrapper .benefits-column {
   flex-basis: 50%;
   width: 50%;
   margin-bottom: 5rem;
   padding: 0 2.5rem;
}
.hardware-layout-section2 .benefits-wrapper .benefits-card {
   text-align: left;
}
.hardware-layout-section2 .benefits-wrapper .benefits-card .benefits-icon {
   justify-content: flex-start;
}
.hardware-layout-section2 .benefits-wrapper .benefits-card .card-common__title {
   font-size: 5rem;
   line-height: 1.24;
}
.hardware-layout-section2 .benefits-wrapper .benefits-card .card-common__content {
   width: 100%;
   max-width: 30rem;
}
.hardware-layout-section3 .dnd-section,
.hardware-layout-section5 .dnd-section {
   padding:0;
}
.btn__ico--nofilling {
   fill: none !important;
}
.btn--grad-text:hover .btn__ico path, .btn--grad-text:hover .btn__ico line, .btn--grad-text:hover .btn__ico rect, .btn--grad-text:focus .btn__ico path, .btn--grad-text:focus .btn__ico line, .btn--grad-text:focus .btn__ico rect {
   stroke: url(#marker-grad);
}
.hardware-layout-section5 .get-in-gtouch-wrapper .get-in-gtouch-md {
   background-color: #1b76d8;
   background: linear-gradient( 341.93deg, #1b76d8 12.7%, #3dc1e7 141.61%, #74cac7 263.43%);
}
.visually-hidden {
   position: absolute !important;
   width: 1px !important;
   height: 1px !important;
   padding: 0 !important;
   overflow: hidden;
   clip: rect(1px 1px 1px 1px);
   clip: rect(1px, 1px, 1px, 1px);
   border: 0 !important;
}
.titlegroup {
   display: flex;
   flex-direction: column;
}
.titlegroup > * {
   margin-bottom: 1.5rem;
}
.titlegroup > *:last-child {
   margin-bottom: 0;
}
.cases-layout .banner-wrapper .banner:before {
   position: absolute;
   top: -30%;
   right: -4%;
   z-index: 10;
   width: 40%;
   max-width: 100rem;
   aspect-ratio: 1;
   content: " ";
   border: 0.2rem dashed #fff;
   border-radius: 50%;
}
.cases-layout .banner-wrapper .banner-col-grid.align-items-end {
   align-items: center !important;
}
.cases-layout .banner-wrapper .banner-col-grid.align-items-end {
   align-items: center !important;
}
.align-items-start {
   align-items:start !important;
}
.products-section-2 img.hs-image-widget {
   width: 100%;
}
.products-section-2 .dnd-section {
   padding: 4rem 0;
}
.products-layout .body-container {
   overflow: hidden;
}
.products-layout .body-container .ad-content-with-img-md-wrapper {
   overflow: initial;
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
   opacity: 1 !important;
   visibility: visible !important;
}
body .fancybox-infobar {
   color: #d7d7d7 !important;
   font-size: 15px;
   max-width: 55px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   width: 100%;
   font-family: Arial,sans-serif;
}

/* Contact Us */
.contact-us-section .hs-submit {
   padding-top: 3.2rem;
}
.contact-us-section .dnd-section {
   padding: 8.6rem 0 16.6rem;
}
.contact-us-section form {
   max-width: 75.8%;
}
.form-title:empty {
   display: none;
}
.form-title {
   line-height: 1.24;
   font-size: 5rem;
   margin: 0 0 2.4rem;
}
.contact-us-section form .actions:hover .hs-button {
   border-color: #fff;
}

/* software */
.software-section-1 .ad-content-with-img-md-wrapper {
   padding: 14rem 0 8rem;
}
.software-section-2 .ad-content-with-img-md-wrapper {
   padding: 8rem 0 14rem;
}
.software-section-2 .ad-content-with-img-md-wrapper .two-tiles__item--content {
   width: 63rem;
}
.software-section-2 .ad-content-with-img-md-wrapper .two-tiles--reversed .two-tiles__item--media {
   max-width: 46.8rem;
}
.software-layout .ad-content-with-img-md-wrapper .two-tiles__decoration--circle::before {
   content: none;
}
.software-section-3 .content-with-img-card-wrapper {
   padding: 7.5rem 0;
}
.block-cta__img--tablet-visible {
   display: none;
}
.software-section-4 .benefits-wrapper {
   padding: 8rem 0 7.5rem;
}
.software-section-4 .benefits-wrapper .content-wrapper {
   max-width: 100%;
   padding:0;
}
.software-layout .benefits-wrapper .benefits-card {
   text-align: left;
}
.software-layout .benefits-wrapper .benefits-card .benefits-icon {
   justify-content: flex-start;
}
.software-layout .benefits-wrapper .benefits-grid {
   display: flex;
   flex-wrap: wrap;
   margin: 0 calc(2.5rem * -1);
}
.software-layout .benefits-wrapper .benefits-column {
   padding: 0 2.5rem;
   margin-bottom: 5rem;
}
.software-layout .benefits-wrapper .benefits-card .card-common__title {
   font-size: 2rem;
}
.software-section-5 .ad-content-with-img-md-wrapper {
   position: relative;
   z-index: 1;
   overflow: initial;
}
.software-section-5 .ad-content-with-img-md-wrapper:before {
   position: absolute;
   top: 0;
   left: 50%;
   width: 100%;
   max-width: 131rem;
   height: 100%;
   margin: 0 0.75rem;
   pointer-events: none;
   content: " ";
   border: 0.2rem dashed rgba(27, 118, 216, 0.5);
   border-radius: 4rem;
   transform: translateX(-50%);
}
.software-section-5 .ad-content-with-img-md-wrapper .two-tiles__decoration {
   top: 20%;
   transform: translateY(0);
}
.software-section-5 .ad-content-with-img-md-wrapper .two-tiles--reversed .two-tiles__item--media {
   max-width: 46.8rem;
}
.software-section-5 .ad-content-with-img-md-wrapper .two-tiles__item--content {
   width: 54rem;
}
.software-layout {
   overflow: hidden;
}
.software-section-11 .dnd-section {
   padding: 7.5rem 0;
}
.software-section-10 .get-in-gtouch-wrapper {
   padding: 7.5rem 0;
}
.software-layout .testimonials-slider-wrapper {
   padding: 7.5rem 0;
}
.software-section-8 .dnd-section {
   padding: 7.5rem 0;
}
.software-section-7 .dnd-section, 
.software-section-6 .dnd-section {
   padding: 7.5rem 0;
}
.software-section-8 .content-with-img-card-wrapper .get-in-gtouch-content-holder {
   max-width: 55rem;
}
.software-section-8 .content-with-img-card-wrapper .block-cta__media {
   position: static;
}
.software-section-10 .get-in-gtouch-wrapper .headline__title {
   font-size: 3rem;
   line-height: 1.5;
}
.software-section-10 .get-in-gtouch-wrapper .get-in-gtouch-content-holder {
   max-width: 64rem;
}
.software-section-8 .content-with-img-card-wrapper .s-cta__decor {
   display: none;
}
.software-section-8 .content-with-img-card-wrapper .s-cta__decor.line2 {
   display: block;
}
.software-section-8 .content-with-img-card-wrapper .s-cta__decor.line2 img {
   bottom: 20%;
}
.software-section-10 .get-in-gtouch-wrapper .s-cta__decor {
   display: none;
}
.software-section-10 .get-in-gtouch-wrapper .s-cta__decor.hideline {
   display: block;
}
.software-section-10 .get-in-gtouch-wrapper .s-cta__decor.hideline img {
   bottom: 15%;
}
.software-section-10 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape1,
.software-section-10 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape2{
   transform: rotate(-15deg);
}
.software-section-10 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape3 {
   transform: rotate(15deg);
   bottom: 37%;
}

/* software end */

/* Homepage */
.homepage-layout .logo-gallery-md-wrapper {
   padding: 10.4rem 0 3.1rem;
}
.homepage-layout .ad-content-with-img-md-wrapper {
   padding: 12.5rem 0 17rem;
}
.homepage-layout .ad-content-with-img-md-wrapper .two-tiles .headline {
   margin-bottom: 6rem;
}
.homepage-layout .ad-content-with-img-md-wrapper .two-tiles__decoration--circle:before {
   content:none;
}
.homepage-layout .benefits-wrapper {
   padding: 8rem 0 7.5rem;
}
.homepage-layout .benefits-wrapper .benefits-card {
   text-align: left;
}
.homepage-layout .benefits-wrapper .benefits-card .benefits-icon {
   justify-content: flex-start;
}
.homepage-layout .benefits-wrapper .benefits-card .card-common__title {
   font-size: 2rem;
}
.homepage-layout .benefits-wrapper .benefits-grid {
   margin: 0 calc(2.5rem * -1);
}
.homepage-layout .benefits-wrapper .benefits-grid .benefits-column {
   padding: 0 2.5rem;
   margin-bottom: 5rem;
}
.homepage-layout .benefits-wrapper .benefits-card .card-common__content {
   width: 100%;
   max-width: 30rem;
}
.homepage-layout .cases-wrapper {
   padding: 14rem 0 11.5rem;
}
.homepage-layout .benefits-wrapper {
   overflow: hidden;
}
.homepage-contact-us-section .dnd-section {
   padding: 10.5rem 1.5rem 14rem;
   background-color: #1b76d8;
   background: linear-gradient(2.06deg, #1b76d8 -21.49%, #3dc1e7 122.58%, #74cac7 258.72%);
   color: #fff;
}
.homepage-contact-us-section .dnd-section * {
   color: inherit;
}
.homepage-contact-us-section .dnd-section .hs-input {
   color: #808080;
}
.submitted-message {
   text-align: center;
}
.homepage-contact-us-section .dnd-section > .row-fluid {
   max-width: 42.2rem;
   padding: 0;
}
.homepage-contact-us-section .form-title {
   text-align: center;
   margin-bottom: 4rem;
}
.homepage-contact-us-section form .hs-submit {
   margin-top: 3.2rem;
   display: inline-block;
   width: 100%;
   text-align: center;
}
.homepage-contact-us-section form .actions {
   display: inline-block;
}
.homepage-contact-us-section form .actions:after {
   content: none;
}
.homepage-contact-us-section form .hs-button {
   min-width: 19rem;
   color: #1b76d8;
   background-color: #fff;
   border-color: #fff;
}
.homepage-contact-us-section form .hs-button:hover {
   background-color: #fff;
   border-color: #fff;
}
.homepage-contact-us-section form .actions:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 20;
   content: attr(data-btn-text);
   background-color: #1b76d8;
   background: linear-gradient(41.71deg,#1b76d8 12.72%,#3dc1e7 61.31%,#74cac7 107.23%);
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-background-clip: text;
   opacity: 0;
   transition: opacity .3s ease;
   transform: translate(-50%,-50%);
   pointer-events: none;
   font-weight: 600;
}
.homepage-contact-us-section form .actions:hover:before {
   opacity: 1;
}
.homepage-contact-us-section form .actions:hover .hs-button {
   background-color: #fff;
   border-color: #fff;
}
.homepage-contact-us-section .dnd-section .hs-error-msg {
   color: #ef6b51;
}
/* Homepage End */

/* Events */
.events-layout .dnd-section {
   padding: 0;
}
/* Events END */

.careers-layout .banner .btn {
   min-width: 22.6rem;
   text-transform: capitalize;
}
.careers-layout .body-container .dnd-section {
   padding: 7rem 0 12rem;
}
.careers-layout .body-container .widget-type-rich_text {
   margin-bottom: 5.5rem;
}
.careers-layout .body-container .widget-type-rich_text .hs_cos_wrapper_type_rich_text > *:not(:last-child) {
   margin-bottom: 3rem;
}

/* // IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
   .header-btn2 .hs-button span::after,
   body .btn--grad-text span:before,
   .homepage-contact-us-section form .actions:before {
      color:rgba(27,118,216,1.0);
      background:none !important;
   }
   [data-aos^='fade'][data-aos^='fade'] {
      opacity:1 !important;
      transform:none !important;
   }
   .homepage-banner-wrapper .intro__img svg {
      width:616.79px !important;
      height:477.28px !important;
   }
   .js-counts {
      font-size:0;
   }
   .js-counts::after {
      content:attr(data-number);
      font-size:3.4rem;
   }
   .two-tiles__img svg {
      height:390px;
      width:438px;
   }
   
}


@media(min-width: 1024px) {
   .full-width-layout .banner-wrapper .banner {
      padding-bottom: 15rem;
   }
   .hardware-layout .banner-wrapper .banner {
      padding-bottom: 15rem;
   }
   .cases-layout .banner-wrapper .banner {
      padding-bottom: 15rem;
   }
   .software-layout .banner-wrapper .banner {
      padding-bottom: 15rem;
   }
}
@media(min-width: 768px) {
   .full-width-layout .banner-wrapper .intro__info {
      width: 70%;
   }
   .full-width-layout .banner-wrapper .intro__media {
      max-width: 30%;
   }
   .about-us-layout .banner-wrapper .intro__info {
      width: 70%;
   }
   .partners-layout .banner-wrapper .intro__info {
      width: 70%;
   }
   .hardware-layout .banner-wrapper .intro__info {
      width: 40%;
   }
   .hardware-layout .banner-wrapper .intro__media {
      max-width: 60%;
   }
   .cases-layout .banner-wrapper .intro__info {
      width: 40%;
   }
   .cases-layout .banner-wrapper .intro__media {
      max-width: 40rem;
      margin-left: auto;
   }
   .software-layout .banner-wrapper .intro__info {
      width: 55%;
   }
}

@media (max-width: 900px) and (min-width: 768px) {
   .hardware-layout .banner-wrapper .intro__info, 
   .hardware-layout .banner-wrapper .intro__media {
      width: 50%;
   }
}
@media(max-width: 1365px) {
   .software-section-5 .ad-content-with-img-md-wrapper:before {
      width: calc(100% - 3.2rem);
      max-width: initial;
      margin: initial;
   }
}
@media(max-width: 1200px) {
   .software-section-5 .ad-content-with-img-md-wrapper .two-tiles__content {
      padding: 0 2.8rem;
   }
   .full-width-layout .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape3 {
      opacity: 0.2;
   }
}

@media (max-width: 1023px) {
   .hs-post-layout .back-to-top {
      display: none;
   }
   .homepage-layout .ad-content-with-img-md-wrapper {
      padding: 7rem 0;
   }
   .block-cta__img--tablet-hidden {
      display: none;
   }
   .block-cta__img--tablet-visible {
      display: block;
   }
   .grid-common__col {
      flex-basis: 50%;
      width: 50%;
   }
   .partners-section-2 {
      padding-bottom: 10rem;
   }
   .gradient-block .dnd-section {
      padding: 6.4rem 7rem 8rem;
   }
   .faq-section1 .dnd-section {
      padding: 6.5rem 0 10rem;
   }
   .hardware-layout-section1 .dnd-section {
      padding: 6rem 0;
   }
   .hardware-layout-section2 .dnd-section {
      padding: 6rem 0 2rem;
   }
   .hardware-layout-section3 .get-in-gtouch-wrapper {
      padding: 6rem 0;
   }
   .hardware-layout-section4 .dnd-section {
      padding: 6rem 0;
   }
   .hardware-layout-section5 .get-in-gtouch-wrapper {
      padding: 6rem 0;
   }
   .hardware-layout-section6 .dnd-section {
      padding: 6rem 0 8rem;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-card .card-common__content {
      max-width: 100%;
   }
   .get-in-gtouch-wrapper.has_not_image .get-in-gtouch-content-holder {
      max-width: 100%;
   }
   .hardware-layout-section5 .get-in-gtouch-wrapper .get-in-gtouch-md-holder {
      padding-bottom: 18rem;
   }
   .hardware-layout-section5 .get-in-gtouch-wrapper .block-cta__decor {
      top: initial;
      height: 18rem;
   }
   .hardware-layout-section5 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape1 {
      top: 10%;
      right: 10%;
      width: 3rem;
      height: 3rem;
   }
   .hardware-layout-section5 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape2 {
      top: initial;
      right: 40%;
      bottom: 25%;
      width: 3.6rem;
      height: 3.6rem;
   }
   .hardware-layout-section5 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape3 {
      top: 15%;
      left: 10%;
      width: 7.3rem;
      height: 7.3rem;
      transform: rotate(15deg);
      opacity: 1;
   }
   .cases-layout .banner-wrapper .banner:before {
      top: -15%;
      right: -5%;
      width: 75%;
   }
   .contact-us-section .dnd-section {
      padding: 7rem 0 12rem;
   }
   .contact-us-section form {
      max-width: 100%;
   }
   .software-section-1 .ad-content-with-img-md-wrapper {
      padding: 7rem 0;
   }
   .software-section-2 .ad-content-with-img-md-wrapper {
      padding: 7rem 0;
   }
   .software-section-2 .ad-content-with-img-md-wrapper .two-tiles__item--content {
      width: 60%;
   }
   .software-section-3 .content-with-img-card-wrapper {
      padding: 6rem 0;
   }
   .software-section-4 .benefits-wrapper {
      padding: 6rem 0;
   }
   .software-section-5 .ad-content-with-img-md-wrapper {
      padding-top: 3.6rem;
      padding-bottom: 3.6rem;
   }
   .software-section-5 .ad-content-with-img-md-wrapper:before {
      width: calc(100% - 3.2rem);
      max-width: initial;
      margin: initial;
   }
   .software-section-5 .ad-content-with-img-md-wrapper .two-tiles--reversed .two-tiles__item--media {
      width: 40%;
   }
   .software-section-5 .ad-content-with-img-md-wrapper .two-tiles__item--content {
      width: 60%;
   }
   .software-section-11 .dnd-section {
      padding: 6rem 0;
   }
   .software-section-10 .get-in-gtouch-wrapper {
      padding: 6rem 0;
   }
   .software-layout .testimonials-slider-wrapper {
      padding:6rem 0;
   }
   .software-section-8 .dnd-section {
      padding: 6rem 0;
   }
   .software-section-7 .dnd-section, 
   .software-section-6 .dnd-section {
      padding: 6rem 0;
   }
   .software-section-8 .content-with-img-card-wrapper .get-in-gtouch-content-holder {
      width: 100%;
      max-width: 100%;
   }
   .software-section-8 .content-with-img-card-wrapper .block-cta__media .block-cta__img {
      margin: 0;
   }
   .software-section-10 .get-in-gtouch-wrapper .get-in-gtouch-content-holder {
      max-width: 100%;
   }
   .software-section-10 .get-in-gtouch-wrapper .get-in-gtouch-md-holder {
      padding-bottom: 18rem;
   }
   .software-section-10 .get-in-gtouch-wrapper .block-cta__decor {
      top: initial;
      height: 18rem;
   }
   .software-section-10 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape1 {
      top: 10%;
      right: 10%;
      width: 3rem;
      height: 3rem;
   }
   .software-section-10 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape2 {
      top: initial;
      right: 40%;
      bottom: 25%;
      width: 3.6rem;
      height: 3.6rem;
   }
   .software-section-10 .get-in-gtouch-wrapper .block-cta-decor__item.svg_shape3 {
      top: 15%;
      left: 10%;
      width: 7.3rem;
      height: 7.3rem;
      transform: rotate( 15deg);
      opacity: 1;
   }
   .homepage-layout .ad-content-with-img-md-wrapper .two-tiles .headline {
      margin-bottom: 3.5rem;
   }
   .homepage-layout .cases-wrapper {
      padding: 9rem 0 3rem;
   }
   .homepage-layout .benefits-wrapper {
      padding: 3.5rem 0 5rem;
   }
   .homepage-layout .benefits-wrapper .benefits-card .card-common__content {
      max-width: 100%;
   }
   .homepage-contact-us-section .dnd-section {
      padding-top: 9rem;
      padding-bottom: 11rem;
   }
   .careers-layout .body-container .dnd-section {
      padding: 6rem 0 10rem;
   }
   .careers-layout .body-container .widget-type-rich_text .hs_cos_wrapper_type_rich_text>*:not(:last-child) {
      margin-bottom: 1.5rem;
   }
   .careers-layout .body-container .widget-type-rich_text {
      margin-bottom: 3.5rem;
   }
}

@media(max-width: 767px) {
   .mig-container-wrapper .widget-type-blog_subscribe, 
   .mig-container-wrapper .widget-type-form {
      display: block;
      margin-bottom: 30px;
   }
   .homepage-layout {
      overflow: hidden;
   }
   .homepage-layout .ad-content-with-img-md-wrapper {
      padding: 3rem 0;
   }
   .homepage-layout .logo-gallery-md-wrapper {
      padding-top: 3rem;
   }
   .homepage-layout .ad-content-with-img-md-wrapper {
      overflow: initial;
   }
   body .titlegroup__title {
      font-size: 2.8rem;
   }
   body .headline__title {
      font-size: 2.8rem;
   }
   .products-section-2 .dnd-section {
      padding: 1.5rem 0;
   }
   .titlegroup__title {
      font-size: 2.8rem;
   }
   .partners-layout .banner-wrapper .banner .headline h5 {
      font-size: 2.8rem;
   }
   .gradient-block h2 {
      font-size: 4.5rem;
   }
   .gradient-block form .hs-form-field {
      width: 100%;
   }
   .gradient-block form {
      display: block;
      margin-bottom: 3.4rem;
   }
   .gradient-block form .hs-form-field.hs-message textarea {
      position: static;
   }
   .gradient-block form .legal-consent-container {
      flex-direction: column;
   }
   .gradient-block form .legal-consent-container > * {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .gradient-block .legal-consent-container .field.hs-form-field {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 16px;
   }
   .gradient-block form .hs-submit {
      position: static;
      width: 100%;
   }
   .gradient-block form .hs-submit {
      position: static;
      width: 100%;
      padding-bottom: 1.4rem;
   }
   .partners-section-2 {
      padding-bottom: 8rem;
   }
   .hardware-layout-section1 .dnd-section {
      padding: 0 0 2.8rem;
      margin-top: -5rem;
   }
   .hardware-layout-section4 .dnd-section {
      padding: 3rem 0;
   }
   .hardware-layout-section6 .dnd-section {
      padding: 2.8rem 0 5.6rem;
   }
   .hardware-layout .banner-wrapper .intro__info {
      text-align: center;
   }
   .hardware-layout .banner-wrapper .btngroup__list {
      justify-content: center;
   }
   .hardware-layout .banner-wrapper .intro__media {
      margin-bottom: -12rem !important;
   }
   .hardware-layout .banner-wrapper .banner {
      background-position: 61% bottom;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-card .card-common__title {
      font-size: 4.5rem;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-column {
      margin-bottom: 3.6rem;
   }
   .cases-layout .banner-wrapper .banner:before {
      top: initial;
      right: -42%;
      bottom: 7%;
      width: 110%;
   }
   .products-section-2 img.hs-image-widget {
      height: 11.6rem !important;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 80% bottom;
      object-position: 80% bottom;
   }
   .products-layout .banner-wrapper .banner {
      padding-bottom: 13rem;
   }
   .contact-us-layout .banner-wrapper .banner {
      padding-bottom: 13rem;
   }
   .contact-us-section .dnd-section {
      padding: 6rem 0 10rem;
   }
   .form-title {
      font-size: 4.5rem;
   }
   .software-section-1 .ad-content-with-img-md-wrapper {
      padding: 3.6rem 0;
   }
   .software-section-2 .ad-content-with-img-md-wrapper {
      padding: 3.6rem 0;
   }
   .software-section-4 .benefits-wrapper {
      padding: 2rem 0;
   }
   .software-layout .benefits-wrapper .benefits-column {
      margin-bottom: 3.6rem;
   }
   .software-section-11 .dnd-section {
      padding: 3rem 0;
   }
   .software-section-10 .get-in-gtouch-wrapper {
      padding: 2.8rem 0;
   }
   .software-layout .testimonials-slider-wrapper {
      padding:2.8rem 0;
   }
   .software-section-8 .dnd-section {
      padding: 2.8rem 0;
   }
   .software-section-7 .dnd-section, 
   .software-section-6 .dnd-section {
      padding: 3rem 0;
   }
   .software-section-6 .dnd-section {
      padding-top: 6.6rem;
   }
   .software-section-10 .get-in-gtouch-wrapper .headline__title {
      font-size: 2.8rem;
   }
   .homepage-layout .benefits-wrapper .benefits-grid .benefits-column {
      margin-bottom: 3.6rem;
   }
   .homepage-contact-us-section .dnd-section {
      padding-top: 6.4rem;
      padding-bottom: 9.6rem;
   }
}

@media (max-width: 667px) {
   body .btn {
      font-size: 1.2rem;
      padding: 1.6rem 2.3rem;
   }
   .grid-common__col {
      flex-basis: 100%;
      width: 100%;
   }
   .gradient-block {
      border-radius: 2.5rem;
   }
   .gradient-block .partners-sec-svg-holder .block-contact-decor__item {
      opacity: 0.4;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-column {
      flex-basis: 90%;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-card {
      text-align: center;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-card .benefits-icon {
      justify-content: center;
   }
   .hardware-layout-section2 .benefits-wrapper .benefits-card .card-common__title {
      font-size: 1.8rem;
   }
   .software-layout .ad-content-with-img-md-wrapper .two-tiles__decoration {
      top: initial;
      bottom: -7%;
   }
   .software-layout .ad-content-with-img-md-wrapper .two-tiles__item--media {
      order: 2;
      margin-bottom: 0;
   }
   .software-layout .ad-content-with-img-md-wrapper .two-tiles__item--content {
      margin-bottom: 4rem !important;
   }
   .software-layout .ad-content-with-img-md-wrapper .two-tiles__item--media .two-tiles__img {
      margin-bottom: 15%;
      margin-top: initial;
   }
   .ad-content-with-img-md-wrapper .two-tiles--reversed .two-tiles__item--media .two-tiles__img {
      margin-top: initial;
      margin-bottom: initial;
   }
   .software-layout .benefits-wrapper .benefits-card {
      text-align: center;
   }
   .software-layout .benefits-wrapper .benefits-card .benefits-icon {
      justify-content: center;
   }
   .software-layout .benefits-wrapper .benefits-card .card-common__title {
      font-size: 1.8rem;
   }
   .software-layout .benefits-wrapper .benefits-column {
      flex-basis: 90%;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
   }
   .software-layout .benefits-wrapper .benefits-card .card-common__title br {
      display: none;
   }
   .software-layout .software-section-5 .ad-content-with-img-md-wrapper .two-tiles__item--media .two-tiles__img {
      margin-bottom: -5rem;
      margin-left: auto;
   }
   .software-layout .software-section-5 .ad-content-with-img-md-wrapper .two-tiles__decoration {
      bottom: -40%;
      transform: translateY(-27%);
   }
   .homepage-layout .ad-content-with-img-md-wrapper .two-tiles__item--media .two-tiles__img {
      margin-top: -11%;
   }
   .homepage-layout .benefits-wrapper .benefits-card .benefits-icon {
      justify-content: center;
   }
   .homepage-layout .benefits-wrapper .benefits-card {
      text-align: center;
   }
   .homepage-layout .benefits-wrapper .benefits-card .card-common__title {
      font-size: 1.8rem;
   }
   .homepage-layout .benefits-wrapper .benefits-grid .benefits-column {
      flex-basis: 90%;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
   }
   .homepage-layout .benefits-wrapper .benefits-card .card-common__title br {
      display: none;
   }
}

@media(max-width: 479px) {
   .partners-layout .banner-wrapper .banner .headline h5 {
      margin-bottom: 2rem;
      font-size: 3.2rem;
   }
   .gradient-block .dnd-section {
      padding: 4.4rem 4rem 5rem;
   }
   .gradient-block h2 {
      font-size: 2.8rem;
   }
   .gradient-block .legal-consent-container label {
      font-size: 1.2rem;
   }
   .gradient-block .legal-consent-container .field.hs-form-field {
      margin-top: 1.6rem;
   }
   .form-title {
      font-size: 2.8rem;
   }
}

@media (max-width: 375px) {
   .gradient-block .dnd-section {
      padding: 3rem 3rem 4rem;
   }
}
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

.button:hover,
.button:focus {
  text-decoration: none;
}

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

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Help text - legends */

form legend {
  font-size: 1rem;
  font-weight: 600;
}

/* 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:block;
  padding: 2rem 1.4rem;
  font-size: inherit;
  line-height: 1.2;
  border-width: 0.5rem;
  border-radius: 0.8rem;
  color: #808080;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  box-sizing: border-box;
  width: 100%;
  max-width: 767px;
  text-align: left;
  -webkit-appearance: none;
  background: #fff;
  border: 0.2rem solid #e5f6ff;
  border-style: solid;
  outline: none;
  outline-color: transparent;
  outline: none;
  font-weight:300;
}
form textarea {
  width: 100%;
  height: 13rem;
  vertical-align: top;
  resize: none;
}

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

@media(max-width: 480px) {
  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 {
    padding: 1.5rem 1.2rem;
  }
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
   color: red !important;
   margin-left:4px;
}


.hs_error_rollup .hs-error-msgs label,
.hs-error-msg {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  max-width: 100%;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-style: solid;
  transition: all 0.3s ease;
  padding: 2.25rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-width: 1px;
  border-radius: 5.6rem;
  color: #fff;
  background-color: #1b76d8;
  border-color: #1b76d8;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background-color: #1b76d8;
  border-color: #1b76d8;
  cursor:pointer;
  width:100%;
  max-width: 767px;
}
/*  Placeholder */
.hs-input::placeholder {
  color: #808080;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #808080;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hs-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #808080;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hs-input:focus::placeholder {
  opacity:0;
}
.hs-input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity:0;
}
.hs-input:focus::-ms-input-placeholder { /* Microsoft Edge */
  opacity:0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
form .actions {
  position: relative;
  max-width: 767px;
}
form .actions .hs-button:hover {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
form .actions:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 5.6rem;
}
form .actions:hover:after {
  opacity: 1;
}
form .actions:hover .hs-button {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}

@media(max-width: 667px) {
  body form input[type=submit],
  body form .hs-button {
    padding: 1.6rem 2.3rem;
    font-size: 1.2rem;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header {
  border-bottom: 0.1rem solid rgba(25,107,195,1.0);
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
}
.page-has-no-banner .custom-header  {
  background-color: #1b76d8;
}
.page-has-no-banner header.header {
  min-height:103.391px;
}
body header .hs-button:hover {
  background-image:none;
}
header .header-btn2 .hs-button:hover {
  background-image:none;
}
.header_sticky .custom-header {
  border-color:transparent !important;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.9rem 0;
  margin: 0 -1.5rem;
}
.header-inner > * {
  padding: 0 1.5rem;
}
.header-logo {
  position: relative;
  z-index: 20;
}
.header-logo .color1 {
  fill:#f9feff;
}
.header-logo .color2 {
  fill:#bee3ff;
}
.header-logo .color3 {
  fill:#9bcdff;
}
.header-logo .color4 {
  fill:#5890f5;
}
.header-logo .color5 {
  fill:#6aa8c6;
}
.header_sticky .header-logo .color1 {
  fill:#5dc3e2;
}
.header_sticky .header-logo .color2 {
  fill:#3a8dcc;
}
.header_sticky .header-logo .color3 {
  fill:#276eb5;
}
.header_sticky .header-logo .color4 {
  fill:#2954a1;
}
.header_sticky .header-logo .color5 {
  fill:#2954a1;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
}
.header-logo a svg {
  margin-right: 1.4rem;
}
svg:not(:root) {
  overflow: hidden;
}
.header-logo a span {
  flex-shrink: 0;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 600;
}
.header-right-column {
  display: flex;
  align-items: center;
  min-width: 37rem;
  max-width: 100%;
}
.header-right-column .header-languages-column {
  margin-right: 1.8rem;
}
.dropdown-languages {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.dropdown-languages .language-trigger {
  font: inherit;
  margin: 0;
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  color: inherit;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.35rem 1.6rem;
  border: 0.1rem solid #e5f6ff;
  border-radius: 3.6rem;
}
.dropdown-languages .language-trigger .flag {
  display: flex;
}
.dropdown-languages .language-trigger .flag img {
  flex-shrink: 0;
  width: 1.5rem;
  max-width: initial;
  height: 1.5rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-languages .language-trigger .lang-text {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
}
/* HERE WE HAVE A PROBLEM WITH LANGUAGE SWITCHER */
.dropdown-languages__list {
  /*list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;*/
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  border-radius: 4.2rem;
  box-shadow: rgb(99 99 99 / 20%) 0 0.2rem 0.8rem 0;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dropdown-languages.open .dropdown-languages__list {
  z-index: 20;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.dropdown-languages__list .dropdown-languages-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}
.dropdown-languages__list .dropdown-languages-item a img {
  flex-shrink: 0;
  width: 1.5rem;
  max-width: initial;
  height: 1.5rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-languages__list .dropdown-languages-item a:hover img {
  transform: rotate(360deg);
}
.dropdown-languages__list .dropdown-languages-item a .lang-text {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.dropdown-languages__list .dropdown-languages-item:first-child a {
  padding-top: 1.5rem;
}
.dropdown-languages__list .dropdown-languages-item:last-child a {
  padding-bottom: 2rem;
}
.header-btngroup ul.btngroup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 calc(0.6rem * -1);
}
.header-btngroup ul.btngroup__list .btngroup__item {
  margin: 0.75rem 0;
  padding: 0 0.6rem;
}
body header .hs-button {
  transition: all 0.3s ease;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  max-width: 100%;
  font-weight: 600;
  text-align: center;
  border-radius: 3.6rem;
  border-width: 0.1rem;
  border-style: solid;
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 1.7rem 2.6rem;
  position:relative;
}
.header-btn2 .hs-button span {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  transition:color 0.3s ease;
   white-space: nowrap;
}
.header-btn2 .hs-button span:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  content: attr(data-btn-text);
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-btn2 .hs-button:hover span:after {
  opacity: 1;
}
.header-btn2 .hs-button:hover span {
  color: transparent;
}
.header_sticky .header-btn2 .hs-button span:after {
  content:none;
}
.header_sticky .header-btn2 .hs-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header_sticky .header-btn2 .hs-button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: " ";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header_sticky .header-btn2 .hs-button:hover:before {
  opacity: 1;
}
.dropdown-languages .language-trigger img {
  flex-shrink: 0;
  width: 1.5rem;
  max-width: initial;
  height: 1.5rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-languages .language-trigger img + span {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
}
body .lang_switcher_class {
  display: block;
  position: static;
}
body .lang_switcher_class .globe_class {
  background: transparent !important;
  border-radius: 0;
  width: auto;
  height: auto;
  cursor: initial;
}
body .lang_switcher_class .globe_class .lang_list_class {
  position: static;
  top: 0;
  transform: none;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  text-align: left;
  left: 0;
}
body .lang_switcher_class .globe_class .lang_list_class:before, body .lang_switcher_class .globe_class .lang_list_class:after {
  content: none;
}
body .lang_switcher_class .globe_class .lang_list_class li {
  padding: 0;
  border: none;
  font-size: inherit;
  line-height: inherit;
  position: static;
  background: transparent;
}
body .lang_switcher_class .globe_class .lang_list_class li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  color: #1b76d8;
}
body .lang_switcher_class .globe_class .lang_list_class li a img {
  flex-shrink: 0;
  width: 1.5rem;
  max-width: initial;
  height: 1.5rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
body .lang_switcher_class .globe_class .lang_list_class li a span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
body .lang_switcher_class .globe_class .lang_list_class li:first-child a {
  padding-top: 1.5rem;
}
body .lang_switcher_class .globe_class .lang_list_class {
  padding-bottom: 1.2rem;
}
body .lang_switcher_class .globe_class .lang_list_class li a:hover img {
  transform: rotate(360deg);
}
body .lang_switcher_class .globe_class .lang_list_class li {
   order: 20;
}
body .lang_switcher_class .globe_class .lang_list_class li:first-child {
   order: 1 !important;
}
body .lang_switcher_class .globe_class .lang_list_class li.fr {
   order: 2;
}
body .lang_switcher_class .globe_class .lang_list_class li.en {
   order: 1;
}
body .lang_switcher_class .globe_class .lang_list_class li.nl {
   order: 3;
}


@media(max-width: 1366px) {
  .header-inner {
    margin: 0 -1rem;
  }
  .header-inner > * {
    padding: 0 1rem;
  }
}

@media(max-width: 1200px) {
  .header-right-column .header-languages-column {
    margin-right: 1.2rem;
  }
  header .dropdown-languages .language-trigger {
    padding: 1.1rem 1.4rem;
  }
  header .custom-header .hs-button {
    padding: 1.4rem 2rem;
  }
  .page-has-no-banner header.header {
    min-height:97.391px;
  }
}

@media(min-width: 1025px) {
  .show_in_mobile {
    display:none !important;
   }
   body .lang_switcher_class .globe_class .lang_list_class {
      display: flex;
      flex-direction: column;
   }
}

@media(max-width: 1024px ) {
   body header .lang_switcher_class .globe_class .lang_list_class {
      padding-bottom: 0;
   }
  .page-has-no-banner header.header {
    min-height:78px;
  }
  .header-right-column {
    display: none !important;
  }
  .header-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-trigger {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    width: 2.6rem;
    height: 1.4rem;
    position: relative;
    cursor:pointer;
  }
  .mobile-trigger span {
    border-radius: 0.2rem;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 0.2rem;
    background-color: #fff;
  }
  .mobile-trigger span:nth-child(1) {
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .mobile-trigger span:nth-child(2) {
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .mobile-trigger span:nth-child(3) {
    top: initial;
    bottom: 0;
    transform: translateY(0);
  }
  .mobile-trigger:hover span {
    width: 100% !important;
  }
  .mobile-open .mobile-trigger span:nth-child(1) {
    width: 100%;
    top: 50%;
    transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger span:nth-child(2) {
    width: 100%;
    opacity: 0;
  }
  .mobile-open .mobile-trigger span:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: rotate(-45deg);
  }
  .custom-menu-primary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
    background-color: #1b76d8;
    background: linear-gradient(177.09deg, #1b76d8 46.5%, #3dc1e7 140.63%, #74cac7 229.58%);
    opacity: 0;
    transition: all 0.3s ease;
    padding:0;
    z-index: 999;
  }
  .mobile-open .custom-menu-primary {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .menu-primary-inner {
    height: calc(100vh - 8.8rem);
    padding: 4rem 1.4rem 2.8rem;
    margin-top: 8.8rem;
    overflow-y: auto;
  }
  .hide_in_mobile {
    display:none !important;
  }
  .header-btngroup {
    margin-bottom: 2.9rem;
  }
  .header .dropdown-languages.hidden-phone {
    display: none;
  }
  .header .list-languages.visible-phone {
    display: flex !important;
  }
  .header .list-languages .list-languages__item a {
    color: #fff;
  }
  .header .list-languages .list-languages__item a:hover {
    color: #fff;
  }
  .dropdown-languages .language-trigger {
    display: none;
  }
  .dropdown-languages__list {
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    transition: none !important;
    pointer-events: all;
  }
  body .lang_switcher_class .globe_class .lang_list_class {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.4rem;
  }
  body .lang_switcher_class .globe_class .lang_list_class li {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
    display: flex;
  }
  body .lang_switcher_class .globe_class .lang_list_class li a {
    text-transform: capitalize;
    border: 0.1rem solid rgba(229, 246, 255, 0.5);
    border-radius: 3.6rem;
    padding: 1rem 1.9rem !important;
    font-size: 1.2rem;
    font-weight: 600;
    justify-content: flex-start;
    color: #fff ;
  }
  body .lang_switcher_class .globe_class .lang_list_class li a * {
    color: inherit !important;
  }
  body .lang_switcher_class .globe_class .lang_list_class li a img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.4rem;
    overflow: hidden;
    border-radius: 50%;
    transform: none !important;
  }
  body .lang_switcher_class .globe_class .lang_list_class li a:hover, 
  body .lang_switcher_class .globe_class .lang_list_class li:first-child a {
    border-color: currentColor;
  }
  body .lang_switcher_class .globe_class .lang_list_class li:not(:first-child) a img {
    display: none;
  }
}
@media (max-width: 667px) {
  body header .hs-button {
    line-height: 1.2;
    padding: 1.6rem 2.3rem;
    border-radius: 3.3rem;
    font-size: 1.2rem;
  }
}
@media(max-width: 480px) {
  .header-btngroup ul.btngroup__list {
    margin: 0 -0.4rem;
  }
  .header-btngroup ul.btngroup__list .btngroup__item {
    display: flex;
    flex: 0 1 50%;
    padding: 0 0.4rem;
  }
  .header-btngroup ul.btngroup__list .btngroup__item > * {
    width: 100%;
  }
  body header .hs-button {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .header-btngroup ul.btngroup__list .hs-button {
    width: 100%;
  }
  .sticky_banner .post-banner-top-row {
    top: 76px;
  }
  body .lang_switcher_class .globe_class .lang_list_class li a {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .lang_switcher_class .globe_class .lang_list_class li {
    flex: 1;
  }
  .page-has-no-banner header.header {
    min-height:75px;
   }
   body .lang_switcher_class .globe_class .lang_list_class {
      flex-wrap: nowrap;
   }
}
@media (max-width: 374px) {
  body .lang_switcher_class .globe_class .lang_list_class li a {
    padding: 0.85rem 1.6rem !important;
  }
  body .lang_switcher_class .globe_class .lang_list_class li:not(:first-child) a span {
    padding-left: 1px;
    padding-right: 0;
  }
}
.footer {
   border-top: 0.1rem solid;
   margin-bottom: 1px;
   overflow:hidden;
}
.footer-top-section {
   padding: 4rem 0;
}
.footer-flex-row {
   display: flex;
   margin: 0 -1.5rem;
}
.footer-flex-row > div {
   padding: 0 1.5rem;
}
.footer-creds {
   width: 100%;
   max-width: 20rem;
}
.footer-nav {
   flex: 1;
}
.footer-logo {
   margin-bottom: 5rem;
}
.footer-logo a {
   display: inline-flex;
   align-items: center;
}
.footer-logo a img {
   margin-right: 1.4rem;
   flex-shrink: 0;
   width: auto;
   max-width: 5rem;
   height: auto;
   -o-object-fit: contain;
   object-fit: contain;
}
.footer-logo a span {
   flex-shrink: 0;
   font-weight: 600;
   text-transform: capitalize;
   white-space: nowrap;
}
.footer__address {
   margin-bottom: 2rem;
   font-size: 1.2rem;
   font-style: normal;
   line-height: 2;
}
.socials__list {
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   margin: 0 calc(0.5rem * -1);
}
.socials__list li {
   padding: 0 0.5rem;
   margin: 0.4rem 0;
}
.socials__list li a {
   display: inline-block;
   transition: transform 0.3s ease;
}
.footer-nav .hs-menu-wrapper ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.footer-nav .hs-menu-wrapper > ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-bottom: 0;
   flex-direction: row !important;
}
.footer-nav .hs-menu-wrapper > ul > li {
   max-width: 25%;
   margin-right: 8rem;
   margin-bottom: 4rem;
}
.footer-nav .hs-menu-wrapper > ul > li:last-child {
   margin-right: 0;
}
.footer-nav .hs-menu-wrapper > ul > li > a {
   display: inline-block;
   margin-bottom: 1.8rem;
   font-size: 1.4rem;
   text-transform: capitalize;
   font-weight: 400;
   text-decoration: none;
   cursor: text;
}
.footer-nav .hs-menu-wrapper > ul ul {
   display: block;
}
.footer-nav .hs-menu-wrapper > ul ul li {
   margin-bottom: 1.2rem;
}
.footer-nav .hs-menu-wrapper > ul ul li:last-child {
   margin-bottom: 0;
}
.footer-nav .hs-menu-wrapper > ul ul li a {
   display: inline-block;
   font-size: 1.2rem;
   line-height: 1.8;
   font-weight: 400;
}
.footer-nav .hs-menu-wrapper > ul ul li:last-child {
   margin-bottom: 0;
}
.footer-bottom-section {
   padding: 1.4rem 0;
}
.footer-bottom-flex-row {
   margin: 0 -1.5rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.footer-bottom-flex-row .footer-copyright {
   padding: 0 1.5rem;
   flex: 1 1 50%;
   display: flex;
   flex-direction: column;
   font-size: 1rem;
}
.footer-bottom-section a:hover {
   text-decoration: underline;
}
.footer-bottom-flex-row .footer-bottom-nav {
   padding: 0 1.5rem;
   flex: 1 1 50%;
}
.footer-bottom-nav .hs-menu-wrapper > ul {
   list-style: none;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   margin: 0 -1.6rem;
   justify-content: flex-end;
   flex-direction: row !important;
}
.footer-bottom-nav .hs-menu-wrapper > ul > li {
   padding: 0 1.6rem;
   margin: 0.4rem 0;
}
.footer-bottom-nav .hs-menu-wrapper > ul li a {
   font-size: 1rem;
   font-weight: 300;
}
.list-languages {
   margin: 0;
   padding: 0;
   flex-wrap: wrap;
   margin: 0 -0.4rem;
}
.list-languages .list-languages__item {
   padding: 0 0.4rem;
   margin-bottom: 0.8rem;
   display: flex;
}
.list-languages .list-languages__item a {
   padding: 1rem 1.9rem;
   font-size: 1.2rem;
   font-weight: 600;
   color: #000;
   text-transform: capitalize;
   border: 0.1rem solid rgba(229, 246, 255, 0.5);
   border-radius: 3.6rem;
}
.list-languages .list-languages__item.active a {
   border-color: currentColor;
}
.list-languages .list-languages__item a .list-languages-link-inner {
   display: flex;
   align-items: center;
}
.list-languages .list-languages__item a .list-languages-link-inner .list-languages-link-ico {
   flex-shrink: 0;
   width: 1.5rem;
   height: 1.5rem;
   margin-right: 0.4rem;
   overflow: hidden;
   border-radius: 50%;
}
.list-languages .list-languages__item a .list-languages-link-inner .list-languages-link-ico img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}
.list-languages .list-languages__item a:hover {
   border-color: currentColor;
   color: #000;
}
body a.cta_button {
   box-sizing: border-box !important;
   vertical-align: initial;
}
footer .socials__list .socials__item a:hover {
   transform: translateY(-0.3rem);
}
@media(max-width: 1199px) {
   .footer-nav .hs-menu-wrapper > ul {
      justify-content: stretch;
      margin: 0 -1.5rem;
   }
   .footer-nav .hs-menu-wrapper > ul > li {
      padding: 0 1.5rem;
      flex: 0 1 25%;
      width: 25%;
      max-width: initial;
      margin-right: 0;
   }
}
@media(max-width: 1024px) and (min-width: 768px) {
   footer .dropdown-languages .language-trigger {
      display: flex;
   }
   .footer .dropdown-languages__list {
      background-color: rgba(255,255,255,1.0);
      pointer-events: none;
      visibility: hidden;
      background-color: #fff !important;
      border-radius: 4.2rem;
      box-shadow: rgb(99 99 99 / 20%) 0 0.2rem 0.8rem 0 !important;
      opacity: 0;
      transition: opacity .3s ease,visibility .3s ease !important;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li a {
      border: none !important;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li a {
      padding: 0.8rem !important;
      display: flex;
      justify-content: center;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li a span {
      color: rgba(0,0,0,1.0) !important;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li:first-child a {
      padding-top: 1.5rem !important;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li:last-child a {
      padding-bottom: 2rem !important;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li {
      display: block;
      margin: 0;
      padding: 0;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class {
      display: flex;
      margin: 0;
      flex-direction: column;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li a img {
      margin-right: 0.6rem;
   }
   body footer .lang_switcher_class .globe_class .lang_list_class li:not(:first-child) a img {
      display: initial;
   }
}
@media(max-width: 1023px) {
   .footer-logo {
      margin-bottom: 3rem;
   }
   .footer-flex-row {
      margin: 0 -1rem;
   }
   .footer-flex-row > div {
      padding: 0 1rem;
   }
   .footer-nav .hs-menu-wrapper > ul {
      margin: 0 -1rem;
   }
   .footer-nav .hs-menu-wrapper > ul > li {
      padding: 0 1rem;
   }
}

@media(max-width: 767px) {
   body .footer .lang_switcher_class .globe_class .lang_list_class {
      padding-bottom: 0;
   }
   .footer-flex-row {
      flex-wrap: wrap;
   }
   .footer-flex-row > div {
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
   }
   .footer-creds {
      margin-bottom: 2.8rem;
   }
   .footer-creds__inner {
      display: flex;
   }
   .footer__address {
      margin-right: 4rem;
      margin-bottom: 0;
   }
   footer .socials {
      margin-top: auto;
   }
   .footer-nav .hs-menu-wrapper > ul > li {
      margin-bottom: 2.8rem;
   }
   .footer-nav .hs-menu-wrapper > ul > li > a {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      font-weight: 600;
   }
   .footer-nav .hs-menu-wrapper>ul ul li:not(:last-child) {
      margin-bottom: 0.8rem;
   }
   body .list-languages {
      display: flex !important;
   }
   body .footer .lang_switcher_class .globe_class .lang_list_class li a {
      color: #000 !important;
   }
}

@media (max-width: 666px) {
   .footer-bottom-flex-row {
      justify-content: center;
      text-align: center;
   }
   .footer-bottom-flex-row .footer-copyright, .footer-bottom-flex-row .footer-bottom-nav {
      flex-basis: 100%;
   }
   .footer-bottom-nav .hs-menu-wrapper > ul {
      justify-content: center;
   }
   .footer-nav .hs-menu-wrapper > ul > li {
      flex-basis: 50%;
      width: 50%;
   }
   .footer-nav .hs-menu-wrapper>ul ul li {
      display: flex;
   }
   .footer-nav .hs-menu-wrapper>ul ul li a {
      font-size: 1rem;
      line-height: 1.5;
   }
}

@media(max-width: 480px) {
   .list-languages {
      flex-wrap: nowrap;
   }
   .list-languages .list-languages__item {
      flex: 1;
   }
   .list-languages .list-languages__item a {
      display: flex;
      justify-content: center;
      width: 100%;
   }
}

@media (max-width: 374px) {
   .list-languages .list-languages__item a {
      padding: 0.85rem 1.6rem;
   }
}
/* 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;
  }
}