/* Theme base styles */

/* Generic */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */

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

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

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

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
	*zoom: 1;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

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

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

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
	*zoom: 1;
}

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

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

  




/* Content wrappers for blog post and system templates */

.content-wrapper {
	padding: 0 32px;
	margin: 0 auto;
}

.content-wrapper-full{
	max-width: 1440px64px;
	margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Libraries */
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* Elements */

html {
  position: relative;
}

body {
  line-height: 1.4;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

strong a {
	font-weight: bolder;
}
strong a:hover {
	font-weight: bolder;
}


.font-big .font-big p {
	font-size: 15px;
	font-weight: 500; font-family: 'Styrene A', arial, sans-serif;
	line-height: 140%;
}

.font-small, .font-small p {
	font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

@media (min-width:992px) {
	.font-big, .font-big p {
		font-size: 18px;
		font-weight: 500; font-family: 'Styrene A', arial, sans-serif;
	}
	.font-small .font-small p {
		font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
	  font-size: 12px;
	}
}



/* Anchors */

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

a.s-link,
a.s-link-bold  {
	position: relative;
	padding-left: 18px;
	background-position: left top 7px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M10 4L6.14286 7.5M10 4L6.14286 0.5M10 4L1 4' stroke='%2300B6D2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transition: all 0.3s ease;
	margin-left: 5px;
	text-decoration:none;
}

a.s-link:hover {
	background-position: left 3px top 7px;
	text-decoration:underline;
}

a.s-link-bold {
	font-weight: 500;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12 5L7.28571 9M12 5L7.28571 1M12 5L1 5' stroke='%2300B6D2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: left top 5px;
}

a.s-link-bold-red {
  position: relative;
	padding-left: 18px;
	background-position: left top 7px;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	margin-left: 5px;
	text-decoration:none;
	font-weight: 500;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12 5L7.28571 9M12 5L7.28571 1M12 5L1 5' stroke='%23FF3D5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: left top 5px;
  color: #FF3D5A;
}

a.s-link-red {
  position: relative;
	padding-left: 18px;
	background-position: left top 7px;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	margin-left: 5px;
	text-decoration:none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12 5L7.28571 9M12 5L7.28571 1M12 5L1 5' stroke='%23FF3D5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: left top 5px;
  color: #FF3D5A;
}

a.s-link-red:hover {
	background-position: left 3px top 5px;
	text-decoration: underline;
  color: #FF3D5A !important;
}

a.s-link-bold:hover {
	font-weight: 500;
	background-position: left 3px top 5px;
	text-decoration: underline;
}

/* Headings */

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

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.widget-type-rich_text ul,
[class*='inline_rich_text'] ul {
	padding: 0 !important;
}
.widget-type-rich_text ul li,
[class*='inline_rich_text'] ul li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M5.08982 9.49263L1.26946 5.73451L0 6.98525L5.08982 12L16 1.25074L14.7246 0L5.08982 9.49263Z' fill='%23EA576E'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style: none;
	padding-left: 25px;
	margin-bottom: 10px;
}

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

ul.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	font-style: italic;
	font-weight: 500;
	border: 0;
	padding: 0;
  margin: 0 0 1.4rem;
	line-height: 130%;
}
@media (max-width:767px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5,
	h6, .h6 {
		word-wrap: break-word; 
	}
}
@media (min-width:992px) {
	blockquote {
		font-size: 28px;
	}
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

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



/* Button Styles */










































/* Form Submit */













/* Default */
.button-wrapper a:last-child {
	margin-right: 0;
}

.cta_button,
.hs-cta-wrapper a,
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
	text-decoration: none;
  min-width: 200px;
}

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

/* No button */

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

.cta_button,
.hs-cta-wrapper a,
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #FF3D5A;

  padding-top: 15px;
padding-right: 50px;
padding-bottom: 15px;
padding-left: 50px;

  background-color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
  border-radius: 100px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  font-size: 15px;
  text-transform: none;
  font-family: Styrene A, sans-serif;
	font-weight: 500;
}

.cta_button:hover,
.cta_button:focus,
.hs-cta-wrapper a:hover,
.hs-cta-wrapper a:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.03), 0px 15px 70px 0px rgba(0, 0, 0, 0.10);
	font-weight: 500;
	text-decoration: none;
}

.cta_button:active,
.hs-cta-wrapper a:active,
button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
	text-decoration: none;
}

.button.button_primary {
  border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.button.button_primary:hover, .button.button_primary:focus, .button.button_primary:active {
  border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
}

.button.button_secondary {
	border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(250, 238, 237, 0.0)

;
  color: 

  
  
    
  


  rgba(43, 43, 43, 1.0)

;
}
.button.button_secondary:hover, .button.button_secondary:focus, .button.button_secondary:hover {
	border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button.button_accent_1 {
	border: 1px solid #FAD5D5;

  background-color: 

  
  
    
  


  rgba(250, 213, 213, 1.0)

;
  color: 

  
  
    
  


  rgba(43, 43, 43, 1.0)

;
}
.button.button_accent_1:hover, .button.button_accent_1:focus, .button.button_accent_1:hover {
	border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button.button_accent_2 {
	border: 1px solid #ffffff;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
}
.button.button_accent_2:hover, .button.button_accent_2:focus, .button.button_accent_2:hover {
	border: 1px solid #FF3D5A;

  background-color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.tag {
	text-decoration: none;
	background: #FAD5D5;
	padding: 6px 25px;
	border-radius: 100px;
	font-weight: 500;
	color: #2B2B2B;
	font-size: 12px;
}

.tag:hover {
	color: #fff;
	background: #0A2540;
}

.button_play {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' viewBox='0 0 101 101' fill='none'%3E%3Ccircle cx='50.5' cy='50.5' r='45.5' stroke='white' stroke-width='10'/%3E%3Cpath d='M39 31.1001V71.3954C39 72.2454 39.8633 72.7767 40.5539 72.3517L72.4953 52.204C73.1727 51.779 73.1727 50.7298 72.4953 50.3048L40.5539 30.1571C39.8633 29.7188 39 30.2501 39 31.1001Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.button_play:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' viewBox='0 0 101 101' fill='none'%3E%3Ccircle cx='50.5' cy='50.5' r='50.5' fill='white'/%3E%3Cpath d='M39 31.1001V71.3954C39 72.2454 39.8633 72.7767 40.5539 72.3517L72.4953 52.204C73.1727 51.779 73.1727 50.7298 72.4953 50.3048L40.5539 30.1571C39.8633 29.7188 39 30.2501 39 31.1001Z' fill='%23EA576E'/%3E%3C/svg%3E");
	text-decoration: none;
}

.button_arrow {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #DFF3F7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='33' viewBox='0 0 40 33' fill='none'%3E%3Cpath d='M36.7666 16.3833L20.8831 29.7667M36.7666 16.3833L20.8831 3M36.7666 16.3833L3 16.3833' stroke='%2300B6D2' stroke-width='4.86667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

.button_arrow:hover {
    background-color: #BEE3EE;
}

.button-no-style,
.button-no-style:hover,
.button-no-style:active,
.button-no-style:focus {
  background-color: transparent;
  border: none;
  cursor: pointer;
	box-shadow: none;
	text-decoration: none;
}


/* Form submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #FF3D5A;
;
  padding-top: 15px;
padding-right: 50px;
padding-bottom: 15px;
padding-left: 50px;
;
  font-family: 'Styrene A', arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  background-color: 

  
  
    
  


  rgba(255, 61, 90, 1.0)

;
  border-radius: 100px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #EA576E;
  border: 1px solid #EA576E;
;
	text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	text-decoration: none;
}


.view-more-arrow {
	margin-bottom: -60px;
	margin-top: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
/* Form title */

.form-title {
  margin: 0;
}
.form-title:empty {
	padding: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}
form .hs-form-radio>label,
form .hs-form-checkbox>label {
	font-size: 15px;
}
form .hs-form-booleancheckbox>label {
	font-size: 15px;
}
/* Form fields */

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

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 input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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"] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 20H16V16H20V20ZM14 10H10V14H14V10ZM20 10H16V14H20V10ZM8 16H4V20H8V16ZM14 16H10V20H14V16ZM8 10H4V14H8V10ZM24 2V24H0V2H3V3C3 4.103 3.897 5 5 5C6.103 5 7 4.103 7 3V2H17V3C17 4.103 17.897 5 19 5C20.103 5 21 4.103 21 3V2H24ZM22 8H2V22H22V8ZM20 1C20 0.448 19.553 0 19 0C18.447 0 18 0.448 18 1V3C18 3.552 18.447 4 19 4C19.553 4 20 3.552 20 3V1ZM6 3C6 3.552 5.553 4 5 4C4.447 4 4 3.552 4 3V1C4 0.448 4.447 0 5 0C5.553 0 6 0.448 6 1V3Z' fill='%23EA576E'/%3E%3C/svg%3E);
	width: 24px;
	height: 24px;
}
form .hs-dateinput .hs-input {
	padding-right: 50px;
}
form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #C82A50;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #C82A50;
	font-size: 16px;
}


/* Submit button */

form input[type="submit"],
form .hs-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

select {
  border-color: var(--blue);
  color: var(--blue);
  padding: 0.6rem 0.8rem;
  border-radius: 20px;
  font-family: "Krona One", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M2.28571 0L8 5.71429L13.7143 0L16 1.14286L8 9.14286L0 1.14286L2.28571 0Z' fill='%23EA576E'/%3E%3C/svg%3E");
	background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 15px;
	padding-right: 50px;
}
/* Load spinner */

.lds-spinner {
  opacity: 0;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  margin: 20px auto;
  transform: scale(0.5);
  transform: all 0.3s;
}
.lds-spinner.active {
  opacity: 1;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #202349;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
nav.pagination {
    margin-top: 3em;
}

nav.pagination a {
    margin: 0 .3rem;
}

nav.pagination a:not(.pagination__link--active) {
    color: var(--black);
    font-size: 13px;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 15px;
}
table thead td {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #ea576e;
}
table tbody td {
	color: #636363;
	border: 1px solid #ea576e;
}
table tbody tr {
}
table tbody tr:nth-child(odd) {
}


.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 30px;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(30px - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: transparent;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  transition: all 0.3s ease;
}
.modal.fade {
	transition: all 0.3s ease;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show {
	visibility: visible;
	opacity: 1;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.4);
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
	visibility: hidden;
	transition: all 0.3s ease;
	backdrop-filter: blur(2px);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
	visibility: visible;
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
	box-sizing: content-box;
	width: 35px;
	height: 35px;
	padding: .25em .25em;
	color: #000;
	background: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Cpath d='M35 3.52471L31.4753 0L17.5082 13.9835L3.52471 0L0 3.52471L13.9671 17.4918L0 31.4753L3.52471 35L17.5082 21.0329L31.4753 35L35 31.4753L21.0329 17.4918L35 3.52471Z' fill='%23EA576E'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	border-radius: 0;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
	margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
	min-width: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 3;
	box-shadow: none;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* Components */



/* NEW HEADER */

  



















body.open {
	overflow: hidden;
}
body:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: 

  
  
    
  


  rgba(250, 238, 237, 1.0)

;
	z-index: 33;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
body.open:before {
	visibility: visible;
	opacity: 1;
}


/* Header DND sections */

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

/* Header container */

.content-wrapper.header__container {
  display: flex;
  justify-content: space-between;
	height: 100%;
	align-items: center;
	padding: 0 20px;
}


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

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

@media (max-width: 991px) {

	header.header {
		height: 60px;
		position: relative;
	}
	
}

@media (min-width: 992px) {
	.header__column {
		display: flex;
		align-items: center;
		width: auto;
	}
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  margin-right: auto;
	z-index: 4;
}


.header__logo img {
	display: block;
	min-width: 120px;
}
.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}
@media (min-width: 992px) {
	
	.header__logo {
		margin-right: 0;
	}
	
}
@media (min-width: 1200px) {
	.header__logo img {
		width: 170px !important;
		min-width: 170px;
	}
}
/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}
.hs-search-field__bar {
	padding: 0 1rem;
	margin: 0 auto;
	width: 100%;
}




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




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

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

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

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

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

@media (min-width: 992px) {
	.header__search {
		padding: 0 0.5rem;
	}
	.hs-search-field__bar {
		padding: 0 2rem;
	}
  .header__search form {
    align-items: center;
    display: flex;
		justify-content: center;
		padding: 2rem 0;
  }

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

  .header__search .hs-search-field__input {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .header__search {
    order: 1;
    padding: 2rem 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
	padding: 0 10px 2px 10px
}

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

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

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

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

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}
.header__language-switcher .globe_class {
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='languageIconTitle' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' color='%23000000'%3E%3Ctitle id='languageIconTitle'%3ELanguage%3C/title%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' d='M12,22 C14.6666667,19.5757576 16,16.2424242 16,12 C16,7.75757576 14.6666667,4.42424242 12,2 C9.33333333,4.42424242 8,7.75757576 8,12 C8,16.2424242 9.33333333,19.5757576 12,22 Z'/%3E%3Cpath stroke-linecap='round' d='M2.5 9L21.5 9M2.5 15L21.5 15'/%3E%3C/svg%3E);
}
.header__language-switcher--label {
  display: flex;
  position: relative;
  align-items: center;
	padding: 10px 0;
}
.header__language-switcher .hs_cos_wrapper_type_language_switcher {
	display: flex;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 8px;
	text-transform: uppercase;
}

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

@media (max-width: 991px) {
	
	.header__language-switcher--label {
    display: block;
    width: 100%;
		padding: 0;
	}
	.header__language-switcher .hs_cos_wrapper_type_language_switcher {
		display: block;
	}

	.header__language-switcher .lang_switcher_class {
		display: block;
	}
  .header__language-switcher {
		cursor: initial;
		padding: 0;
  }

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

  .header__language-switcher.header--element .lang_list_class li {
    background-color: inherit;
		font-size: 20px;
		text-transform: uppercase;
		border-top: 2px solid #CED4DB;
		padding: 0 1rem;
  }
  .header__language-switcher .lang_list_class li a {
		display: block;
		padding: 16px 0;
	}
  .header__language-switcher--label-current {
    display: none;
  }

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

.header__navigation--toggle.hide,
.header__search--toggle.hide,
.header__language-switcher--toggle.hide {
	visibility: hidden;
	opacity: 0;
	transition: none;
}

.header__search--toggle {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="27" height="26" viewBox="0 0 27 26" fill="none"%3E%3Cg clip-path="url(%23clip0_85_191)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M26.25 23.74L17.36 14.85C18.4 13.33 19 11.49 19 9.51C19 4.25 14.75 0 9.5 0C4.25 0 0 4.25 0 9.5C0 14.75 4.25 19 9.5 19C11.68 19 13.69 18.26 15.29 17.02L24.13 25.86L26.25 23.74ZM2.5 9.5C2.5 5.63 5.63 2.5 9.5 2.5C13.37 2.5 16.5 5.63 16.5 9.5C16.5 13.37 13.37 16.5 9.5 16.5C5.63 16.5 2.5 13.37 2.5 9.5Z" fill="black"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_85_191"%3E%3Crect width="26.25" height="25.86" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 35px;
	display: block;
	transition: all 0.3s ease;
}

.header__search {
	display: block;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	transition: all 0.2s ease;
}
.header__search.open {
	background-color: #ffffff;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px) {
	body.open {
    overflow: auto;
	}
	body.open:before {
		opacity: 0;
		visibility: hidden;
	}
	
	body.openMobile:before {
    opacity: 1;
    visibility: visible;
	}
	
	.header__navigation>nav {
		padding: 0 45px;
	}
	
	.header__navigation, .header__language-switcher {
		position: absolute;
		left: 0;
		top: 100%;
		height: 0;
		overflow: auto;
	}
	
  .header__navigation,
  .header__language-switcher {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		transition: all 0.4s ease;
    background-color: #F8FAFC;
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    left: 0;
    height: calc(100vh - 60px);
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 2;
  }

	.header__navigation {
    height: 100vh;
		top: -9px;
		background: none !important;
		opacity: 0;
		visibility: hidden;
    padding-top: 100px;
		pointer-events: none;
	}
	.header__navigation>nav {
		pointer-events: initial;
	}
	.header__navigation.open {
		opacity: 1;
		visibility: visible;
		top: -9px;
    height: 100vh;
		pointer-events: initial;
	}
	
  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

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

  .header__navigation--toggle {
		background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="23" viewBox="0 0 32 23" fill="none"%3E%3Crect x="10" width="22" height="3" fill="black"/%3E%3Crect y="10" width="32" height="3" fill="black"/%3E%3Crect x="6" y="20" width="26" height="3" fill="black"/%3E%3C/svg%3E');
    background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
    height: 35px;
    width: 35px;
		display: block;
		transition: all 0.3s ease;
  }

  .header__language-switcher--toggle {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='languageIconTitle' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' color='%23000000'%3E%3Ctitle id='languageIconTitle'%3ELanguage%3C/title%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' d='M12,22 C14.6666667,19.5757576 16,16.2424242 16,12 C16,7.75757576 14.6666667,4.42424242 12,2 C9.33333333,4.42424242 8,7.75757576 8,12 C8,16.2424242 9.33333333,19.5757576 12,22 Z'/%3E%3Cpath stroke-linecap='round' d='M2.5 9L21.5 9M2.5 15L21.5 15'/%3E%3C/svg%3E");
    background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
    height: 35px;
    width: 35px;
		display: block;
		transition: all 0.3s ease;
  }



  .header__close--toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23EA576E' stroke-linecap='round' stroke-width='2' d='M20.192 20.192 1.808 1.808m18.384 0L1.808 20.192'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
    display: block;
    height: 35px;
    width: 35px;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		right: 32px;
		top: 11px;
		z-index: 5;
  }

  .header__close--toggle.show {
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease;
  }
}


@media ( min-width: 992px) {

	.header__row-1 {
		justify-content: flex-start;
    flex-flow: row-reverse;
	}
	header.header {
    position: relative;
  }
	.header__search--toggle.hide {
		opacity: 1;
		transition: none;
		visibility: visible;
	}
	.header__search--toggle.open {
    background-image: url(data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.4583 8.35938L2.32642 0.227539L0.205078 2.34888L8.33691 10.4807L0.205322 18.6123L2.32666 20.7336L10.4583 12.6021L18.5898 20.7336L20.7112 18.6123L12.5796 10.4807L20.7114 2.34888L18.5901 0.227539L10.4583 8.35938Z" fill="black"/%3E%3C/svg%3E);
    background-size: 20px;
		transition: all .3s ease;
  }
}




















.header.fixed-top {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
}


@media (min-width:992px) {
	.menu__item--depth-1:hover>a.menu__link {
		color: #EA576E;
	}
}


/* Header CTA */
@media (max-width:991px) {
	.header__cta {
		display: none;
	}
}

@media (min-width:992px) {
	.header__cta .button {
		padding: 11px 20px;
		min-width: 0;
		font-size: 0.9rem;
	}
}

@media (min-width:1200px) {
	.header__cta .button {
		padding: 15px 50px;
		min-width: 200px;
		font-size: 1rem;
	}
}

/* Mega menu */

.header.mega-menu .mega-menu_wrapper.open {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	cursor: auto;
}


@media (max-width:991px){

}

@media (min-width:992px){

	.header.mega-menu .header__column,
	.header.mega-menu .header__row-1,
	.header.mega-menu .header__navigation ,
	.header.mega-menu nav.menu,
	.header.mega-menu .menu__wrapper {
		height: 100%;
	}

	.header.mega-menu .menu__submenu .menu__link {
		background: none;
		transition: all 0.3s ease;
	}
	
	.menu__item a.menu__link:hover,
	.menu__item:hover>.cont-mobile>a.menu__link,
	.header.mega-menu .menu__submenu .menu__item:hover > .cont-mobile > .menu__link {
    color: var(--primary-colour);
	}

	.header.mega-menu .menu__item--depth-1 {
		height: 100%;
		padding: 0;
		position: inherit;
		padding-right: 0.5rem;
	}

	.header.mega-menu .menu__item--depth-1>.menu__link {
		padding: 0.6rem 0 0.6rem 0.5rem;
		display: block;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.header.mega-menu .mega-menu_wrapper {
		width: 100%;
  	max-width: 1440px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		flex-wrap: wrap;
		padding: 100px 50px 0 50px;
		position: absolute;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		pointer-events: none;
		height: calc(100vh - 106px);
		overflow: auto;
	}
	
	
	

	.header.mega-menu .menu__submenu--level-2.menu__submenu {
		display: flex;
		opacity: 1;
		visibility: visible;
		width: 100%;
		background: none;
		border: none;
		transform: none;
		justify-content: space-between;
		
  }

	.header.mega-menu .menu__submenu--level-2.menu__submenu li {
		border: none;
		position: initial;
	}

	.header.mega-menu .menu__submenu--level-2>li.menu__item {
		width: 33.33333333%;
		margin-bottom: 40px;
	}

	.header.mega-menu .menu__submenu--level-3 {
		background: none;
		border: none;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		visibility: hidden;
		width: calc(100vw - 430px);
		transform: translateX(380px);
		height: 100% !important;
		padding-left: 70px;
		padding-top: 60px;
	}
	.menu__item--depth-2.menu__item--has-submenu:hover .menu__submenu {
    opacity: 1;
    visibility: visible;
	}

	.header.mega-menu .menu__submenu--level-2 .menu__child-toggle {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		padding: 0;
		margin: 0;
		transition: all 0.3s ease;
	}
	
	.header.mega-menu .menu__submenu--level-2 .menu__child-toggle-icon {
		height: 28px;
		width: 15px;
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='28' viewBox='0 0 15 28' fill='none'%3E%3Cpath d='M-1.74846e-07 24L9.375 14L-1.04907e-06 4L1.875 -8.19589e-08L15 14L1.875 28L-1.74846e-07 24Z' fill='%23EA576E'/%3E%3C/svg%3E");
	}
	
}
@media (min-width:1200px){

	.header.mega-menu .menu__item--depth-1 {
		padding-right: 1rem;
	}
	.header.mega-menu .menu__item--depth-1>.menu__link {
		padding-left: 1rem;
	}
}






header.header {
	height: 55px;
	position: absolute;
	left: 0;
	top: 7px;
	width: 100%;
	padding: 0 1rem;
	z-index: 2;
}
.menu__child-toggle {
	min-width: 0;
}
.content-wrapper.header__container {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-radius: 100px;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: ;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

header.header.no-navigation .content-wrapper.header__container {
	background: none;
	box-shadow: none;
}

@media (min-width: 992px) {

	header.header {
		height: 80px;
		top: 26px;
	}
	
	.content-wrapper.header__container {
		padding: 0 30px;
		transition: box-shadow 0.3s ease;
	}
	
	body.open .content-wrapper.header__container,
	.content-wrapper.header__container:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.03), 0px 15px 70px 0px rgba(0, 0, 0, 0.10);
	}
	
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px solid #FF3D5A;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px solid #FF3D5A;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media(max-width: 991px) {
  .header__navigation, .header__language-switcher {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}

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












/* Footer DND sections */

.footer {
	background-color: 

  
  
    
  


  rgba(240, 240, 240, 1.0)

 ;
}
.footer__container .dnd-section {
	position: relative;
}

.footer__container .dnd-section .row-fluid {
	position: relative;
	z-index: 2;
}

.footer .dnd-section>.row-fluid {
	max-width: 1440px !important;
}


@media (max-width:767px) {

	.footer .dnd-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.footer .footer-bottom .span10>.dnd-row:last-child>.row-fluid {
		display: flex;
	}

	.footer .footer-bottom .span4 {
		width: 50%;
		padding-right: 1rem;
	}

	.footer .footer-bottom .span8 {
		width: 50%;
	}
}



/* Footer Circles Shape */

.footer__container .dnd-section:before {
/* 	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 22%;
	height: 575px;
	max-width: 958px;
	transform: translateY(-14%);
	background-image: url(https://25027269.fs1.hubspotusercontent-eu1.net/hubfs/25027269/images/footer-circles.svg);
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none; */
}

.footer__container .dnd-section.footer-bottom:before {
	display: none;
}



@media (max-width:767px) {


	.footer__container .dnd-section:before {
		transform: translateY(-25%);
		height: 330px;
		width: 34%;
	}

}



/* Footer Menu */

.footer [class*='simple_menu'] ul li {
	margin: 0 0 10px 0;
}

.footer [class*='simple_menu'] ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.footer [class*='simple_menu'] ul li a {
	color: #2B2B2B;
	text-decoration: none;
}
.footer [class*='simple_menu'] ul li a:hover {
	color: #EA576E;
}

.footer .footer-bottom .hs-menu-flow-horizontal ul {
	display: flex;
	font-size: 12px;
	justify-content: end;
	flex-wrap: wrap;
}

.footer .footer-bottom .hs-menu-flow-horizontal ul li {
	padding-left: 35px;
	margin: 5px 0;
}

.footer .footer-bottom .hs-menu-flow-horizontal ul li:first-child {
	padding-left: 0;
}


@media (max-width:767px) {

	.footer .footer-bottom .hs-menu-flow-horizontal ul {
		display: block;
	}

	.footer .footer-bottom .hs-menu-flow-horizontal ul li {
		margin: 0 0 8px 0;
		padding: 0;
	}
}
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}


/* Macros */

.card-feed__title-bar {
  margin-bottom: 2.5rem;
}

.card-feed {
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2em 1.6em;
}

.card {
  border: 0;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
  flex-direction: column;
}

.card_body {
  flex: 1;
  height: 100%;
  margin-bottom: 20px;
}

.card_header {
  margin-bottom: 1rem;
}

.card_header img {
  border-radius: 10px;
}

.card_body .card_tags {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .card-feed.card-feed__full-width {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em 1.6em;
  }

  .card .card_full-width-container {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .card:not(:last-of-type) .card_full-width-container {
    border-bottom: 1px solid var(--blue);
    padding-bottom: 2em;
  }
  
  .card .card_full-width-container .card_header {
    height: 411px;
    margin-bottom: 0;
  }
  
  .card .card_full-width-container .card_header img {
    height: 100%;
    object-fit: cover;
  }
  
  .card .card_full-width-container .card_body {
    height: auto;
  }
  
  .card .card_full-width-container .card_full-width-col:last-of-type {
    padding: 2em 0;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .card-feed__title-bar .card-feed__blog-button {
    display: none;
  }
}

/* Sections */



/* 1. Tex section */
.text-section.round-corner div[class*="background-color"],
.text-section.round-corner div[class*="background-layers"] {
	padding: 80px 120px;
	border-radius: 50px;
}
.text-section.round-corner div.span1[class*="background-color"],
.text-section.round-corner div.span1[class*="background-layers"],
.text-section.round-corner div.span2[class*="background-color"],
.text-section.round-corner div.span2[class*="background-layers"] {
	padding: 80px 20px;
	border-radius: 30px;
}
.text-section.round-corner div.span3[class*="background-color"],
.text-section.round-corner div.span3[class*="background-layers"],
.text-section.round-corner div.span4[class*="background-color"],
.text-section.round-corner div.span4[class*="background-layers"] {
	padding: 80px 40px;
}
.text-section.round-corner div.span5[class*="background-color"],
.text-section.round-corner div.span5[class*="background-layers"],
.text-section.round-corner div.span6[class*="background-color"],
.text-section.round-corner div.span6[class*="background-layers"],
.text-section.round-corner div.span7[class*="background-color"],
.text-section.round-corner div.span7[class*="background-layers"] {
	padding: 80px 80px;
}
.text-section.round-corner div.span12[class*="background-color"],
.text-section.round-corner div.span12[class*="background-layers"],
.text-section.round-corner div.span11[class*="background-color"],
.text-section.round-corner div.span11[class*="background-layers"] {
	padding: 80px 65px;
}
.text-section.round-corner[class*="force-full-width"] div[class*="background-color"],
.text-section.round-corner[class*="force-full-width"] div[class*="background-layers"] {
	background: none !important;
}

.text-section.round-corner[class*="force-full-width"] {
	border-radius: 0;
}

.text-section.round-corner[class*="force-full-width"] div[class*="background-color"],
.text-section.round-corner[class*="force-full-width"] div[class*="background-layers"] {
	padding-top: 0;
	padding-bottom: 0;
}

@media(max-width: 500px) {
	.text-section.round-corner div.span12[class*="background-color"],
	.text-section.round-corner div.span11[class*="background-color"],
	.text-section.round-corner div.span10[class*="background-color"],
	.text-section.round-corner div.span9[class*="background-color"],
	.text-section.round-corner div.span8[class*="background-color"],
	.text-section.round-corner div.span7[class*="background-color"],
	.text-section.round-corner div.span6[class*="background-color"],
	.text-section.round-corner div.span5[class*="background-color"],
	.text-section.round-corner div.span4[class*="background-color"],
	.text-section.round-corner div.span3[class*="background-color"],
	.text-section.round-corner div.span2[class*="background-color"],
	.text-section.round-corner div.span1[class*="background-color"] {
		padding: 50px 25px;
	}
	
	
	.text-section.round-corner div.span12[class*="background-layers"],
	.text-section.round-corner div.span11[class*="background-layers"],
	.text-section.round-corner div.span10[class*="background-layers"],
	.text-section.round-corner div.span9[class*="background-layers"],
	.text-section.round-corner div.span8[class*="background-layers"],
	.text-section.round-corner div.span7[class*="background-layers"],
	.text-section.round-corner div.span6[class*="background-layers"],
	.text-section.round-corner div.span5[class*="background-layers"],
	.text-section.round-corner div.span4[class*="background-layers"],
	.text-section.round-corner div.span3[class*="background-layers"],
	.text-section.round-corner div.span2[class*="background-layers"],
	.text-section.round-corner div.span1[class*="background-layers"] {
		padding: 50px 25px;
	}
}


/* 2. 2 Columns with round Image */

.two-columns-image {
	overflow: hidden;
}
.two-columns-image.text-right .hs_cos_wrapper_type_linked_image {
	justify-content: end;
	display: flex;
}

@media(max-width: 1200px) {

	.two-columns-image.text-left>.row-fluid>[class*="span"]:first-child {
		padding-left: 0 !important;
		padding-right: 30px !important;
	}

	.two-columns-image.text-right>.row-fluid>[class*="span"]:last-child {
		padding-right: 0 !important;
		padding-left: 30px !important;
	}

}

@media(max-width: 767px) {
	.two-columns-image.text-left>.row-fluid {
		display: flex;
		flex-direction: column-reverse;
	}
	.two-columns-image.text-left>.row-fluid>[class*="span"]:first-child {
		padding-right: 0 !important;
	}

	.two-columns-image.text-right>.row-fluid>[class*="span"]:last-child {
		padding-left: 0 !important;
	}
}

/* 3. Card List */

.card-list .span4[class*='background-color'],
.card-list .span4[class*='background-layers'] {
  border-radius: 30px;	
}

/* 3. Simple List */

.simple-list-horizontal [class*='rich_text'] ul {
	display: flex;
	margin: 0;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

@media(min-width: 992px) {
  .simple-list-horizontal [class*='rich_text'] ul {
		font-size: 18px;
		font-weight: 500;
	}
	.simple-list-horizontal [class*='rich_text'] ul li {
		background-position: left 8px;
	}
}




/* 4. Landing Page Form */

.lp-form-section>.row-fluid>[class*="span"] {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.lp-form-section>.row-fluid>[class*="span"]:first-child {
	padding-top: 130px;
}

.lp-form-section>.row-fluid>[class*=background]>div {
	background: #fff;
	z-index: 2;
	position: relative;
	padding: 50px 20px;
	border-radius: 30px;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.03), 0px 15px 70px 0px rgba(0, 0, 0, 0.10);
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.lp-form-section>.row-fluid>[class*="background"] {
	position: relative;
}


.lp-form-section>.row-fluid>[class*="background"]:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1358' height='801' viewBox='0 0 1358 801' fill='none'%3E%3Cg opacity='0.6'%3E%3Cpath d='M541.67 83.1773C541.67 111.945 518.463 135.219 489.778 135.219C461.093 135.219 437.887 111.945 437.887 83.1773C437.887 54.4093 461.093 31.1355 489.778 31.1355C518.463 31.1355 541.67 54.4093 541.67 83.1773Z' fill='white'/%3E%3Cpath d='M873.403 83.252C873.403 126.366 838.555 161.238 795.642 161.238C752.728 161.238 717.88 126.289 717.88 83.252C717.88 40.2145 752.652 5.18925 795.565 5.18925C838.479 5.18925 873.326 40.1381 873.326 83.1757' fill='white'/%3E%3Cpath d='M1184.38 83.2517C1184.38 129.189 1147.25 166.503 1101.37 166.503C1055.49 166.503 1018.35 129.265 1018.35 83.2517C1018.35 37.2381 1055.49 0 1101.37 0C1147.25 0 1184.38 37.2381 1184.38 83.2517Z' fill='white'/%3E%3Cpath d='M1036.61 291.272C1036.61 340.109 997.124 379.712 948.428 379.712C899.732 379.712 860.243 340.109 860.243 291.272C860.243 242.435 899.732 202.831 948.428 202.831C997.124 202.831 1036.61 242.435 1036.61 291.272Z' fill='white'/%3E%3Cpath d='M873.403 499.286C873.403 542.4 838.555 577.273 795.642 577.273C752.728 577.273 717.88 542.324 717.88 499.286C717.88 456.249 752.728 421.3 795.642 421.3C838.555 421.3 873.403 456.249 873.403 499.286Z' fill='white'/%3E%3Cpath d='M541.67 499.276C541.67 527.968 518.463 551.318 489.778 551.318C461.093 551.318 437.887 528.044 437.887 499.276C437.887 470.508 461.093 447.234 489.778 447.234C518.463 447.234 541.67 470.508 541.67 499.276Z' fill='white'/%3E%3Cpath d='M1358 291.271C1358 348.731 1311.59 395.278 1254.29 395.278C1197 395.278 1150.59 348.731 1150.59 291.271C1150.59 233.811 1197 187.264 1254.29 187.264C1311.59 187.264 1358 233.811 1358 291.271Z' fill='white'/%3E%3Cpath d='M1199.89 499.28C1199.89 553.84 1155.76 598.099 1101.36 598.099C1046.95 598.099 1002.82 553.84 1002.82 499.28C1002.82 444.72 1046.95 400.462 1101.36 400.462C1155.76 400.462 1199.89 444.72 1199.89 499.28Z' fill='white'/%3E%3Cpath d='M1041.86 707.37C1041.86 655.634 1000.09 613.741 948.502 613.741C896.915 613.741 855.143 655.634 855.143 707.37C855.143 759.107 896.915 801 948.502 801C1000.09 801 1041.86 759.107 1041.86 707.37Z' fill='white'/%3E%3Cpath d='M704.947 291.267C704.947 325.758 677.099 353.686 642.707 353.686C608.316 353.686 580.468 325.758 580.468 291.267C580.468 256.775 608.316 228.847 642.707 228.847C677.099 228.847 704.947 256.775 704.947 291.267Z' fill='white'/%3E%3Cpath d='M383.56 291.261C383.56 317.129 362.636 338.113 336.842 338.113C311.048 338.113 290.124 317.129 290.124 291.261C290.124 265.392 311.048 244.484 336.842 244.484C362.636 244.484 383.56 265.469 383.56 291.261Z' fill='white'/%3E%3Cpath d='M383.56 707.371C383.56 733.239 362.636 754.224 336.842 754.224C311.048 754.224 290.124 733.239 290.124 707.371C290.124 681.503 311.048 660.594 336.842 660.594C362.636 660.594 383.56 681.579 383.56 707.371Z' fill='white'/%3E%3Cpath d='M220.349 499.282C220.349 519.427 204.067 535.68 184.056 535.68C164.045 535.68 147.762 519.351 147.762 499.282C147.762 479.213 164.045 462.883 184.056 462.883C204.067 462.883 220.349 479.213 220.349 499.282Z' fill='white'/%3E%3Cpath d='M220.349 83.1713C220.349 103.317 204.067 119.57 184.056 119.57C164.045 119.57 147.762 103.24 147.762 83.1713C147.762 63.1024 164.045 46.7726 184.056 46.7726C204.067 46.7726 220.349 63.1024 220.349 83.1713Z' fill='white'/%3E%3Cpath d='M62.2393 291.261C62.2393 308.507 48.3154 322.471 31.1197 322.471C13.924 322.471 0 308.507 0 291.261C0 274.016 13.924 260.052 31.1197 260.052C48.3154 260.052 62.2393 274.016 62.2393 291.261Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right -820px center;
	background-size: 1350px;
}

@media (min-width: 768px) {
	.lp-form-section>.row-fluid>[class*="span"] {
		padding-left: 32px;
		padding-right: 32px;
		padding-top: 80px;
		padding-bottom: 250px;
	}

	.lp-form-section>.row-fluid>[class*="background"]>div {
		position: sticky;
		top: 50px;
		margin-top: 50px;
	}
}


@media (min-width: 992px) {

	.lp-form-section>.row-fluid>[class*="span"] {
		padding-top: 170px;
	}

	.lp-form-section>.row-fluid>[class*="span"]:first-child {
		padding-top: 220px;
	}

}


@media (min-width: 1200px) {

	.lp-form-section>.row-fluid>[class*=background]>div {
		padding: 60px 50px;
		border-radius: 50px;
	}
}

@media (min-width: 1470px) {
	.lp-form-section>.row-fluid>[class*="span"]:first-child {
		padding-left: calc((100vw - 1400px) / 2);
	}
}

/* Settings */

html {
  scroll-behavior: smooth;
}
hr {
  border-bottom-color: #eee;
}
:root {
  --white: #fff;
  --black: #000;
  --blue: #0078FF;
  --light-gray: #F0F0F0;
  --light-red: #FAEEED;
  --light-purple: #EBE6F2;
  --light-green: #DFF1EC;
  --light-red-gradient: linear-gradient(0deg, #F7D0D3 0%, #FAEEED 50%);
  --light-purple-gradient: linear-gradient(180deg, #EBE6F2 57.39%, #D9D5EB 100%);
  --light-green-gradient: linear-gradient(0deg, #C4E3DD 0%, #DFF1EC 50%);
  --primary-colour: #FF3D5A;
  --secondary-colour: #00B6D2;
  --accent-1-colour: #6657A0;
  --accent-2-colour: #00A997;
  --primary-font: {font=Styrene A, font_set=CUSTOM, styles={font-weight=400, font-family='Styrene A', arial, sans-serif}, size=null, size_unit=null, color=#000000, variant=Regular, fallback=sans-serif, style=font-weight: 400; font-family: 'Styrene A', arial, sans-serif, css=color: #000000; font-family: Styrene A, sans-serif;};
  
}





.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }

.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }

.mt--0 { margin-top:-0px; }
.mb--0 { margin-bottom:-0px; }



.max--0 { max-width:0%; }
.mt---0 { margin-top:-0%; }
.mb---0 { margin-bottom:-0%; }




.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }

.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }

.mt--5 { margin-top:-5px; }
.mb--5 { margin-bottom:-5px; }



.max--5 { max-width:5%; }
.mt---5 { margin-top:-5%; }
.mb---5 { margin-bottom:-5%; }




.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }

.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }

.mt--10 { margin-top:-10px; }
.mb--10 { margin-bottom:-10px; }



.max--10 { max-width:10%; }
.mt---10 { margin-top:-10%; }
.mb---10 { margin-bottom:-10%; }




.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }

.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }

.mt--15 { margin-top:-15px; }
.mb--15 { margin-bottom:-15px; }



.max--15 { max-width:15%; }
.mt---15 { margin-top:-15%; }
.mb---15 { margin-bottom:-15%; }




.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }

.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }

.mt--20 { margin-top:-20px; }
.mb--20 { margin-bottom:-20px; }



.max--20 { max-width:20%; }
.mt---20 { margin-top:-20%; }
.mb---20 { margin-bottom:-20%; }




.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }

.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }

.mt--25 { margin-top:-25px; }
.mb--25 { margin-bottom:-25px; }



.max--25 { max-width:25%; }
.mt---25 { margin-top:-25%; }
.mb---25 { margin-bottom:-25%; }




.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }

.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }

.mt--30 { margin-top:-30px; }
.mb--30 { margin-bottom:-30px; }



.max--30 { max-width:30%; }
.mt---30 { margin-top:-30%; }
.mb---30 { margin-bottom:-30%; }




.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }

.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }

.mt--35 { margin-top:-35px; }
.mb--35 { margin-bottom:-35px; }



.max--35 { max-width:35%; }
.mt---35 { margin-top:-35%; }
.mb---35 { margin-bottom:-35%; }




.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }

.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }

.mt--40 { margin-top:-40px; }
.mb--40 { margin-bottom:-40px; }



.max--40 { max-width:40%; }
.mt---40 { margin-top:-40%; }
.mb---40 { margin-bottom:-40%; }




.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }

.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }

.mt--45 { margin-top:-45px; }
.mb--45 { margin-bottom:-45px; }



.max--45 { max-width:45%; }
.mt---45 { margin-top:-45%; }
.mb---45 { margin-bottom:-45%; }




.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }

.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }

.mt--50 { margin-top:-50px; }
.mb--50 { margin-bottom:-50px; }



.max--50 { max-width:50%; }
.mt---50 { margin-top:-50%; }
.mb---50 { margin-bottom:-50%; }




.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }

.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }

.mt--55 { margin-top:-55px; }
.mb--55 { margin-bottom:-55px; }



.max--55 { max-width:55%; }
.mt---55 { margin-top:-55%; }
.mb---55 { margin-bottom:-55%; }




.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }

.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }

.mt--60 { margin-top:-60px; }
.mb--60 { margin-bottom:-60px; }



.max--60 { max-width:60%; }
.mt---60 { margin-top:-60%; }
.mb---60 { margin-bottom:-60%; }




.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }

.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }

.mt--65 { margin-top:-65px; }
.mb--65 { margin-bottom:-65px; }



.max--65 { max-width:65%; }
.mt---65 { margin-top:-65%; }
.mb---65 { margin-bottom:-65%; }




.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }

.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }

.mt--70 { margin-top:-70px; }
.mb--70 { margin-bottom:-70px; }



.max--70 { max-width:70%; }
.mt---70 { margin-top:-70%; }
.mb---70 { margin-bottom:-70%; }




.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }

.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }

.mt--75 { margin-top:-75px; }
.mb--75 { margin-bottom:-75px; }



.max--75 { max-width:75%; }
.mt---75 { margin-top:-75%; }
.mb---75 { margin-bottom:-75%; }




.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }

.mt--80 { margin-top:-80px; }
.mb--80 { margin-bottom:-80px; }



.max--80 { max-width:80%; }
.mt---80 { margin-top:-80%; }
.mb---80 { margin-bottom:-80%; }




.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }

.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }

.mt--85 { margin-top:-85px; }
.mb--85 { margin-bottom:-85px; }



.max--85 { max-width:85%; }
.mt---85 { margin-top:-85%; }
.mb---85 { margin-bottom:-85%; }




.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }

.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }

.mt--90 { margin-top:-90px; }
.mb--90 { margin-bottom:-90px; }



.max--90 { max-width:90%; }
.mt---90 { margin-top:-90%; }
.mb---90 { margin-bottom:-90%; }




.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }

.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }

.mt--95 { margin-top:-95px; }
.mb--95 { margin-bottom:-95px; }



.max--95 { max-width:95%; }
.mt---95 { margin-top:-95%; }
.mb---95 { margin-bottom:-95%; }




.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }

.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }

.mt--100 { margin-top:-100px; }
.mb--100 { margin-bottom:-100px; }



.max--100 { max-width:100%; }
.mt---100 { margin-top:-100%; }
.mb---100 { margin-bottom:-100%; }




.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }

.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }

.mt--105 { margin-top:-105px; }
.mb--105 { margin-bottom:-105px; }






.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }

.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }

.mt--110 { margin-top:-110px; }
.mb--110 { margin-bottom:-110px; }






.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }

.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }

.mt--115 { margin-top:-115px; }
.mb--115 { margin-bottom:-115px; }






.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }

.mt--120 { margin-top:-120px; }
.mb--120 { margin-bottom:-120px; }






.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }

.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }

.mt--125 { margin-top:-125px; }
.mb--125 { margin-bottom:-125px; }






.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }

.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }

.mt--130 { margin-top:-130px; }
.mb--130 { margin-bottom:-130px; }






.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }

.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }

.mt--135 { margin-top:-135px; }
.mb--135 { margin-bottom:-135px; }






.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }

.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }

.mt--140 { margin-top:-140px; }
.mb--140 { margin-bottom:-140px; }






.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }

.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }

.mt--145 { margin-top:-145px; }
.mb--145 { margin-bottom:-145px; }






.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }

.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }

.mt--150 { margin-top:-150px; }
.mb--150 { margin-bottom:-150px; }







.round-corner-0 div[class*="background-color"] { border-radius: 0px; }
.round-corner-0 div[class*="background-layers"] { border-radius: 0px; }

.round-corner-5 div[class*="background-color"] { border-radius: 5px; }
.round-corner-5 div[class*="background-layers"] { border-radius: 5px; }

.round-corner-10 div[class*="background-color"] { border-radius: 10px; }
.round-corner-10 div[class*="background-layers"] { border-radius: 10px; }

.round-corner-15 div[class*="background-color"] { border-radius: 15px; }
.round-corner-15 div[class*="background-layers"] { border-radius: 15px; }

.round-corner-20 div[class*="background-color"] { border-radius: 20px; }
.round-corner-20 div[class*="background-layers"] { border-radius: 20px; }

.round-corner-25 div[class*="background-color"] { border-radius: 25px; }
.round-corner-25 div[class*="background-layers"] { border-radius: 25px; }

.round-corner-30 div[class*="background-color"] { border-radius: 30px; }
.round-corner-30 div[class*="background-layers"] { border-radius: 30px; }

.round-corner-35 div[class*="background-color"] { border-radius: 35px; }
.round-corner-35 div[class*="background-layers"] { border-radius: 35px; }

.round-corner-40 div[class*="background-color"] { border-radius: 40px; }
.round-corner-40 div[class*="background-layers"] { border-radius: 40px; }

.round-corner-45 div[class*="background-color"] { border-radius: 45px; }
.round-corner-45 div[class*="background-layers"] { border-radius: 45px; }

.round-corner-50 div[class*="background-color"] { border-radius: 50px; }
.round-corner-50 div[class*="background-layers"] { border-radius: 50px; }



.round-image-0 .widget-type-linked_image img { border-radius: 0px; }

.round-image-5 .widget-type-linked_image img { border-radius: 5px; }

.round-image-10 .widget-type-linked_image img { border-radius: 10px; }

.round-image-15 .widget-type-linked_image img { border-radius: 15px; }

.round-image-20 .widget-type-linked_image img { border-radius: 20px; }

.round-image-25 .widget-type-linked_image img { border-radius: 25px; }

.round-image-30 .widget-type-linked_image img { border-radius: 30px; }

.round-image-35 .widget-type-linked_image img { border-radius: 35px; }

.round-image-40 .widget-type-linked_image img { border-radius: 40px; }

.round-image-45 .widget-type-linked_image img { border-radius: 45px; }

.round-image-50 .widget-type-linked_image img { border-radius: 50px; }




.z-0 { z-index: 0; }

.z-1 { z-index: 1; }

.z-2 { z-index: 2; }

.z-3 { z-index: 3; }

.z-4 { z-index: 4; }

.z-5 { z-index: 5; }

.z-6 { z-index: 6; }

.z-7 { z-index: 7; }

.z-8 { z-index: 8; }

.z-9 { z-index: 9; }

.z-10 { z-index: 10; }

.z-11 { z-index: 11; }

.z-12 { z-index: 12; }

.z-13 { z-index: 13; }

.z-14 { z-index: 14; }

.z-15 { z-index: 15; }

.z-16 { z-index: 16; }

.z-17 { z-index: 17; }

.z-18 { z-index: 18; }

.z-19 { z-index: 19; }

.z-20 { z-index: 20; }

.z-21 { z-index: 21; }

.z-22 { z-index: 22; }

.z-23 { z-index: 23; }

.z-24 { z-index: 24; }

.z-25 { z-index: 25; }

.z-26 { z-index: 26; }

.z-27 { z-index: 27; }

.z-28 { z-index: 28; }

.z-29 { z-index: 29; }

.z-30 { z-index: 30; }

.z-31 { z-index: 31; }

.z-32 { z-index: 32; }

.z-33 { z-index: 33; }

.z-34 { z-index: 34; }

.z-35 { z-index: 35; }

.z-36 { z-index: 36; }

.z-37 { z-index: 37; }

.z-38 { z-index: 38; }

.z-39 { z-index: 39; }

.z-40 { z-index: 40; }

.z-41 { z-index: 41; }

.z-42 { z-index: 42; }

.z-43 { z-index: 43; }

.z-44 { z-index: 44; }

.z-45 { z-index: 45; }

.z-46 { z-index: 46; }

.z-47 { z-index: 47; }

.z-48 { z-index: 48; }

.z-49 { z-index: 49; }

.z-50 { z-index: 50; }

.z-51 { z-index: 51; }

.z-52 { z-index: 52; }

.z-53 { z-index: 53; }

.z-54 { z-index: 54; }

.z-55 { z-index: 55; }

.z-56 { z-index: 56; }

.z-57 { z-index: 57; }

.z-58 { z-index: 58; }

.z-59 { z-index: 59; }

.z-60 { z-index: 60; }

.z-61 { z-index: 61; }

.z-62 { z-index: 62; }

.z-63 { z-index: 63; }

.z-64 { z-index: 64; }

.z-65 { z-index: 65; }

.z-66 { z-index: 66; }

.z-67 { z-index: 67; }

.z-68 { z-index: 68; }

.z-69 { z-index: 69; }

.z-70 { z-index: 70; }

.z-71 { z-index: 71; }

.z-72 { z-index: 72; }

.z-73 { z-index: 73; }

.z-74 { z-index: 74; }

.z-75 { z-index: 75; }

.z-76 { z-index: 76; }

.z-77 { z-index: 77; }

.z-78 { z-index: 78; }

.z-79 { z-index: 79; }

.z-80 { z-index: 80; }

.z-81 { z-index: 81; }

.z-82 { z-index: 82; }

.z-83 { z-index: 83; }

.z-84 { z-index: 84; }

.z-85 { z-index: 85; }

.z-86 { z-index: 86; }

.z-87 { z-index: 87; }

.z-88 { z-index: 88; }

.z-89 { z-index: 89; }

.z-90 { z-index: 90; }

.z-91 { z-index: 91; }

.z-92 { z-index: 92; }

.z-93 { z-index: 93; }

.z-94 { z-index: 94; }

.z-95 { z-index: 95; }

.z-96 { z-index: 96; }

.z-97 { z-index: 97; }

.z-98 { z-index: 98; }

.z-99 { z-index: 99; }



.rel { position: relative; }

@media(max-width:767px){
	[class*="round-image"] .widget-type-linked_image img {
		border-radius: 25px;
	}
	
}


.header__logo.header__logo--main{
  position: relative;
}

.header__logo.header__logo--main .cover-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Utilities */

img {
  max-width: 100%;
  height: auto;
}

a,
a.button {
  transition: all 0.3s;
}

a.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

.position-fixed {
  position: fixed !important;
}

@media screen and (max-width: 767px) {
  .flex-phone {
    display: flex;
  }

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-row-tablet {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-enable declaration-no-important */

/* Overrides */









/* 1a. Containers */


  



  




  


/* 11b. Colors */








/* 1c. Typography */




















  










































/* 1d. Forms */





































.dnd-section {
  padding: 80px 32px;
}

.blog-post-section {
  padding: 80px 0;
}

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1440px;
}

@media(max-width:767px){
	.content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dnd-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.dnd-section {
		padding: 60px 32px;
	}

	.blog-post-section {
		padding: 60px 0;
	}
}





.primary-font{
  font-family: Styrene A
}
.secondary-font{
  font-family: Styrene A
}
.primary-colour{
  color:#FF3D5A;
}
.secondary-colour{
  color: #00B6D2;
}






html {
  font-size: 15px;
}

body {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
	word-wrap: break-word;
}

p {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
}

a {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #00b6d2;
}

a:hover,
a:focus {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #00b6d2;
}

a:active {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #50ffff;
}

h1, .h1 {
  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  color: #231f20;
  font-size: 75px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -3.75px;
}

h2, .h2 {
  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  color: #231f20;
  font-size: 48px;
  text-transform: none;
  line-height: 1.05;
  letter-spacing: -2.4px;
}

h3, .h3 {
  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  color: #231f20;
  font-size: 38px;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -1.9px;
}

h4, .h4 {
  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -1.4px;
}

h5, .h5 {
  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

h6, .h6 {
  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  color: #231f20;
  font-size: 18px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.36px;
}



@media(max-width:991px){

  html {
    font-size: 15px;
  }

  body {
    font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.3;
  }

  p {
    font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  }

  a {
    font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
    color: #00b6d2;
  }

  a:hover,
  a:focus {
    font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
    color: #00b6d2;
  }

  a:active {
    font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
    color: #50ffff;
  }

  h1, .h1 {
    font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
    color: #231f20;
    font-size: 42px;
    text-transform: none;
    line-height: 1;
    letter-spacing: -2.1px;
  }

  h2, .h2 {
    font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
    color: #231f20;
    font-size: 37px;
    text-transform: none;
    line-height: 1.05;
    letter-spacing: -1.85px;
  }

  h3, .h3 {
    font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
    color: #231f20;
    font-size: 30px;
    text-transform: none;
    line-height: 1.1;
    letter-spacing: -1.5px;
  }

  h4, .h4 {
    font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
    color: #231f20;
    font-size: 23px;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: -1.15px;
  }

  h5, .h5 {
    font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
    color: #231f20;
    font-size: 20px;
    text-transform: none;
    line-height: 1.2;
  }

  h6, .h6 {
    font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
    color: #231f20;
    font-size: 18px;
    text-transform: none;
    line-height: 1.2;
  }
}





/* Form */

form {
  border: 1px none #00B6D2;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(0, 182, 210, 0.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none rgba(255, 61, 90, 0%);

  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;

  font-weight: 600; font-family: 'Styrene A', arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(255, 61, 90, 0.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #2B2B2B;
  font-size: 38px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;

  font-family: 'Styrene A', arial, sans-serif;
  color: #000000;
  font-size: 12px;
}

/* Help text */

form legend {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #000000;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #e1e1e1;

  padding: 10px;

  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 10px;
  color: #000000;
  font-size: 15px;
	height: 55px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}
form textarea {
  height: 150px;
}

form .hs-fieldtype-file>.input {
  border: 1px solid #e1e1e1;

  padding: 10px;

	height: 55px;
	display: flex;
	align-items: center;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 10px;
	width: 100% !important;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}


.legal-consent-container .hs-form-booleancheckbox-display input{
  margin-top:5px;
}
/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #959595;
}

::-moz-placeholder {
  color: #959595;
}

:-ms-input-placeholder {
  color: #959595;
}

:-moz-placeholder {
  color: #959595;
}

::placeholder {
  color: #959595;
}

/* Form fields - date picker */

form .pika-table thead th {
  background-color: ;
  color: ;
}

form td.is-today .pika-button {
  color: ;
}

form .is-selected .pika-button {
  background-color: #00B6D2;
  color: ;
}

form .pika-button:hover {
  background-color: #FF3D5A !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #000000;
}

form .hs-richtext a {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #6657A0;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-weight: 400; font-family: 'Styrene A', arial, sans-serif;
  color: #000000;
  font-size: 14px;
}

/* Inline thank you message */

.submitted-message {
  border: 1px none #00B6D2;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(0, 182, 210, 0.0)

;
  border-radius: 0px;
}


/* Radio and Checkbox */

form ul.inputs-list {
	margin: 0;
	padding: 0 0 0 20px !important;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
	background: none !important;
	padding: 0 !important;
}

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

form label.hs-form-booleancheckbox-display,
form label.hs-form-checkbox-display,
form label.hs-form-radio-display {
	cursor: pointer
}

.hs-form-checkbox input.hs-input[type="checkbox"],
.hs-form-booleancheckbox input.hs-input[type="checkbox"] {
	appearance: none;
	width: 20px !important;
	height: 20px !important;
	border-radius: 3px;
	border: 1px solid #E1E1E1;
	background: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
	margin-top: -3px;
	margin-right: 10px;
}

.hs-form-checkbox input.hs-input[type="checkbox"]:checked,
.hs-form-booleancheckbox input.hs-input[type="checkbox"]:checked {
	background: #EA576E;
	border: 3px solid #fff;
}

.hs-fieldtype-booleancheckbox ul.inputs-list {
	padding: 0 !important;
}

.hs-form-radio input.hs-input[type="radio"] {
	appearance: none;
	width: 20px !important;
	height: 20px !important;
	border-radius: 100px;
	border: 1px solid #E1E1E1;
	background: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
	margin-top: -5px;
	margin-right: 10px;
}

.hs-form-radio input.hs-input[type="radio"]:checked {
	background: #EA576E;
	border: 3px solid #fff;
}

/* Error messages */

form ul.hs-error-msgs {
	padding: 0 !important;
}








/* 5a. Social Follow */

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links__icon {
	background-color: #FF3D5A;
  border: 1px solid #FF3D5A;
	transition: all .15s linear;
	border-radius: 50%;
  display: inline-flex;
  position: relative;
  width: 40px;
	aspect-ratio: 1 / 1 !important;
	justify-content: center;
	align-items: center;
}

.social-links__icon svg {
	fill: #ffffff;
  height: 16px;
  width: auto;
	transition: all 0.3s ease;
}

.social-links__icon:active,
.social-links__icon:focus,
.social-links__icon:hover {
  background-color: #00B6D2;
  border-color: #00B6D2;
}
.social-links__icon:active svg,
.social-links__icon:focus svg,
.social-links__icon:hover svg {
	fill: #ffffff;
}





/* 5b. Accordion */

.accordion-item {
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 20px;
}

.accordion-title * {
	margin: 0;
}
.accordion-title {
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	padding: 25px 75px 25px 20px;
	font-size: 18px;
	cursor: pointer;
	display: block;
	transition: background-color 0.2s linear;
	position: relative;
}

.accordion button {
	padding: 0;
	text-align: left;
}
.accordion button .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 43px;
  height: 43px;
  transform: translate(0px, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.accordion button .icon::before {
  content: '';
	width: 36px;
	height: 5px;
	background: #2B2B2B;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 5px;
	height: 36px;
	background: #2B2B2B;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-out;
}
.accordion-item.is-open button .icon::after {
	height: 0;
}
.accordion-item.is-open,
.accordion-item:hover { 
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.03), 0px 15px 70px 0px rgba(0, 0, 0, 0.10);
}

.accordion-content {
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: height 0.2s ease-in-out;
	width: 100%;
}

.accordion-content-inner {
	padding: 15px 20px 25px 20px;
}

@media (min-width:992px){

	.accordion-title {
	  padding: 25px 105px 25px 40px;
	}

	.accordion-content-inner {
		padding: 15px 40px 25px 40px;
	}

	.accordion-item {
		border-radius: 40px;
	}

	.accordion button .icon {
		right: 40px;
	}
}





/* 5c. Swiper Cards */

/* Swiper default styles*/

.swiper.cards .swiper-horizontal>.swiper-scrollbar,
.swiper.cards .swiper-scrollbar.swiper-scrollbar-horizontal {
	height: 2px;
	background: rgb(43 43 43 / 15%);
	margin-bottom: 20px;
	width: calc(100% - 160px);
}
.swiper.cards .swiper-button-next:after, .swiper.cards .swiper-button-prev:after {
	content: '';
	height: 18px;
	width: 23px;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiper.cards .swiper-button-prev:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='22' viewBox='0 0 28 22' fill='none'%3E%3Cpath d='M2.48877 10.9201L13.3679 20.0868M2.48877 10.9201L13.3679 1.75342M2.48877 10.9201L25.6166 10.9201' stroke='%23FF3D5A' stroke-width='3.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.swiper.cards .swiper-button-next:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='22' viewBox='0 0 28 22' fill='none'%3E%3Cpath d='M25.5112 10.9201L14.6321 20.0868M25.5112 10.9201L14.6321 1.75342M25.5112 10.9201L2.38342 10.9201' stroke='%23FF3D5A' stroke-width='3.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.swiper.cards .swiper-button-prev, .swiper-button-next {
	width: 50px;
	height: 50px;
	background: #F6F6F6;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.swiper.cards .swiper-button-prev:hover,
.swiper.cards .swiper-button-next:hover {
	background: #ffecef;
}

.swiper.cards .swiper-scrollbar-drag {
	height: 8px;
	background: #2B2B2B;
	margin-top: -3px;
}

/* Swiper */

.cards-swiper_bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cards-swiper_bg path {
	fill: rgb(255 255 255 / 50%);
}


.cards-swiper_wrapper {
	overflow: hidden;
	padding-top: 40px;
	margin-left: -32px;
	margin-right: -32px;
}
.cards-swiper {
	clip-path: polygon(0 -6rem,100vw -6rem,100vw 100%,0 100%);
	padding: 0 0 80px 0;
	overflow: visible;
}
.cards-swiper_nav {
	position: absolute;
	right: 1rem;
	bottom: 0;
	display: flex;
	gap: 20px
}

.cards-swiper .swiper-button-next, .cards-swiper .swiper-button-prev {
	position: initial;
	margin: 0;
}


.cards__card {
	aspect-ratio: 7 / 9;
	border-radius: 25px;
	overflow: hidden;
}
.cards__card img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s ease;
}
.cards__card:hover img {
	transform: scale(1.2);
}
.cards__card:hover a.cards-link {
	visibility: visible;
	opacity: 1;
}

.card_text * {
	color: #fff;
	margin: 5px 0 0 0;
}
.card_text {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-content: end;
}

.card_text-cont {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 89.2%);
	padding: 20px;
	width: 100%;
}

.cards-swiper_ft p {
	font-size: 20px;
	font-weight: 600;
}

a.cards-link {
	position: absolute;
	right: 16px;
	top: 12px;
	background: #DFF3F7;
	width: 73px;
	height: 73px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 2;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}

a.cards-link:hover {
	background: #BEE3EE;
}

.cards-link:before,
.cards-link:after {
	content: '';
	display: block;
	height: 33px;
	width: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
}
.cards-link:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='33' viewBox='0 0 40 33' fill='none'%3E%3Cpath d='M36.7666 16.3833L20.8831 29.7667M36.7666 16.3833L20.8831 3M36.7666 16.3833L3 16.3833' stroke='%2300B6D2' stroke-width='4.86667' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	transform: translate(-250%, -50%);
}
.cards-link:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='33' viewBox='0 0 40 33' fill='none'%3E%3Cpath d='M36.7666 16.3833L20.8831 29.7667M36.7666 16.3833L20.8831 3M36.7666 16.3833L3 16.3833' stroke='%2300B6D2' stroke-width='4.86667' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.cards-link:hover:before {
	transform: translate(-50%, -50%);
}
.cards-link:hover:after {
	transform: translate(150%, -50%);
}

@media(max-width:767px){
	.cards-swiper_wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}
}






/* 5d. Logo Slider */

.logo-slider-swiper {
	width: 100%;
}

.logo-swiper-wrapper:before {
	content: '';
	display: block;
	width: 120px;
	height: 100%;
	background: linear-gradient(90deg, white, #ffffff00);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.logo-swiper-wrapper:after {
	content: '';
	display: block;
	width: 120px;
	height: 100%;
	background: linear-gradient(270deg, white, #ffffff00);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
}

.logo-slider-wrapper.less-items .logo-swiper-wrapper:before,
.logo-slider-wrapper.less-items .logo-swiper-wrapper:after {
	opacity: 0;
}

section.logo-slider-wrapper .title-nav .logo-slider-scrollbar {
  height: 1px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

section.logo-slider-wrapper .title-nav .logo-slider-scrollbar .swiper-scrollbar-drag {
  height: 6px;
  position: absolute;
  top: -2px;
  left: 0px;
  border-radius: 0px;
}

section.logo-slider-wrapper .swiper-wrapper {
  transition-timing-function: linear;
	height: auto;
	align-items: center;
}

section.logo-slider-wrapper .swiper-wrapper .swiper-slide {
  height: auto;
	justify-content: center;
	display: flex;
}

.ls-logo img {
  width: 100%;
}

.logo-slider-arrows {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	z-index: 200;
}

.logo-slider-arrows .arrow {
	width: 24px;
	height: auto;
	cursor: pointer;
}

.logo-slider-arrows .arrow.swiper-button-disabled {
	opacity: 0.5;
}

.logo-slider-arrows .arrow svg {
	width: 100%;
	height: auto;
}

.logo-slider-logo {
	filter: grayscale(1);
	transition: all 0.3s ease;
}

.logo-slider-logo:hover {
	filter: grayscale(0);
}


@media (max-width: 767px) {
	section.logo-slider-wrapper {
		margin-top: 0px;
	}

	section.logo-slider-wrapper .content-wrapper {
		padding: 24px;
		border-radius: 0px;
		width: 100%;
	}

	.logo-swiper-wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}
	.logo-swiper-wrapper:after, .logo-swiper-wrapper:before {
		opacity: 0;
	}
}









/* 5f. Image Cards */

.image-cards_wrap {
	overflow: hidden;
}

.image-cards__grid {
	display: flex;
	gap: 15px;
	justify-content: end;
	align-items: start;
}
.image-cards_right .image-cards__grid {
  justify-content: start;
}

.image-cards__item {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 6/10;
	max-width: 300px;
}

.image-cards__item:nth-child(1) {
	margin-top: 55px;
}

.image-cards__item:nth-child(3) {
	margin-top: 42px;
}

.image-cards__item img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

@media(max-width: 767px){
	.image-cards_wr>.row-fluid {
		flex-flow: column-reverse;
		display: flex;
	}
}

@media(min-width: 768px){
	.image-cards__item {
    width: 209px;
    min-width: 209px;
  	border-radius: 20px;
	}
	.image-cards__item:nth-child(1) {
		margin-top: 166px;
	}

	.image-cards__item:nth-child(3) {
		margin-top: 130px;
	}
}
@media(min-width: 1200px){
	.image-cards__grid {
		gap: 45px;
	}
	.image-cards__item {
    width: 309px;
    min-width: 309px;
  	border-radius: 30px;
	}
	
	.image-cards__item:nth-child(1) {
		margin-top: 166px;
	}

	.image-cards__item:nth-child(3) {
		margin-top: 130px;
	}
	
}






/* 5g. Card Small */

.cards-small_item {
	display: flex;
	align-items: center;
	padding: 15px 25px 15px 35px;
	gap: 24px;
}

.cards-small_item p {
	margin: 0;
}

@media(min-width: 768px){
	.cards-small_item {
		flex-wrap: wrap;
	}
}

@media(min-width: 1200px){
	.cards-small_item {
		flex-wrap: nowrap;
	}

	.cards-small_item p {
		font-size: 18px;
		line-height: 1.4;
	}
}

/* 5g. New Card Small */

.n_cards-small_item {
	display: flex;
	align-items: flex-start;
	padding: 25px 0px 25px 0px;
	gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.4);
}

.n_cards-small_item p {
	margin: 0;
}

.n_cards-small_item img {
  transform: translateY(6px);
}

@media(min-width: 768px){
	.n_cards-small_item {
		flex-wrap: wrap;
	}
}

@media(min-width: 1200px){
	.n_cards-small_item {
		flex-wrap: nowrap;
	}

	.n_cards-small_item p {
		font-size: 18px;
		line-height: 1.4;
	}
}







/* 5h. Accordion */

.accordion-section>.row-fluid {
	position: relative;
	z-index: 2;
}
.background-acordion {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: 0.3s ease;
	background-color: rgb(250, 238, 237);
}
.background-acordion.open-bg {
	opacity: 1;
}





/* 5i. Card Video */

.card_video-section {
	overflow: hidden;
}

.card_video-section .dnd-column {
	z-index: 2;
	position: relative;
}

.card-video_circles {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-36%, -50%);
	height: 110%;
	z-index: 0;
}

.card-video>.content-wrapper {
	max-width: 620px;
	margin: 0 auto;
}

.card-video .card-1 {
	left: 0;
	top: 10%;
}
.card-video .card-2 {
	right: 0;
	bottom: 10%;
}
.card-video_card {
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(7.5px);
	display: flex;
	align-items: center;
	padding: 17px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04), 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(7.5px);
	position: absolute;
	z-index: 2;
	width: 100%;
}

.card-video_card .h6 {
	font-weight: 500;
	color: #6657A0;
	font-size: 14px;
	margin: 0 0 0 15px;
}

.card-video_card img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.card-video_video {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	position: relative;
}

.card-video_video .oembed_container {
	display: block;
	max-width: 100% !important;
	max-height: 100% !important;
	text-align: right;
}
.card-video_video .iframe_wrapper,
.card-video_video .hs-video-container {
	aspect-ratio: 9 / 16;
	width: 100%;
	max-width:320px;
	padding: 0 !important;
	height: auto !important;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	margin: 0 !important;
	display: inline-block;
}

.card-video_video .hs-video-wrapper {
	padding: 0 !important;
	height: 100% !important;
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 16 / 9;
}
.card-video_video .iframe_wrapper iframe {
	right: auto;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transform-origin: center;
	max-width: none !important;
	max-height: 100% !important;
	aspect-ratio: 16 / 9;
}

.card-video_video.ins_reel .iframe_wrapper iframe {
	transform: translateX(-50%) scale(1.42);
	top: 35px;
}

.card-video_modal .modal-body {
	padding: 60px 30px 30px 30px;
}
.card-video_video_linkmodal {
	position: absolute;
	letter-spacing: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-video.video_left .card-video_circles {
	transform: scaleX(-1);
	left: auto;
	right: 5%;
	top: 0;
	width: auto;
}

@media(max-width: 991px) {
	.card-video_video .iframe_wrapper {
		max-width: 100%;
	}
}

@media(max-width: 767px) {
	.card-video .card-1 {
		left: -30px;
	}
	.card-video .card-2 {
		right: -30px;
	}
}

@media(max-width: 550px) {

	.card-video_video.ins_reel {
		width: 180px;
	}
	.card-video_video {
		max-width: 180px;
	}
	.card-video_video.ins_reel .iframe_wrapper iframe {
		transform: translateX(-50%) scale(0.8);
		top: -121px;
		aspect-ratio: 9 / 16;
		width: 180% !important;
		max-height: none !important;
	}
}

@media(min-width: 768px) {
	.card-video_circles {
		left: 50%;
		transform: translate(-22%, -50%);
		height: 120%;
		top: 64%;
	}
	.card-video.video_left .card-video_circles {
    right: -15%;
	}

	.card-video_video .iframe_wrapper,
	.card-video_video .hs-video-container {
		border-radius: 30px;
	}
}
@media(min-width: 992px) {

	.card-video .card-1 {
		top: 20%;
		left: auto;
		right: 70%;
	}

	.card-video .card-2 {
		bottom: 20%;
		right: auto;
		left: 65%;
	}

	.card-video_card {
		width: 100%;
	}

	.card-video_card .h6 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.card-video_image-video {
		width: 90%;
		max-width: 1185px;
		margin-left: auto;
		margin-right: auto;
	}

}






/* 5j. Resources Slider */

.resources_slider-section {
	overflow: hidden;	
}

.resources_slider a.cover {
	z-index: 5;
}

.resources_slider .cards__card {
	border-radius: 0;
	aspect-ratio: auto;
}

.card-feed .card_header {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 7 / 5;
	margin: 0;
	position: relative;
}
.card-feed .card_header img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
	transition: all 1.3s ease-in-out;

}

.card-feed .card_body {
	border-radius: 0 20px 0 0;
	z-index: 6;
	background: #fff;
	max-width: 87%;
	padding: 17px 17px 10px 0;
	margin: -50px 0 0 0;
	pointer-events: none;
	min-height: 120px;
}
.resources_slider .card_tags {
	pointer-events: painted;
}
.card-feed .card_tags,
.card-feed .card_tags a {
	color: #EA576E;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.card-feed .card_tags a:hover {
	text-decoration: underline;
}
.card-feed .card_title {
	margin-top: 1rem;
}
.resources_slider .card_footer {
}

.card-feed__blog-button {
  color: #00b6d2;
}

.card-feed__blog-button:hover {
  color: #00b6d2;
  text-decoration: underline;
}

.resources_slider .blog-card:hover img {
	transform: scale(1.1);
}

.resources_slider .cards-swiper_tags {
	padding-top: 30px;
}


@media(min-width: 768px){

	.card-feed .card_header{
		border-radius: 30px;
	}
}
@media(min-width: 992px){

	.resources_slider-swiper {
		padding-bottom: 100px;
	}
	.resources_slider .cards-swiper_tags {
    padding-top: 40px;
	}
	.card-feed .card_body {
    max-width: 80%;
		margin-top: -80px;
	}
	
	.resources_slider .card-feed__title-bar {
		margin-bottom: 50px;
	}
}






/* 5k. CTA Big */

.cta_big {
	border-radius: 30px;
	padding: 100px 25px;
}

.cta_big-form {
	max-width: 460px; margin: 0 auto;
}
.cta_big-form .actions {
	text-align: right;
}

.cta_big-profile-image img {
	border-radius: 23px;
	max-width: 220px !important;
}
.cta_big-profile-content {
	padding-top: 20px;
}
@media (max-width:767px) {
	.cta_big-form {
		padding-top: 50px;
	}
}
@media (min-width:768px) {
	.cta_big-form {
		max-width: 460px;
		margin: 0 0 0 auto;
	}
	
	.cta_big.cta_big-profile_big .cta_big-profile-image {
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 55%;
		height: 115%;
		display: flex;
		align-items: end;
		align-content: end;
		flex-wrap: wrap;
		overflow: hidden;
		border-radius: 0 30px 30px 0;
	}

	.cta_big.cta_big-profile_big .cta_big-profile-image img {
		display: block;
		max-width: none !important;
		width: 100%;
		height: 100% !important;
		position: absolute;
		left: 0;
		width: auto;
	}
}

@media (min-width:992px) {
	.cta_big {
		padding: 115px 50px;
	}
}
@media (min-width:1200px) {
	.cta_big-profile {
		display: flex;
	}
	.cta_big-profile-content {
		padding: 0 0 0 30px;
	}
	.cta_big.cta_big-profile_big .cta_big-profile-content {
		padding-left: 0;
	}
	.cta_big {
		padding: 115px;
	}
	.cta_big.cta_big-profile_big .cta_big-profile-image {
		width: 60%;
	}
	.cta_big.cta_big-profile_big .cta_big-profile-image img {
		left: auto;
		right: 0;
	}
}




/* 5l. Tabs */
.tabs-section {
	max-width: 1550px;
}

.tabs {
	padding: 40px 30px 0px 30px;
}

.tabs-content.img-shadow img {
	box-shadow: 0px 1.896px 11.374px 0px rgba(0, 0, 0, 0.03), 0px 7.109px 33.173px 0px rgba(0, 0, 0, 0.10);
	border-radius: 15px;
}

.tabs .tabs-button.is-active,
.tabs .tabs-button.is-active:focus,
.tabs .tabs-button.is-active:active {
	background-color: #2B2B2B;
	border-color: #2B2B2B;
	color: #fff;
	pointer-events: none;
}

.tabs-item {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}

.tabs-item.animate {
	display: block;
	height: 0;
	overflow: hidden;
}

.tabs-item.is-visible {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: visible;
}

.tabs .tabs-button {
	display: block;
	text-align: left;
	margin-bottom: 12px;
	position: relative;
}

.tabs .tabs-button:before {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 13px;
	height: 23px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 15 24' fill='none'%3E%3Cpath d='M0.865234 20.2143L9.1585 12L0.865235 3.78571L2.52389 0.5L14.1345 12L2.52389 23.5L0.865234 20.2143Z' fill='%232B2B2B'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: all 0.3s ease
}

.tabs .tabs-button:hover:before,
.tabs .tabs-button.is-active:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 15 24' fill='none'%3E%3Cpath d='M0.865234 20.2143L9.1585 12L0.865235 3.78571L2.52389 0.5L14.1345 12L2.52389 23.5L0.865234 20.2143Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.tabs .tabs-button-mobile {
	display: none;
}


.tabs-content-wrapper {
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	
	.tabs .tabs-button.is-active {
		pointer-events: initial !important;
	}
	
	.tabs-item.is-visible {
		height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: visible;
	}
	.is-active-mobile+.tabs-item {
		height: auto !important;
		opacity: 1 !important;
		overflow: visible !important;
		visibility: visible !important;
	}

	.tabs .tabs-button.is-active,
	.tabs .tabs-button.is-active:active,
	.tabs .tabs-button.is-active:focus {
		background-color: #fad5d5;
		border-color: #ea576e;
		color: #2b2b2b;
	}

	.tabs .tabs-button.is-active:before {
		transform: rotate(90deg);
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' fill='none'%3E%3Cpath fill='%232B2B2B' d='M.865 20.214 9.16 12 .864 3.786 2.524.5 14.134 12 2.524 23.5z'/%3E%3C/svg%3E");
	}
	
	
	.tabs .tabs-button.is-active.is-active-mobile,
	.tabs .tabs-button.is-active.is-active-mobile:active,
	.tabs .tabs-button.is-active.is-active-mobile:focus {
		background-color: #2b2b2b;
		border-color: #2b2b2b;
		color: #ffffff;
	}
	
	.tabs .tabs-button.is-active.is-active-mobile:before {
		transform: rotate(-90deg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M.865 20.214 9.16 12 .864 3.786 2.524.5 14.134 12 2.524 23.5z'/%3E%3C/svg%3E")
	}
	
	
}

@media (max-width: 767px) {
	
	.tabs-section {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.tabs-desktop {
		display: none !important;
	}
	.tabs .tabs-button-mobile {
		display: block;
	}
	
	.tabs .tabs-button {
		border-color: #ea576e;
		margin-bottom: 20px;
	}
	
	.tabs-item:last-of-type>div {
		padding-bottom: 0;
	}
	
	.tabs .tabs-button:before {
		transform: rotate(90deg);
		margin-top: -10px;
	}

	/*
	.tabs .tabs-button.is-active:before {
		transform: rotate(-90deg);
	}
	*/
	

}

@media(min-width: 768px) {
	.tabs-nav-wrapper {
		position: sticky;
		top: 100px;
	}
	
	.tabs-item>div {
		padding-bottom: 0;
	}
	
}

@media(min-width: 992px) {
	.tabs-section {
		margin-left: auto;
		margin-right: auto;
	}
	.tabs {
		padding: 100px 50px 50px 50px;
	}
	.tabs-nav-wrapper {
		top: 150px;
	}
	
	.tabs-content-wrapper {
		padding-bottom: 0;
	}
	
}

@media(min-width: 1200px) {
	.tabs {
		padding: 140px 120px 90px 120px;
	}
	.tabs-nav {
		padding-right: 100px;
	}
}








/* 6a. Blog listing */

.featured-blog-post-wrapper {
}

.featured-blog-post-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: #FAEEED;
	z-index: -1;
}

.featured-blog-post-content {
	box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	overflow: hidden;
	background: #ffffff;
}
.featured-blog-post {
	padding: 0 30px 20px 30px;
}
.featured-blog-post-image img {
	margin-bottom: 30px;
}

.card_tags a {
	color: #EA576E;
	font-size: 12px;
	font-weight: 500;
}

.featured-blog-post .card_tags a {
	text-transform: uppercase;
}


@media (min-width: 768px){

	.featured-blog-post-wrapper {
	}

	.featured-blog-post-wrapper:before {
	}


	.featured-blog-post-content {
		display: flex;
	}

	.featured-blog-post-image img {
		margin: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}


	.featured-blog-post-image {
		flex: 0 1 50%;
	}

	.featured-blog-post {
		flex: 0 1 50%;
		padding-top: 50px;
		padding-bottom: 30px;
	}

}


@media (min-width: 1200px){

	.featured-blog-post {
		padding: 60px 80px 80px 70px;
	}
}


.blog-filter-content {
	gap: 30px;
}

.blog-filter .button {
	font-size: 12px;
	padding: 6px  25px;
	min-width: 0;
}

@media screen and (max-width: 767px) {
	.blog-filters__mobile--select {
		width: 100%;
	}
}


.blog-card a.cover {
	z-index: 1;
}

.blog-card .card_body {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.blog-card .card_body a {
	pointer-events: initial;
}


.blog-card .card_header img {
	transition: all 0.3s ease;
}

.blog-card:hover .card_header img {
	transform: scale(1.2);
}

.card-blog-listing {
	gap: 4.6em 2em;
}

.card-blog-listing .card_tags a {
	font-size: 12px;
	font-weight: 500;
}

nav.pagination {
	gap: 10px;
	margin: 0 0 60px;
}

nav.pagination a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
	font-weight: 500;
	text-decoration: none;
}

nav.pagination a:hover,
nav.pagination a.pagination__link--active {
	background: #00B6D2;
	color: #ffffff;
}







/* 5m. Featured Resource */

.featured-resource .featured-blog-post .card_tags a {
	pointer-events: none;
}
.featured-resource-title {
	padding-top: 20px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.featured-resource {
		padding-top: 150px;
	}
	
	.featured-resource-title {
		padding-top: 0;
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.featured-resource {
		padding-top: 170px;
	}
}



/* 5n. Resource Listing */

.resources-card-feed .card_tags a {
	pointer-events: none;
}
.resources-filter .blog-filter__desktop--filter-link-container.nolabel {
    display: none;
}

/* Custom Footer */
.custom-footer {
  background-color: #000;
  color: #fff;
}

.custom-footer * {
  color: #fff;
}
  
  .logo_container {
  position: relative;
  left: -32px;
  width: 100vw;
  margin-bottom: 40px;
}

.logo_dots {
  width: 100%;
}

.logo_text {
    left: 45%;
    max-width: 40% !important;
    position: absolute;
    top: 71%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 78px 0px 60px 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  max-width: 1440px;
  margin: auto;
  color: #ffffff;
  align-items: flex-start;
}

.footer_container + .footer_container {
  padding-top: 24px;
  align-items: center;
}

.footer_cta {
  width: 40%;
}

.footer_menu {
  width: 43%;
  display: flex;
  justify-content: space-between;
}

.footer_menu div {
  width: 40%;
}

.footer_menu ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer_menu ul li {
  margin: 0px;
}

.footer_left_column {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.footer_right_column {
  width: 43%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

  #main-content .dnd-section:nth-last-of-type(2) > .row-fluid > .span12 {
    margin-bottom: 0px;
  }

  #main-content .dnd-section:nth-last-of-type(2) {
    position: relative;
    z-index: 2;
  }

.custom-footer .footer-social-icons {
  display: flex;
  gap: 20px;
}

.custom-footer .footer-social-icons a div,
.custom-footer .footer-social-icons a span {
  width: 27px;
  height: 27px;
  background: white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.custom-footer .footer-social-icons a div:hover,
.custom-footer .footer-social-icons a span:hover {
  background: #FF3D5A;
  transition: 0.2s;
}

.custom-footer .footer-social-icons a div svg,
.custom-footer .footer-social-icons a span svg{
  width: 16px;
  height: 16px;
  fill: black
}

@media screen and (min-width: 768px) {
  #main-content .dnd-section:nth-last-of-type(2) > .row-fluid > .span12 {
    margin-bottom: -140px;
  }
}

@media screen and (min-width: 1000px) {
  #main-content .dnd-section:nth-last-of-type(2) > .row-fluid > .span12 {
    margin-bottom: -220px;
  }
  
  .logo_container {
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
  }
  
  .logo_text {
    max-width: 41% !important;
  }
}

@media screen and (max-width: 1000px) {
  .footer_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_container + .footer_container {
    flex-direction: column-reverse;
    padding-bottom: 0px;
    padding-top: 50px;
  }

  .footer_cta {
    width: 100%;
    text-align: flex-start;
  }

  .footer_menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
  }

  .footer_menu div {
    width: 100%;
    text-align: flex-start;
  }

  .footer_left_column,
  .footer_right_column {
    width: 100%;
    justify-content: flex-start;
    text-align: flex-start;
  }

  .footer_right_column {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer_left_column {
    margin-top: 20px;
    display: flex;
    gap: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .logo_container {
    left: calc(-50vw - -714px);
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 1920px) {
  .logo_container {
    max-width: 100%;
    left: unset;
  }
}