/* Theme base styles */

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

/* Theme overides
*/
.lp-footer {
background-color: #1D1933 !important ; 
}









/* 1a. Containers */




/* 1b. Colors */

/* primary */


/* secondary */


/* tertiary */


/* quaternary */


/* quinary */


/* senary */


/* septenary */


/* octonary */


/* nonary */


/* denary */


/* duodenary */


/* 1c. Typography */






/* 1e. Forms */










/* 1f. Tables */










/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
	max-width: 1296px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 0px 0px;
}





html {
	font-size: 100%;
}

@media screen and (max-width: 1280px) {
	html {
    	font-size: 87.5%;
	}
}

body {
	font-size: 16px;
	color: #636363;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;;
}

body.is-open {
	overflow: hidden;
}

.site-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
	background-color: #1D87C8;
}

.site-overlay.active {
    z-index: 60;
    opacity: 1;
}

/* Anchors */

a {
	color: #1D87C8;
}

a:hover,
a:focus {
	color: #000000;
}

a:active {
	color: #282828;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;;
    font-weight: 400;
}





.scroll-bar::-webkit-scrollbar {
    height: 0.75rem;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #000000;
	border-radius: 1rem;
}

.scroll-bar::-webkit-scrollbar-thumb:hover {
	background-color: #636363;
}

.scroll-bar-light::-webkit-scrollbar {
    height: 0.75rem;
}

.scroll-bar-light::-webkit-scrollbar-thumb {
    background-color: #1D87C8;
	border-radius: 1rem;
}

.scroll-bar-light::-webkit-scrollbar-thumb:hover {
	background-color: #636363;
}

@media (max-width: 640px) {
    .scroll-bar::-webkit-scrollbar,
    .scroll-bar-light::-webkit-scrollbar {
        height: auto;
    }
}





.section-arrow {
    position: absolute;
    top: 0;
    width: 7.0625rem;
    height: 3.125rem;
    left: 0;
    right: 0;
    margin: auto;
}

.section-arrow svg {
    width: 7.0625rem;
    height: 3.125rem;
}

@media (max-width: 640px) {
    .section-arrow {
        width: 4.375rem;
        height: 1.9375rem;
    }

    .section-arrow svg {
        width: 4.375rem;
        height: 1.9375rem;
    }
}











.hs-private.hs-private.hs-private :before {
    position: relative !important;
}





.card__price {
	;
	color: ;
	font-size: ;
}
.form-light form input[type="submit"] {
background: #003DF5 !important;
    border: 2px solid #003DF5 !important;
    color: #FFF !important;
  border-radius:100px !important;
}

.form-light form input[type="submit"]:hover {
    background-color: #4449e5 !important;
    border-color: #4449e5 !important;
    text-decoration: none;
    transform: scale(1.04); 
  border-radius:100px !important;
}

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

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

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

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

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

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

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

body,
figure {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: 700;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
    border-style: none;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Helpers
Utility classes derived from tailwindcss.com
*/

/* Font Family
Utilities for controlling the font family of an element.
========================================================================== */
.font-base {
	font-family: 'Open Sans', sans-serif;;
}

.font-heading {
	font-family: 'Montserrat', sans-serif;;
}

/* Font Size
Utilities for controlling the font size of an element.
========================================================================== */

.text-reset {
	font-size: 0;
}
.text-xs {
	font-size: 0.875rem;
}
.text-sm {
	font-size: 0.9375rem;
}
.text-base {
	font-size: 1rem;
}
h6,
.text-lg {
	font-size: 1rem;
}
h5,
.text-xl {
	font-size: 1.125rem;
}
h4,
.text-2xl {
	font-size: 1.25rem;
}
h3,
.text-3xl {
	font-size: 1.875rem;
}
h2,
.text-4xl {
	font-size: 2.25rem;
}
h1,
.text-5xl {
	font-size: 3rem;
}

/* MQs
============================ */

/* md */

@media (max-width: 768px) {
	.md\:text-xxs {
		font-size: 0.75rem;
	}
	.md\:text-xs {
		font-size: 0.875rem;
	}
	.md\:text-sm {
		font-size: 0.9375rem;
	}
	.md\:text-base {
		font-size: 1rem;
	}
	.md\:text-lg {
		font-size: 1.125rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
	}
	.md\:text-3xl {
		font-size: 2.375rem;
	}
	.md\:text-4xl {
		font-size: 2.75rem;
	}
	.md\:text-5xl {
		font-size: 4rem;
	}
}

/* sm */

@media (max-width: 640px) {
	.sm\:text-xxs {
		font-size: 0.75rem;
	}	
	.sm\:text-xs {
		font-size: 0.75rem;
	}
	.sm\:text-xs {
		font-size: 0.875rem;
	}
	.sm\:text-sm {
		font-size: 0.9375rem;
	}
	.sm\:text-base {
		font-size: 1rem;
	}
	.sm\:text-lg {
		font-size: 1.125rem;
	}
	.sm\:text-xl {
		font-size: 1.25rem;
	}
	.sm\:text-2xl {
		font-size: 1.5rem;
	}
	.sm\:text-3xl {
		font-size: 2.375rem;
	}
	.sm\:text-4xl {
		font-size: 2.75rem;
	}
	.sm\:text-5xl {
		font-size: 4rem;
	}
}

/* line heights
Utilities for controlling the leading (line height) of an element.
========================================================================== */

.leading-reset {
	line-height: 0;
}

.leading-none {
	line-height: 1;
}

.leading-tight {
	line-height: 1.15;
}

.leading-snug {
	line-height: 1.375;
}

.leading-normal {
	line-height: 1.5;
}

.leading-relaxed {
	line-height: 1.625;
}

.leading-loose {
	line-height: 2;
}

/* Font Weight
Utilities for controlling the font weight of an element.
========================================================================== */

.font-thin {
	font-weight: 100;
}
.font-extralight {
	font-weight: 200;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-black {
	font-weight: 900;
}

/* Text Decoration
Utilities for controlling the decoration of text.
========================================================================== */

.underline { 
	text-decoration: underline;
}
.line-through { 
	text-decoration: line-through;
}
.no-underline { 
	text-decoration: none;
}



.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:line-through:hover {
	text-decoration: line-through;
}
.hover\:no-underline:hover {
	text-decoration: none;
}

/* Font Style
Utilities for controlling the style of text.
========================================================================== */

.italic {
	font-style: italic;
}

.not-italic {
	font-style: normal;
}

/* Width
Utilities for setting the width of an element
========================================================================== */

.w-auto {
	width: auto
}

.w-full {
	width: 100%
}

.w-1\/2 {
	width: 50%
}

.w-1\/3 {
	width: 33.33333%
}

.w-1\/4 {
	width: 25%
}

.w-1\/5 {
	width: 20%
}

.w-1\/6 {
	width: 16.66667%
}

/* numbered  */

.w-1\/12 {
	width: 8.333333%;
}

.w-2\/12{
	width: 16.666667%;
}

.w-3\/12{
	width: 25%;
}

.w-4\/12{
	width: 33.3333333333%;;
}

.w-5\/12{
	width: 41.6666666667%;;
}

.w-6\/12{
	width: 50%;
}

.w-7\/12{
	width: 58.333333%;
}

.w-8\/12{
	width: 66.666667%;
}

.w-9\/12{
	width: 75%;
}

.w-10\/12 {
	width: 83.333333%;
}

.w-11\/12 {
	width: 91.666667%;
}


/* lg */

@media (max-width: 1024px) {

	.lg\:w-auto {
		width: auto
	}

	.lg\:w-full {
		width: 100%
	}

	.lg\:w-1\/2 {
		width: 50%
	}

	.lg\:w-1\/3 {
		width: 33.33333%
	}

	.lg\:w-1\/4 {
		width: 25%
	}

	.lg\:w-1\/5 {
		width: 20%
	}

	.lg\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.lg\:w-1\/12 {
		width: 8.333333%;
	}

	.lg\:w-2\/12{
		width: 16.666667%;
	}

	.lg\:w-3\/12{
		width: 25%;
	}

	.lg\:w-4\/12{
		width: 33.3333333333%;;
	}

	.lg\:w-5\/12{
		width: 41.6666666667%;;
	}

	.lg\:w-6\/12{
		width: 50%;
	}

	.lg\:w-7\/12{
		width: 58.333333%;
	}

	.lg\:w-8\/12{
		width: 66.666667%;
	}

	.lg\:w-9\/12{
		width: 75%;
	}

	.lg\:w-10\/12 {
		width: 83.333333%;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

}

/* md */

@media (max-width: 768px) {

	.md\:w-auto {
		width: auto
	}

	.md\:w-full {
		width: 100%
	}

	.md\:w-1\/2 {
		width: 50%
	}

	.md\:w-1\/3 {
		width: 33.33333%
	}

	.md\:w-1\/4 {
		width: 25%
	}

	.md\:w-1\/5 {
		width: 20%
	}

	.md\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.md\:w-1\/12 {
		width: 8.333333%;
	}

	.md\:w-2\/12{
		width: 16.666667%;
	}

	.md\:w-3\/12{
		width: 25%;
	}

	.md\:w-4\/12{
		width: 33.3333333333%;;
	}

	.md\:w-5\/12{
		width: 41.6666666667%;;
	}

	.md\:w-6\/12{
		width: 50%;
	}

	.md\:w-7\/12{
		width: 58.333333%;
	}

	.md\:w-8\/12{
		width: 66.666667%;
	}

	.md\:w-9\/12{
		width: 75%;
	}

	.md\:w-10\/12 {
		width: 83.333333%;
	}

	.md\:w-11\/12 {
		width: 91.666667%;
	}

}

/* sm */

@media (max-width: 640px) {

	.sm\:w-auto {
		width: auto
	}

	.sm\:w-full {
		width: 100%
	}

	.sm\:w-1\/2 {
		width: 50%
	}

	.sm\:w-1\/3 {
		width: 33.33333%
	}

	.sm\:w-1\/4 {
		width: 25%
	}

	.sm\:w-1\/5 {
		width: 20%
	}

	.sm\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.sm\:w-1\/12 {
		width: 8.333333%;
	}

	.sm\:w-2\/12{
		width: 16.666667%;
	}

	.sm\:w-3\/12{
		width: 25%;
	}

	.sm\:w-4\/12{
		width: 33.3333333333%;;
	}

	.sm\:w-5\/12{
		width: 41.6666666667%;;
	}

	.sm\:w-6\/12{
		width: 50%;
	}

	.sm\:w-7\/12{
		width: 58.333333%;
	}

	.sm\:w-8\/12{
		width: 66.666667%;
	}

	.sm\:w-9\/12{
		width: 75%;
	}

	.sm\:w-10\/12 {
		width: 83.333333%;
	}

	.sm\:w-11\/12 {
		width: 91.666667%;
	}

}

/* xs */

@media (max-width: 480px) {

	.xs\:w-auto {
		width: auto
	}

	.xs\:w-full {
		width: 100%
	}

	.xs\:w-1\/2 {
		width: 50%
	}

	.xs\:w-1\/3 {
		width: 33.33333%
	}

	.xs\:w-1\/4 {
		width: 25%
	}

	.xs\:w-1\/5 {
		width: 20%
	}

	.xs\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.xs\:w-1\/12 {
		width: 8.333333%;
	}

	.xs\:w-2\/12{
		width: 16.666667%;
	}

	.xs\:w-3\/12{
		width: 25%;
	}

	.xs\:w-4\/12{
		width: 33.3333333333%;;
	}

	.xs\:w-5\/12{
		width: 41.6666666667%;;
	}

	.xs\:w-6\/12{
		width: 50%;
	}

	.xs\:w-7\/12{
		width: 58.333333%;
	}

	.xs\:w-8\/12{
		width: 66.666667%;
	}

	.xs\:w-9\/12{
		width: 75%;
	}

	.xs\:w-10\/12 {
		width: 83.333333%;
	}

	.xs\:w-11\/12 {
		width: 91.666667%;
	}

}

/* Display
Utilities for controlling the display box type of an element.
========================================================================== */

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.hidden {
	display: none !important;
	visibility: inherit !important;
}

/* MQs
============================ */

/* lg */

@media (max-width: 1024px) {

	.lg\:block {
		display: block;
	}

	.lg\:inline-block {
		display: inline-block;
	}

	.lg\:inline {
		display: inline;
	}

	.lg\:hidden {
		display: none !important;
	}

}

/* md */

@media (max-width: 768px) {

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:inline {
		display: inline;
	}

	.md\:hidden {
		display: none !important;
	}
}

/* sm */

@media (max-width: 640px) {

	.sm\:block {
		display: block;
	}

	.sm\:inline-block {
		display: inline-block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:hidden {
		display: none !important;
	}
}

/* xs */

@media (max-width: 480px) {

	.xs\:block {
		display: block;
	}

	.xs\:inline-block {
		display: inline-block;
	}

	.xs\:inline {
		display: inline;
	}

	.xs\:hidden {
		display: none !important;
	}
}

/* Align
Utilities for controlling the vertical alignment of an inline or table-cell box.
========================================================================== */

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

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-text-top {
	vertical-align: text-top;
}

.align-text-bottom {
	vertical-align: text-bottom;
}

/* Flex
Utilities for controlling how flex items both grow and shrink.
========================================================================== */

.flex {
	display: flex;
}

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

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

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

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

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


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

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

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

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

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

.self-auto {
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto
}

.self-start {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.self-end {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.self-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

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

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

.justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

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

.justify-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.content-center {
	-ms-flex-line-pack: center;
	align-content: center
}

.content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.content-between {
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.content-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.flex-1 {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.flex-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-initial {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-none {
	-ms-flex: none;
	flex: none
}

.flex-grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0
}

.flex-grow {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.flex-shrink {
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 999;
	order: 999
}

.order-none,
.order-normal {
	-ms-flex-order: 0;
	order: 0
}

/* MQs
============================ */

/* xxl */

@media (max-width: 1400px) {

	.xxl\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

/* xl */

@media (max-width: 1280px) {

	.xl\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

/* lg */

@media (max-width: 1024px) {

	.lg\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lg\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.lg\:flex-none {
		-ms-flex: none;
		flex: none
	}

	/* 	Align Items */

	.lg\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.lg\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.lg\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.lg\:items-baseline {
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.lg\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

}

/* md */

@media (max-width: 768px) {

	.md\:flex-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.md\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.md\:flex-no-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:inline {
		display: inline;
	}

	.md\:hidden {
		display: none !important;
	}

	/* 	Justify */

	.md\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.md\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.md\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.md\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.md\:justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	/* 	Align Items */

	.md\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.md\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.md\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.md\:items-baseline {
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.md\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	/* self align */

	.md\:self-start {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.md\:self-end {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.md\:self-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.md\:self-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch
	}

	/* 	order */

	.md\:order-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.md\:order-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.md\:order-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.md\:order-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.md\:order-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.md\:order-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.md\:order-first {
		-ms-flex-order: -1;
		order: -1
	}

	.md\:order-last {
		-ms-flex-order: 999;
		order: 999
	}

	.md\:order-none,
	.md\:order-normal {
		-ms-flex-order: 0;
		order: 0
	}

}

/* sm */

@media (max-width: 640px) {

	.sm\:flex-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.sm\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.sm\:flex-no-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.sm\:block {
		display: block;
	}

	.sm\:inline-block {
		display: inline-block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:hidden {
		display: none !important;
	}

	/* 	Justify */

	.sm\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.sm\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.sm\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.sm\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.sm\:justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	/* 	order */

	.sm\:order-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.sm\:order-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.sm\:order-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.sm\:order-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.sm\:order-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.sm\:order-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.sm\:order-first {
		-ms-flex-order: -1;
		order: -1
	}

	.sm\:order-last {
		-ms-flex-order: 999;
		order: 999
	}

	.sm\:order-none,
	.sm\:order-normal {
		-ms-flex-order: 0;
		order: 0
	}

}

/* xs */

@media (max-width: 480px) {

	.xs\:flex-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.xs\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.xs\:flex-no-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	/* 	Align Items */

	.xs\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.xs\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.xs\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.xs\:items-baseline {
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.xs\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	/* 	Justify */

	.xs\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.xs\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.xs\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.xs\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.xs\:justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

}

/* Heights
Utilities for setting the height of an element
========================================================================== */

.h-full {
	height: 100%;
}

.h-40 {
	height: 40px;
}


/* MQs
============================ */

/* sm */

@media (max-width: 640px) {

	.sm\:h-auto {
		height: auto;
	}
}

/* Margins
Utilities for controlling an element's margin.
========================================================================== */

/* top bottom */

/* .my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.my-px {
	margin-top: 1px;
	margin-bottom: 1px;
}

.my-0.5 {
	margin-top: 0.125rem;
	margin-bottom: 0.125rem;
}

.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.my-1.5 {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-2.5 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-3.5 {
	margin-top: 0.875rem;
	margin-bottom: 0.875rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-9 {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-11 {
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-14 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.my-28 {
	margin-top: 7rem;
	margin-bottom: 7rem;
}

.my-32 {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.my-36 {
	margin-top: 9rem;
	margin-bottom: 9rem;
}

.my-40 {
	margin-top: 10rem;
	margin-bottom: 10rem;
}

.my-44 {
	margin-top: 11rem;
	margin-bottom: 11rem;
}

.my-48 {
	margin-top: 12rem;
	margin-bottom: 12rem;
}

.my-52 {
	margin-top: 13rem;
	margin-bottom: 13rem;
}

.my-56 {
	margin-top: 14rem;
	margin-bottom: 14rem;
}

.my-60 {
	margin-top: 15rem;
	margin-bottom: 15rem;
}

.my-64 {
	margin-top: 16rem;
	margin-bottom: 16rem;
}

.my-72 {
	margin-top: 18rem;
	margin-bottom: 18rem;
}

.my-80 {
	margin-top: 20rem;
	margin-bottom: 20rem;
}

.my-96 {
	margin-top: 24rem;
	margin-bottom: 24rem;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
} */

/* left right */

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

/* .mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.mx-px {
	margin-left: 1px;
	margin-right: 1px;
}

.mx-0.5 {
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}

.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.mx-1.5 {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}

.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.mx-2.5 {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.mx-3.5 {
	margin-left: 0.875rem;
	margin-right: 0.875rem;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.mx-7 {
	margin-left: 1.75rem;
	margin-right: 1.75rem;
}

.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.mx-9 {
	margin-left: 2.25rem;
	margin-right: 2.25rem;
}

.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.mx-11 {
	margin-left: 2.75rem;
	margin-right: 2.75rem;
}

.mx-12 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.mx-14 {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

.mx-16 {
	margin-left: 4rem;
	margin-right: 4rem;
}

.mx-20 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.mx-24 {
	margin-left: 6rem;
	margin-right: 6rem;
}

.mx-28 {
	margin-left: 7rem;
	margin-right: 7rem;
}

.mx-32 {
	margin-left: 8rem;
	margin-right: 8rem;
}

.mx-36 {
	margin-left: 9rem;
	margin-right: 9rem;
}

.mx-40 {
	margin-left: 10rem;
	margin-right: 10rem;
}

.mx-44 {
	margin-left: 11rem;
	margin-right: 11rem;
}

.mx-48 {
	margin-left: 12rem;
	margin-right: 12rem;
}

.mx-52 {
	margin-left: 13rem;
	margin-right: 13rem;
}

.mx-56 {
	margin-left: 14rem;
	margin-right: 14rem;
}

.mx-60 {
	margin-left: 15rem;
	margin-right: 15rem;
}

.mx-64 {
	margin-left: 16rem;
	margin-right: 16rem;
}

.mx-72 {
	margin-left: 18rem;
	margin-right: 18rem;
}

.mx-80 {
	margin-left: 20rem;
	margin-right: 20rem;
}

.mx-96 {
	margin-left: 24rem;
	margin-right: 24rem;
}

/* top */

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

.mt-px {
	margin-top: 1px;
}

.mt-0.5 {
	margin-top: 0.125rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-1.5 {
	margin-top: 0.375rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-2\.5 {
	margin-top: 0.625rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mt-3\.5 {
	margin-top: 0.875rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-7 {
	margin-top: 1.75rem;
}

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

.mt-9 {
	margin-top: 2.25rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-11 {
	margin-top: 2.75rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mt-28 {
	margin-top: 7rem;
}

.mt-32 {
	margin-top: 8rem;
}

.mt-36 {
	margin-top: 9rem;
}

.mt-40 {
	margin-top: 10rem;
}

.mt-44 {
	margin-top: 11rem;
}

.mt-48 {
	margin-top: 12rem;
}

.mt-52 {
	margin-top: 13rem;
}

.mt-56 {
	margin-top: 14rem;
}

.mt-60 {
	margin-top: 15rem;
}

.mt-64 {
	margin-top: 16rem;
}

.mt-72 {
	margin-top: 18rem;
}

.mt-80 {
	margin-top: 20rem;
}

.mt-96 {
	margin-top: 24rem;
}

.mt-auto {
	margin-top: auto;
}

/* right */

/* .mr-0 {
	margin-right: 0px; 
}

.mr-px {
	margin-right: 1px; 
}

.mr-0.5 {
	margin-right: 0.125rem; 
}

.mr-1 {
	margin-right: 0.25rem; 
}

.mr-1.5 {
	margin-right: 0.375rem; 
}

.mr-2 {
	margin-right: 0.5rem; 
}

.mr-2.5 {
	margin-right: 0.625rem; 
}

.mr-3 {
	margin-right: 0.75rem; 
}

.mr-3.5 {
	margin-right: 0.875rem; 
}

.mr-4 {
	margin-right: 1rem; 
}

.mr-5 {
	margin-right: 1.25rem; 
}

.mr-6 {
	margin-right: 1.5rem; 
}

.mr-7 {
	margin-right: 1.75rem; 
}

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

.mr-9 {
	margin-right: 2.25rem; 
}

.mr-10 {
	margin-right: 2.5rem; 
}

.mr-11 {
	margin-right: 2.75rem; 
}

.mr-12 {
	margin-right: 3rem; 
}

.mr-14 {
	margin-right: 3.5rem; 
}

.mr-16 {
	margin-right: 4rem; 
}

.mr-20 {
	margin-right: 5rem; 
}

.mr-24 {
	margin-right: 6rem; 
}

.mr-28 {
	margin-right: 7rem; 
}

.mr-32 {
	margin-right: 8rem; 
}

.mr-36 {
	margin-right: 9rem; 
}

.mr-40 {
	margin-right: 10rem; 
}

.mr-44 {
	margin-right: 11rem; 
}

.mr-48 {
	margin-right: 12rem; 
}

.mr-52 {
	margin-right: 13rem; 
}

.mr-56 {
	margin-right: 14rem; 
}

.mr-60 {
	margin-right: 15rem; 
}

.mr-64 {
	margin-right: 16rem; 
}

.mr-72 {
	margin-right: 18rem; 
}

.mr-80 {
	margin-right: 20rem; 
}

.mr-96 {
	margin-right: 24rem; 	
}

.mr-auto {
	margin-right: auto; 
} */


/* bottom */

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

.mb-px	{
	margin-bottom: 1px;
}

.mb-0\.5 {
	margin-bottom: 0.125rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-1\.5 {
	margin-bottom: 0.375rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-2\.5 {
	margin-bottom: 0.625rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-3\.5 {
	margin-bottom: 0.875rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-9 {
	margin-bottom: 2.25rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mb-12	{
	margin-bottom: 3rem;
}

.mb-14	{
	margin-bottom: 3.5rem;
}

.mb-16	{
	margin-bottom: 4rem;
}

.mb-20	{
	margin-bottom: 5rem;
}

.mb-24	{
	margin-bottom: 6rem;
}

.mb-28	{
	margin-bottom: 7rem;
}

.mb-32	{
	margin-bottom: 8rem;
}

.mb-36	{
	margin-bottom: 9rem;
}

.mb-40	{
	margin-bottom: 10rem;
}

.mb-44	{
	margin-bottom: 11rem;
}

.mb-48	{
	margin-bottom: 12rem;
}

.mb-52	{
	margin-bottom: 13rem;
}

.mb-56	{
	margin-bottom: 14rem;
}

.mb-60	{
	margin-bottom: 15rem;
}

.mb-64	{
	margin-bottom: 16rem;
}

.mb-72	{
	margin-bottom: 18rem;
}

.mb-80	{
	margin-bottom: 20rem;
}

.mb-96	{
	margin-bottom: 24rem;
}

.mb-auto {
	margin-bottom: auto;
}

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


/* MQs
========================== */

/* medium */

@media (max-width: 768px) {

	/* left right */

	/* top */

	.md\:mt-0 {
		margin-top: 0px;
	}
	
	.md\:mt-px	{
		margin-top: 1px;
	}
	
	.md\:mt-0.5 {
		margin-top: 0.125rem;
	}
	
	.md\:mt-1 {
		margin-top: 0.25rem;
	}
	
	.md\:mt-1.5 {
		margin-top: 0.375rem;
	}
	
	.md\:mt-2 {
		margin-top: 0.5rem;
	}
	
	.md\:mt-2.5 {
		margin-top: 0.625rem;
	}
	
	.md\:mt-3 {
		margin-top: 0.75rem;
	}
	
	.md\:mt-3.5 {
		margin-top: 0.875rem;
	}
	
	.md\:mt-4 {
		margin-top: 1rem;
	}
	
	.md\:mt-5 {
		margin-top: 1.25rem;
	}

	.md\:mt-6 {
		margin-top: 1.5rem;
	}
	
	.md\:mt-7 {
		margin-top: 1.75rem;
	}
	
	.md\:mt-8 {
		margin-top: 2rem;
	}
	
	.md\:mt-9 {
		margin-top: 2.25rem;
	}
	
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.md\:mt-11 {
		margin-top: 2.75rem;
	}
	
	.md\:mt-12	{
		margin-top: 3rem;
	}
	
	.md\:mt-14	{
		margin-top: 3.5rem;
	}
	
	.md\:mt-16	{
		margin-top: 4rem;
	}
	
	.md\:mt-20	{
		margin-top: 5rem;
	}
	
	.md\:mt-24	{
		margin-top: 6rem;
	}
	
	.md\:mt-28	{
		margin-top: 7rem;
	}
	
	.md\:mt-32	{
		margin-top: 8rem;
	}
	
	.md\:mt-36	{
		margin-top: 9rem;
	}
	
	.md\:mt-40	{
		margin-top: 10rem;
	}
	
	.md\:mt-44	{
		margin-top: 11rem;
	}
	
	.md\:mt-48	{
		margin-top: 12rem;
	}
	
	.md\:mt-52	{
		margin-top: 13rem;
	}
	
	.md\:mt-56	{
		margin-top: 14rem;
	}
	
	.md\:mt-60	{
		margin-top: 15rem;
	}
	
	.md\:mt-64	{
		margin-top: 16rem;
	}
	
	.md\:mt-72	{
		margin-top: 18rem;
	}
	
	.md\:mt-80	{
		margin-top: 20rem;
	}
	
	.md\:mt-96	{
		margin-top: 24rem;
	}
	
	.md\:mt-auto {
		margin-top: auto;
	}
	
	.md\:-mt-0	{
		margin-top: 0px;
	}
	
	/* bottom */

	.md\:mb-0 {
		margin-bottom: 0px;
	}
	
	.md\:mb-px	{
		margin-bottom: 1px;
	}
	
	.md\:mb-0.5 {
		margin-bottom: 0.125rem;
	}
	
	.md\:mb-1 {
		margin-bottom: 0.25rem;
	}
	
	.md\:mb-1.5 {
		margin-bottom: 0.375rem;
	}
	
	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}
	
	.md\:mb-2.5 {
		margin-bottom: 0.625rem;
	}
	
	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}
	
	.md\:mb-3.5 {
		margin-bottom: 0.875rem;
	}
	
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}
	
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.md\:mb-9 {
		margin-bottom: 2.25rem;
	}
	
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.md\:mb-11 {
		margin-bottom: 2.75rem;
	}
	
	.md\:mb-12	{
		margin-bottom: 3rem;
	}
	
	.md\:mb-14	{
		margin-bottom: 3.5rem;
	}
	
	.md\:mb-16	{
		margin-bottom: 4rem;
	}
	
	.md\:mb-20	{
		margin-bottom: 5rem;
	}
	
	.md\:mb-24	{
		margin-bottom: 6rem;
	}
	
	.md\:mb-28	{
		margin-bottom: 7rem;
	}
	
	.md\:mb-32	{
		margin-bottom: 8rem;
	}
	
	.md\:mb-36	{
		margin-bottom: 9rem;
	}
	
	.md\:mb-40	{
		margin-bottom: 10rem;
	}
	
	.md\:mb-44	{
		margin-bottom: 11rem;
	}
	
	.md\:mb-48	{
		margin-bottom: 12rem;
	}
	
	.md\:mb-52	{
		margin-bottom: 13rem;
	}
	
	.md\:mb-56	{
		margin-bottom: 14rem;
	}
	
	.md\:mb-60	{
		margin-bottom: 15rem;
	}
	
	.md\:mb-64	{
		margin-bottom: 16rem;
	}
	
	.md\:mb-72	{
		margin-bottom: 18rem;
	}
	
	.md\:mb-80	{
		margin-bottom: 20rem;
	}
	
	.md\:mb-96	{
		margin-bottom: 24rem;
	}
	
	.md\:mb-auto {
		margin-bottom: auto;
	}
	
	.md\:-mb-0	{
		margin-bottom: 0px;
	}

}

/* sm */

@media (max-width: 640px) {

	/* left right */

	/* top */

	/* bottom */

	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	
	.sm\:mb-px	{
		margin-bottom: 1px;
	}
	
	.sm\:mb-0.5 {
		margin-bottom: 0.125rem;
	}
	
	.sm\:mb-1 {
		margin-bottom: 0.25rem;
	}
	
	.sm\:mb-1.5 {
		margin-bottom: 0.375rem;
	}
	
	.sm\:mb-2 {
		margin-bottom: 0.5rem;
	}
	
	.sm\:mb-2.5 {
		margin-bottom: 0.625rem;
	}
	
	.sm\:mb-3 {
		margin-bottom: 0.75rem;
	}
	
	.sm\:mb-3.5 {
		margin-bottom: 0.875rem;
	}
	
	.sm\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.sm\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.sm\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.sm\:mb-7 {
		margin-bottom: 1.75rem;
	}
	
	.sm\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.sm\:mb-9 {
		margin-bottom: 2.25rem;
	}
	
	.sm\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.sm\:mb-11 {
		margin-bottom: 2.75rem;
	}
	
	.sm\:mb-12	{
		margin-bottom: 3rem;
	}
	
	.sm\:mb-14	{
		margin-bottom: 3.5rem;
	}
	
	.sm\:mb-16	{
		margin-bottom: 4rem;
	}
	
	.sm\:mb-20	{
		margin-bottom: 5rem;
	}
	
	.sm\:mb-24	{
		margin-bottom: 6rem;
	}
	
	.sm\:mb-28	{
		margin-bottom: 7rem;
	}
	
	.sm\:mb-32	{
		margin-bottom: 8rem;
	}
	
	.sm\:mb-36	{
		margin-bottom: 9rem;
	}
	
	.sm\:mb-40	{
		margin-bottom: 10rem;
	}
	
	.sm\:mb-44	{
		margin-bottom: 11rem;
	}
	
	.sm\:mb-48	{
		margin-bottom: 12rem;
	}
	
	.sm\:mb-52	{
		margin-bottom: 13rem;
	}
	
	.sm\:mb-56	{
		margin-bottom: 14rem;
	}
	
	.sm\:mb-60	{
		margin-bottom: 15rem;
	}
	
	.sm\:mb-64	{
		margin-bottom: 16rem;
	}
	
	.sm\:mb-72	{
		margin-bottom: 18rem;
	}
	
	.sm\:mb-80	{
		margin-bottom: 20rem;
	}
	
	.sm\:mb-96	{
		margin-bottom: 24rem;
	}
	
	.sm\:mb-auto {
		margin-bottom: auto;
	}
	
	.sm\:-mb-0	{
		margin-bottom: 0px;
	}
}


/* Padding
Utilities for controlling an element's padding.
========================================================================== */

/* all round */

.p-8 {
	padding: 2rem;
}

/* top */

/* top percentage */

.pt-full {
	padding-top: 100%;
}

.pt-1\/2 {
	padding-top: 50%;
}

.pt-2\/3 {
	padding-top: 66.666667%;
}

/* bottom */

.pb-0 {
	padding-bottom: 0px;
}

.pb-px	{
	padding-bottom: 1px;
}

.pb-0.5 {
	padding-bottom: 0.125rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pb-1.5 {
	padding-bottom: 0.375rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pb-2.5 {
	padding-bottom: 0.625rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pb-3.5 {
	padding-bottom: 0.875rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.pb-12	{
	padding-bottom: 3rem;
}

.pb-14	{
	padding-bottom: 3.5rem;
}

.pb-16	{
	padding-bottom: 4rem;
}

.pb-20	{
	padding-bottom: 5rem;
}

.pb-24	{
	padding-bottom: 6rem;
}

.pb-28	{
	padding-bottom: 7rem;
}

.pb-32	{
	padding-bottom: 8rem;
}

.pb-36	{
	padding-bottom: 9rem;
}

.pb-40	{
	padding-bottom: 10rem;
}

.pb-44	{
	padding-bottom: 11rem;
}

.pb-48	{
	padding-bottom: 12rem;
}

.pb-52	{
	padding-bottom: 13rem;
}

.pb-56	{
	padding-bottom: 14rem;
}

.pb-60	{
	padding-bottom: 15rem;
}

.pb-64	{
	padding-bottom: 16rem;
}

.pb-72	{
	padding-bottom: 18rem;
}

.pb-80	{
	padding-bottom: 20rem;
}

.pb-96	{
	padding-bottom: 24rem;
}

.pb-auto {
	padding-bottom: auto;
}

.-pb-0	{
	padding-bottom: 0px;
}

/* left */

/* top bottom */


/* left right */


/* MQs
========================== */

/* medium */

@media (max-width: 768px) {

	/* top */

	/* bottom */

	/* left */

	/* top bottom */

	/* left right */

}

/* small */

@media (max-width: 640px) {

	/* top */

	/* top percentage */

	.sm\:pt-full {
		padding-top: 100%;
	}

	/* bottom */

	@media (max-width: 640px) {

		/* left right */
	
		/* top */
	
		/* bottom */
	
		.sm\:pb-0 {
			padding-bottom: 0px;
		}
		
		.sm\:pb-px	{
			padding-bottom: 1px;
		}
		
		.sm\:pb-0.5 {
			padding-bottom: 0.125rem;
		}
		
		.sm\:pb-1 {
			padding-bottom: 0.25rem;
		}
		
		.sm\:pb-1.5 {
			padding-bottom: 0.375rem;
		}
		
		.sm\:pb-2 {
			padding-bottom: 0.5rem;
		}
		
		.sm\:pb-2.5 {
			padding-bottom: 0.625rem;
		}
		
		.sm\:pb-3 {
			padding-bottom: 0.75rem;
		}
		
		.sm\:pb-3.5 {
			padding-bottom: 0.875rem;
		}
		
		.sm\:pb-4 {
			padding-bottom: 1rem;
		}
		
		.sm\:pb-5 {
			padding-bottom: 1.25rem;
		}
	
		.sm\:pb-6 {
			padding-bottom: 1.5rem;
		}
		
		.sm\:pb-7 {
			padding-bottom: 1.75rem;
		}
		
		.sm\:pb-8 {
			padding-bottom: 2rem;
		}
		
		.sm\:pb-9 {
			padding-bottom: 2.25rem;
		}
		
		.sm\:pb-10 {
			padding-bottom: 2.5rem;
		}
		
		.sm\:pb-11 {
			padding-bottom: 2.75rem;
		}
		
		.sm\:pb-12	{
			padding-bottom: 3rem;
		}
		
		.sm\:pb-14	{
			padding-bottom: 3.5rem;
		}
		
		.sm\:pb-16	{
			padding-bottom: 4rem;
		}
		
		.sm\:pb-20	{
			padding-bottom: 5rem;
		}
		
		.sm\:pb-24	{
			padding-bottom: 6rem;
		}
		
		.sm\:pb-28	{
			padding-bottom: 7rem;
		}
		
		.sm\:pb-32	{
			padding-bottom: 8rem;
		}
		
		.sm\:pb-36	{
			padding-bottom: 9rem;
		}
		
		.sm\:pb-40	{
			padding-bottom: 10rem;
		}
		
		.sm\:pb-44	{
			padding-bottom: 11rem;
		}
		
		.sm\:pb-48	{
			padding-bottom: 12rem;
		}
		
		.sm\:pb-52	{
			padding-bottom: 13rem;
		}
		
		.sm\:pb-56	{
			padding-bottom: 14rem;
		}
		
		.sm\:pb-60	{
			padding-bottom: 15rem;
		}
		
		.sm\:pb-64	{
			padding-bottom: 16rem;
		}
		
		.sm\:pb-72	{
			padding-bottom: 18rem;
		}
		
		.sm\:pb-80	{
			padding-bottom: 20rem;
		}
		
		.sm\:pb-96	{
			padding-bottom: 24rem;
		}
		
		.sm\:pb-auto {
			padding-bottom: auto;
		}
		
		.sm\:-pb-0	{
			padding-bottom: 0px;
		}
	}	

	/* left */

	/* top bottom */

	/* left right */

	/* top percentage */

	.sm\:pt-full {
		padding-top: 100%;
	}

	.sm\:pt-1\/2 {
		padding-top: 50%;
	}

	.sm\:pt-2\/3 {
		padding-top: 66.666667%;
	}
}


/* Background Colours
Utilities for controlling an element's background color.
========================================================================== */

.bg-primary {
	background-color: #1D87C8;
}

.bg-secondary {
	background-color: #000000;
}


.bg-tertiary {
	background-color: #636363;
}

.bg-quaternary {
	background-color: #F2F2F2;
}

.bg-quinary {
	background-color: #FFFFFF;
}

.bg-senary {
	background-color: #16354C;
}

.bg-septenary {
	background-color: ;
}

.bg-senary {
	background-color: #16354C;
}

.bg-octonary {
	background-color: ;
}

.bg-nonary {
	background-color: ;
}

.bg-denary {
	background-color: ;
}

.bg-duodenary {
	background-color: ;
}

/* hover
========================== */

/* primary */

.hover\:bg-primary:hover {
	background-color: #1D87C8;
}

/* secondary */

.hover\:bg-secondary:hover {
	background-color: #000000;
}

/* tertiary */

.hover\:bg-tertiary:hover {
	background-color: #636363;
}

/* quaternary */

.hover\:bg-quaternary:hover {
	background-color: #F2F2F2;
}

/* quinary */

.hover\:bg-quinary:hover {
	background-color: ;
}

/* senary */

.hover\:bg-senary:hover {
	background-color: ;
}

/* septenary */

.hover\:bg-septenary:hover {
	background-color: ;
}

/* octonary */

.hover\:bg-octonary:hover {
	background-color: ;
}

/* nonary */

.hover\:bg-nonary:hover {
	background-color: ;
}

/* denary */

.hover\:bg-denary:hover {
	background-color: ;
}

/* duodenary */

.hover\:bg-duodenary:hover {
	background-color: ;
}


/* Background Images
Utilities for controlling an element's background image.
========================================================================== */

/* size */

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

/* position */

.bg-bottom {
	background-position: bottom
}

.bg-center {
	background-position: center
}

.bg-left {
	background-position: left
}

.bg-left-bottom {
	background-position: left bottom
}

.bg-left-top {
	background-position: left top
}

.bg-right {
	background-position: right
}

.bg-right-bottom {
	background-position: right bottom
}

.bg-right-top {
	background-position: right top
}

.bg-top {
	background-position: top
}

.bg-repeat {
	background-repeat: repeat
}

/* repeat */

.bg-no-repeat {
	background-repeat: no-repeat
}

.bg-repeat-x {
	background-repeat: repeat-x
}

.bg-repeat-y {
	background-repeat: repeat-y
}


/* Object Fit
Utilities for controlling how a replaced element's content should be resized.
========================================================================== */

.object-contain	{
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.object-cover {	
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.object-fill {	
	object-fit: fill;
	font-family: 'object-fit: fill;';

}

.object-none {
	object-fit: none;
}

.object-scale-down	{
	object-fit: scale-down;
}

/* Object Position
Utilities for controlling how a replaced element's content should be positioned within its container.
========================================================================== */

.object-bottom {
	object-position: bottom;
}

.object-center {
	object-position: center;
}

.object-left {
	object-position: left;
}

.object-left-bottom	{
	object-position: left bottom;
}

.object-left-top {
	object-position: left top;
}

.object-right {
	object-position: right;
}
.object-right-bottom {
	object-position: right bottom;
}

.object-right-top {
	object-position: right top;
}

.object-top	{
	object-position: top;
}


/* Text Colours
Utilities for controlling the text color of an element.
========================================================================== */

/* primary */

.text-primary {
	color: #1D87C8;
}

/* secondary */

.text-secondary {
	color: #000000;
}


/* tertiary */

.text-tertiary {
	color: #636363;
}

/* quaternary */

.text-quaternary {
	color: #F2F2F2;
}

/* quinary */

.text-quinary {
	color: #FFFFFF;
}

/* senary */

.text-senary {
	color: #16354C;
}

/* septenary */

.text-septenary {
	color: ;
}

/* octonary */

.text-octonary {
	color: ;
}

/* nonary */

.text-nonary {
	color: ;
}

/* denary */

.text-denary {
	color: ;
}

/* duodenary */

.text-duodenary {
	color: ;
}


/* hover
========================== */

/* primary */

.hover\:text-primary:hover {
	color: #1D87C8;
}

/* secondary */

.hover\:text-secondary:hover {
	color: ;
}

/* tertiary */

.hover\:text-tertiary:hover {
	color: #636363;
}

/* quaternary */

.hover\:text-quaternary:hover {
	color: #F2F2F2;
}

/* quinary */

.hover\:text-quinary:hover {
	color: #FFFFFF;
}

/* senary */

.hover\:text-senary {
	color: #16354C;
}

/* septenary */

.hover\:text-septenary {
	color: ;
}

/* octonary */

.hover\:text-octonary {
	color: ;
}

/* nonary */

.hover\:text-nonary {
	color: ;
}

/* denary */

.hover\:text-denary {
	color: ;
}

/* duodenary */

.hover\:text-duodenary {
	color: ;
}

/* Text Align
Utilities for controlling the alignment of text.
========================================================================== */

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

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

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

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

/* MQs
=========================== */

/* md */

@media (max-width: 768px) {

	.md\:text-left {
		text-align: left
	}

	.md\:text-center {
		text-align: center
	}

	.md\:text-right {
		text-align: right
	}

	.md\:text-justify {
		text-align: justify
	}

}

/* sm */

@media (max-width: 640px) {

	.sm\:text-left {
		text-align: left
	}

	.sm\:text-center {
		text-align: center
	}

	.sm\:text-right {
		text-align: right
	}

	.sm\:text-justify {
		text-align: justify
	}

}

/* xs */

@media (max-width: 480px) {

	.xs\:text-left {
		text-align: left
	}

	.xs\:text-center {
		text-align: center
	}

	.xs\:text-right {
		text-align: right
	}

	.xs\:text-justify {
		text-align: justify
	}

}

/* Letter Spacing
Utilities for controlling the tracking (letter spacing) of an element.
========================================================================== */

.tracking-tighter {
	letter-spacing: -4px;
}

.tracking-tight	{
	letter-spacing: -2px;
}

.tracking-normal {
	letter-spacing: 0;
}

.tracking-wide {
	letter-spacing: 1px;
}

.tracking-wider	{
	letter-spacing: 2px;
}

.tracking-widest {
	letter-spacing: 4px;
}

/* Text Transform
Utilities for controlling the transformation of text.
========================================================================== */

.uppercase {	
	text-transform: uppercase;
}

.lowercase {	
	text-transform: lowercase;
}

.capitalize {	
	text-transform: capitalize;
}

.normal-case {	
	text-transform: none;
}

/* Position
Utilities for controlling how an element is positioned in the DOM.
========================================================================== */

.static {
	position: static
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.sticky {
	position: -webkit-sticky;
	position: sticky
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.inset-auto {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.inset-x-0 {
	right: 0;
	left: 0
}

.inset-y-auto {
	top: auto;
	bottom: auto
}

.inset-x-auto {
	right: auto;
	left: auto
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.left-0 {
	left: 0
}

.top-auto {
	top: auto
}

.right-auto {
	right: auto
}

.bottom-auto {
	bottom: auto
}

.left-auto {
	left: auto
}


/* Z-Index
Utilities for controlling the stack order of an element.
========================================================================== */

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.z-2 {
	z-index: 2
}

.z-3 {
	z-index: 3
}

.z-4 {
	z-index: 4
}

.z-5 {
	z-index: 5
}

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

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

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

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

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

/* Overflow
Utilities for controlling how an element handles content that is too large for the container.
========================================================================== */

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.overflow-visible {
	overflow: visible;
}

.overflow-scroll {
	overflow: scroll;
}

/* Borders
========================================================================== */

/* width */

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.border-3 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

/* bottom */

.border-b {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
}

.border-b-3 {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
}

/* style */

.border-solid {
	border-style: solid;
}

/* color */


/* Word Break
Utilities for controlling word breaks in an element.
========================================================================== */

.break-normal	{
	word-break: normal;
	overflow-wrap: normal
}

.break-words {
	overflow-wrap: break-word;
}

.break-all	{
	word-break: break-all;
}

.truncate	{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/* List Style Position
Utilities for controlling the position of bullets/numbers in lists.
========================================================================== */

.list-inside {
	list-style-position: inside;
}

.list-outside {
	list-style-position: outside;
}

/* List Style Type
Utilities for controlling the bullet/number style of a list.
========================================================================== */

.list-none	{ 
	list-style-type: none;
}

.list-disc	{
	list-style-type: disc;
}

.list-decimal {	
	list-style-type: decimal;
}

/* Border Raduis
Utilities for controlling the border radius of an element.
========================================================================== */

.rounded-none {
	border-radius: 0;
}

.rounded-sm {
	border-radius: .125rem;
}

.rounded { 
	border-radius: 0.3125rem;
}

.rounded-lg {
	border-radius: .625rem;
}

.rounded-xl	{ 
	border-radius: 0.75rem;
}

.rounded-2xl {
	border-radius: 1.25rem;
}

.rounded-3xl {
	border-radius: 1.5rem;
}

.rounded-full {
	border-radius: 9999px;
}

/* Box Shadow
Utilities for controlling the box shadow of an element.
========================================================================== */

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


/* Overflow
Utilities for controlling how an element handles content that is too large for the container.
========================================================================== */

.overflow-auto {	
	overflow: auto;
}

.overflow-hidden {	
	overflow: hidden;
}

.overflow-visible {	
	overflow: visible;
}

.overflow-scroll {	
	overflow: scroll;
}

.overflow-x-auto {	
	overflow-x: auto;
}

.overflow-y-auto {	
	overflow-y: auto;
}

.overflow-x-hidden {	
	overflow-x: hidden;
}

.overflow-y-hidden {	
	overflow-y: hidden;
}

.overflow-x-visible {	
	overflow-x: visible;
}

.overflow-y-visible {	
	overflow-y: visible;
}

.overflow-x-scroll {	
	overflow-x: scroll;
}

.overflow-y-scroll {	
	overflow-y: scroll;
}

/* Whitespace
Utilities for controlling an element's white-space property.
========================================================================== */

.whitespace-normal {
	white-space: normal;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.whitespace-pre {
	white-space: pre;
}

.whitespace-pre-line {
	white-space: pre-line;
}

.whitespace-pre-wrap {
	white-space: pre-wrap;
}
/* responsive video */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs-embed-wrapper {
    max-width: none !important;
    max-height: none !important;
    min-width: auto !important;
}

/* image wrap lg */

.img-wrap.img-wrap-bg:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: -1;
    background-color: #1D87C8;
}

.img-wrap.img-wrap-bg--lg {
    margin-right: 2rem;
    margin-left: 2rem;
}

@media (max-width: 768px) {
    .img-wrap.img-wrap-bg--lg {
        margin-right: 1rem;
        margin-left: 1rem;
    }    
}

.img-wrap.img-wrap-bg--lg:after {
    width: calc(100% + 4rem);
    height: calc(100% - 4rem);
}

@media (max-width: 768px) {
    .img-wrap.img-wrap-bg--lg:after {
        width: calc(100% + 2rem);
        height: calc(100% - 2rem);
    }    
}

/* image wrap sm */

.img-wrap.img-wrap-bg--sm {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

@media (max-width: 768px) {
    .img-wrap.img-wrap-bg--sm {
        margin-right: 1rem;
        margin-left: 1rem;
    }    
}

.img-wrap.img-wrap-bg--sm:after {
    width: calc(100% + 3rem);
    height: calc(100% - 3rem);
}

@media (max-width: 768px) {
    .img-wrap.img-wrap-bg--sm:after {
        width: calc(100% + 2rem);
        height: calc(100% - 2rem);
    }    
}

/* gradients */

.grad:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.grad--primary:before {
    background: transparent linear-gradient(90deg, #5056FD 0%, #1D1933 100%);
}

.grad--secondary:before {
    background: transparent linear-gradient(180deg, rgba(29, 135, 200, 0.9) 0%, rgba(22, 53, 76, 0.9) 100%);
}


.grad--tertiary:before {
    background-color: rgba(29, 135, 200, 0.9);
}

.grad--quaternary:before {
    background: transparent linear-gradient(360deg, rgba(29, 135, 200, 0) 0%, rgba(22, 53, 76, 0.3) 100%);
}

/* bg graphic */

.bg-graphic {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
  display:none;
}

.bg-graphic--left {
    left: 0;
}

.bg-graphic--right {
    right: 0;
}

/* scroll bars */

.scroll-bar-primary::-webkit-scrollbar {
    height: 0.5rem;
    padding-top: 0.5rem;
}

.scroll-bar-primary::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
}

.scroll-bar-primary::-webkit-scrollbar-thumb {
    background-color: #D2D2D1;
    border-radius: 0.5rem;
}

.scroll-bar-primary::-webkit-scrollbar-thumb:hover {
    background-color: #1E1F1C;
}


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

/* 
    custom grid
*/

.container {
    max-width: 1296px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1296px) {

    .container {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

@media (max-width: 640px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.row--sm {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row--lg {
    margin-right: -1.125rem;
    margin-left: -1.125rem;
}

@media (max-width: 640px) {
    .row--lg {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

.col--sm {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col--lg {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

@media (max-width: 640px) {
    .col--lg {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* 
    modified standard Hubspot grid
*/

/* cols */

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

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

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

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

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

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

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

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

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

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

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

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

/* cols breakpoints */

@media (max-width: 767px) {
    .row-fluid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .row-fluid .span1,
    .row-fluid .span2,
    .row-fluid .span3,
    .row-fluid .span4,
    .row-fluid .span5,
    .row-fluid .span6,
    .row-fluid .span7,
    .row-fluid .span8,
    .row-fluid .span9,
    .row-fluid .span10,
    .row-fluid .span11,
    .row-fluid .span12 {
        width: 100%;
    }
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
/* .dnd-section > .row-fluid {
    margin-right: -20px;
    margin-left: -20px;
}

@media (max-width: 767px) {
    .dnd-section > .row-fluid {
        margin-right: -15px;
        margin-left: -15px;
    }
}

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

@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding-right: 15px;
        padding-left: 15px;
    }
} */

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

body {
    line-height: 1.5;
    word-break: break-word;
}

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

/* Paragraphs */

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

p:last-of-type {
    margin-bottom: 0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.text-wysiwyg :is(h1, h2, h3, h4, h5, h6) {
    color: #000000;
}

/* Lists */

ul,
ol {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

ul li,
ol li {
    position: relative;
    list-style-type: none;
    margin-bottom: 1.25rem;
}

ul li:last-child,
ol li:last-child {
    list-style-position: inside;
    margin-bottom: 0;
}

ol {
    list-style: none;
    counter-reset: ol-counter;
}

ol li {
    counter-increment: ol-counter;
    margin-bottom: 0.75rem;
    font-size: 1.125em;
    line-height: 1.5;
}

ol li:before {
    content: counter(ol-counter) ". ";
    display: inline-block;
    margin-right: 0.5rem; 
    color: #000000;
    font-weight: 700;
}

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

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

.text-wysiwyg > ul:first-of-type,
.text-wysiwyg > ol:first-of-type {
    margin-top: 1.5rem !important;
}

.text-wysiwyg ul li {
    padding-left: 1.5rem;
    margin-left: 2px;
}

.text-wysiwyg ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    background-color: #000000;
}

.text-wysiwyg--lg p {
    font-size: 1.125rem;
    line-height: 1.625;
}

.text-wysiwyg a {
    text-decoration: underline;
    color: #1D87C8;
}

.text-wysiwyg mark {
    background-color: #1D87C8;
    color: #000000;
}

/* dark */

.text-wysiwyg--dark {
    color: #FFFFFF;
}

.text-wysiwyg--dark ul li:before {
    background-color: #FFFFFF;
}

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    border-left: 6px solid #1D87C8;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
}

blockquote:last-child {
    margin-bottom: 0;
}

/* Horizontal rules */

hr {
    margin: 0;
    height: 1px;
    background: #000000;
    border-radius: 1px;
    border: 0;
}

/* Image alt text */

img {
    font-size: 0.875em;
    word-break: normal;
}
button,
.button {
    position: relative;
    cursor: pointer;
    padding: 0.8rem 1.5rem;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    text-decoration: none !important;
    text-transform: capitalize;
    border-radius: 5px;
  min-width:150px;
}

/* before */

button:before,
.button:before {
    content: "";
    position: absolute;
    top: calc(0px - .5rem - 0px);
    left: calc(0px - .5rem - 0px);
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    border: 1px solid;
    border-radius: 5px;
    opacity: 0;
}

button:focus:before,
.button:focus:before {
    opacity: 1;
}

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

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

.button__text {
    display: block;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* primary */

.button--primary {
    text-align: center;
    background-color: #1D87C8;
    color: #FFFFFF;
}

.button--primary:hover,
.button--primary:focus {
    background-color: rgba(0, 95, 160, 0.90);
    color: #FFFFFF;
}

.button--primary:before {
    content: '';
    border-color: rgba(0, 95, 160, 0.25);
}

/* secondary */

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


.button--secondary:hover,
.button--secondary:focus {
    background-color: rgba(215, 215, 215, 0.90);
    color: #000000;
}

.button--secondary:before {
    content: '';
    border-color: rgba(215, 215, 215, 0.25);
}

/* Form fields */

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


/* Labels */

form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
}

.form-light form label {
    color: #000000;
}

/* Help text - legends */

form legend {
    font-size: 0.875rem;
    margin-bottom: .4rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="date"],
form select,
form textarea {
    padding: 0.85rem 0.85rem;
    border: none;
    display: inline-block;
    font-size: 16px;
    width: 100% !important;
    -webkit-appearance: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form input[type="date"]:focus,
form select:focus,
form textarea:focus {
    border-color: #1D87C8;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #1D87C8;
    outline-offset: 0px;
}

/* Inputs */

.form-light form input[type="text"],
.form-light form input[type="email"],
.form-light form input[type="password"],
.form-light form input[type="tel"],
.form-light form input[type="number"],
.form-light form input[type="file"],
.form-light form input[type="date"],
.form-light form select,
.form-light form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e8e8ea;
  border-radius: 0.3rem;
}

.form-light form input[type="text"]:hover,
.form-light form input[type="email"]:hover,
.form-light form input[type="password"]:hover,
.form-light form input[type="tel"]:hover,
.form-light form input[type="number"]:hover,
.form-light form input[type="file"]:hover,
.form-light form input[type="date"]:hover,
.form-light form select:hover,
.form-light form textarea:hover {
    border-color: #1D87C8;
}

select:required:invalid {
  color: #969494;
}

select disabled option:not(:first-of-type) {
  color: #000000 !important;
}


/* Inputs - select */

form select {
    background-image: url('//26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/raw_assets/public/xtremepush/icons/select-down.svg');
    background-repeat: no-repeat;
    background-position: center right 1.125rem;
    background-size: 0.745rem;
}



form textarea {
    width: 100% !important;
    min-height: 11.5rem;
}

form textarea::placeholder {
    color: #969494;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type="checkbox"],
form input[type="radio"] {
    width: 1rem !important;
    height: 1rem !important;
    border: 1px solid;
    cursor: pointer;
    margin-right: 0.35rem;
    -webkit-appearance: none;
}

.form-light form input[type="checkbox"],
.form-light form input[type="radio"] {
      border: 1px solid #cbcbcb;
        margin-left: 5px !important;
}
.form-light form input[type="checkbox"] {
border-radius: 0.2rem;
}

form input[type="radio"] {
    border-radius: 100%;
}

.form-light form input[type="checkbox"]:hover,
.form-light form input[type="radio"]:hover {
    border-color: #1D87C8;
}

.form-light form input[type='checkbox']:checked,
.form-light form input[type='radio']:checked {
    border-color: #000000;
    background-color: #1D87C8;
}

/* Inputs - datepicker */

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    content: "\01F4C5";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75rem;
}

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

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

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

/* Inputs - file picker */

form input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
}

form input[type="file"]::before {
    content: 'Select files';
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 0.25rem 0.5rem;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10pt;
    color: #000000;
    -webkit-user-select: none;
}

/* Headings and text */

.form-columns-0 .hs-richtext.hs-main-font-element {
    padding-left: .8125rem;
    padding-right: .8125rem;
}

.form-columns-0 {
    margin-bottom: 1.875rem !important;
}

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

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

form .hs-richtext.hs-main-font-element {
    margin-bottom: 0 !important;
}

.hs_cos_wrapper .form-title {
    display: none !important;
}

/* GDPR */

.legal-consent-container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

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

.legal-consent-container .hs-form-booleancheckbox-display input {
    float: none !important;
    margin: 0 0.875rem 0 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: inline-block !important;
    flex: 1;
    font-weight: normal;
    font-size: 0.875rem !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin: 0 !important;
    line-height: 1.1rem;
    font-size: 0.8rem;
  color: #013750 !important;

}

.legal-consent-container a {
    color: #FFF !important;
    text-decoration: underline;
}

.form-light .legal-consent-container a {
    color: #636363 !important;
}


form .legal-consent-container .hs-richtext {
    margin: 0 0 0.75rem 0 !important;
}

form .legal-consent-container .hs-richtext:last-of-type {
    margin: 0 !important;
}

/* Validation */

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

.hs-input.invalid.error {
    border-color: #D33856;
}

.hs-error-msg {
    color: #db0054 !important;
margin-top: 0.2rem;
    font-size: 0.7rem;
    font-weight: 300;
  margin-bottom: 0px;
}

/* Submit button */

form input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 0.8rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    border: none;
    cursor: pointer;
  font-weight:600;
    white-space: normal;
    border-radius: 5px;
    text-transform: capitalise;
    transition: all 0.15s linear;
    -webkit-appearance: none;
}

.form-light form input[type="submit"] {
background: #003DF5 !important;
    border: 2px solid #003DF5 !important;
    color: #FFF !important;
  border-radius:100px !important;
}

.form-light form input[type="submit"]:hover {
    background-color: #4449e5 !important;
    border-color: #4449e5 !important;
    text-decoration: none;
    transform: scale(1.04); 
  border-radius:100px !important;
}

/* placeholders */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969494;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #969494;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #969494;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #969494;
  }

/* Overide Columns */

fieldset {
    max-width: none !important;
    text-align: left;
    font-size: 0;
    margin-bottom: 0.7rem !important;
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}

@media (max-width: 640px) {
    fieldset {
        margin-right: -0.5rem !important;
        margin-bottom: 0 !important;
        margin-left: -0.5rem !important;
    }
}

.form-columns-1 .hs-form-field,
.form-columns-2 .hs-form-field, 
.form-columns-3 .hs-form-field {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

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

.form-columns-3 .hs-form-field {
    width: 33.33333% !important;
}

.form-columns-1 .input, 
.form-columns-2 .input, 
.form-columns-3 .input {
    margin-right: 0 !important;
    width: 100%;
}

@media (max-width: 1024px) {
    .form-columns-1 .hs-form-field,
    .form-columns-2 .hs-form-field, 
    .form-columns-3 .hs-form-field {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (max-width: 640px) {
    .form-columns-1 .hs-form-field,
    .form-columns-2 .hs-form-field, 
    .form-columns-3 .hs-form-field {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }
}

.legal-consent-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (max-width: 640px) {
    .legal-consent-container {
        margin-bottom: 20px !important;
    }
}

/* Overide Checkboxes */

.inputs-list.multi-container label {
    margin-bottom: 0 !important;
}

.inputs-list.multi-container .hs-form-checkbox,
.inputs-list.multi-container .hs-form-radio {
    margin-top: 0 !important;
    margin-bottom: 1.4rem !important;
}

.inputs-list.multi-container .hs-form-checkbox:first-child,
.inputs-list.multi-container .hs-form-radio:first-child {
    margin-top: 1rem !important;
}

.inputs-list.multi-container .hs-form-checkbox:last-child,
.inputs-list.multi-container .hs-form-radio:last-child {
    margin-bottom: 0 !important;
}

.hs-fieldtype-booleancheckbox {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    margin: 0;
}

form .hs-richtext p:last-of-type {
    margin: 0 !important;
}

form .hs-recaptcha {
    margin-bottom: 1.5rem !important;
}

@media (max-width: 640px) {
    form .hs-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }    
}
/* Table */

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border: 1px solid;
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    border-spacing: 0;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    border-color:  !important;
    border-collapse: inherit !important;
    table-layout: auto !important;
    height: auto !important;
}

table:last-child {
    margin-bottom: 0;
}

/* Table Rows */

table tr {
    white-space: nowrap;
    height: auto !important;
}

table tr:nth-child(even) {
    background-color: #F2F2F2;
}

/* Table Cells */

table th:first-child {
    border-radius: 5px 0 0 0px;
}

table th:last-child {
  border-radius: 0 5px 0 0;
}

th,
td {
    border-bottom: 1px solid ;
    padding: 1rem 1.25rem;
    vertical-align: top;
}

td {
    width: auto !important;
    height: auto !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

/* Table Header */

thead th,
thead td {
    border-bottom: none;
    vertical-align: bottom;
    background-color: #1D87C8;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 1.125rem;
}

/* Table Footer */

tfoot th,
tfoot td {
    border-bottom: none;
    vertical-align: bottom;
}
.image-fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    /* opacity: 0; */
    transition: all 0.2s;
}

.image-fit.flickity-lazyerror,
.image-fit.flickity-lazyloaded,
.image-fit.lazyloaded {
    opacity: 1;
}

/* image hover effect */

.image-hover {
    transition: all 0.4s;
}

.image-hover:hover {
    transform: scale(1.05);
}

.img-wrap.img-wrap-bg:after {
display:none;
}
.cards {
    grid-row-gap: 3rem;
}

.cards .cards__item {
    position: relative;
    display: block;
    padding-top: 2.5rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0px 25px 25px #00000040;
}

.cards .cards__item:hover .button {
    background-color: rgba(0, 95, 160, 0.90);
}

/* text */

.cards .cards__text {
    margin-bottom: 5.5rem;
}

@media (max-width: 640px) {
    .cards .cards__text {
        margin-bottom: 2rem;
    }
}

/* button */

.cards .cards__button {
    position: absolute;
    bottom: 2.5rem;
}

@media (max-width: 640px) {
    .cards .cards__button {
        position: relative;
        bottom: auto;
    }
}

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

div[data-global-resource-path*="header"] {
    position: sticky;
    top: 0;
    z-index: 50;
}

.header {
    width: 100%;
    height: 4.8125rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-color: #FFF;
}

.header__logo {
    max-width: 10.625rem;
}

.header.header--light {
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .header {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}



.header.header--active {
    background-color: #1D87C8;
}

.header.header--active .nav-primary a,
.header.header--active .nav-primary span,
.header.header--active .login-link,
.header.header--active .header__search {
    color: #FFF;
}

.header .logo-secondary,
.header.header--active .logo-primary {
    display: none;
}

.header.header--active .logo-secondary {
    display: block;
}



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

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

/* Navigation */

.header__nav {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

@media (max-width: 1024px) {
    .header__nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .header__logo {
        margin-right: 1.5rem;
    }
}

/* Search */

.header__search {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 4.8125rem;
    margin-right: 2.5rem;
}

@media (max-width: 1080px) {
    .header__search {
        margin-right: 1.5rem;
    }
}


.header__search:hover,
.header__search:focus {
    color: #1D87C8
}

.header__search.is-active {
    color: 
}

.header__search svg {
    width: 2rem;
    height: 2rem;
}

@media (max-width: 1024px) {
    .header__search {
        width: 2rem;
        height: 2rem;
    }

    .header__search svg {
        width: 2rem;
        height: 2rem;
    }
}

.search-wrapper form {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 640px) {
    .search-wrapper form {
        flex-wrap: wrap;
    }

    .search-wrapper button {
        margin-top: 1.25rem;
        margin-left: 0 !important;
    }
}

.search-wrapper label {
    margin-bottom: 1rem;
    color: ;
    font-size: 1.6875rem;
    font-family: 'Open Sans', sans-serif;;
    font-weight: 700;
    text-align: center;
}

.search-wrapper .hs-search-field__input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.333' height='17.333' viewBox='0 0 17.333 17.333'%3E%3Cg id='search-circle-outline' transform='translate(-70.667 -70.667)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M151.333,144A7.333,7.333,0,1,1,144,151.333,7.342,7.342,0,0,1,151.333,144Zm0,12a4.667,4.667,0,1,0-4.667-4.667A4.672,4.672,0,0,0,151.333,156Z' transform='translate(-73.333 -73.333)' fill='%23131f33'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M273.337,274.67a1.329,1.329,0,0,1-.943-.391l-4.363-4.363a1.333,1.333,0,0,1,1.886-1.886l4.363,4.363a1.333,1.333,0,0,1-.943,2.276Z' transform='translate(-186.67 -186.67)' fill='%23131f33'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center left 0.875rem;
    background-repeat: no-repeat;
    width: 100%;
    height: 3.25rem;
    padding-right: 0.875rem;
    padding-left: 2.875rem;
}

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

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

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

.search-wrapper .hs-search-field__suggestions li a {
    color: #494a52;
    padding: 10px 15px;
    text-decoration: none;
    transition: background-color 0.3s;
}

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

.search-wrapper button {
    display: block;
    margin-right: auto;
    margin-left: 1.5rem;
    max-width: 10.25rem;
    width: 100%;
    height: 3.25rem;
    border: none;
}

/* buttons */

.header__buttons .login-link {
    margin-right: 1.25rem;
}

@media (max-width: 768px) {
    .header__buttons {
        display: none;
    }
}

/* Submenus */

.hs-baymax-editor .header__submenus {
    display: none !important;
}

.header__submenus {
    color: #FFFFFF;
}

.header__submenus__curve {
    width: 100%;
    position: absolute;
    bottom: -5rem;
}

@media (max-width: 768px) {
    .header__submenus__curve {
        display: none !important;
    }
}

.header__submenus__curve img {
    width: 100%;
    height: 5rem;
}

.header__submenus .submenu-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #131F33 0%, #1E1F1C 100%);
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    border-top: 1px solid #000000;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: calc(350ms / 2);
    transition-delay: calc(350ms / 2);
    z-index: -1;
}

@media (max-width: 1024px) {
    .header__submenus .submenu-content {
        top: 8.8125rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-top: none !important;
    } 
}

@media (max-width: 640px) {
    .header__submenus .submenu-content {
        padding-top: 0;
        border-top: 0;
        height: calc(100vh - 8.8125rem);
        overflow-y: auto;
    }
}

.header__submenus .submenu-content.active {
    transform: scaleY(1);
    transition: 350ms;
    z-index: 100;
}

/* submenu item */

.header__submenus .submenu__item {
    border-right: 0;
    border-left-width: 2px;
    border-left-style: solid;
    border-image: linear-gradient(to bottom, #2D2E2B,#4B4B49,#2D2E2B) 1 100%;
    opacity: 0;
    transition: calc(350ms / 2);
    transition-delay: 0ms;
}

@media (max-width: 1024px) {
    .submenu__item {
        flex: none;
        width: 50%;
        border-left-width: 0 !important;
    }

    .submenu__item:nth-of-type(1) {
        width: 100%;
        border-bottom: 2px solid #1D87C8;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem !important;
    }

    .submenu__item:nth-of-type(2) {
        border-left: none;
    }

    .submenu__item.submenu__item--image_text {
        padding-top: 2rem;
    }
}

@media (max-width: 640px) {
    .submenu__item {
        width: 100%;
    }

    .submenu__item:nth-of-type(1) {
        border-top: 2px solid #1D87C8;
        padding-top: 1.25rem !important;
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0 !important;
    }

    .submenu__item:nth-of-type(2) {
        border-left: none;
        padding-top: 1.25rem !important;
        border-top: 2px solid #1D87C8;
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .submenu__item:nth-of-type(3) {
        border-top: 2px solid #1D87C8;
        padding-top: 1.25rem !important;
        border-left: none;
    }
}

.header__submenus .submenu-content.active .submenu__item {
    opacity: 1;
    transition: 350ms;
    transition-delay: 350ms;
}

.header__submenus .submenu__item:first-of-type {
    border-left: none;
}

.header__submenus .submenu__item .inner {
    padding-left: 2rem;
}

@media (max-width: 1024px) {
    .header__submenus .submenu__item .inner {
        padding-left: 0;
    }
}

.header__submenus .submenu__item:first-of-type .inner {
    padding-left: 0;
}

/* submenu links */

.header__submenus .submenu__item--links .menu-item ul {
    display: block !important;
}

.header__submenus .submenu__item--links .menu-item ul li {
    margin-bottom: 1.5rem;
}

.header__submenus .submenu__item--links .menu-item ul li:last-child {
    margin-bottom: 0;
}

.header__submenus .submenu__item--links li a {
    color: #FFFFFF;
    font-size: 1.125rem;
}

.header__submenus .submenu__item--links li a:hover {
    color: ;
    text-decoration: underline;
}

/* submenu links use cases */

.submenu__item--links_use_case .icon {
    width: 2rem;
    height: 2rem;
    margin: 6px;
    transform: rotate(45deg);
    border-radius: 4px;
    background-color: #1D87C8;
    color: ;
}

.submenu__item--links_use_case .icon svg {
    width: 1rem;
    height: 1rem;
    transform: rotate(-45deg);
}

.submenu__item--links_use_case a:hover .icon {
    background-color: ;
    color: ;
}

.submenu__item--links_use_case a {
    color: ;
    margin-bottom: 0.625rem;
}

.submenu__item--links_use_case a:last-of-type {
    margin-bottom: 0;
}

.submenu__item--links_use_case a:hover {
    text-decoration: underline;
}

/* submenu text */

.header__submenus .submenu__item--image_text {
    position: relative;
}

.header__submenus .submenu__item--image_text:before {
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    border-radius: 0.3125rem;
}

@media (max-width: 1024px) {
    .header__submenus .submenu__item--image_text:before {
        display: none;
    }
}

.header__submenus .submenu__item--text .inner {
    padding-right: 2.15rem;
}


.header__submenus .submenu__item--text p,
.header__submenus .submenu__item--image_text p {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.header__submenus .submenu__item--text p:last-of-type,
.header__submenus .submenu__item--image_text p:last-of-type {
    margin-bottom: 0;
}

/* submenu image text */

@media (max-width: 1024px) {
    .submenu__item.submenu__item--image_text:nth-of-type(2),
    .submenu__item.submenu__item--image_text:last-of-type {
        width: 100%;
    }
}

.header__submenus .submenu__item--image_text .image-text {
    margin-right: -1rem;
    margin-left: -1rem;
}

.header__submenus .submenu__item--image_text .image-text__col {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (max-width: 1024px) {
    .header__submenus .submenu__item--image_text .image-text {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
    
    .header__submenus .submenu__item--image_text .image-text__col {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

.header__submenus .submenu__item--image_text .image-text .image-text__col--img {
    position: relative;
    max-width: 16.0625rem;
    flex: 1;
}

.header__submenus .submenu__item--image_text .image-text .image-text__col--img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 2rem;
    width: 14.0625rem;
    height: 14.0625rem;
    background-color: #24324a;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .header__submenus .submenu__item--image_text .image-text .image-text__col--img:before {
        right: 0;
    }
}

@media (max-width: 640px) {
    .header__submenus .submenu__item--image_text .image-text .image-text__col--img:before {
        width: 12.0625rem;
        height: 12.0625rem;
    }
}


.header__submenus .submenu__item--image_text .image-text .image-text__col--img .image-wrap {
    padding-top: 129%;
}

@media (max-width: 1024px) {
    .header__submenus .submenu__item--image_text .image-text .image-text__col--img {
        max-width: 14.25rem;
    }
}

.image-text__content {
    max-width: 17.8125rem;
    font-size: 1.125rem;
}

.image-text__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* submenu search */

@media (max-width: 1024px) {
    .header__submenus .submenu-content.submenu_search {
        top: 4.8125rem !important;
    }
}

.header__submenus .submenu__item.submenu__item--search {
    border-bottom: none !important;
    margin: 0;
    padding: 0 !important;
}

@media (max-width: 640px) {
    .header__submenus .submenu__item.submenu__item--search {
        padding: 1.25rem 1rem !important;
    } 
}

/* Mobile Navigation */

/* burger */

.burger-wrap {
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    background-color: ;
    margin-left: 1rem;
    border-radius: 0.25rem;
}

@media (max-width: 1024px) {
    .burger-wrap {
        display: block;
    }
}

@media (max-width: 768px) {
    .burger-wrap {
        margin-left: 0;
    }
}

.burger {
    width: 35px;
    height: 26px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.burger__line {
    width: 100%;
    height: 4px;
    position: absolute;
    border-radius: 0.25rem;
    transition-duration: 400ms;
    transition: cubic-bezier(0.8, 0.5, 0.2, 1.4);
    background-color: #FFFFFF;
}

.burger__line:nth-child(1) {
    top: 0;
    left: 0;
    transition-duration: 400ms;
}

.burger-wrap.active .burger__line:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    transition-duration: 400ms;
}

.burger__line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
}

.burger-wrap.active .burger__line:nth-child(2) {
    opacity: 0;
}

.burger__line:nth-child(3) {
    bottom: 0;
    left: 0;
    transition-duration: 400ms;
}

.burger-wrap.active .burger__line:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    transition-duration: 400ms;
}

/* nav wrap */

.nav-wrap {
    display: none;
    position: fixed;
    top: 4.8125rem;
    left: -100%;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0,#131f33 0%,#1e1f1c 100%);
    color: #FFFFFF;
    z-index: 60;
    transition: all 0.15s linear;
}

@media (max-width: 1024px) {
    .nav-wrap {
        display: block;
    }
}

.nav-wrap.active {
    left: 0;
}

/* buttons */

.nav-wrap .nav-wrap__buttons {
    margin-top: 1.5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.nav-wrap .nav-wrap__buttons .login-link {
    color: #FFFFFF;
    margin-right: 1.5rem;
}
/*
|-----------------------------------------------------------------------------
| nav primary                                
|-----------------------------------------------------------------------------
*/

.nav-primary {
    display: flex;
}

.nav-primary a,
.nav-primary span {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1rem;
    line-height: 1;
}

.nav-primary a.active-item {
    position: relative;
    font-weight: 700;
}

.nav-primary a:after,
.nav-primary span:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: ;
    border-radius: 50%;
    filter: blur(1rem);
    opacity: 0;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .nav-primary a:after,
    .nav-primary span:after {
        display: none;
    }
}

.nav-primary .submenu.level-1 > li.is-active > a:hover:after,
.nav-primary a:hover:after,
.nav-primary span:hover:after {
    opacity: 0.4;
}

.nav-primary span {
    cursor: default;
}

.nav-primary li.menu-item {
    margin-bottom: 0;
}

.nav-primary .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-primary .submenu a,
.nav-primary .submenu p {
    text-decoration: none;
}

.nav-primary .submenu-toggle {
    display: none;
}



.nav-primary .submenu.level-1 {
    display: flex;
    white-space: nowrap;
}

.nav-primary .submenu.level-1 > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 4.8125rem;
    margin-right: 3.125rem;
}

@media (max-width: 1080px) {
    .nav-primary .submenu.level-1 > li {
        margin-right: 1.5rem;
    }
}

.nav-primary .submenu.level-1 > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: ;
    height: 3px;
    width: 100%;
    opacity: 0;
}

/* .nav-primary .submenu.level-1 > li:hover .menu-link,
.nav-primary .submenu.level-1 > li.active-item .menu-link {
    font-weight: 700;
} */

.nav-primary .submenu.level-1 > li.is-active:after {
    opacity: 1;
}

.nav-primary .submenu.level-1 > li:last-child {
    margin-right: 0;
}



.nav-primary .submenu.level-2 {
    position: absolute;
    top: 100%;
    left: -9999px;
    width: 270px;
    border: 2px solid #d1d6dc;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
    opacity: 0;
    text-transform: none;
    transform: translateX(-50%);
    z-index: 10;
}

.nav-primary .submenu.level-2 > li:first-child > a {
    position: relative;
    z-index: 2;
}

.nav-primary .submenu.level-2 > li:first-child:before {
    background-color: #fff;
    border: 2px solid #494a52;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 20px;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color 0.3s;
    width: 30px;
    z-index: 1;
}

.nav-primary .submenu.level-2 > li:first-child:hover:before,
.nav-primary .submenu.level-2 > li:first-child.focus:before {
    background-color: rgba(208, 210, 212, 1);
    transition: background-color 0.3s;
}

.nav-primary .submenu.level-2 > li {
    border-bottom: 1px solid #d1d6dc;
    padding: 0;
}

.nav-primary .submenu.level-2 .menu-item .menu-link {
    background-color: #fff;
    display: block;
    padding: 10px 30px;
    transition: background-color 0.3s;
}

.nav-primary .submenu.level-2 .menu-item:first-of-type,
.nav-primary .submenu.level-2 .menu-item:first-of-type .menu-link {
    border-radius: 6px 6px 0 0;
}

.nav-primary .submenu.level-2 .menu-item:last-of-type,
.nav-primary .submenu.level-2 .menu-item:last-of-type .menu-link {
    border-radius: 0 0 6px 6px;
}

.nav-primary .submenu.level-2 > li:last-child,
.nav-primary .submenu.level-2 > li:last-child .submenu {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}

.nav-primary .submenu.level-2 .menu-item .menu-link:hover,
.nav-primary .submenu.level-2 .menu-item .menu-link:focus {
    background-color: #d0d2d4;
    cursor: pointer;
    transition: background-color 0.3s;
}



.nav-primary .submenu.level-3 .menu-item .menu-link {
    padding-left: 60px;
}



.nav-primary .submenu.level-4 .menu-item .menu-link {
    padding-left: 80px;
}

@media (max-width: 1024px) {

    /* nav mobile */

    .nav-primary .submenu.level-1 {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav-primary .submenu.level-1>li {
        display: block !important;
        width: 100%;
        margin-right: 0 !important;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 4rem !important;
        border-bottom: 2px solid #000000;
    }

    .nav-primary .submenu.level-1>li.is-active {
        order: -9999;
    }

    .nav-primary .submenu.level-1>li:first-of-type {
        border-top: 2px solid #000000;
    }

    .nav-primary .submenu.level-1>li:after {
        display: none;
    }

    .nav-primary .submenu.level-1>li.has-submenu {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16.242' viewBox='0 0 16 16.242'%3E%3Cpath id='arrow-forward' d='M107,112l6,6-6,6m5.167-6H100' transform='translate(-98.5 -109.879)' fill='none' stroke='%23f6f6f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
        background-position: top 1.5rem right 1rem;
        background-size: 1rem;
        background-repeat: no-repeat;
        transition: background-position 0.15s linear;
    }

    .nav-primary .submenu.level-1>li.has-submenu.is-active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16.242' viewBox='0 0 16 16.242'%3E%3Cpath id='arrow-forward' d='M107,112l6,6-6,6m5.167-6H100' transform='translate(114.5 126.121) rotate(180)' fill='none' stroke='%23f6f6f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
        background-position: top 1.5rem left 1rem;
    }

    .nav-primary a,
    .nav-primary span {
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all 0.15s linear;
    }

    .nav-primary .submenu.level-1>li.has-submenu.is-active a,
    .nav-primary .submenu.level-1>li.has-submenu.is-active span {
        justify-content: flex-end;
    }
}


/*
|-----------------------------------------------------------------------------
| nav footer                                
|-----------------------------------------------------------------------------
*/

.nav-footer {
    font-size: 1.125rem;
}

.nav-footer a {
    color: #1D87C8;
}

.nav-footer a:hover,
.nav-footer a:focus {
    color: #1D87C8;
}

.nav-footer li.menu-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.nav-footer li.menu-item:last-child {
    margin-bottom: 0;
}

.nav-footer .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-footer .submenu-toggle {
    display: none;
}



.nav-footer .submenu.level-1 .has-submenu.menu-item .menu-link {
    font-family: 'Open Sans', sans-serif;;
}

.nav-footer .submenu.level-1 .menu-item .menu-link {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    cursor: default;
}

.nav-footer .submenu.level-1 .menu-item .menu-link:hover,
.nav-footer .submenu.level-1 .menu-item .menu-link:focus {
    color: #1D87C8;
}



.nav-footer .submenu.level-2 .menu-item .menu-link {
    font-family: 'Open Sans', sans-serif; !important;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.25;
    cursor: pointer;
}

.nav-footer .submenu.level-2 .menu-item .menu-link:hover,
.nav-footer .submenu.level-2 .menu-item .menu-link:focus {
    color: ;
}



.nav-footer .submenu.level-3 .menu-item .menu-link {
    margin-top: 1rem;
    margin-left: 1rem;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
    visibility: hidden;
}

@media (max-width: 640px) {
    .nav-footer {
        text-align: left;
    }

    .nav-footer li.menu-item {
        position: relative;
        margin-bottom: 0.5rem;
    }

    

    .nav-footer .submenu.level-1 .menu-item .menu-link {
        margin-bottom: 1.5rem;
    }

    .nav-footer .submenu.level-1 .menu-item .menu-link {
        cursor: pointer;
    }

    .nav-footer .submenu.level-1 .menu-item .menu-link:hover,
    .nav-footer .submenu.level-1 .menu-item .menu-link:focus {
        color: #000000;
    }

    .nav-footer .submenu.level-1 > li {
        border-bottom: 1px solid ;
        padding-bottom: 0.5rem;
    }

    .nav-footer .submenu.level-1 > li.has-submenu.active .submenu.level-2 {
        display: block;
    }

    .nav-footer .submenu.level-1 > .has-submenu > .menu-arrow {
        position: absolute;
        display: block;
        top: 1rem;
        right: 5px;
        width: 0;
        height: 0;
        margin-left: 1px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid ;
        transform: translateY(-50%);
    }

    .nav-footer .submenu.level-1 > li.has-submenu.active > .menu-arrow {
        transform: rotate(180deg);
    }

    

    .nav-footer .submenu.level-2 {
        display: none;
    }
}
.pre-footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

@media (max-width: 640px) {
    .pre-footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.pre-footer__img {
    width: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.06;
    z-index: 10;
}

@media (max-width: 640px) {
    .pre-footer__img {
        width: 70%;
    }    
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Modules
*/

.hero {
    position: relative;
    /* overflow: hidden; */
}

/* Large */
.hero--large .hero__slider {
    height: calc(100vh - 4.8125rem);   
}

.hero--large .flickity-viewport {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hero--large .hero__slider__item {
    height: 100%;
}

.hero__slider__item {
    position: relative;
    width: 100%;
}

.hero__slider__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, transparent 0%, #1E1F1C 100%);
    z-index: 1;
}

.hero__slider__item .content {
    color: #FFF;
    padding-top: 6.25rem;
    padding-bottom: 10rem;
    position: relative;
    z-index: 3;
}

.hero__slider__item .content .content__text {
    max-width: 32.75rem;
}

@media (max-width: 640px) {
    .hero__image-slider .content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero__slider__item .content .content__text {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Text Image */

.hero--text-image .content {
    max-width: 44.625rem;
    padding-top: 8rem;
    padding-right: 2rem;
    padding-bottom: 8rem;
    padding-left: 2rem;
}

.hero--text-image .content.content--lg {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

@media (max-width: 640px) {
    .hero--text-image .content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero--text-image .content.content--lg {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.hero--text-image .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
}

@media (max-width: 1024px) {
    .hero--text-image .shape {
        width: 100%;
    }
}

.hero--text-image .shape img {
    object-fit: contain;
	object-position: left;
}

@media (max-width: 1024px) {
    .hero--text-image .shape img {
        object-fit: cover;
    }
}

/* hero shape */

.hero .hero__shape {
    position: absolute;
    z-index: 2;
}

.hero .hero__shape.hero__shape--left {
    bottom: 2rem;
    left: 0;
    width: 7.8125rem;
    height: 15.625rem;
}

.hero.hero--small .hero__shape.hero__shape--left {
    bottom: 11rem;
}

.hero .hero__shape.hero__shape--left svg {
    width: 7.8125rem;
    height: 15.625rem;
}

@media (max-width: 1024px) {
    .hero .hero__shape.hero__shape--left,
    .hero .hero__shape.hero__shape--left svg {
        width: 3.90625rem;
        height: 7.8125rem;
    }
}

.hero .hero__shape.hero__shape--right {
    bottom: -10.9375rem;
    right: 0;
    width: 10.9375rem;
    height: 21.875rem;
}

.hero .hero__shape--flush.hero__shape--right {
    bottom: 0;
}

.hero.hero--small .hero__shape.hero__shape--right {
    bottom: 0;
}

.hero .hero__shape.hero__shape--right svg {
    width: 10.9375rem;
    height: 21.875rem;
}

@media (max-width: 1024px) {
    .hero .hero__shape.hero__shape--right {
        bottom: -6.25rem;
    }
    
    .hero .hero__shape.hero__shape--right,
    .hero .hero__shape.hero__shape--right svg {
        width: 6.25rem;
        height: 12.5rem;
    }
}

@media (max-width: 768px) {
    .hero .hero__shape.hero__shape--right {
        bottom: 0;
    }
}

/* hero logos */

.hero__logos {
    color: #FFF;
}

.hero__logos .hero__logos__logo {
    position: relative;
    border-right-width: 1px;
    border-right-style: solid;
    border-left: 0;
    border-image: linear-gradient(to bottom,#1E1F1C,#4B4B49,#1E1F1C) 1 100%;
}

.hero__logos .hero__logos__logo:last-child {
    border-right-width: 0;
}

@media (max-width: 768px) {
    .hero__logos .hero__logos__logo:nth-child(2) {
        border-right-width: 0;
    }

    .hero__logos .hero__logos__logo:nth-child(2):before {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero__logos .hero__logos__logo {
        border-right-width: 0;
    }

    .hero__logos .hero__logos__logo:before {
        display: none;
    }
}

.hero__logos .hero__logos__logo:before {
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    border-radius: .3125rem;
}

.hero__logos .hero__logos__logo:last-child:before {
    display: none;
}

.hero__logos .hero__logos__logo .inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 640px) {
    .hero__logos .hero__logos__logo .inner {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.hero__logos .hero__logos__logo .inner .img-wrap {
    padding-top: 2.75rem;
}

.hero__logos .hero__logos__logo .inner .text {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* hero image text */

.hero__image-text {
    color: #FFF;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (max-width: 767px) {
    .hero__image-text {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.hero__image-text__image {
    max-width: 40rem;
    margin-left: auto;
    z-index: 2;
}

.hero__image-text__image:before {
    content: '';
    position: absolute;
    top: 3rem;
    left: 0;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background-color: #24324a;
}

.hero__image-text__image .img-wrap {
    padding-top: 100%;
}

.hero__image-text__text {
    max-width: 48.4375rem;
    margin-left: 3.75rem;
    padding-top: 3rem;
    padding-bottom: 10rem;
    z-index: 2;
}

@media (max-width: 640px) {
    .hero__image-text__text {
        margin-left: 0;
        padding-bottom: 2rem;
    }
}

.hero__image-text__text .text {
    max-width: 38.75rem;
}


/* hero curve */

.hero__curve {
    margin-top: -9%;
    background: #FFF;
}

.hero__curve--sm {
    margin-top: 0;
    background: transparent;
}

.hero__curve--flush {
    margin-top: 0;
}

@media (max-width: 640px) {
    .hero__curve {
        margin-top: 0;
    }
}

/* Templates
e.g blog page
*/
/* Blog header */

.blog-header {
    background-color: #F8FAFC;
    text-align: center;
}

.blog-header__inner {
margin: 0 auto;
max-width: 600px;
}

.blog-header__form {
    margin: 0 1rem;
}

@media screen and (min-width: 768px) {
.blog-header__form {
    margin: 0 auto;
    width: 500px;
}
}

/* Blog header - author listing */

.blog-header__author-avatar {
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    display: block;
    height: auto;
    margin: 0 auto 1.4rem;
    width: 200px;
}

.blog-header__author-social-links a {
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    position: relative;
    width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
    background-color: #494A52;
}

.blog-header__author-social-links svg {
    fill: #FFF;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
  
/* Blog listing */

.blog--listing {
    padding-top: 3.75rem;
}

@media (max-width: 640px) {
    .blog--listing {
        padding-top: 3rem;
    }
}

.blog--listing .blog-listing__select {
    max-width: 20.625rem;
}

.filters-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    width: 4.375rem;
    height: 100%;
    background: linear-gradient(93deg, rgba(251,251,251,0.1) 0%, rgba(251,251,251,1) 50%, rgba(251,251,251,1) 100%);
}

ul.blog--listing__filters {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

ul.blog--listing__filters li {
    display: inline-block;
    margin-right: 2.625rem;
    margin-bottom: 5px;
    padding-bottom: 0.75rem;
}

ul.blog--listing__filters li:last-of-type {
    margin-right: 0;
}

ul.blog--listing__filters li a {
    border-bottom: 3px solid transparent;
    padding-bottom: 0.75rem;
}

ul.blog--listing__filters li a.active {
    border-bottom: 3px solid ;
    padding-bottom: 0.75rem;
}

.blog__item--featured {
    padding-right: 2.125rem;
}

@media (max-width: 768px) {
    .blog__item--featured {
        padding-right: 0;
    }   
}

.blog__item--featured .img-wrap {
    padding-top: 48% !important;
}

.blog__item--featured .text-wrap {
    margin-bottom: 0 !important;
}

.blog__item--featured .text-wrap .title {
    padding-right: 8rem;
}

@media (max-width: 768px) {
    .blog__item--featured .text-wrap .title {
        padding-right: 5rem;
    }
}

.blog__item {
    margin-bottom: 2.5rem;
    box-shadow: 0px 0px 6px #1E1F1C1A;
    border: 1px solid #D2D2D1;
    border-radius: 5px;
    background-color: #FFF;
}

.blog__item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    width: 13.5625rem;
    height: 13.5625rem;
    border-radius: 100%;
    background-color: #131F33;
    z-index: -1;
}

.blog__item .img-wrap {
    padding-top: 64.15%;
    border-radius: 3px 3px 0 0;
}

.blog__item .text-wrap {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 5.15rem;
}

@media (max-width: 768px) {
    .blog__item .text-wrap {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.blog__item .date {
    position: absolute;
    top: 0;
    left: 0.625rem;
    width: 6.25rem;
    height: 3.125rem;
    margin: 0;
    border-bottom-left-radius: 12.5rem;
    border-bottom-right-radius: 12.5rem;
    z-index: 1;
}

.blog__item .date__text {
    color: #FFF;
    padding-top: 0.3125rem;
}

.blog__item .author {
    margin-right: .5rem;
}

.blog__item .author:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #d2d2d1;
    margin-left: .2rem;
    display: inline-block;
    border-radius: 100%;
}

.blog__item .btn {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    display: inline-block;
    border-bottom: 2px solid #1E1F1C;
    padding-right: 0.625rem;
    padding-bottom: 0.375rem;
    padding-left: 0.625rem;
}

.blog__item .icons {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog__item .icons .icons__icon {
    width: 2rem;
    height: 2rem;
    background-color: #265A8E;
    margin: 6px;
    transform: rotate(45deg);
    border-radius: 4px;
    color: #FFF;
}

.blog__item .icons .icons__icon svg {
    width: 1rem;
    height: 1rem;
    transform: rotate(-45deg);
}

/* Blog listing use cases */

.blog__item--use-case .img-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FEF3DC99 0%, #FEF3DC00 100%) 0% 0% no-repeat;
    z-index: 1;
}

/* sidebar */

.blog-sidebar .blog-sidebar__title {
    border-bottom: 2px solid #1D87C8;
}

.blog-sidebar .blog-sidebar__post {
    color: ;
    padding: 1.25rem;
    margin-bottom: 0.625rem;
}

.blog-sidebar .blog-sidebar__post:last-of-type {
    margin-bottom: 0;
}

.blog-sidebar .blog-sidebar__post:hover {
    color: ;
    text-decoration: underline;
}

.blog-sidebar__search {
    position: relative;
    margin-top: 0.625rem;
}

.blog-sidebar__search:after {
    content: '';
    position: absolute;
    top: -0.625rem;
    left: -0.625rem;
    width: 100%;
    height: 100%;
    background-color: #D6DAE8;
    border-radius: .625rem;
}

.blog-sidebar__search .inner {
    position: relative;
    padding: 1.25rem;
    z-index: 1;
}

.blog-sidebar__search .inner button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.414 18.414'%3E%3Cpath fill='none' stroke='%23265a8e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7.667 1a6.67 6.67 0 016.667 6.667 6.67 6.67 0 01-6.667 6.666A6.67 6.67 0 011 7.667 6.67 6.67 0 017.667 1z' data-name='Path 90'/%3E%3Cpath fill='none' stroke='%23265a8e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 17l-4.622-4.622' data-name='Path 91'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1rem; 
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 0;
    transform: translateY(-50%);
}

  
/* Blog pagination */
.blog__pagination {
    margin-top: 2rem;
}

.blog__pagination__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-right: 0.375rem;
    margin-left: 0.375rem;
    color: #1D87C8;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 100%;
}

@media (max-width: 640px) {
    .blog__pagination__link {
        margin-bottom: 0.625rem;
    }
}

.blog__pagination__link.blog__pagination__link--active {
    background-color: #1D87C8;
    color: #FFF;
}

.blog__pagination__link:hover,
.blog__pagination__link:focus {
    text-decoration: none;
    color: #F4A606;
}

.blog__pagination__link--prev,
.blog__pagination__link--next {
    color: #1D87C8;
    border-radius: 100%;
}

@media (max-width: 640px) {
    .blog__pagination__link--prev,
    .blog__pagination__link--next {
        order: 1;
    }
}

.blog__pagination__link--prev svg,
.blog__pagination__link--next svg {
    width: 1rem;
    height: 1rem;
}

.blog__pagination__link--prev {
    margin-right: 0;
    margin-left: 0;
}

.blog__pagination__link--next {
    margin-right: 0;
    margin-left: 0;
}

.blog__pagination__link.blog__pagination__link--prev--disabled,
.blog__pagination__link.blog__pagination__link--next--disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}

/* blog single */

.blog--single {
    padding-top: 5rem;
}

@media (max-width: 640px) {
    .blog--single {
        padding-top: 3rem;
    }
}

.blog--single__content img {
    width: 100% !important;
}

.blog--single .text-wrapper {
    padding-right: 6.75rem;
}

@media (max-width: 768px) {
    .blog--single .text-wrapper {
        padding-right: 0;
    }
}

.blog--single__content .hs-responsive-embed-wrapper {
    max-width: none !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-width: none !important;
}

.blog--single__content .hs-responsive-embed-inner-wrapper {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0 !important;
}

.blog--single__content .hs-responsive-embed-inner-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.blog--single__content .vidyard-player-container {
    margin-top: 2rem !important;
}

.blog--single__avatar img {
    width: 5.3125rem;
    height: 5.3125rem;
}

.blog--single__avatar a.linkedin {
    color: #0F3B80;
    width: 1.125rem;
    height: 1.125rem;
}

.blog--single__avatar a.linkedin:hover {
    color: ;
}

.blog--single__avatar a.linkedin svg {
    width: 1.125rem;
    height: 1.125rem;
}

.blog--single .topics {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.blog--single .topics .topics__text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.375rem;
}


.blog--single .topics .topics__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.375rem;
    padding: 0.375rem 0.5rem;
    background-color: ;
    color: ;
}

.blog--single .topics .topics__item:hover {
    background-color: ;
    color: #FFF;
}

/* blog related */
.blog--single .blog__item .text-wrap {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

/* Blog share */

ul.blog__share {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 8.25rem;
}

@media (max-width: 640px) {
    ul.blog__share {
        flex-direction: row;
    }
}

ul.blog__share li {
    width: 2.625rem;
    height: 2.625rem;
    margin-bottom: 1rem;
    border-radius: 100%;
}

ul.blog__share li:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    ul.blog__share li {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    ul.blog__share li:last-of-type {
        margin-right: 0;
    }
}

ul.blog__share li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.625rem;
    height: 2.625rem;
    color: #FFF;
}

ul.blog__share li a:hover {
    color: #FFF;
}

ul.blog__share li .icon-wrap,
ul.blog__share li svg {
    width: 1.5rem;
    height: 1.5rem;
}
.lp-footer {
	position: relative;
	padding-top: 5rem;
	z-index: 20;
}

@media (max-width: 640px) {
	.lp-footer {
		padding-top: 4rem;
	}
}

.lp-footer__socials .link {
	margin-right: 0.75rem;
	border-radius: 100%;
	width: 2.5rem;
	height: 2.5rem;
}

.lp-footer__socials .link:last-of-type {
	margin-right: 0;
}

.lp-footer__socials .link svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: #FFF;
}

/* .lp-footer__logo,
.lp-footer__logo svg {
	width: 6.24875rem;
	height: 3.375rem;
} */

.lp-footer__bottom {
	padding-bottom: 3.75rem;
}

/* Libraries
flickity etc
*/

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: height 0.2s;
  }
  
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  /* draggable */
  
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  /* ---- flickity-button ---- */
  
  .flickity-button {
    position: absolute;
    background-color: #1D87C8;
    border: none;
    color: #FFF;
  }
  
  .flickity-button:hover {
    background: ;
    cursor: pointer;
  }
  
  .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
  }
  
  .flickity-button:active {
    opacity: 0.6;
  }
  
  .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
  }
  
  .flickity-button-icon {
    fill: currentColor;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
    top: 50%;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  .flickity-prev-next-button.previous {
    left: 0;
  }

  .flickity-prev-next-button.next {
    right: 0;
  }

  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
  }
  
  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
  }
  
/* ---- page dots ---- */
  
.flickity-page-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
  
.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.25rem 0.4375rem;
    background-color: ;
    border-radius: 3px;
    cursor: pointer;
    transform: rotate(45deg);
    transition: background-color .2s;
}

.flickity-page-dots .dot:before {
    display: none;
}

.flickity-page-dots .dot.is-selected {
    background-color: ;
    width: 1.65rem;
    height: 1.65rem;
}

/* fade */

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}