/*!****************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./main.css ***!
  \****************************************************************************************************************************************************************/
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

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

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* purgecss start ignore */

/*
	Copyright (C) Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
*/

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-XLight_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-XLight_Web.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-XLightItalic_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-XLightItalic_Web.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-LightItalic_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-BookItalic_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-Medium_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-MediumItalic_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-BoldItalic_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-Black_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-Black_Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham SSm';
	src:url('../assets/fonts/woff2/GothamSSm-BlackItalic_Web.woff2') format('woff2'),
		url('../assets/fonts/woff/GothamSSm-BlackItalic_Web.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

:root{--im-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--im-color:#fff;--im-bg:#0b1016;--im-link-color:#5fb3fb;--im-link-hover-color:rgba(95,178,251,.682);--im-btn-color:#fff;--im-btn-bg:rgba(0,102,219,.84);--im-btn-hover-bg:rgba(9,80,161,.89);--im-btn-active-box-shadow:0 0 0 .25em rgba(24,104,250,.24);--im-btn-s-color:var(--im-bg);--im-btn-s-bg:rgba(225,239,255,.8);--im-btn-s-hover-bg:rgba(225,239,255,.95);--im-btn-s-active-bg:rgba(225,239,255,.6);--im-overlay-bg:linear-gradient(14deg,#1e3861,rgba(206,220,233,.118))}

div[data-service],div[data-service] .cll,div[data-service] .cll a,div[data-service] .cll button{all:initial;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;font-weight:inherit;visibility:unset}

div[data-service] .cll :after,div[data-service] .cll iframe,div[data-service] .cll span,div[data-service]:before{all:unset;-webkit-box-sizing:border-box;box-sizing:border-box}

div[data-service] .cll a,div[data-service] .cll button,div[data-service] .cll input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;display:revert;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;overflow:hidden}

div[data-service]{background-color:#0b1016;background-color:var(--im-bg);display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--im-font-family);font-size:16px;font-weight:400;max-width:100%;min-height:9.375rem;min-width:18.75rem;overflow:hidden;position:relative}

div[data-service]:before{content:"";display:block;padding-top:56.25%}

div[data-service] .cll .c-ld{bottom:2em;opacity:0;right:2.5em;-webkit-transform:translateY(1.4em);transform:translateY(1.4em);visibility:hidden}

div[data-service] .cll .c-ld,div[data-service] .cll .c-ld:after{border-radius:100%;height:1.25em;position:absolute;width:1.25em;z-index:1}

div[data-service] .cll .c-ld:after{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:.25em solid #fff;border-top-color:transparent;content:""}

div[data-service].c-h-n .cll .c-ld{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}

div[data-service].c-h-b .cll .c-ld{opacity:0;-webkit-transform:translateY(0);transform:translateY(0);visibility:hidden}

@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

div[data-autoscale]{height:auto;width:100%}

div[data-service] .cll .c-nt{bottom:0;color:#fff;color:var(--im-color);height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}

div[data-service] .cll .c-bg{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}

div[data-service] .cll .c-bg:before{background:linear-gradient(14deg,#1e3861,rgba(206,220,233,.118));background:var(--im-overlay-bg);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}

div[data-service] .cll .c-bg-i{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}

div[data-service] .cll .c-bg-i.loaded{opacity:1}

div[data-service] .cll .c-tl{display:block;font-size:1.2em;font-weight:600;margin-bottom:.6em;text-align:center}

div[data-service].c-h-n .cll .c-bg{opacity:1;-webkit-transform:scale(1);transform:scale(1)}

div[data-service] .cll .c-n-c{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}

div[data-service] .cll .c-n-t{display:block;font-size:.87em;line-height:1.4em;margin:0 auto;max-width:32em;position:relative;z-index:1}

div[data-service] .cll .c-n-a{margin-top:1.25em}

div[data-service] .cll .c-n-a,div[data-service] .cll .c-n-t{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}

div[data-service] .cll .c-n-a button+button{margin-left:.8em}

div[data-service] .cll .c-t-cn{padding:0 .75em;z-index:1}

div[data-service] .cll .c-l-b,div[data-service] .cll .c-la-b{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;background:rgba(0,102,219,.84);background:var(--im-btn-bg);border-radius:.3125em;-webkit-box-shadow:0 .25em .75em rgba(0,0,0,.19);box-shadow:0 .25em .75em rgba(0,0,0,.19);color:#fff;color:var(--im-btn-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.77em;font-weight:600;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:.975em 1.1em;position:relative}

div[data-service] .cll .c-l-b:before{background-position:50%;background-repeat:no-repeat;background-size:contain;border-bottom:.6em solid transparent;border-left:1em solid #fff;border-left:1em solid var(--im-btn-color);border-top:.6em solid transparent;content:"";display:block;margin-right:.75em}

div[data-service] .cll .c-la-b{background:rgba(225,239,255,.8);background:var(--im-btn-s-bg);color:#0b1016;color:var(--im-btn-s-color)}

div[data-service] .cll .c-la-b:hover{background:rgba(225,239,255,.95);background:var(--im-btn-s-hover-bg)}

div[data-service] .cll .c-l-b:hover{background:rgba(9,80,161,.89);background:var(--im-btn-hover-bg)}

div[data-service] .cll .c-la-b:active{background:rgba(225,239,255,.6);background:var(--im-btn-s-active-bg);-webkit-transition:none!important;transition:none!important}

div[data-service] .cll .c-l-b:active{-webkit-box-shadow:0 0 0 .25em rgba(24,104,250,.24);box-shadow:0 0 0 .25em rgba(24,104,250,.24);-webkit-box-shadow:var(--im-btn-active-box-shadow);box-shadow:var(--im-btn-active-box-shadow);-webkit-transition:none!important;transition:none!important}

div[data-service].c-h-n .cll .c-t-cn{opacity:0;-webkit-transform:translateY(-.7em);transform:translateY(-.7em);-webkit-transition-duration:.2s;transition-duration:.2s;visibility:hidden}

div[data-service] .cll iframe{background:#fff;border:none;bottom:0;display:block;height:100%;left:0;max-width:100%;opacity:0;position:absolute;right:0;top:0;visibility:hidden;width:100%;z-index:1}

div[data-service].c-h-b .cll iframe{display:block!important;height:100%!important;opacity:1;visibility:visible}

div[data-service] .cll .c-n-t a{border-bottom:1px solid #5fb3fb;border-bottom:1px solid var(--im-link-color);color:#5fb3fb;color:var(--im-link-color);text-decoration:none}

div[data-service] .cll .c-n-t a:hover{--im-link-color:var(--im-link-hover-color)}

div[data-service][data-ratio="1:1"]:before{padding-top:100%}

div[data-service][data-ratio="2:1"]:before{padding-top:50%}

div[data-service][data-ratio="3:2"]:before{padding-top:66.666666%}

div[data-service][data-ratio="5:2"]:before{padding-top:40%}

div[data-service][data-ratio="4:3"]:before{padding-top:75%}

div[data-service][data-ratio="16:9"]:before{padding-top:56.25%}

div[data-service][data-ratio="16:10"]:before{padding-top:62.5%}

div[data-service][data-ratio="20:9"]:before{padding-top:45%}

div[data-service][data-ratio="21:9"]:before{padding-top:42.857142%}

div[data-service][data-ratio="9:16"]:before{padding-top:177.777777%}

div[data-service][data-ratio="9:20"]:before{padding-top:222.222222%}

div[data-widget]:before{display:none}

div[data-widget].c-h-b .cll .c-ld{opacity:0;visibility:hidden}

div[data-widget] .cll+*,div[data-widget] .cll>:last-child{height:100%!important;margin:0!important}

div[data-service] [data-placeholder]{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden}

@-webkit-keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}

@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}

div.c-an [data-placeholder]{-webkit-animation:none;animation:none}

div[data-service] [data-placeholder][data-visible]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:fadeIn .2s forwards;animation:fadeIn .2s forwards;-webkit-animation-delay:.4s;animation-delay:.4s;color:#fff;color:var(--im-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}

div[data-service].show-ph [data-placeholder]{opacity:1;visibility:visible}

div[data-service].show-ph .cll .c-ld{opacity:0;visibility:hidden}

div.c-an .cll .c-bg,div.c-an .cll .c-bg:before,div.c-an .cll .c-ld,div.c-an .cll .c-n-t,div.c-an .cll .c-t-cn{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .4s ease;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .4s ease;transition:opacity .3s ease,visibility .3s ease,transform .4s ease;transition:opacity .3s ease,visibility .3s ease,transform .4s ease,-webkit-transform .4s ease}

div.c-an .cll .c-bg-i{-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease}

div.c-an[data-widget]{-webkit-transition:opacity .3s ease,background-color .3s ease;transition:opacity .3s ease,background-color .3s ease}

div.c-an .cll .c-l-b,div.c-an .cll .c-la-b{-webkit-transition:opacity .3s ease,visibility .3s ease,background-color .3s ease,-webkit-transform .3s cubic-bezier(.25,1,.5,1),-webkit-box-shadow .3s ease;transition:opacity .3s ease,visibility .3s ease,background-color .3s ease,-webkit-transform .3s cubic-bezier(.25,1,.5,1),-webkit-box-shadow .3s ease;transition:opacity .3s ease,transform .3s cubic-bezier(.25,1,.5,1),visibility .3s ease,box-shadow .3s ease,background-color .3s ease;transition:opacity .3s ease,transform .3s cubic-bezier(.25,1,.5,1),visibility .3s ease,box-shadow .3s ease,background-color .3s ease,-webkit-transform .3s cubic-bezier(.25,1,.5,1),-webkit-box-shadow .3s ease}

div.c-an .cll .c-n-t a{-webkit-transition:color .2s ease,border-color .2s ease;transition:color .2s ease,border-color .2s ease}

div.c-an .cll iframe,div.c-an [data-placeholder]{-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;-webkit-transition-delay:.1s;transition-delay:.1s}

.anchor {
  scroll-margin-top: 100px;
  /* margin-top: -200px;
  padding-top: 200px; */
}

.rank-math-breadcrumb .last {
	--tw-text-opacity: 1;
	color: rgba(117, 117, 125, var(--tw-text-opacity));
}

.rank-math-breadcrumb .separator {
	margin-left: 16px;
	margin-right: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0.00001px;
  line-height: 0.00001px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../assets/images/breadcrumb-separator.svg) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 3px;
}

.rank-math-breadcrumb a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s
}

.rank-math-breadcrumb a:hover, .rank-math-breadcrumb a:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 214, 179, var(--tw-text-opacity));
}

.rank-math-breadcrumb a:active {
	--tw-text-opacity: 1;
	color: rgba(64, 224, 198, var(--tw-text-opacity));
}

.button, .cc-btn, input[type="submit"], input[type="button"] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 0.6rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 3, 103, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(218, 3, 103, var(--tw-bg-opacity));
	font-size: 1.4rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s;
  padding: 1.3rem 2rem;
}

.button path, .cc-btn path, input[type="submit"] path, input[type="button"] path {
    fill: currentColor;
  }

.cc-deny, .button--white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(218, 3, 103, var(--tw-text-opacity));
}

.cc-deny:hover, .cc-deny:focus, .button--white:hover, .button--white:focus {
	--tw-border-opacity: 1;
	border-color: rgba(218, 3, 103, var(--tw-border-opacity));
}

.cc-deny:hover, .cc-deny:focus, .button--white:hover, .button--white:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(218, 3, 103, var(--tw-bg-opacity));
}

.cc-deny:hover, .cc-deny:focus, .button--white:hover, .button--white:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.cc-deny:active, .button--white:active {
	--tw-border-opacity: 1;
	border-color: rgba(245, 66, 149, var(--tw-border-opacity));
}

.cc-deny:active, .button--white:active {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 66, 149, var(--tw-bg-opacity));
}

.cc-deny:active, .button--white:active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gform_footer .gform_button, .button--green {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 214, 179, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gform_footer .gform_button:hover, .gform_footer .gform_button:focus, .gform_footer .gform_button.is-active, .button--green:hover, .button--green:focus, .button--green.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(0, 214, 179, var(--tw-border-opacity));
}

.gform_footer .gform_button:hover, .gform_footer .gform_button:focus, .gform_footer .gform_button.is-active, .button--green:hover, .button--green:focus, .button--green.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.gform_footer .gform_button:hover, .gform_footer .gform_button:focus, .gform_footer .gform_button.is-active, .button--green:hover, .button--green:focus, .button--green.is-active {
	--tw-text-opacity: 1;
	color: rgba(0, 214, 179, var(--tw-text-opacity));
}

.gform_footer .gform_button:active, .button--green:active {
	--tw-border-opacity: 1;
	border-color: rgba(64, 224, 198, var(--tw-border-opacity));
}

.gform_footer .gform_button:active, .button--green:active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.gform_footer .gform_button:active, .button--green:active {
	--tw-text-opacity: 1;
	color: rgba(64, 224, 198, var(--tw-text-opacity));
}

.button--blue, .button--blue-alt {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 177, 250, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--blue:hover, .button--blue:focus, .button--blue.is-active, .button--blue-alt:hover, .button--blue-alt:focus, .button--blue-alt.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(0, 177, 250, var(--tw-border-opacity));
}

.button--blue:hover, .button--blue:focus, .button--blue.is-active, .button--blue-alt:hover, .button--blue-alt:focus, .button--blue-alt.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.button--blue:hover, .button--blue:focus, .button--blue.is-active, .button--blue-alt:hover, .button--blue-alt:focus, .button--blue-alt.is-active {
	--tw-text-opacity: 1;
	color: rgba(0, 177, 250, var(--tw-text-opacity));
}

.button--blue:active, .button--blue-alt:active {
	--tw-border-opacity: 1;
	border-color: rgba(64, 196, 251, var(--tw-border-opacity));
}

.button--blue:active, .button--blue-alt:active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.button--blue:active, .button--blue-alt:active {
	--tw-text-opacity: 1;
	color: rgba(64, 196, 251, var(--tw-text-opacity));
}

.button--blue-alt {
	--tw-border-opacity: 1;
	border-color: rgba(0, 177, 250, var(--tw-border-opacity));
}

.button--blue-outline {
	--tw-border-opacity: 1;
	border-color: rgba(0, 159, 225, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 159, 225, var(--tw-text-opacity));
}

.button--blue-outline:hover, .button--blue-outline:focus, .button--blue-outline.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(0, 159, 225, var(--tw-border-opacity));
}

.button--blue-outline:hover, .button--blue-outline:focus, .button--blue-outline.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 159, 225, var(--tw-bg-opacity));
}

.button--blue-outline:hover, .button--blue-outline:focus, .button--blue-outline.is-active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--blue-outline:active {
	--tw-border-opacity: 1;
	border-color: rgba(64, 196, 251, var(--tw-border-opacity));
}

.button--blue-outline:active {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 196, 251, var(--tw-bg-opacity));
}

.button--blue-outline:active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--red, .button--red-alt {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--red:hover, .button--red:focus, .button--red.is-active, .button--red-alt:hover, .button--red-alt:focus, .button--red-alt.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(242, 3, 114, var(--tw-border-opacity));
}

.button--red:hover, .button--red:focus, .button--red.is-active, .button--red-alt:hover, .button--red-alt:focus, .button--red-alt.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.button--red:hover, .button--red:focus, .button--red.is-active, .button--red-alt:hover, .button--red-alt:focus, .button--red-alt.is-active {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.button--red:active, .button--red-alt:active {
	--tw-border-opacity: 1;
	border-color: rgba(245, 66, 149, var(--tw-border-opacity));
}

.button--red:active, .button--red-alt:active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.button--red:active, .button--red-alt:active {
	--tw-text-opacity: 1;
	color: rgba(245, 66, 149, var(--tw-text-opacity));
}

.button--red-alt {
	--tw-border-opacity: 1;
	border-color: rgba(242, 3, 114, var(--tw-border-opacity));
}

.button--red-outline {
	--tw-border-opacity: 1;
	border-color: rgba(218, 3, 103, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(218, 3, 103, var(--tw-text-opacity));
}

.button--red-outline:hover, .button--red-outline:focus, .button--red-outline.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(218, 3, 103, var(--tw-border-opacity));
}

.button--red-outline:hover, .button--red-outline:focus, .button--red-outline.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(218, 3, 103, var(--tw-bg-opacity));
}

.button--red-outline:hover, .button--red-outline:focus, .button--red-outline.is-active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--red-outline:active {
	--tw-border-opacity: 1;
	border-color: rgba(245, 66, 149, var(--tw-border-opacity));
}

.button--red-outline:active {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 66, 149, var(--tw-bg-opacity));
}

.button--red-outline:active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--small {
	font-size: 1.4rem;
	font-weight: 500;
  padding: 0.8rem 2rem;
}

.card__number {
  width: 5.5rem;
  height: 5.5rem;
}

.card-figure__figure::before {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.card-figure__figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    width: 100%;
  }

.card-figure__figure.is-color-blue::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 177, 250, var(--tw-bg-opacity));
}

.card-figure__figure.is-color-green::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 214, 179, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

.card-figure.is-layout-2cols .card-figure__figure::before {
      width: 10px;
      height: auto;
      bottom: 0
  }
    }

.cc-window {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
	-webkit-transform: translateY(-2em);
	        transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	        transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
	-webkit-transform: translateY(0);
	        transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
	-webkit-transform: translateY(0);
	        transform: translateY(0)
}

.cc-revoke:hover {
	-webkit-transform: translateY(0);
	        transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 1em 0;
	max-width: 24em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.cc-window.cc-banner {
	padding: 1em 0;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-revoke:hover {
	text-decoration: underline
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em;
	text-decoration: underline
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: initial
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating>.cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto
}

.cc-window.cc-banner {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em
}

.cc-compliance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: justify;
	    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cc-message {
  margin-bottom: 2.4rem
}

@media (min-width: 768px) {

.cc-message {
    margin-bottom: 0
}
  }

.cc-btn+.cc-btn {
	margin-left: 3.2rem
}

@media (min-width: 768px) {

.cc-btn+.cc-btn {
    margin-left: 2.2rem
}
  }

@media print {
	.cc-revoke,
	.cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner,
	.cc-window.cc-floating,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-webkit-box-align: unset;
		    -ms-flex-align: unset;
		        align-items: unset
	}
	.cc-window.cc-banner .cc-message {
		margin-right: 0
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

/* custom theme */

.cc-revoke { display: none; }

.cc-window {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 246, var(--tw-bg-opacity));
  position: fixed;
  bottom: 0;
  top: auto;
}

.cc-message {
	font-size: 1.6rem;
}

@media (min-width: 768px) {

	.cc-message {
		font-size: 1.4rem;
	}
}

/* .cc-banner {
  background: theme('colors.black');
  color: theme('colors.white');
}

.cc-btn.cc-allow {
  background: theme('colors.red');
  color: theme('colors.white');
  border-color: theme('colors.red');

  &:hover,
  &:focus {
    color: theme('colors.red');
    background: theme('colors.white');
    border-color: theme('colors.white');
  }
} */

.gradients {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%;
}

.gradients::before {
  content: '';
  z-index: 23;
  position: absolute;
  left: 0%;
  right: 30.43%;
  top: 0%;
  bottom: 0%;

  background: -webkit-gradient(linear, left top, right top, color-stop(48.6%, #F20372), to(rgba(242, 3, 114, 0)));

  background: linear-gradient(90deg, #F20372 48.6%, rgba(242, 3, 114, 0) 100%);
  opacity: 0.66;
}

.gradients::after {
  content: '';
  z-index: 21;
  position: absolute;
  left: 30%;
  right:0;
  top: 0%;
  bottom: 0%;

  background: -webkit-gradient(linear, right top, left top, color-stop(48.6%, #00B1FA), color-stop(98.39%, rgba(0, 177, 250, 0)), to(rgba(242, 3, 114, 0)));

  background: linear-gradient(-90deg, #00B1FA 48.6%, rgba(0, 177, 250, 0) 98.39%, rgba(242, 3, 114, 0) 100%);
  opacity: 0.66;
  /* transform: rotate(-180deg); */
}

.gradients__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 268px;
  z-index: 22;
  opacity: 0.66;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.6%, #00D6B3), color-stop(61.94%, rgba(0, 214, 179, 0)));
  background: linear-gradient(180deg, #00D6B3 16.6%, rgba(0, 214, 179, 0) 61.94%);
}

.lang-switcher__help a {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.lang-switcher__help a:hover, .lang-switcher__help a:focus {
	text-decoration: underline;
}

.lang-switcher__langs li:last-child {
	margin-right: 0;
}

@media (min-width: 1024px) {

	.lang-switcher__langs li {
		margin-right: 16px;
	}
}

.lang-switcher li + li {
  margin-top: 0.75em;
}

.lang-switcher > a {
  /* better hover on desktop */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.lang-switcher > a::after {
	position: absolute;
}

.lang-switcher > a::after {
	display: block;
}

.lang-switcher > a::after {
    top: -13px;
    left: -10px;
    right: -10px;
    height: 44px;
    content: '';
    background: transparent;
  }

.lang-switcher > a::before {
    content: '';
    background: url(../assets/images/planet.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

.link {
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(0, 159, 225, var(--tw-text-opacity));
}

.link svg {
    display: inline-block;
    position: relative;
    top: -1px;
  }

.link path {
    stroke: currentColor;
  }

.link:hover, .link:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 177, 250, var(--tw-text-opacity));
}

.link:active {
	--tw-text-opacity: 1;
	color: rgba(64, 196, 251, var(--tw-text-opacity));
}

.link--red {
	--tw-text-opacity: 1;
	color: rgba(218, 3, 103, var(--tw-text-opacity));
}

.link--red:hover, .link--red:focus {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.link--red:active {
	--tw-text-opacity: 1;
	color: rgba(245, 66, 149, var(--tw-text-opacity));
}

.link--green {
	--tw-text-opacity: 1;
	color: rgba(0, 193, 161, var(--tw-text-opacity));
}

.link--green:hover, .link--green:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 214, 179, var(--tw-text-opacity));
}

.link--green:active {
	--tw-text-opacity: 1;
	color: rgba(64, 224, 198, var(--tw-text-opacity));
}

.link--no-stroke path {
  stroke: transparent;
}

/* @import "./components/cookieconsent/cookieconsent.css"; */

/* @import "./components/lightbox/lightbox.css"; */

.media-item__image,
.media-item__video,
.media-item__embed {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.media-item__poster {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

.media-item__poster.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

.media-item__toggle {
  position: absolute;
  z-index: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

.media-item__toggle svg {
    width: 100%;
    height: auto
  }

.media-item__toggle svg g {
      fill: #fff;
    }

.media-item__toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

/* Only hide inner on mobile/tablet and only if js is not enabled. */

.nav-main__inner {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s
}

.nav-main__inner.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

@media (min-width: 1280px) {

.nav-main__inner {
    display: block !important;
    visibility: visible;
    opacity: 1;
    min-height: 0 !important
}
  }

.nav-main .menu-item, .nav-main .menu-item:link, .nav-main .menu-item:active, .nav-main .lang-item, .nav-main .lang-item:link, .nav-main .lang-item:active {
	--tw-text-opacity: 1;
	color: rgba(61, 61, 82, var(--tw-text-opacity));
}

.nav-main .menu-item:hover, .nav-main .lang-item:hover {
	--tw-text-opacity: 1;
	color: rgba(117, 117, 125, var(--tw-text-opacity));
}

@media (max-width: 1279px) {

.nav-main .menu-item,
  .nav-main .lang-item {
      font-weight: 600;
      margin-bottom: 2rem;
      font-size: 2rem;
      text-transform: none
  }
    }

@media (max-width: 1279px) {
      .nav-main .menu-item > a:not(.is-iris-login), .nav-main .lang-item > a:not(.is-iris-login) {
        display: block;
        background: #f3f3f4;
        padding: 1.6rem;
        border-radius: 0.5rem;
      }
    }

@media (max-width: 1279px) {

.nav-main .is-lang-menu {
      padding-top: 2rem
  }
    }

.nav-main {

  /*
  & .is-lang-menu > li {
    @media (max-width: 1279px) {
      margin-bottom: 4rem;
      text-transform: uppercase;
    }
  }
  */
}

.nav-main .current-menu-item > a, .nav-main .current_page_parent > a {
	--tw-text-opacity: 1;
	color: rgba(218, 3, 103, var(--tw-text-opacity));
}

.nav-main {
    .is-depth-0:nth-of-type(3n + 1).menu-item .current-menu-item > a, .is-depth-0:nth-of-type(3n + 1).menu-item .current_page_parent > a {
		--tw-text-opacity: 1;
		color: rgba(0, 177, 250, var(--tw-text-opacity));
	}
    .is-depth-0:nth-of-type(3n + 2).menu-item .current-menu-item > a, .is-depth-0:nth-of-type(3n + 2).menu-item .current_page_parent > a {
		--tw-text-opacity: 1;
		color: rgba(0, 214, 179, var(--tw-text-opacity));
	}
    .is-depth-0:nth-of-type(4).menu-item .current-menu-item > a, .is-depth-0:nth-of-type(5).menu-item .current-menu-item > a, .is-depth-0:nth-of-type(4).menu-item .current_page_parent > a, .is-depth-0:nth-of-type(5).menu-item .current_page_parent > a {
		--tw-text-opacity: 1;
		color: rgba(128, 128, 128, var(--tw-text-opacity));
	}

  .is-depth-0:nth-of-type(3n + 1).menu-item .heading2 {
		--tw-text-opacity: 1;
		color: rgba(0, 177, 250, var(--tw-text-opacity));
	}

  .is-depth-0:nth-of-type(3n + 2).menu-item .heading2 {
		--tw-text-opacity: 1;
		color: rgba(0, 214, 179, var(--tw-text-opacity));
	}
}

@media (max-width: 1279px) {

.nav-main .sub-menu-info,
  .nav-main .sub-menu-image-wrapper {
      display: none
  }
    }

@media (min-width: 1280px) {
    .nav-main .sub-menu-wrapper {
		position: absolute;
	}
    .nav-main .sub-menu-wrapper {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    .nav-main .sub-menu-wrapper {
      left: 50%;
      width: 100vw;
      min-height: 460px;
      padding-top: 30px;

      -webkit-transition: all 0.3s cubic-bezier(0.1, 0, 0.175, 1);

      transition: all 0.3s cubic-bezier(0.1, 0, 0.175, 1);
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(-50vw, -10px);
              transform: translate(-50vw, -10px);
      -webkit-box-shadow: 0 30vh 0 30vh rgba(0, 0, 0, 0.3);
              box-shadow: 0 30vh 0 30vh rgba(0, 0, 0, 0.3)
    }

      .nav-main .sub-menu-wrapper .container {
        display: grid;
        grid-template-columns: 4fr 5fr 4fr;
        padding-bottom: 64px
      }

        .nav-main .sub-menu-wrapper .container::after {
          content: '';
          position: absolute;
          top: 30px;
          right: 0;
          left: 0;
          height: 1px;
          background: rgb(243, 243, 243);
        }

    .nav-main .sub-menu-info {
      -ms-flex-item-align: center;
          align-self: center;
      font-weight: 400;
      text-transform: none;
      padding-right: 20%;
    }

    .nav-main .container > :nth-child(2) {
		border-left-width: 1px;
	}

    .nav-main .container > :nth-child(2) {
		border-right-width: 1px;
	}

    .nav-main .container > :nth-child(2) {
		--tw-border-opacity: 1;
		border-color: rgba(243, 243, 243, var(--tw-border-opacity));
	}

    .nav-main .sub-menu-image {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }

.nav-main .menu.is-depth-1:not(.is-lang-menu) .menu-item {
	display: block;
}

.nav-main .menu.is-depth-1:not(.is-lang-menu) .menu-item {
	padding: 0;
}

@media (min-width: 1280px) {

.nav-main .menu.is-depth-1:not(.is-lang-menu) .menu-item {
		margin: 0;
	}
}

@media (min-width: 1280px) {

.nav-main .menu.is-depth-1:not(.is-lang-menu) .menu-item {
        border-bottom: 1px solid rgba(243, 243, 243);
        font-size: 2rem;
        color: rgba(117, 117, 125);

        > a::after {
          content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00011 1.76717L19.1213 2.11584M19.1213 2.11584L19.6459 20.2328M19.1213 2.11584L1.52466 19.8842' stroke='%23F20372' stroke-width='2'/%3E%3C/svg%3E");
          vertical-align: middle;
          margin-left: 1rem;
        }
    }
      }

.nav-main .menu.is-depth-1:not(.is-lang-menu) .menu-item:hover {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.nav-main .menu.is-depth-1:not(.is-lang-menu) a {
	display: block;
}

.nav-main .menu.is-depth-1:not(.is-lang-menu) a {
	padding-left: 24px;
	padding-right: 24px;
}

.nav-main .menu.is-depth-1:not(.is-lang-menu) a {
	padding-top: 16px;
	padding-bottom: 16px;
}

@media (min-width: 1280px) {

.nav-main .is-depth-0:nth-of-type(3n + 1).menu-item .is-depth-1 {
      > a:hover {
			--tw-text-opacity: 1;
			color: rgba(0, 177, 250, var(--tw-text-opacity));
		}

      > a::after {
        content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00011 1.76717L19.1213 2.11584M19.1213 2.11584L19.6459 20.2328M19.1213 2.11584L1.52466 19.8842' stroke='%2300B1FA' stroke-width='2'/%3E%3C/svg%3E");
      }
  }
    }

@media (min-width: 1280px) {

.nav-main .is-depth-0:nth-of-type(3n + 2).menu-item .is-depth-1 {
      > a:hover {
			--tw-text-opacity: 1;
			color: rgba(0, 214, 179, var(--tw-text-opacity));
		}

      > a::after {
        content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00011 1.76717L19.1213 2.11584M19.1213 2.11584L19.6459 20.2328M19.1213 2.11584L1.52466 19.8842' stroke='%2300D6B3' stroke-width='2'/%3E%3C/svg%3E");
      }
  }
    }

@media (max-width: 1279px) {
    .nav-main .menu.is-depth-2,
    .nav-main .menu.is-depth-3 {
      padding-top: 2rem;
    }

    .nav-main .current-menu-item > a, .nav-main .is-current .current-lang > a {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(242, 3, 114, var(--tw-bg-opacity)) !important;
	}

    .nav-main .current-menu-item > a, .nav-main .is-current .current-lang > a {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
      .nav-main .is-current .current-lang > a::after {
        background-image: url(../assets/images/chevron-right--white.svg);
      }

    .nav-main .current-menu-item > a + button {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(242, 3, 114, var(--tw-bg-opacity)) !important;
	}

    .nav-main .current-menu-item > a + button {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

    .nav-main .current-menu-item > a + button {
      background-image: url(../assets/images/chevron-right--white.svg);
    }

    .nav-main .is-current > .country-name {
		--tw-text-opacity: 1 !important;
		color: rgba(242, 3, 114, var(--tw-text-opacity)) !important;
	}
  }

@media (min-width: 1280px) {
      .nav-main .menu-item:hover .sub-menu-wrapper, .nav-main .menu-item:focus .sub-menu-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50vw, 0);
                transform: translate(-50vw, 0);
      }
  }

.menu-item-has-children {
  > a::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.72119 6.35193L1.89684 1.18833C1.80693 1.0887 1.69939 1.00923 1.58048 0.954563C1.46157 0.899893 1.33368 0.871116 1.20428 0.869912C1.07487 0.868709 0.94653 0.895102 0.826754 0.947553C0.706977 1 0.598159 1.07746 0.506649 1.1754C0.41514 1.27335 0.342772 1.38982 0.293767 1.51802C0.244762 1.64622 0.220103 1.78358 0.221228 1.92209C0.222352 2.0606 0.249238 2.19748 0.300317 2.32475C0.351396 2.45202 0.425644 2.56712 0.518729 2.66335L6.03214 8.56445C6.21491 8.76001 6.46276 8.86987 6.72119 8.86987C6.97962 8.86987 7.22748 8.76001 7.41025 8.56445L12.9237 2.66335C13.0167 2.56712 13.091 2.45202 13.1421 2.32475C13.1931 2.19748 13.22 2.0606 13.2212 1.92209C13.2223 1.78358 13.1976 1.64622 13.1486 1.51802C13.0996 1.38982 13.0272 1.27335 12.9357 1.1754C12.8442 1.07746 12.7354 1 12.6156 0.947553C12.4959 0.895102 12.3675 0.868709 12.2381 0.869912C12.1087 0.871116 11.9808 0.899893 11.8619 0.954563C11.743 1.00923 11.6354 1.0887 11.5455 1.18833L6.72119 6.35193Z' fill='%23F20372'/%3E%3C/svg%3E") no-repeat center;
    margin-left: 0.5em;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

.menu-item-has-children:hover > a::after,
  .menu-item-has-children:focus > a::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }

@media (max-width: 1279px) {

.menu-item-has-children {
    position: relative;

    > a {
      position: relative;
      max-width: calc(100% - 65px);
      border-radius: 0.5rem 0 0 0.5rem !important
    }

      > a::after {
        content: none;
      }

    > button {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      aspect-ratio: 1;
      background: #f3f3f4 url(../assets/images/chevron-right.svg) no-repeat;
      background-position: 40% center;
      padding: 1.6rem;
      border-radius: 0 0.5rem 0.5rem 0;
    }
}
  }

@media (min-width: 1280px) {

.menu.is-depth-2 {
    text-transform: none;
    padding-left: 1rem
}
  }

.menu-item--back a {
	position: relative !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  padding-left: 5rem !important;
}

.menu-item--back a::after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 25px;
    height: 25px;
    background: url(../assets/images/chevron-right--white.svg) no-repeat;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }

@media (max-width: 1279px) {
  .nav-main .menu.is-depth-1,
  .nav-main .menu.is-depth-2,
  .nav-main .menu.is-depth-3 {
    position: absolute;
    top: 80px;
    left: 0 !important;
    width: 100%;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .nav-main .menu {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.1, 0, 0.175, 1);
  }



  .menu.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }

  .menu.is-inactive {
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: translateX(-100%) !important;
            transform: translateX(-100%) !important;
  }
}

.page-header__shape img {
	width: 100%;
  height: 14rem;
}

@media (min-width: 1024px) {

.page-header__shape img {
    height: 31rem;
	}
  }

@media (min-width: 1280px) {

.page-header__shape img {
    height: 41rem;
	}
  }

.page-header__deco {
	position: absolute;
  height: 364px;
  width: 437px;
  right: 0;
  bottom: 180px;
  z-index: 30;
}

.links-top {
    top: 100px;
    z-index: 41
}

.links-top::-webkit-scrollbar {
        display: none;
    }

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
}

.pagination li {
	margin-left: 8px;
	margin-right: 8px;
}

.pagination .prev a, .pagination .next a {
	display: block;
}

.pagination .prev a,
  .pagination .next a {
    font-size: 0.0001px;
    line-height: 0.0001px;
    text-indent: -9999px;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
    background: url(../assets/images/chevron-right.svg) no-repeat 50% 50%
  }

.pagination .prev a:hover,
    .pagination .prev a:focus,
    .pagination .next a:hover,
    .pagination .next a:focus {
      background-image: url(../assets/images/chevron-right--red.svg);
    }

.pagination .prev a {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

.pagination .page-number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.pagination .page-number {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.pagination .page-number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination .page-number {
	border-radius: 0.6rem;
}

.pagination .page-number {
	text-align: center;
}

.pagination .page-number {
	padding-top: 4px;
	padding-bottom: 4px;
}

.pagination .page-number {
    min-width: 3rem;
    min-height: 3rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

.pagination .current .page-number {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.pagination .current .page-number {
	--tw-bg-opacity: 0.1;
}

.pagination .current .page-number {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.pagination li:not(.current) .page-number:hover, .pagination li:not(.current) .page-number:active, .pagination li:not(.current) .page-number:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.pagination li:not(.current) .page-number:hover, .pagination li:not(.current) .page-number:active, .pagination li:not(.current) .page-number:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pagination li:not(.current) .page-number:active {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 66, 149, var(--tw-bg-opacity));
}

/* class applies to select element itself, not a wrapper element */

.gfield_select {
	display: block;
	color: #444;
	padding: 24px 32px;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('../assets/images/default-chevron-down.svg');
	background-repeat: no-repeat;
	/* arrow icon position (1em from the right, 50% vertical) */
	background-position: right 24px top 50%;
	background-size: 12px auto;
}

/* Hide arrow icon in IE browsers */

.gfield_select::-ms-expand {
	display: none;
}

/* Hover style */

.gfield_select:hover {
	border-color: #888;
}

/* Focus style */

.gfield_select:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	-webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

/* Set options to normal weight */

.gfield_select option {
	font-weight:normal;
}

/* Disabled styles */

.gfield_select:disabled, .gfield_select[aria-disabled=true] {
	color: graytext;
	/* background-image: url('../assets/images/default-chevron-down.svg'); */
}

.gfield_select:disabled:hover, .gfield_select[aria-disabled=true] {
	border-color: #aaa;
}

.site-footer {

}

.site-footer__tagline {
	margin-bottom: 64px;
	font-size: 1.6rem;
	line-height: 1.5;
  max-width: 360px;
}

@media (min-width: 1024px) {

.site-footer__tagline {
    width: 16.5rem;
	}
  }

@media (min-width: 1024px) {

.site-footer__menu ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      column-size: 16rem
  }
    }

@media (min-width: 1024px) {

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

.site-footer__menu {
	margin-bottom: 64px;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.025em;
}

@media (min-width: 1024px) {

	.site-footer__menu {
		font-size: 1.4rem;
	}
}

.site-footer__menu a:link, .site-footer__menu a:visited {
	--tw-text-opacity: 1;
	color: rgba(61, 61, 82, var(--tw-text-opacity));
}

.site-footer__menu a:hover, .site-footer__menu a:focus {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.site-footer__menu a:active {
	--tw-text-opacity: 1;
	color: rgba(245, 66, 149, var(--tw-text-opacity));
}

.site-footer__menu li {
	margin-bottom: 48px;
}

.site-footer__menu li:last-child {
	margin-bottom: 0;
}

@media (min-width: 1024px) {

.site-footer__menu li {
		margin-bottom: 24px;
	}
}

.site-footer__social .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 1024px) {

.site-footer__social .menu {
		display: block;
	}
}

.site-footer__social li {
	margin-right: 32px;
}

@media (min-width: 1024px) {

.site-footer__social li {
		margin-bottom: 32px;
	}
}

@media (min-width: 1024px) {

.site-footer__social li {
		margin-right: 0;
	}
}

.site-footer__social a {
	display: block;
}

.site-footer__social a {
	overflow: hidden;
}

@media (min-width: 1024px) {

.site-footer__social a {
		margin-left: auto;
	}
}

.site-footer__social a {
    font-size: 0.0001px;
    line-height: 0.0001px;
    text-indent: 9999px;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

.site-footer__social .icon-facebook a {
    background-image: url(../assets/images/facebook.svg);
  }

.site-footer__social .icon-linkedin a {
    background-image: url(../assets/images/linkedin.svg);
  }

.site-footer__social .icon-instagram a {
    background-image: url(../assets/images/instagram.svg);
  }

.site-header {
  -webkit-transition: height 0.5s cubic-bezier(1, 0, 0, 1);
  transition: height 0.5s cubic-bezier(1, 0, 0, 1);
  height: 76px;
  overflow: hidden
}

@media (min-width: 1280px) {

.site-header {
    overflow: visible
}
  }

.site-header__inner {
  height: 100%;
  overflow: hidden
}

@media (min-width: 1280px) {

.site-header__inner {
    overflow: visible !important
}
  }

.site-header__inner {

  .site-header__wrapper {
    position: relative;
    padding-block: 20px;
    height: 100%;
  }
}

.is-menu-open .site-header__inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1279px) {

.is-menu-open .site-header {
    position: absolute;
    width: 100%;
    height: 100vh;

    -ms-touch-action: none;

        touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    /* Other browsers */
    -ms-scroll-chaining: none;
        overscroll-behavior: none
}
  }

.is-menu-open .site-header__toggle {
  background-image: url(../assets/images/menu-closed.svg);
}

.site-header__logo {
	position: absolute;
  z-index: 1;
  top: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 206px;
}

@media (min-width: 1280px) {

.site-header__logo {
    top: 50%;
    left: 0;
	}
  }

.site-header__primary-menu {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 1280px) {

	.site-header__primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.nav-main__inner-wrap {
	overflow: hidden;
	padding-bottom: 96px;
}

@media (min-width: 1024px) {

	.nav-main__inner-wrap {
		overflow: visible;
	}

	.nav-main__inner-wrap {
		padding-bottom: 0;
	}
}

@media (min-width: 1280px) {

	.nav-main__inner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.nav-main__inner {
	padding-top: 80px;
}

@media (min-width: 1280px) {

	.nav-main__inner {
		padding-top: 0;
	}
}

@media (min-width: 1280px) {

.site-header__primary-menu {
    margin: -12px
}
  }

@media (min-width: 1280px) {

.site-header__primary-menu > .menu__li > a {
    position: relative;
    padding: 12px
}
  }

@media (min-width: 1280px) {

.site-header__primary-menu > .menu-item-has-children > a:hover::before {
      content: '';
      position: absolute;
      right: 12px;
      bottom: -20px;
      left: 12px;
      height: 2px;
      background: rgb(242, 3, 114);
      z-index: 1
  }
    }

.pll-switcher-wrapper {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (max-width: 1280px) {

.pll-switcher-wrapper {
    margin-top: 15px
}
  }

@media (min-width: 1279px) {

.pll-switcher-wrapper {
    margin-left: 24px
}
  }

.pll-switcher-wrapper:after {
    background: url(../assets/images/chevron-down--red.svg) no-repeat;
    content: "";
    height: 9px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 15px;
  }

.pll-switcher-select {
  font-size: 1rem;
  text-transform: uppercase;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0px 17px 0 0px;
  color: rgba(128, 128, 128, var(--tw-text-opacity))
}

@media (max-width: 1280px) {

.pll-switcher-select {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize
}
  }

.is-menu-open .pll-switcher-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body {
	padding-top: 76px;
}

@media (min-width: 1024px) {

	body {
		padding-top: 0;
	}
}

@media (max-width: 1169px) {

body.is-menu-open {
    position: fixed;
    overflow: hidden;
    width: 100%
}
  }

.site-header__secondary .icon-user, .site-header__secondary .icon-world {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header__secondary .icon-user, .site-header__secondary .icon-world {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-header__secondary .icon-user, .site-header__secondary .icon-world {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.site-header__secondary .lang-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

.site-header__secondary .icon-user > a, .site-header__secondary .icon-world > a, .site-header__secondary .lang-switcher > a {
	--tw-text-opacity: 1;
	color: rgba(128, 128, 128, var(--tw-text-opacity));
}

.site-header__secondary .icon-user > a:hover, .site-header__secondary .icon-world > a:hover, .site-header__secondary .lang-switcher > a:hover {
	--tw-text-opacity: 1;
	color: rgba(61, 61, 82, var(--tw-text-opacity));
}

.site-header__secondary .icon-user > a:focus, .site-header__secondary .icon-world > a:focus, .site-header__secondary .lang-switcher > a:focus {
	--tw-text-opacity: 1;
	color: rgba(61, 61, 82, var(--tw-text-opacity));
}

.site-header__secondary .icon-user > a::before, .site-header__secondary .icon-world > a::before {
	position: relative;
}

.site-header__secondary .icon-user > a::before, .site-header__secondary .icon-world > a::before {
	margin-right: 4px;
}

.site-header__secondary .icon-user > a::before, .site-header__secondary .icon-world > a::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      top: 2px;
    }

.site-header__secondary .icon-user > a.button--red {
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      padding: 0.6rem 0.8rem;
      font-size: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.site-header__secondary .icon-user > a.button--red:hover {
        color: rgba(242,3,114,var(--tw-text-opacity))
      }

.site-header__secondary .icon-user > a.button--red:hover::before {
          background-image: url(../assets/images/profile-red.svg);
        }

.site-header__secondary .icon-user > a::before {
      top: 0;
      background-image: url(../assets/images/profile.svg);
    }

.site-header__secondary .icon-world > a::before {
    top: 5px;
    background-image: url(../assets/images/planet.svg);
  }

.site-header__secondary .site-header__locales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

.site-header__secondary .lang-switcher__wrap {
	white-space: nowrap;
}

.site-header__secondary .lang-switcher__wrap {
	padding: 16px;
}

.site-header__secondary .lang-switcher__wrap {
	font-size: 1.4rem;
}

.site-header__secondary .lang-switcher__wrap {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: calc(100% + 12px);
    right: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.16);
            box-shadow: 0 2px 4px rgba(0,0,0,.16);

    -webkit-transition: all 0.3s cubic-bezier(0.1, 0, 0.175, 1);

    transition: all 0.3s cubic-bezier(0.1, 0, 0.175, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px)
  }

.site-header__secondary .lang-switcher__wrap > ul {
	padding: 0;
}

.site-header__secondary .lang-switcher__wrap ul ul {
	margin-bottom: 8px;
}

.site-header__secondary .lang-switcher__wrap ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header__secondary .lang-switcher__wrap ul ul {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.site-header__secondary .lang-switcher__wrap ul ul {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.site-header__secondary .lang-switcher__wrap li:last-child ul {
      margin-bottom: 0;
    }

.site-header__secondary .site-header__locales > li:hover .lang-switcher__wrap, .site-header__secondary .site-header__locales > li:focus .lang-switcher__wrap {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }

.site-header__secondary .is-current > a {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.site-header__secondary .is-current .current-lang span {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.site-header__secondary .site-header__locales ul a:hover, .site-header__secondary .site-header__locales ul a:focus {
	--tw-text-opacity: 1;
	color: rgba(117, 117, 125, var(--tw-text-opacity));
}

.secondary-menu-mobile {
	margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.secondary-menu-mobile .menu-customer li {
    margin-bottom: 0;
  }

.secondary-menu-mobile .menu-customer a::before, .secondary-menu-mobile .site-header__locales > li > a::before {
	position: relative;
}

.secondary-menu-mobile .menu-customer a::before, .secondary-menu-mobile .site-header__locales > li > a::before {
	margin-right: 4px;
}

.secondary-menu-mobile .menu-customer a::before,
  .secondary-menu-mobile .site-header__locales > li > a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 2px;
    background-image: url(../assets/images/profile.svg);
    background-size: 100% auto;
    opacity: 0.6;
  }

.secondary-menu-mobile .lang-switcher__active-country-name {
    display: none;
  }

.secondary-menu-mobile .menu-customer a {
    background: none;
    padding: 0;
  }

.secondary-menu-mobile .site-header__locales > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.secondary-menu-mobile .site-header__locales > li > a {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.secondary-menu-mobile .site-header__locales > li > a {
    text-transform: none;
    font-size: 2rem
  }

.secondary-menu-mobile .site-header__locales > li > a::before {
      display: none;
      /*margin-right: 10px;
      background-image: url(../assets/images/planet.svg);
      top: 1px;*/
    }

.secondary-menu-mobile .site-header__locales > li > a::after {
      content: '';
      margin-left: 4px;
      display: block;
      position: relative;
      width: 20px;
      height: 20px;
      top: 1px;
      left: 1px;
      background: url(../assets/images/chevron-right.svg) no-repeat;
      background-position: 50% 50%;
    }

/**
 * Swiper 6.8.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 16, 2021
 */

@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') format('woff');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}

.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}

.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}

.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}

.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}

.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}

.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}

.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}

.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}

.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}

.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}

.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}

.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top: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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}

.swiper-button-lock{display:none}

.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}

.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-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:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}

.swiper-pagination-progressbar{background: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%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}

.swiper-pagination-white{--swiper-pagination-color:#ffffff}

.swiper-pagination-black{--swiper-pagination-color:#000000}

.swiper-pagination-lock{display:none}

/* Less used module */

/* @import "swiper/components/scrollbar/scrollbar.min.css";
@import "swiper/components/controller/controller.min.css";
@import "swiper/components/thumbs/thumbs.min.css";
@import "swiper/components/zoom/zoom.min.css";
@import "swiper/components/effect-coverflow/effect-coverflow.min.css";
@import "swiper/components/effect-cube/effect-cube.min.css";
@import "swiper/components/effect-flip/effect-flip.min.css";
@import "swiper/components/lazy/lazy.min.css"; */

.swiper-container {}

.swiper-button-prev {}

.swiper-button-next {}

.swiper-scrollbar {}

.swiper-slide {
}

.swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #d9d9d9;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.swiper-button-prev,
.swiper-button-next {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
  pointer-events: none
}

@media (min-width: 840px) {

.swiper-button-prev,
.swiper-button-next {
    visibility: visible;
    pointer-events: auto
}
  }

.swiper-button-prev::after, .swiper-button-next::after {
    width: 20px;
    height: 40px;
    content: ''
  }

@media (min-width: 1060px) {

.swiper-button-prev::after, .swiper-button-next::after {
      width: 27px;
      height: 45px
  }
    }

.swiper-button-prev:hover,
  .swiper-button-prev:focus,
  .swiper-button-next:hover,
  .swiper-button-next:focus {
    opacity: 0.6;
  }

.swiper-button-prev {
  left: 5px
}

@media (min-width: 1336px) {

.swiper-button-prev {
    left: 65px
}
  }

.swiper-button-prev::after {
    background: url(../assets/images/swiper-left.svg) no-repeat 50% 50%;
    background-size: 100% auto;
  }

.swiper-button-next {
  right: 5px
}

@media (min-width: 1336px) {

.swiper-button-next {
    right: 65px
}
  }

.swiper-button-next::after {
    background: url(../assets/images/swiper-right.svg) no-repeat 50% 50%;
    background-size: 100% auto;
  }

.swiper-pagination-bullets {
  bottom: 60px;
}

.news-slider .swiper-pagination-bullets {
    bottom: 10px;
  }

.news-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

.news-slider .swiper-button-prev {
    visibility: visible;
    left: 17px
  }

@media (min-width: 1024px) {

.news-slider .swiper-button-prev {
      left: 22px
  }
      .news-slider .swiper-button-prev::after {
        width: 27px;
        height: 45px;
      }
    }

.news-slider .swiper-button-next {
    visibility: visible;
    right: 17px
  }

@media (min-width: 1024px) {

.news-slider .swiper-button-next {
      right: 22px
  }
      .news-slider .swiper-button-next::after {
        width: 27px;
        height: 45px;
      }
    }

.call-to-action__content {
	position: relative;
}

.call-to-action__content::before {
	position: absolute;
}

.call-to-action__content::before {
	left: 0;
}

.call-to-action__content::before {
	top: 0;
}

.call-to-action__content::before {
	z-index: 20;
}

.call-to-action__content::before {
	height: 100%;
}

.call-to-action__content::before {
	width: 100%;
}

.call-to-action__content::before {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.call-to-action__content::before {
    opacity: 0.9;
    content: '';
  }

.call-to-action__content.is-theme-blue::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 177, 250, var(--tw-bg-opacity));
}

.call-to-action__content.is-theme-green::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 214, 179, var(--tw-bg-opacity));
}

.call-to-action + .call-to-action {
	margin-top: 128px;
}

.home .cards__filter li:first-child .button {
	--tw-border-opacity: 1;
	border-color: rgba(0, 214, 179, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 214, 179, var(--tw-text-opacity));
}

.home .cards__filter li:first-child .button:hover, .home .cards__filter li:first-child .button:focus, .home .cards__filter li:first-child .button.is-active {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.home .cards__filter li:first-child .button:hover, .home .cards__filter li:first-child .button:focus, .home .cards__filter li:first-child .button.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 214, 179, var(--tw-bg-opacity));
}

.home .cards__filter li:first-child .button:hover, .home .cards__filter li:first-child .button:focus, .home .cards__filter li:first-child .button.is-active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home .cards__filter li:first-child .button:active {
	--tw-border-opacity: 1;
	border-color: rgba(64, 224, 198, var(--tw-border-opacity));
}

.home .cards__filter li:first-child .button:active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.home .cards__filter li:first-child .button:active {
	--tw-text-opacity: 1;
	color: rgba(64, 224, 198, var(--tw-text-opacity));
}

/*
 * For icons the number of column is dynamic, 2 if < 3, otherwise 3 columns.
 * The cards can be filtered on frontend with js so this has to be dynamic.
 */

@media (min-width: 1024px) {

	.card--icon {
		width: 33.333333%;
	}
}

@media (min-width: 1024px) {

[data-cards-count="1"] .card--icon, [data-cards-count="2"] .card--icon {
		width: 50%;
	}
}

.cards__filter-wrap {
   position: relative;
   left: 50%;
   margin-left: -50vw;
   width: 100vw;
 }

.cards__filter {
	margin-left: auto;
	margin-right: auto;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
}

.faq summary {
    list-style: none;
    padding-right: 5rem;

  }

.faq summary::-webkit-details-marker {display: none; }

.faq details {
	position: relative;
}

.faq__anchor {
  position: absolute;
  top: 0;
  margin-top: -100px;
}

.faq details::before {
	position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: 15px;
  top: 1.5em;
  margin-top: 0;
  background: url(../assets/images/chevron-right.svg) no-repeat;
}

.faq details[open] summary {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.faq details[open]::before {
  background: url(../assets/images/chevron-down.svg) no-repeat;
}

.faq summary {
  cursor: pointer;
}

details[data-tags] {
  scroll-margin-top: 100px;
}

@media (min-width: 1024px) {

.gform_body .gform_fields {
    /* @apply flex items-start justify-between flex-wrap; */
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 6rem
}
  }

@media (min-width: 1280px) {

.gform_body .gform_fields {
    grid-column-gap: 8.6rem
}
  }

.gform_body .gform_fields > .gfield {
	margin-bottom: 48px;
  width: 100%;
  grid-column: 1/-1;
}

.gform_body .gform_fields > .gfield.gfield--width-half {
    grid-column: span 6;
  }

.gform_body .gform_fields > .gfield.gfield--width-quarter {
    grid-column: span 3;
  }

.gform_body .gform_fields > .gfield.gfield--width-third {
    grid-column: span 4;
  }

.gform_body .gform_fields > .gfield.gfield--width-five-twelfths {
    grid-column: span 5;
  }

.gform_body .gform_fields > .gfield.gfield--width-seven-twelfths {
    grid-column: span 7;
  }

.gform_body .gform_fields > .gfield.gfield--width-two-thirds {
    grid-column: span 8;
  }

.gform_body .gform_fields > .gfield.gfield--width-three-quarter {
    grid-column: span 9;
  }

.gform_body .gform_fields > .gfield.gfield--width-five-sixths {
    grid-column: span 10;
  }

.gform_body .gform_fields > .gfield.gfield--width-eleven-twelfths {
    grid-column: span 11;
  }

.gform_body .small-text, .gform_body .small-text label {
	font-size: 1.4rem;
}

.gform_body .small-text, .gform_body .small-text label {
	--tw-text-opacity: 1;
	color: rgba(117, 117, 125, var(--tw-text-opacity));
}

.gfield_label {
	margin-bottom: 4px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
}

.gfield_label .gfield_required::after {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.gfield_label .gfield_required::after {
    content: "*";
  }

.gfield_label .gfield_required_text {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.gform_fileupload_rules {
	margin-top: 24px;
	font-size: 1.4rem;
	--tw-text-opacity: 1;
	color: rgba(117, 117, 125, var(--tw-text-opacity));
}

.ginput_preview_list {
  margin-top: 1rem;
}

.ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  margin-bottom: -1px;
  padding: 0;
  padding: 1rem;
  background: #ffffff;
}

.gfield_fileupload_filesize,
.gfield_fileupload_progress {
  color: #999;
}

.gform_delete_file {
  text-align: left;
}

.gform_delete_file .screen-reader-text {
  display: none;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	width: 100%;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	border-radius: 0.6rem;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	border-width: 1px;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	--tw-border-opacity: 1;
	border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.gfield input[type="text"], .gfield input[type="number"], .gfield input[type="email"], .gfield input[type="tel"], .gfield select, .gfield textarea {
	font-size: 1.8rem;
}

.gfield input[type="text"],
  .gfield input[type="number"],
  .gfield input[type="email"],
  .gfield input[type="tel"],
  .gfield select,
  .gfield textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

.gfield_error input[type="text"], .gfield_error input[type="number"], .gfield_error input[type="email"], .gfield_error input[type="tel"], .gfield_error select, .gfield_error textarea {
	--tw-border-opacity: 1;
	border-color: rgba(242, 3, 114, var(--tw-border-opacity));
}

.gfield_validation_message {
	margin-top: 4px;
	font-size: 1.4rem;
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.gform_submission_error {
	margin-bottom: 24px;
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.gfield--select select {
  padding-right: 38px;
  background: #fff url(../assets/images/dropdown-icon.svg) no-repeat;
  background-position: calc(100% - 10px) 50%;
}

.gfield--radio .gchoice {
	margin-bottom: 4px;
}

.gfield--radio .gchoice:last-child {
	margin-bottom: 0 !important;
}

.gfield--radio input {
    display: none
  }

.gfield--radio input + label {
      display: block;
      position: relative;
      padding-left: 3.7rem
    }

.gfield--radio input + label:before {
        content: "";
      }

.gfield--radio input + label:before {
	position: absolute;
}

.gfield--radio input + label:before {
	left: 0;
}

.gfield--radio input + label:before {
	display: block;
}

.gfield--radio input + label:before {
	cursor: pointer;
}

.gfield--radio input + label:before {
	border-radius: 9999px;
}

.gfield--radio input + label:before {
	border-width: 1px;
}

.gfield--radio input + label:before {
	--tw-border-opacity: 1;
	border-color: rgba(206, 206, 212, var(--tw-border-opacity));
}

.gfield--radio input + label:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.gfield--radio input + label:before {
        top: 0.8em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2rem;
        height: 2rem;
      }

.gfield--radio input + label:after {
      content: "";
    }

.gfield--radio input + label:after {
	position: absolute;
}

.gfield--radio input + label:after {
	display: block;
}

.gfield--radio input + label:after {
	cursor: pointer;
}

.gfield--radio input + label:after {
	border-radius: 9999px;
}

.gfield--radio input + label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 177, 250, var(--tw-bg-opacity));
}

.gfield--radio input + label:after {
      width: 1rem;
      height: 1rem;
      left: 5px;
      top: 0.8em;
      margin-top: -5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all .15s;
      transition: all .15s;
    }

.gfield--radio input:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

.gfield_checkbox .gchoice, .gfield--consent .gchoice {
	margin-bottom: 4px;
}

.gfield_checkbox .gchoice:last-child, .gfield--consent .gchoice:last-child {
	margin-bottom: 0 !important;
}

.gfield_checkbox input, .gfield--consent input {
    display: none
  }

.gfield_checkbox input + label, .gfield--consent input + label {
      display: block;
      position: relative;
      padding-left: 3.7rem
    }

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
        content: "";
      }

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	position: absolute;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	left: 0;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	display: block;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	cursor: pointer;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	border-radius: 0.6rem;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	border-width: 1px;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	border-width: 1px;
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	--tw-border-opacity: 1;
	border-color: rgba(206, 206, 212, var(--tw-border-opacity));
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.gfield_checkbox input + label:before, .gfield--consent input + label:before {
        top: 0.8em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2rem;
        height: 2rem;
      }

.gfield_checkbox input + label:after, .gfield--consent input + label:after {
      content: "";
    }

.gfield_checkbox input + label:after, .gfield--consent input + label:after {
	position: absolute;
}

.gfield_checkbox input + label:after, .gfield--consent input + label:after {
	display: block;
}

.gfield_checkbox input + label:after, .gfield--consent input + label:after {
	cursor: pointer;
}

.gfield_checkbox input + label:after, .gfield--consent input + label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 177, 250, var(--tw-bg-opacity));
}

.gfield_checkbox input + label:after, .gfield--consent input + label:after {
      border-radius: 2px;
      width: 1rem;
      height: 1rem;
      left: 5px;
      top: 0.8em;
      margin-top: -5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all .15s;
      transition: all .15s;
    }

.gfield_checkbox input:checked + label:after, .gfield--consent input:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

.gpfup__files {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.gpfup__filename {
	font-size: 1.6rem;
	font-weight: 500;
}

.gpfup__filesize {
	margin-top: 8px;
	font-size: 1.4rem;
}

.gpfup__select-files {
	border-width: 1px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 0.6rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(117, 117, 125, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	font-size: 1.4rem;
	--tw-text-opacity: 1;
	color: rgba(61, 61, 82, var(--tw-text-opacity));
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s;
  padding: 0.6rem 1.4rem;
}

.gpfup__select-files:hover, .gpfup__select-files:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 193, 161, var(--tw-border-opacity));
}

.gpfup__select-files:hover, .gpfup__select-files:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 193, 161, var(--tw-bg-opacity));
}

.gpfup__select-files:hover, .gpfup__select-files:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gpfup__select-files:active {
	--tw-border-opacity: 1;
	border-color: rgba(64, 224, 198, var(--tw-border-opacity));
}

.gpfup__select-files:active {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 224, 198, var(--tw-bg-opacity));
}

.gpfup__select-files:active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:768px) {

  .ginput_preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .gform_delete_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}

.fees-pricing__symbol {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  max-width: 9999px;
  width: 847px;
  height: 688px
}

@media (min-width: 1024px) {

.fees-pricing__symbol {
    width: 1015px;
    height: 825px
}
  }

.map__svg-wrap {
  overflow: hidden;
  height: 45vw
}

@media (min-width: 768px) {

.map__svg-wrap {
    height: 400px
}
  }

@media (min-width: 1024px) {

.map__svg-wrap {
    height: 540px
}
  }

.map__svg-wrap svg #ocean {
    stroke: none !important;
    fill: #009fe1 !important;
  }

.map__svg-wrap svg .landxx {
    fill: #fff;
    stroke: #009fe1 !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

.map__svg-wrap svg {

  /* Hide antartica */
}

.map__svg-wrap svg #Antarctica_mainland, .map__svg-wrap svg #aq {
    display: none;
  }

.map__svg-wrap svg .is-enabled,
  .map__svg-wrap svg .is-enabled path {
    fill: #00d6b3 !important;
    cursor: pointer
  }

.map__svg-wrap svg .is-enabled:focus, .map__svg-wrap svg .is-enabled path:focus {
      outline: 0;
    }

.map__svg-wrap svg .is-enabled:hover,
  .map__svg-wrap svg .is-enabled:hover path,
  .map__svg-wrap svg .is-active,
  .map__svg-wrap svg .is-active path {
    fill: #f20372 !important;
    stroke: #f20372 !important;
  }

.map__tooltip-content svg {
    max-width: 100%;
    height: auto;
  }

.map-tooltip__footer {
  margin-left: -1px;
  width: calc(100% + 2px);
}

.map-tooltip__flag {
	overflow: hidden;
	border-radius: 0.6rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  width: 29px;
}

.tippy-box {
	border-radius: 0.6rem;
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
  position: relative;
  color: white;
  white-space: initial;
  border: 1.5px solid #fff;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.tippy-box[data-placement^='top'] > .tippy-arrow {
    bottom: -13px;
  }

.tippy-box[data-placement^='bottom'] > .tippy-arrow {
    top: -14px
  }

.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
      -webkit-transform: rotate(180deg) !important;
              transform: rotate(180deg) !important;
    }

.tippy-box[data-inertia][data-state='visible'] {
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
            transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  }

.tippy-arrow {
  width: 15px;
  height: 13px
}

.tippy-arrow::before {
    content: '';
    display: block;
    background: url(../assets/images/tooltip-arrow.svg) no-repeat;
    width: 15px;
    height: 13px;

  }

.tippy-content {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  position: relative;
  z-index: 1;
}

.tippy-box[data-animation='shift-toward'][data-state='hidden'] {
    opacity: 0
  }

.tippy-box[data-animation='shift-toward'][data-state='hidden'][data-placement^='top'] {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }

.has-footer [data-placement^='top'] > .tippy-arrow::before {
  background: url(../assets/images/tooltip-arrow--white.svg) no-repeat
}

.map-tooltip__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -14px;
  top: -14px;
  border-radius: 50%;

  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;

  path {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
  }
}

.map-tooltip__close:hover, .map-tooltip__close:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.map-tooltip__close:hover path, .map-tooltip__close:focus path {
      stroke: #fff;
    }

.map__legend {
}

.map__footer {
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 24px;
}

@media (min-width: 1280px) {

	.map__footer {
		padding-left: 6.8rem;
		padding-right: 6.8rem;
	}

	.map__footer {
		padding-bottom: 6.8rem;
	}
}

.map__footer {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media (min-width: 768px) {

	.map__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.map__legend-todelete {
	position: absolute;
  left: 4rem;
  right: 4rem;
  top: 1rem;
  //bottom: 4rem;
}

@media (min-width: 1280px) {

.map__legend-todelete {
    left: 6.8rem;
    right: 6.8rem;
    //bottom: 6.8rem;
	}
  }

.map__controls {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {

	.map__controls {
		position: relative;
	}
}

.map__controls {
  //bottom: 9rem;
  top: 0.2rem;
  right: 2rem
}

@media (min-width: 768px) {

.map__controls {
    display: block;
    top: auto;
    right: auto
}
  }

@media (min-width: 1280px) {

.map__controls {
    /* right: 6.8rem; */
    //bottom: 6.8rem
}
  }

.map__bt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 0.6rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	margin-right: 8px;
}

.map__bt:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {

	.map__bt {
		margin-bottom: 0;
	}
}

.map__bt {
  width: 22px;
  height: 22px
}

.map__bt svg {
    position: relative;
    top: 1px;
    left: 0px;
  }

.map__bt:last-child svg {
    left: 1px;
  }

.map__bt:hover, .map__bt:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.map__bt:hover path, .map__bt:focus path {
      fill: #009fe1;
    }

.table__line-title.is-file-pdf {
  position: relative
}

.table__line-title.is-file-pdf::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 29px;
    background: url(../assets/images/pdf-plain-red.svg) no-repeat
  }

@media (min-width: 1024px) {

.table__line-title.is-file-pdf::after {
      display: none
  }
    }

.table__item-flag {
	border-radius: 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  overflow: hidden;
}

@media (min-width: 1024px) {

.table__item-flag {
    right: auto;
    left: 0;
	}
  }

.table__item-flag svg {
    max-width: 100%;
    height: auto;
  }

html {
  /* to make 1rem == 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  letter-spacing: -0.025em;
}

.heading1 {
	margin-top: 0;
	margin-bottom: 16px;
	font-weight: 500;
  line-height: 1.07;
  font-size: 4.2rem;

  color: inherit;
}

@media (min-width: 1024px) {

	.heading1 {
		font-size: 4.8rem;
	}
}

.heading2 {
	margin-bottom: 16px;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: -0.025em;
  color: inherit;
  line-height: 1.2;
}

.heading3 {
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
  color: inherit;
}

.heading4 {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

@media (min-width: 1024px) {

	.heading4 {
		font-size: 1.8rem;
	}
}

.heading4 {
  color: inherit;
}

/* Style wysiwyg output */

.rich-text p {
    margin-bottom: 1em;
    margin-top: 0
  }

.rich-text p:last-child {
      margin-bottom: 0;
    }

.rich-text a:not(.button):not(.link) {
	--tw-text-opacity: 1;
	color: rgba(0, 177, 250, var(--tw-text-opacity));
}

.rich-text a:not(.button):not(.link) {
	text-decoration: underline;
}

.rich-text h3 {
	margin-top: 48px;
}

.rich-text h3 {
	font-size: 2rem;
}

.rich-text h3 {
	font-weight: 500;
}

.rich-text ul,
  .rich-text ol {
    list-style: initial;
    margin-left: 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

.rich-text ul {
    list-style: none;
    margin-left: 4rem
  }

@media (min-width: 1280px) {

.rich-text ul {
      margin-left: 10rem
  }
    }

.rich-text ul > li {
      position: relative;
      padding-left: 3.5rem;
      background: url(../assets/images/chevron-right.svg) no-repeat -5px 0.1em;
      margin-bottom: 3rem
    }

.rich-text ul > li:last-child {
        margin-bottom: 0;
      }

.rich-text table {
	margin-bottom: 16px;
}

.rich-text table {
	border-width: 0px;
}

.rich-text table:last-child {
	margin-bottom: 0;
}

.rich-text table td, .rich-text table th {
	border-width: 1px;
}

.rich-text table td, .rich-text table th {
	--tw-border-opacity: 1;
	border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}

.rich-text table td, .rich-text table th {
	padding: 8px;
}

.rich-text table td, .rich-text table th {
	vertical-align: top;
}

/* Masonry */

.js [data-masonry] .grid-item {
  width: 100% !important;
}

.js [data-animation][data-fade] {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.js [data-animation][data-fade].is-visible {
    opacity: 1;
  }

.pdff-container, .PDFFlip {
  height: 600px !important
}

[data-service="googlemaps"] .cc-text a {
	--tw-text-opacity: 1;
	color: rgba(0, 159, 225, var(--tw-text-opacity));
}

[data-service="googlemaps"] .cc-text a:hover {
	--tw-text-opacity: 1;
	color: rgba(64, 196, 251, var(--tw-text-opacity));
}

[data-service="googlemaps"] .cc-text a:focus {
	--tw-text-opacity: 1;
	color: rgba(64, 196, 251, var(--tw-text-opacity));
}

body [data-service="googlemaps"] button.c-l-b {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 0.6rem;
	border-width: 1px;
	--tw-border-opacity: 1 !important;
	border-color: rgba(218, 3, 103, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(218, 3, 103, var(--tw-bg-opacity)) !important;
	font-size: 1.4rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s;
  padding: 1.3rem 2rem;
}

/* purgecss end ignore */

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.5rem;
	padding-left: 3.5rem;
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

.pointer-events-none {
	pointer-events: none;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.left-0 {
	left: 0;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-\[-1px\] {
	bottom: -1px;
}

.bottom-\[5rem\] {
	bottom: 5rem;
}

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

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

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

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

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

.order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.my-8 {
	margin-top: 96px;
	margin-bottom: 96px;
}

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

.-my-3 {
	margin-top: -16px;
	margin-bottom: -16px;
}

.-my-5 {
	margin-top: -32px;
	margin-bottom: -32px;
}

.my-9 {
	margin-top: 128px;
	margin-bottom: 128px;
}

.mx-3 {
	margin-left: 16px;
	margin-right: 16px;
}

.my-7 {
	margin-top: 64px;
	margin-bottom: 64px;
}

.mr-2 {
	margin-right: 8px;
}

.mt-2 {
	margin-top: 8px;
}

.mb-3 {
	margin-bottom: 16px;
}

.mt-4 {
	margin-top: 24px;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-3 {
	margin-top: 16px;
}

.mb-\[2rem\] {
	margin-bottom: 2rem;
}

.mb-1 {
	margin-bottom: 4px;
}

.mt-5 {
	margin-top: 32px;
}

.mr-5 {
	margin-right: 32px;
}

.mb-7 {
	margin-bottom: 64px;
}

.mr-4 {
	margin-right: 24px;
}

.mb-6 {
	margin-bottom: 48px;
}

.mt-8 {
	margin-top: 96px;
}

.mb-5 {
	margin-bottom: 32px;
}

.ml-4 {
	margin-left: 24px;
}

.mb-9 {
	margin-bottom: 128px;
}

.mt-0 {
	margin-top: 0;
}

.ml-3 {
	margin-left: 16px;
}

.ml-5 {
	margin-left: 32px;
}

.mb-2 {
	margin-bottom: 8px;
}

.-mt-1 {
	margin-top: -4px;
}

.-mt-5 {
	margin-top: -32px;
}

.-mt-2 {
	margin-top: -8px;
}

.mb-\[1\.8rem\] {
	margin-bottom: 1.8rem;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-full {
	height: 100%;
}

.h-\[1\.4rem\] {
	height: 1.4rem;
}

.h-auto {
	height: auto;
}

.min-h-2\/3 {
	min-height: 66vh;
}

.min-h-\[50rem\] {
	min-height: 50rem;
}

.w-full {
	width: 100%;
}

.\!w-full {
	width: 100% !important;
}

.w-\[1\.4rem\] {
	width: 1.4rem;
}

.w-1\/2 {
	width: 50%;
}

.w-1\/3 {
	width: 33.333333%;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.flex-grow {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.flex-grow-0 {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}

.transform {
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}

.resize {
	resize: both;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

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

.items-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.items-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.items-baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.rounded {
	border-radius: 0.6rem;
}

.rounded-\[3px\] {
	border-radius: 3px;
}

.border {
	border-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-black-200 {
	--tw-border-opacity: 1;
	border-color: rgba(206, 206, 212, var(--tw-border-opacity));
}

.border-light {
	--tw-border-opacity: 1;
	border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bg-red-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(218, 3, 103, var(--tw-bg-opacity));
}

.bg-blue-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 159, 225, var(--tw-bg-opacity));
}

.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 193, 161, var(--tw-bg-opacity));
}

.bg-black-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 246, var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-blue-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 177, 250, var(--tw-bg-opacity));
}

.bg-red-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 3, 114, var(--tw-bg-opacity));
}

.bg-green-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 214, 179, var(--tw-bg-opacity));
}

.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}

.bg-menu-open {
	background-image: url(../assets/images/menu-open.svg);
}

.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-\[2rem\] {
	padding: 2rem;
}

.p-4 {
	padding: 24px;
}

.p-8 {
	padding: 96px;
}

.p-5 {
	padding: 32px;
}

.p-3 {
	padding: 16px;
}

.px-\[3rem\] {
	padding-left: 3rem;
	padding-right: 3rem;
}

.py-\[3\.5rem\] {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.py-3 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.py-9 {
	padding-top: 128px;
	padding-bottom: 128px;
}

.py-7 {
	padding-top: 64px;
	padding-bottom: 64px;
}

.px-5 {
	padding-left: 32px;
	padding-right: 32px;
}

.px-4 {
	padding-left: 24px;
	padding-right: 24px;
}

.py-5 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.py-1 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.px-2 {
	padding-left: 8px;
	padding-right: 8px;
}

.px-7 {
	padding-left: 64px;
	padding-right: 64px;
}

.pt-\[66\.6666\%\] {
	padding-top: 66.6666%;
}

.pt-\[46\.4545\%\] {
	padding-top: 46.4545%;
}

.pl-5 {
	padding-left: 32px;
}

.pl-6 {
	padding-left: 48px;
}

.pt-2 {
	padding-top: 8px;
}

.pb-2 {
	padding-bottom: 8px;
}

.pr-2 {
	padding-right: 8px;
}

.pt-4 {
	padding-top: 24px;
}

.pb-7 {
	padding-bottom: 64px;
}

.pt-\[3\.5rem\] {
	padding-top: 3.5rem;
}

.pr-6 {
	padding-right: 48px;
}

.pt-\[100\%\] {
	padding-top: 100%;
}

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

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

.font-body {
	font-family: HCo Gotham SSm, sans-serif;
}

.text-l {
	font-size: 2.4rem;
}

.text-m {
	font-size: 1.8rem;
}

.text-s {
	font-size: 1.6rem;
}

.text-base {
	font-size: 2rem;
}

.text-xs {
	font-size: 1.4rem;
}

.text-xl {
	font-size: 3.6rem;
}

.text-2xs {
	font-size: 1rem;
}

.text-\[6rem\] {
	font-size: 6rem;
}

.text-\[1\.2rem\] {
	font-size: 1.2rem;
}

.text-\[2\.8rem\] {
	font-size: 2.8rem;
}

.text-\[1\.1rem\] {
	font-size: 1.1rem;
}

.font-medium {
	font-weight: 500;
}

.font-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.leading-none {
	line-height: 1;
}

.tracking-xl {
	letter-spacing: 0.25em;
}

.tracking-tight {
	letter-spacing: -0.025em;
}

.text-black-300 {
	--tw-text-opacity: 1;
	color: rgba(117, 117, 125, var(--tw-text-opacity));
}

.text-red-300 {
	--tw-text-opacity: 1;
	color: rgba(242, 3, 114, var(--tw-text-opacity));
}

.text-blue-300 {
	--tw-text-opacity: 1;
	color: rgba(0, 177, 250, var(--tw-text-opacity));
}

.text-green-300 {
	--tw-text-opacity: 1;
	color: rgba(0, 214, 179, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-heading4 {
	--tw-text-opacity: 1;
	color: rgba(158, 158, 168, var(--tw-text-opacity));
}

.text-grey-200 {
	--tw-text-opacity: 1;
	color: rgba(223, 223, 223, var(--tw-text-opacity));
}

.text-black-400 {
	--tw-text-opacity: 1;
	color: rgba(61, 61, 82, var(--tw-text-opacity));
}

.text-dark {
	--tw-text-opacity: 1;
	color: rgba(50, 51, 69, var(--tw-text-opacity));
}

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

.opacity-75 {
	opacity: 0.75;
}

.opacity-50 {
	opacity: 0.5;
}

.blur {
	--tw-blur: blur(8px);
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}

.first\:ml-0:first-child {
	margin-left: 0;
}

.last\:mr-0:last-child {
	margin-right: 0;
}

.last\:mb-0:last-child {
	margin-bottom: 0;
}

.hover\:underline:hover {
	text-decoration: underline;
}

@media (min-width: 640px) {

	.sm\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 768px) {

	.md\:-mx-6 {
		margin-left: -48px;
		margin-right: -48px;
	}

	.md\:-mx-8 {
		margin-left: -96px;
		margin-right: -96px;
	}

	.md\:mx-8 {
		margin-left: 96px;
		margin-right: 96px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:items-center {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.md\:px-6 {
		padding-left: 48px;
		padding-right: 48px;
	}

	.md\:pb-0 {
		padding-bottom: 0;
	}

	.md\:pt-7 {
		padding-top: 64px;
	}
}

@media (min-width: 1024px) {

	.lg\:bottom-\[9\.4rem\] {
		bottom: 9.4rem;
	}

	.lg\:-mx-4 {
		margin-left: -24px;
		margin-right: -24px;
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.lg\:-mx-5 {
		margin-left: -32px;
		margin-right: -32px;
	}

	.lg\:-mx-3 {
		margin-left: -16px;
		margin-right: -16px;
	}

	.lg\:mb-7 {
		margin-bottom: 64px;
	}

	.lg\:mb-0 {
		margin-bottom: 0;
	}

	.lg\:ml-1\/12 {
		margin-left: 8.333333%;
	}

	.lg\:mt-0 {
		margin-top: 0;
	}

	.lg\:mt-3 {
		margin-top: 16px;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.lg\:min-h-\[680px\] {
		min-height: 680px;
	}

	.lg\:min-h-\[68\.6rem\] {
		min-height: 68.6rem;
	}

	.lg\:w-figure {
		width: 44.296%;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-4\/12 {
		width: 33.333333%;
	}

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:w-1\/12 {
		width: 8.333333%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

	.lg\:w-\[38\%\] {
		width: 38%;
	}

	.lg\:w-\[62\%\] {
		width: 62%;
	}

	.lg\:w-textcol {
		width: 43.7%;
	}

	.lg\:w-6\/12 {
		width: 50%;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-2\/12 {
		width: 16.666667%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.lg\:py-10 {
		padding-top: 256px;
		padding-bottom: 256px;
	}

	.lg\:px-8 {
		padding-left: 96px;
		padding-right: 96px;
	}

	.lg\:px-4 {
		padding-left: 24px;
		padding-right: 24px;
	}

	.lg\:px-3 {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lg\:px-5 {
		padding-left: 32px;
		padding-right: 32px;
	}

	.lg\:pr-3 {
		padding-right: 16px;
	}

	.lg\:pl-6 {
		padding-left: 48px;
	}

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

	.lg\:text-\[10rem\] {
		font-size: 10rem;
	}
}

@media (min-width: 1280px) {

	.xl\:sticky {
		position: sticky;
	}

	.xl\:block {
		display: block;
	}

	.xl\:inline-block {
		display: inline-block;
	}

	.xl\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:min-h-\[570px\] {
		min-height: 570px;
	}
}


/*# sourceMappingURL=main.css.map*/