/* Colors */


























html {
  /* 	overflow-x: hidden; */
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #59585A;
  font-weight: 400;
  line-height: 2;
}

body.hs-landing-page {
  padding-top: 0 !important;
}

body.site-body {
  padding-top: 190px !important;
}

body.site-body.is-open {
  overflow: hidden;
}

img {
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

ul {
  list-style-position: inside;
  line-height: 1.75;
}

ul li {
  margin-bottom: 10px;
}

ul li:last-of-type {
  margin-bottom: 0;
}

/* MQ's
========================================================================== */

/* lg */

@media (max-width: 1024px) {

  body.site-body {
    padding-top: 140px !important;
  }
}

/* md */

@media (max-width: 768px) {

  body.site-body {
    padding-top: 120px !important;
  }
}

/* sm */

@media (max-width: 640px) {

  body {
    font-size: 15px;
    line-height: 1.5;
  }

  body.site-body {
    padding-top: 100px !important;
  }
}
/*! 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,
blockquote,
ul {
	margin: 0;
	padding: 0;
}

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

main {
	display: block;
}

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

h1 {

}

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
	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"],
[type="submit"] {
	-webkit-appearance: none;
	border: 0;
}

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

/* cursor */
button {
	cursor: pointer;
}

button:focus {
	outline-color: #71bf44;
	outline-width: 1px;
	outline-style: solid;
}

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

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

}

/* Align
========================================================================== */

.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
========================================================================== */

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

}

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

}

/* Heights
========================================================================== */

.h-full {
	height: 100%;
}

.h-40 {
	height: 40px;
}


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

/* sm */

@media (max-width: 640px) {

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

/* Margins
========================================================================== */

/* left right */

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

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

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

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

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

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

/* negative */

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

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

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

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

/* top */

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

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

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

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

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

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

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

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

/* right */

.mr-0 {
	margin-right: 0;
}

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

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

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

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

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

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

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

/* left */

.ml-0 {
	margin-left: 0;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-80 {
	margin-left: 80px;
}

/* bottom */

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

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

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

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

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

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

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

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

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

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

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


/* negative */

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

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

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

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

/* medium */

@media (max-width: 768px) {

	/* left right */

	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.md\:mx-20 {
		margin-left: 20px;
		margin-right: 20px
	}

	.md\:mx-40 {
		margin-left: 40px;
		margin-right: 40px
	}

	/* top */

	.md\:mt-0 {
		margin-top: 0;
	}

	.md\:mt-20 {
		margin-top: 20px;
	}

	.md\:mt-30 {
		margin-top: 30px;
	}

	.md\:mt-40 {
		margin-top: 40px;
	}

	.md\:mt-80 {
		margin-top: 80px;
	}

	/* bottom */

	.md\:mb-0 {
		margin-bottom: 0;
	}

	.md\:mb-10 {
		margin-bottom: 10px;
	}

	.md\:mb-20 {
		margin-bottom: 20px;
	}

	.md\:mb-30 {
		margin-bottom: 30px;
	}

	.md\:mb-40 {
		margin-bottom: 40px;
	}

	.md\:mb-80 {
		margin-bottom: 80px;
	}

	/* negative */

	.md\:\-mb-40	{
		margin-bottom: -40px;
	}

}

/* sm */

@media (max-width: 640px) {

	/* left right */

	.sm\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.sm\:mx-5 {
		margin-left: 5px;
		margin-right: 5px
	}

	.sm\:mx-20 {
		margin-left: 20px;
		margin-right: 20px
	}

	.sm\:mx-40 {
		margin-left: 40px;
		margin-right: 40px
	}

	/* negative */

	.sm\:-mx-10 {
		margin-left: -10px;
		margin-right: -10px
	}

	.sm\:-mx-20 {
		margin-left: -20px;
		margin-right: -20px
	}

	.sm\:-mx-30 {
		margin-left: -30px;
		margin-right: -30px
	}

	.sm\:-mx-40 {
		margin-left: -40px;
		margin-right: -40px
	}

	/* top */

	.sm\:mt-0 {
		margin-top: 0;
	}

	.sm\:mt-20 {
		margin-top: 20px;
	}

	.sm\:mt-30 {
		margin-top: 30px;
	}

	.sm\:mt-40 {
		margin-top: 40px;
	}

	.sm\:mt-80 {
		margin-top: 80px;
	}

	/* bottom */

	.sm\:mb-0 {
		margin-bottom: 0;
	}

	.sm\:mb-10 {
		margin-bottom: 10px;
	}

	.sm\:mb-20 {
		margin-bottom: 20px;
	}

	.sm\:mb-30 {
		margin-bottom: 30px;
	}

	.sm\:mb-40 {
		margin-bottom: 40px;
	}

	.sm\:mb-80 {
		margin-bottom: 80px;
	}

	/* negative */

	.sm\:\-mb-20	{
		margin-bottom: -20px;
	}

	.sm\:\-mb-40	{
		margin-bottom: -40px;
	}

}

/* xs */

@media (max-width: 480px) {

	/* left right */

	.xs\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.xs\:mb-10 {
		margin-bottom: 10px;
	}

	.xs\:mx-20 {
		margin-left: 20px;
		margin-right: 20px
	}

	.xs\:mx-40 {
		margin-left: 40px;
		margin-right: 40px
	}

	/* top */

	.xs\:mt-0 {
		margin-top: 0;
	}

	.xs\:mt-20 {
		margin-top: 20px;
	}

	.xs\:mt-30 {
		margin-top: 30px;
	}

	.xs\:mt-40 {
		margin-top: 40px;
	}

	.xs\:mt-80 {
		margin-top: 80px;
	}

	/* bottom */

	.xs\:mb-0 {
		margin-bottom: 0;
	}

	.xs\:mb-20 {
		margin-bottom: 20px;
	}

	.xs\:mb-30 {
		margin-bottom: 30px;
	}

	.xs\:mb-40 {
		margin-bottom: 40px;
	}

	.xs\:mb-80 {
		margin-bottom: 80px;
	}

	/* negative */

	.xs\:\-mb-20	{
		margin-bottom: -20px;
	}

	.xs\:\-mb-40	{
		margin-bottom: -40px;
	}

}

/* Padding
========================================================================== */

/* top */

.pt-0 {
	padding-top: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

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

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

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


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

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

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

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

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

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

/* left */

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-80 {
	padding-left: 80px;
}

/* top bottom */

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

/* left right */

.px-0 {
	padding-left: 0;
	padding-right: 0
}

.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px
}

.px-80 {
	padding-left: 80px;
	padding-right: 80px
}

.px-160 {
	padding-left: 160px;
	padding-right: 160px
}

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

/* medium */

@media (max-width: 768px) {

	/* top */

	.md\:pt-0 {
		padding-top: 0;
	}

	.md\:pt-20 {
		padding-top: 20px;
	}

	.md\:pt-40 {
		padding-top: 40px;
	}

	.md\:pt-80 {
		padding-top: 80px;
	}

	/* bottom */

	.md\:pb-0 {
		padding-bottom: 0;
	}

	.md\:pb-20 {
		padding-bottom: 20px;
	}

	.md\:pb-40 {
		padding-bottom: 40px;
	}

	.md\:pb-80 {
		padding-bottom: 80px;
	}

	/* left */

	.md\:pl-40 {
		padding-left: 40px;
	}

	.md\:pl-20 {
		padding-left: 20px;
	}

	.md\:pl-0 {
		padding-left: 0px;
	}

	/* top bottom */

	.md\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.md\:py-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.md\:py-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.md\:py-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.md\:py-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/* left right */

	.md\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.md\:px-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.md\:px-20 {
		padding-left: 20px;
		padding-right: 20px
	}

	.md\:px-40 {
		padding-left: 40px;
		padding-right: 40px
	}

}

/* small */

@media (max-width: 640px) {

	/* top */

	.sm\:pt-0 {
		padding-top: 0;
	}

	.sm\:pt-20 {
		padding-top: 20px;
	}

	.sm\:pt-30 {
		padding-top: 30px;
	}

	.sm\:pt-40 {
		padding-top: 40px;
	}

	.sm\:pt-50 {
		padding-top: 50px;
	}

	.sm\:pt-80 {
		padding-top: 80px;
	}

	/* top percentage */

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

	/* bottom */

	.sm\:pb-0 {
		padding-bottom: 0;
	}

	.sm\:pb-10 {
		padding-bottom: 10px;
	}

	.sm\:pb-20 {
		padding-bottom: 20px;
	}

	.sm\:pb-30 {
		padding-bottom: 30px;
	}

	.sm\:pb-40 {
		padding-bottom: 40px;
	}

	.sm\:pb-50 {
		padding-bottom: 50px;
	}

	.sm\:pb-80 {
		padding-bottom: 80px;
	}

	/* left */

	.sm\:pl-40 {
		padding-left: 40px;
	}

	.sm\:pl-20 {
		padding-left: 20px;
	}

	.sm\:pl-0 {
		padding-left: 0px;
	}

	/* top bottom */

	.sm\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.sm\:py-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sm\:py-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sm\:py-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sm\:py-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}  

	/* left right */

	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.sm\:px-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sm\:px-20 {
		padding-left: 20px;
		padding-right: 20px
	}

	.sm\:px-30 {
		padding-left: 30px;
		padding-right: 30px
	}

	.sm\:px-40 {
		padding-left: 40px;
		padding-right: 40px
	}

}


/* Background Colours
========================================================================== */

.bg-black {
	background-color: #2A323B;
}

.bg-black80 {
	background-color: rgba(0,0,0,0.8);;
}

.bg-black-100 {
	background-color: #1C2126;
}

.bg-black-200 {
	background-color: #101417;
}

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

.bg-red {
	background-color: #D80E28;
}

.bg-grey {
	background-color: #787878;
}

.bg-greyDark {
	background-color: #59585A;
}

.bg-black10 {
	background-color: rgba(0,0,0,0.1);;
}

.bg-black20 {
	background-color: rgba(0,0,0,0.2);;
}

.bg-black30 {
	background-color: rgba(0,0,0,0.3);;
}

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

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

.bg-white3 {
	background-color: rgba(255,255,255,0.03);;
}

.bg-blue25 {
	background-color: rgba(103, 152, 204, 0.25);;
}

.bg-blue15 {
	background-color: rgba(103, 152, 204, 0.15);;
}

body.IE .bg-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:rgba(37,37,55,0.9);
}

/* Background Gradients
========================================================================== */

.bg-grad-dark {
	background: linear-gradient(90deg, #22282E 0%, #2A323B 50%, #59585A 100%);
}


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

.hover\:bg-black {
	background-color: #2A323B;
}

.hover\:bg-red {
	background-color: #D80E28;
}

.hover\:bg-grey {
	background-color: #787878;
}

.hover\:bg-greyDark {
	background-color: #59585A;
}

.hover\:bg-black {
	background-color: #2A323B;
}

.hover\:bg-black10 {
	background-color: rgba(0,0,0,0.1);;
}

.hover\:bg-black20 {
	background-color: rgba(0,0,0,0.2);;
}

.hover\:bg-black30 {
	background-color: rgba(0,0,0,0.3);;
}

.hover\:bg-white {
	background-color: #FFFFFF;
}

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

.hover\:bg-white3 {
	background-color: rgba(255,255,255,0.03);;
}


/* Background Images
========================================================================== */

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

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

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

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

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

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

/* Object Position
========================================================================== */

.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
========================================================================== */

.text-red {
	color: #D80E28;
}

.text-grey {
	color: #787878;
}

.text-greyDark {
	color: #59585A;
}

.text-black {
	color: #2A323B;
}

.text-black10 {
	color: rgba(0,0,0,0.1);;
}

.text-black20 {
	color: rgba(0,0,0,0.2);;
}

.text-black30 {
	color: rgba(0,0,0,0.3);;
}

.text-black-100 {
	color: #1C2126;
}

.text-white {
	color: #FFFFFF;
}

.text-whiteOff {
	color: #F2F2F2;
}

.text-white3 {
	color: rgba(255,255,255,0.03);;
}

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

.hover\:text-black {
	color: #2A323B;
}

.hover\:text-red {
	color: #D80E28;
}

.hover\:text-grey {
	color: #787878;
}

.hover\:text-greyDark {
	color: #59585A;
}

.hover\:text-black {
	color: #2A323B;
}

.hover\:text-black10 {
	color: rgba(0,0,0,0.1);;
}

.hover\:text-black20 {
	color: rgba(0,0,0,0.2);;
}

.hover\:text-black30 {
	color: rgba(0,0,0,0.3);;
}

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

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

.hover\:text-white3 {
	color: rgba(255,255,255,0.03);;
}

/* Text Align
========================================================================== */

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

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

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

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

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

/* medium */

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

}

/* small */

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

}

/* line heights
========================================================================== */

.leading-reset {
	line-height: 0
}

.leading-none {
	line-height: 1
}

.leading-tight {
	line-height: 1.25
}

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

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

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

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

/* Letter Spacing
========================================================================== */

.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
========================================================================== */

.uppercase {	
	text-transform: uppercase;
}

.lowercase {	
	text-transform: lowercase;
}

.capitalize {	
	text-transform: capitalize;
}

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

/* position
========================================================================== */

.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
========================================================================== */

.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
========================================================================== */

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

.border-red {
	border-color: #D80E28;
}

.border-black10 {
	border-color: rgba(0,0,0,0.1);;
}

.border-black20 {
	border-color: rgba(0,0,0,0.2);;
}

.border-greyDark {
	border-color: #59585A;
}

.border-grey100 {
	border-color: #CCCCCC;
}

.border-white3 {
	border-color: rgba(255,255,255,0.03);;
}

/* word breaks
========================================================================== */

.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
========================================================================== */

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

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

/* List Style Type
========================================================================== */

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

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

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

/* Border Raduis
========================================================================== */

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

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

.rounded { 
	border-radius: .25rem;
}

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

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

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

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

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

/* Text Trunc
========================================================================== */

.text-trunc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.text-trunc--1 { -webkit-line-clamp: 1; }
.text-trunc--2 { -webkit-line-clamp: 2; }
.text-trunc--3 { -webkit-line-clamp: 3; }
.text-trunc--4 { -webkit-line-clamp: 4; }
.text-trunc--5 { -webkit-line-clamp: 5; }
.text-trunc--6 { -webkit-line-clamp: 6; }
.text-trunc--7 { -webkit-line-clamp: 7; }
.text-trunc--8 { -webkit-line-clamp: 8; }
.text-trunc--9 { -webkit-line-clamp: 9; }
.text-trunc--10 { -webkit-line-clamp: 10; }
.text-trunc--11 { -webkit-line-clamp: 11; }
.text-trunc--12 { -webkit-line-clamp: 12; }


@media (max-width: 768px) {
    .md\:text-trunc-none {
        -webkit-line-clamp: inherit;
    }
}

@media (max-width: 640px) {
    .sm\:text-trunc-none {
        -webkit-line-clamp: inherit;
    }
}

/* Overflow Scroll
========================================================================== */

.scrollable {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: visible;
}








/* Font Family
Utilities for controlling the font family of an element.
========================================================================== */
.font-base {
	font-family: ;
}

.font-heading {
	font-family: ;
}

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

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


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

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

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

.bg-senary {
	background-color: #C22944;
}

.bg-septenary {
	background-color: #e54a35;
}

.bg-octonary {
	background-color: #E8E8E8;
}

.bg-nonary {
	background-color: #;
}

.bg-denary {
	background-color: #;
}

.bg-duodenary {
	background-color: #;
}

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

/* primary */

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

/* secondary */

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

/* tertiary */

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

/* quaternary */

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

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

/* Attachment */

.bg-fixed {
	background-attachment: fixed;
}

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

/* secondary */

.text-secondary {
	color: #000000;
}


/* tertiary */

.text-tertiary {
	color: ;
}

/* quaternary */

.text-quaternary {
	color: ;
}

/* quinary */

.text-quinary {
	color: #ffffff;
}

/* senary */

.text-senary {
	color: ;
}

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

/* secondary */

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

/* tertiary */

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

/* quaternary */

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

/* quinary */

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

/* senary */

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

/* septenary */

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

/* octonary */

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

/* nonary */

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

/* denary */

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

/* duodenary */

.hover\:text-duodenary:hover {
	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 0 35px rgba(0, 0, 0, 0.10);
}


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

/* gradients */

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

.overlay--primary:before {
    background-color: rgba(#null, 0.90);
}

.overlay--secondary:before {
    background-color: rgba(#null, 0.90);
}

.overlay--senary:before {
    background-color: rgba(#null, 0.90);
}

.overlay--septenary:before {
    background: linear-gradient(360deg,rgba(154, 1, 28, 0.10) 0%, rgba(154, 1, 28, 0.60) 100%);
}

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

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

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

.container--full {
	padding-right: 100px;
	padding-left: 100px;
}

/* Widths
========================================================================== */

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

}

/* Rows / Cols
========================================================================== */

.row-40 {
	margin-right: -20px;
	margin-left: -20px
}


.row-30 {
	margin-right: -15px;
	margin-left: -15px
}

.row-20 {
	margin-right: -10px;
	margin-left: -10px
}


.col-40 {
	padding-right: 20px;
	padding-left: 20px
}

.col-30 {
	padding-right: 15px;
	padding-left: 15px
}

.col-20 {
	padding-right: 10px;
	padding-left: 10px
}


/* xxl */

@media (max-width: 1440px) {
	
	.container--full {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* xl */

@media (max-width: 1280px) {

	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}


/* lg */

@media (max-width: 1024px) {

}

/* md */

@media (max-width: 768px) {

}


/* sm */

@media (max-width: 640px) {

	.container--full,
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row-40,
	.row-30,
	.row-20 {
		margin-right: -10px;
		margin-left: -10px
	}


	.col-40,
	.col-30,
	.col-20 {
		padding-right: 10px;
		padding-left: 10px
	}

}

/* xs */

@media (max-width: 480px) {

}

/* xxs */

@media (max-width: 320px) {

}
/*****************************************/
/* HUBSPOT OVERIDES */
/*****************************************/

/* annoying floating button */

.hs-tools-menu {
	display: none !important;
}

/* remove row wrap styling */

.row-fluid [class*="span"] {
	min-height: auto;
}

/* rich text styling */

.hs_cos_wrapper_type_rich_text ul {
	list-style-position: inside;
	list-style: none;
}

.hs_cos_wrapper_type_rich_text ul li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}
.hs_cos_wrapper_type_rich_text ul li:last-of-type {
	margin-bottom: 0;
}

.hs_cos_wrapper_type_rich_text ul li:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #D80E28;
	border-style: solid;
}

.hs_cos_wrapper_type_rich_text ul li ul li {
	margin-top: 10px;
	margin-left: 20px;
}

/* remove responsive iframe dictating max size */
.hs-responsive-embed-wrapper {
	max-width: none !important;
	max-height: none !important;
	min-width: auto !important;
}

.vidyard-player-container {
	margin-bottom: 30px !important;
}

.vidyard-player-container:last-child {
	margin-bottom: 0;
}

/* site search page */

.hs-search-results__listing {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hs-search-results__listing li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(103, 152, 204, 0.15);;
}

.hs-search-results__listing li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.hs-search-highlight {
	font-weight: 600;
}

.hs-search-results__pagination {
	margin-top: 40px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hs-search-results__prev-page,
.hs-search-results__next-page {
	font-weight: 400;
}


/* hs button */

a.cta_button {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.hs-cta-wrapper {
	margin-top: 20px;
	display: inline-block;
	margin-right: 20px;
}

.hs-cta-wrapper:last-of-type {
	margin-right: 0;
}


/* Hubspot Cookie Banner */

body #hs-eu-cookie-confirmation {
	box-shadow: none !important;
	background: #101417 !important;
	border-top: 1px solid #FFF;
	color: #FFF !important;
}

body #hs-eu-cookie-confirmation-inner {
	background: #101417 !important;
}

body #hs-eu-cookie-confirmation-inner p { 
	color: #FFF !important;
}

body #hs-eu-cookie-confirmation-inner a {
	color: #71bf44 !important;
	text-decoration: underline !important;
}

body #hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
	background-color: #DB0F32 !important;
	border: 0 !important;
	color: #FFF !important;
	border-radius: 0 !important;
}

body #hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	border: 2px solid #DB0F32 !important;
	border-radius: 0 !important;
	color: #FFF !important;
}


/* Reset Preference pages CSS */

#email-prefs-form h1,
#email-prefs-form h2 {
	color: #FFFFFF;
}

#email-prefs-form .page-header p {
	margin-bottom: 20px;
}

#email-prefs-form .page-header h2 { 
	margin-bottom: 0;
	font-size: 34px;
	word-break: break-word;
}

#email-prefs-form input.email-edit { 
	width: 100% !important;
}

.email-prefs .item {
	margin-bottom: 30px;
	color: #787878;
}

.email-prefs .item .item-inner {
	padding: 30px;
	background-color: #FFFFFF;
}

.email-prefs .item .item-inner p {
	font-size: ;
}

.email-prefs .item .item-inner .checkbox-row {
	margin-bottom: 20px;
}

.email-prefs .subscribe-options {
	margin-bottom: 40px;
}

.email-prefs .hs-button {
	background-color: #D80E28;
	max-width: none;
	height: 62px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0;
	margin-left: 0;
}

.email-prefs .hs-button:hover {
	background-color: rgba(0,0,0,0.3); !important;
}


/* MQ's
======================================================== */

/* xl */

@media (max-width: 1400px) {

	.hs_cos_wrapper_type_rich_text {
		padding-left: 80px;
		padding-right: 80px;
	}

}

/* lg */

@media (max-width: 1280px) {

	.hs_cos_wrapper_type_rich_text {
		padding-left: 40px;
		padding-right: 40px;
	}

}

/* sm */

@media (max-width: 640px) {

	.hs_cos_wrapper_type_rich_text {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.hs-cta-wrapper {
		width: 100%;
		display: block;
		margin-right: 0;
	}

	.email-prefs .item .item-inner { 
		padding: 30px 20px;
	}

}
/* Transition */



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

.site-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color:rgba(0,0,0,0.8);
	-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;;
}

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

/* Images
========================================================================== */

.image-fit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	opacity: 0; */
	transition: opacity .4s;
}

.image-fit.flickity-lazyerror,
.image-fit.flickity-lazyloaded,
.image-fit.lazyloaded {
	opacity: 1;
}

.image-hover {
	overflow: hidden;
}

.image-hover img {
	-webkit-transition: transform 0.2s ease-in-out;
-moz-transition: transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
-ms-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;;
}

.image-hover:hover img  {
	transform: scale(1.05);	
}

.image-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: 1;
	mix-blend-mode: multiply;
}

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

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


/* Spacing
========================================================================== */

/* large */

.spacing-large--top {
	margin-top: 80px;
}

.spacing-large--bottom {
	margin-bottom: 80px;
}

.spacing-large--both {
	margin-top: 80px;
	margin-bottom: 80px;
}

/* reset */

.spacing-large--none,
.spacing-small--none {
	margin-top: 0;
	margin-bottom: 0;
}

/* small */

.spacing-small--top {
	margin-top: 40px;
}

.spacing-small--bottom {
	margin-bottom: 40px;
}

.spacing-small--both {
	margin-top: 40px;
	margin-bottom: 40px;
}


/* Bullets
========================================================================== */

.text ul,
ul.bullets {
	list-style-position: inside;
	list-style: none;
}

.text ul li,
ul.bullets li {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 18px;
}
.text ul li:last-of-type,
ul.bullets li:last-of-type {
	margin-bottom: 0;
}

.text ul li:before,
ul.bullets li:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent ;
	border-style: solid;
}

/* Blockquote
========================================================================== */

.hs_cos_wrapper_type_rich_text blockquote p:before,
.text blockquote p:before,
.hs_cos_wrapper_type_rich_text blockquote p:after,
.text blockquote p:after {
	content: '';
	width: 97px;
	height: 60px;
	background-repeat: no-repeat;
}

.hs_cos_wrapper_type_rich_text blockquote p:before,
.text blockquote p:before {
	background-image: url(https://6153587.fs1.hubspotusercontent-na1.net/hubfs/6153587/website/svg/quote__open.svg);
	display: block;
	position: absolute;
	top: -25px;
	left: -30px;
	z-index: -1;
}

.hs_cos_wrapper_type_rich_text blockquote p:after,
.text blockquote p:after {
	background-image: url(https://6153587.fs1.hubspotusercontent-na1.net/hubfs/6153587/website/svg/quote__close.svg);
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 5px;
	left: -30px;
	z-index: -1;
}

.hs_cos_wrapper_type_rich_text blockquote,
.text blockquote {
	max-width: 1065px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 600;
}

.hs_cos_wrapper_type_rich_text ul {
	margin-bottom: 30px;
}

.hs_cos_wrapper_type_rich_text ul:last-child {
	margin-bottom: 0;
}


/* shadows
========================================================================== */

.shadowed {	
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .25));
}


/* Designed Elements
========================================================================== */

.number {
	width: 50px;
	height: 50px;
	background-color: #D80E28;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
}

.icon svg {
	height: 50px;
	fill: #D80E28;
}

body.IE .icon svg {
	width: 50px;
}

.icon-circle {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	color: #D80E28;
	border: 3px solid #D80E28;
	border-radius: 100%;
}

.icon-circle svg {
	width: 50px;
	height: 50px;
	fill: #D80E28;
}

/* Divider
========================================================================== */

.divider {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 3px;
	border-radius: 3px;
}

.divider--small {
	max-width: 70px;
}

.divider--large {
	max-width: 100px;
}

.divider--red {
	background-color: #D80E28;
}

.divider--grey {
	background-color: rgba(0,0,0,0.1);;
}


/* Lazyload effect
========================================================================== */

.lazy {
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;;
}

.lazy.is_visible,
.lazy.flickity-bg-lazyloaded {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* MQ's
============================ */

/* xl */

@media (max-width: 1280px) {

	.section-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

}

/* sm */

@media (max-width: 640px) {

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

	.spacing-large--top {
		margin-top: 40px;
	}

	.spacing-large--bottom {
		margin-bottom: 40px;
	}

	.spacing-large--both {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.spacing-large--none,
	.spacing-small--none {
		margin-bottom: 40px;
	}

	/* blockquote */

	.hs_cos_wrapper_type_rich_text blockquote,
	.text blockquote {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.5;
	}

	.hs_cos_wrapper_type_rich_text blockquote p:before,
	.hs_cos_wrapper_type_rich_text blockquote p:after,
	.text blockquote p:before,
	.text blockquote p:after {
		width: 66px;
		height: 40px;
	}

	.hs_cos_wrapper_type_rich_text blockquote p:before,
	.text blockquote p:before {
		top: -12px;
		left: 0;
	}

	.hs_cos_wrapper_type_rich_text blockquote p:after,
	.text blockquote p:after {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
	}



}
/* Transition */


.header-container-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
}
header.header a.button.button--primary {
    margin-top: 0;
}
@media (max-width: 1024px) {
	.header-container-wrapper {
		z-index: 40;
	}
}

.header ul li {
	list-style: none;
	margin-bottom: 0;
}

/* Top */

.header__top {
	width: 100%;
	height: 60px;
	background-color: #2A323B;
	-webkit-transition: top 0.2s ease-in-out;
-moz-transition: top 0.2s ease-in-out;
-o-transition: top 0.2s ease-in-out;
-ms-transition: top 0.2s ease-in-out;
transition: top 0.2s ease-in-out;;
}

.header__top a {
	color: #FFFFFF;
}

.header__top a:hover {
	color: #D80E28;
}

.header__top.is-scrolled {
	position: absolute;
	top: -60px;
}

.header__top__nav ul {
	display: flex;
	align-items: center;
	height: 60px;
}

.header__top__nav ul li {
	margin-right: 15px;
}

.header__top__nav ul li:last-child {
	margin-right: 0;
}

.header__top__nav ul li a {
	font-weight: 700;
	font-size: 15px;
}

.header__lang {
	display: flex;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px solid #59585A;
  display:none !important;
}

.header__lang__active {
	color: #D80E28 !important;
}

/* search */

.header__search {
	margin-right: 40px;
}

.header__search__button {
	background-color: transparent;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	padding: 0;
}

.header__search__button:focus {
	outline: 0;
}

.header__search__button svg {
	width: 16px;
	height: 16px;
}

.header__search input {
	width: 200px;
	height: 22px;
	color: #787878;
	font-size: 15px;
	line-height: 0;
	padding: 0 0 3px 0;
	background-color: transparent;
	border-bottom: 2px solid #787878;
}

.header__search input::-webkit-input-placeholder {
	font-size: 15px;
}

/* social */

ul.header__social li {
	margin-right: 20px;
}

ul.header__social li:last-child {
	margin-right: 0;
}

ul.header__social li svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* Main */

.header__main {
	height: 130px;
}

.header__main.is-scrolled {
	height: 90px;
}

/* 	logo */

.header__logo {
	display: block;
	max-width: 200px;
	height: 50px;
}

.header__logo svg {
	height: 50px;
}

.site-header .header__logo svg {
	height: auto;
}

/* lang switch */
.lang_switcher_class {
	margin-left: 40px;
}

.lang_list_class li a {
	color: #2A323B;
}

.lang_list_class li a:hover {
	color: #D80E28;
}


/* MQ's
========================================================================== */

/* lg */

@media (max-width: 1024px) {

	.header__main,
	.header__main.is-scrolled {
		height: 80px;		
	}
}

/* md */

@media (max-width: 768px) {

	.header__top,
	.header__search {
		height: 40px;
		position: relative !important;
		top: 0 !important;
	}
	
	.header__lang {
		height: 40px;
		align-items: center;
	}
}

/* sm */

@media (max-width: 640px) {

	.header__main,
	.header__main.is-scrolled {
		height: 60px;
	}

	.header__search {
		width: 100%;
		margin-right: 0;
	}

	.header__search input {
		width: 100%;
		font-size: 18px;
		line-height: 40px;
		height: 40px;
		border-bottom: none;
	}

	.header__search input::-webkit-input-placeholder {
		font-size: 18px;
		line-height: 40px;
	}

	.header__search__button {
		width: 40px;
		height: 40px;
		background-color: #D80E28;
	}

	ul.header__social {
		display: none;
	}

	ul.header__social li {
		margin-right: 10px;
	}

	.header__logo {
		max-width: 160px;
		height: 50px;
	}

	.header__logo svg {
		height: 50px;
	}

	.lang_switcher_class {
		display: none;
	}
}
/* Transition */



/*
|-----------------------------------------------------------------------------
| Nav primary                                
|-----------------------------------------------------------------------------
*/

.nav-primary {
	display: flex;
}

.nav-primary--left {
	padding-left: 10px;
}

.nav-primary__item {
	margin-right: 40px;
	height: 130px;
}

.nav-primary__item.active a {
	color: #D80E28;
}


.nav-primary__item:last-child {
	margin-right: 0;
}

.nav-primary__item--1 {
	position: relative;
}

.nav-primary__item--1:focus {
	outline: none;
}

.nav-primary__item--1:focus .nav-primary__title.nav-primary__title--1,
.nav-primary__item--1:focus .nav-primary__title--1 {
	color: #D80E28;
}

.nav-primary__item--1:focus:before  {
	opacity: 1;
}

.nav-primary__item--1:before {
	content: "";
	position: absolute;
	top: calc(0px - -25px - 0px);
	left: calc(0px - 10px - 0px);
	width: calc(100% + 20px);
	height: calc(100% + -50px);
	border: 1px solid rgba(103, 152, 204, 0.15);;
	background: 0 0;
	opacity: 0;
	z-index: 0;
}

/* link */

.nav-primary__link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #2A323B;
}
.nav-primary__link--1 {
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.nav-primary__title.nav-primary__title--1 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #2A323B;
	margin-right: 23px;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
}

.nav-primary__title.nav-primary__title--1:hover {
	color: #D80E28;
}

.nav-primary__link--2,
.nav-primary__link--3 {
	width: auto;
	height: auto;
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #2A323B;
}

.nav-primary__title.nav-primary__title--2 {
	width: auto;
	height: auto;
	display: block;
	margin-bottom: 20px;
	color: #2A323B;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.nav-primary__link:hover {
	color: #D80E28;
}

/* parent */

.nav-primary__item--parent {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23E8F0F8' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
	background-position: center right 0px;
	background-repeat: no-repeat;
	background-size: 13px;
}

.nav-primary__item--parent:hover,
.nav-primary__item--parent:focus {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23D80E28' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
}

.nav-primary__item--parent:hover .nav-primary__sub-menu--1,
.nav-primary__item--parent:focus .nav-primary__sub-menu--1 {
	display: flex;
}

.nav-primary__item--parent:hover .nav-primary__link--1 {
	color: #D80E28;
}

.nav-primary__item--parent .nav-primary__link--2 {
	margin-right: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.nav-primary__item--2.nav-primary__item--parent {
	background-image: none;
	border-right: 1px solid #6798CC;
}

.nav-primary__item--2.nav-primary__item--parent:focus {
	outline: none;
}

.nav-primary__item--2.nav-primary__item--parent:nth-child(4),
.nav-primary__item--2.nav-primary__item--parent:nth-child(8),
.nav-primary__item--2.nav-primary__item--parent:nth-child(12),
.nav-primary__item--2.nav-primary__item--parent:nth-child(16) {
	border-right: none;
}

/* submenu */

.nav-primary__item .nav-primary__item--3 {
	margin-bottom: 20px;
}

.nav-primary__item .nav-primary__item--3:last-of-type {
	margin-bottom: 0;
}

.nav-primary__sub-menu--1 {
	display: none;
	flex-wrap: wrap;
	position: fixed;
	top: 190px;
	right: 0;
	left: 0;
	width: calc(100% - 200px);
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #E8F0F8;
	z-index: 20;
}

body.is-scrolled .nav-primary__sub-menu--1 {
	top: 90px;
}

.nav-primary__item--2 {
	width: 25%;
	height: auto;
	margin-right: 0;
	margin-bottom: 20px !important;
	padding-right: 40px;
	padding-left: 40px;
}

.nav-primary__item--3 {
	margin-right: 0;
	height: auto;
}

/*
|-----------------------------------------------------------------------------
| Burger                                
|-----------------------------------------------------------------------------
*/

.burger-wrap {
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #D80E28;
}

.burger {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 50px;
	height: 40px;
	margin: 0 auto;
	transform: translateY(-50%);
	cursor: pointer;
}

.burger__line {
	background-color: #FFFFFF;
	border-radius: 4px;
	height: 5px;
	position: absolute;
	transition-duration: 200ms;
	transition: cubic-bezier(0.8, 0.5, 0.2, 1.4);
	width: 100%;
}

.burger__line:nth-child(1) {
	left: 0;
	top: 0;
	transition-duration: 200ms;
}

.burger__line:nth-child(2) {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 1;
}

.burger__line:nth-child(3) {
	bottom: 0;
	left: 0;
	transition-duration: 200ms;
}

.active .burger__line:nth-child(1) {
	top: 1rem;
	transform: rotate(45deg);
	transition-duration: .4s;
}

.active .burger__line:nth-child(2) {
	opacity: 0;
}

.active .burger__line:nth-child(3) {
	top: 1rem;
	transform: rotate(-45deg);
	transition-duration: .2s;
}

/*
|-----------------------------------------------------------------------------
| Nav mobile                                
|-----------------------------------------------------------------------------
*/

.nav-wrap {
	position: fixed;
	top: 0;
	left: -400px;
	width: 400px;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 40;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;;
}

.nav-wrap.active {
	left: 0;
}

.nav-mobile {
	height: 100%;
	overflow-y: auto;
}

.nav-mobile__item {
	width: 100%;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 13.1 22'%3E%3Cdefs/%3E%3Cpath fill='%236798CC' fill-rule='evenodd' d='M13.1 11L2.1 0 0 2.2 8.8 11 0 19.9 2.1 22z'/%3E%3C/svg%3E");
	background-position: top 1.25em right 1.25em;
	background-repeat: no-repeat;
	background-size: 0.5em;
	border-bottom: 1px solid #D9E5F2;
	list-style: none;
}

.nav-mobile__item:last-child {
	border-bottom: none;
}

.nav-mobile__item--parent {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 13.1'%3E%3Cdefs/%3E%3Cpath fill='%236798CC' fill-rule='evenodd' d='M11 13.1l11-11L19.8 0 11 8.8 2.1 0 0 2.1l11 11z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-position: top 1.5em right 1em;
	background-repeat: no-repeat;
	background-size: 1em;
	cursor: pointer;
}

.nav-mobile__item--parent.active {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 13.1'%3E%3Cdefs/%3E%3Cpath fill='white' fill-rule='evenodd' d='M11 0L0 11l2.1 2.1L11 4.2l8.9 8.9L22 11 11 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-color: #2A323B;
}

.nav-mobile__item--2.nav-mobile__item--parent.active {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 13.1'%3E%3Cdefs/%3E%3Cpath fill='%236798CC' fill-rule='evenodd' d='M11 0L0 11l2.1 2.1L11 4.2l8.9 8.9L22 11 11 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/* link */

.nav-mobile__link {
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 3em;
	padding-left: 1em;
	color: #2A323B;
}

.nav-mobile__link--1:hover,
.nav-mobile__link--1:focus {
	color: #2A323B;
}

.nav-mobile__link--1.active {
	color: #FFFFFF;
}

.nav-mobile__link--2:hover,
.nav-mobile__link--2:focus {
	color: #2A323B;
}

/* submenu */

.nav-mobile__sub-menu {
	display: none;
	margin-top: 1em;
	margin-bottom: -1em;
}

.nav-mobile__sub-menu__item {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 13.1 22'%3E%3Cdefs/%3E%3Cpath fill='black' fill-rule='evenodd' d='M13.1 11L2.1 0 0 2.2 8.8 11 0 19.9 2.1 22z'/%3E%3C/svg%3E");
	background-position: top 1.25em right 1.25em;
	background-repeat: no-repeat;
	background-size: 0.5em;
	border-bottom: 1px solid grey;
	list-style: none;
}

.nav-mobile__sub-menu__item:last-child {
	border-bottom: none;
}

.nav-mobile__sub-menu__link {
	display: block;
	width: 100%;
	height: 100%;
}

.nav-mobile__sub-menu__link.active,
.nav-mobile__sub-menu__link:focus {
	color: #2A323B;
}

.nav-mobile__sub-menu--1 {
	background-color: #E8F0F8;
}

.nav-mobile__sub-menu--2 {
	background-color: #E8F0F8;
}

.nav-mobile__item--2.nav-mobile__item--parent {
	background-color: #E8F0F8;
}

/* MQ's
========================================================================== */

/* xl */

@media (max-width: 1280px) {

	.nav-primary--left {
		padding-left: 0;
	}

	.nav-primary__sub-menu--1 {
		width: calc(100% - 60px);
	}

	.nav-primary__item {
		margin-right: 20px;
	}
}

/* lg */

@media (max-width: 1024px) {

	.nav-primary {
		display: none;
	}

	.burger-wrap {
		display: block;
	}

}

/* sm */

@media (max-width: 640px) {

	.burger-wrap {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 40;
	}

	.burger {
		width: 40px;
		height: 30px;
	}

	.burger__line {
		height: 4px;
	}

	.nav-wrap {
		width: calc(100% - 80px);
		left: -100%;
	}
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

/* Transition */


.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}

.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: rgba(37,37,55,.7);
	border: none;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;;
}

.product-slider__wrap .flickity-button {
	background-color:  !important;
}

.product-slider__wrap .flickity-button-icon {
	fill: #59585A !important;
}

.flickity-button:hover {
	background-color: rgba(37,37,55,1);
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
}

.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: 55px;
	height: 75px;
	/* vertically center */
	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;
	top: 50%;
	width: 26px;
	height: auto;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous .flickity-button-icon {
	left: 20px;
}

.flickity-prev-next-button.next .flickity-button-icon {
	right: 20px;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	top: -30px;
	left: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 1;
}

.testimonials .flickity-page-dots,
.clients .flickity-page-dots {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;

	display: flex;
    flex-wrap: wrap;
    grid-row-gap: 3px;
    justify-content: center;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	background-color: #2A323B;
}

.testimonials .flickity-page-dots .dot.is-selected,
.clients .flickity-page-dots .dot.is-selected{
	background-color: #D80E28;
}

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

/* Pips
========================================================================== */


.pips__item {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	border: 2px solid #2A323B;
	border-radius: 0.5rem;
}

.pips__item:last-of-type {
	margin-right: 0;
}

.pips__item.is-selected {
	background-color: #2A323B;
}

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

/* md */

@media (max-width: 768px) {

	.flickity-prev-next-button {
		display: none;
	}

}

/* sm */

@media (max-width: 640px) {

	.flickity-page-dots {
		bottom: 20px;
	}

}
.text h1,
	.hs_cos_wrapper_type_rich_text h1,
	.text h2,
	.hs_cos_wrapper_type_rich_text h2,
	.text h3,
	.hs_cos_wrapper_type_rich_text h3,
	.text h3,
	.hs_cos_wrapper_type_rich_text h3,
	.text h4,
	.hs_cos_wrapper_type_rich_text h4,
	.text h5,
	.hs_cos_wrapper_type_rich_text h5,
	.text h6,
	.hs_cos_wrapper_type_rich_text h6 {
		line-height: 1.25;
		margin-bottom: 20px;
	}

	/* cols */

	.text-wysiwyg--half {
		column-count: 2;
		column-gap: 30px;
	}

	.text-wysiwyg--third {
		column-count: 3;
		column-gap: 30px;
	}

	/* Paragraph styles */

	.text-wysiwyg p {
		margin-bottom: 40px;
		list-style: none;
	}

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

	/* List styles */

	.text-wysiwyg ul,
	.text-wysiwyg ol {
		margin-bottom: 40px;
		list-style: none;
	}

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

	.text-wysiwyg  ul li,
	.text-wysiwyg  ol li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.5;
		color: #1C2126;
	}

	.text-wysiwyg ul li:last-of-type,
	.text-wysiwyg ol li:last-of-type {
		margin-bottom: 0;
	}

	.text-wysiwyg ul li:before {	
		content: "";
		position: absolute;
		top: 7px;
		left: 0;
		width: 10px;
		height: 10px;
		background-color: #6798CC;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}

	.text-wysiwyg  ul ul,
	.text-wysiwyg  ol ol {
		margin-top: 15px;
	}

	.text-wysiwyg  ul ul li,
	.text-wysiwyg  ol ol li {
		margin-left: 20px;
		font-size: 15px;
	}

	.text-wysiwyg  ul ul li:before,
	.text-wysiwyg  ol ol li:before {
		color: #787878;
	}

	.text-wysiwyg--white  ul li,
	.text-wysiwyg--white  ol ol li,
	.text-wysiwyg--white  ul li:before,
	.text-wysiwyg--white  ol ol li:before,
	.text-wysiwyg--white  p,
	.text-wysiwyg--white  a,
	.text-wysiwyg--white  h1,
	.text-wysiwyg--white  h2,
	.text-wysiwyg--white  h3,
	.text-wysiwyg--white  h4,
	.text-wysiwyg--white  h5,
	.text-wysiwyg--white  h6 {
		color: #FFFFFF;
	}

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

	/* orderd */

	.text-wysiwyg ol {
		counter-reset: organised-list-counter;
		padding-left: 0;
	}

	.text-wysiwyg ol li {
		counter-increment: organised-list-counter;
	}

	.text-wysiwyg ol li:before {
		content: counter(organised-list-counter) ". ";
		font-weight: bold;
		display: inline-block;
		width: 20px;
		margin-left: 0;
		color: #D80E28;
	}

	/* blockquote */

	.text-wysiwyg blockquote {
		quotes: "\201C""\201D""\2018""\2019";
		margin-bottom: 40px;
		padding: 40px 30px;
		background-color: rgba(103, 152, 204, 0.15);;
	}

	.text-wysiwyg blockquote:last-child {
		margin-bottom: 0;
	}

	.text-wysiwyg blockquote:before {
		content: open-quote;
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
		font-size: 55px;
		color: #D80E28;
	}

	.text-wysiwyg blockquote:after {
		content: close-quote;
		display: inline;
		line-height: 0.1em;
		margin-left: 0;
		vertical-align: -0.5em;
		font-size: 45px;
		color: #D80E28;
	}

	.text-wysiwyg blockquote p {
		display: inline;
		margin-bottom: 20px;
		padding-right: 1.25em;
	}

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

	/* image */

	.text-wysiwyg img {
		width: 100% !important;
	}

	/* Responsive iFrame */

	.text-wysiwyg .hs-embed-wrapper,
	.hs_cos_wrapper_type_rich_text .hs-embed-wrapper {
		max-width: 100% !important;
		max-height: none !important;
		min-width: 100% !important;
		margin-bottom: 0 !important;
	}

	.text-wysiwyg .hs-embed-wrapper:last-child,
	.hs_cos_wrapper_type_rich_text .hs-embed-wrapper:last-child {
		margin-bottom: 0 !important;
	}

	.text-wysiwyg .hs-embed-content-wrapper iframe,
	.hs_cos_wrapper_type_rich_text .hs-embed-wrapper iframe {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	/* Modifiers */

	.text-wysiwyg--small p,
	.text-wysiwyg--small ul,
	.text-wysiwyg--small ol,
	.text-wysiwyg--small blockquote,
	.text-wysiwyg--small .hs-embed-wrapper {
		margin-bottom: 20px !important;
	}

	.text-wysiwyg--small p:last-child,
	.text-wysiwyg--small ul:last-child,
	.text-wysiwyg--small ol:last-child,
	.text-wysiwyg--small blockquote:last-child,
	.text-wysiwyg--small .hs-embed-wrapper:last-child {
		margin-bottom: 0 !important;
	}

	/* MQ's
	======================================================== */

	/* sm */

	@media (max-width: 640px) {

		.text-wysiwyg p,
		.text-wysiwyg ul,
		.text-wysiwyg ol,
		.text-wysiwyg blockquote,
		.text-wysiwyg .hs-embed-wrapper {
			margin-bottom: 20px;
		}

		.text-wysiwyg ul li {
			font-size: 15px;
		}

		.text-wysiwyg blockquote {
			padding: 30px;
		}

		.text-wysiwyg--half,
		.text-wysiwyg--third {
			column-count: 1;
			column-gap: 0px;
		}
	}

	/* xxs */

	@media (max-width: 320px) {


	}
/* Font Sizes */



















/* Font Families */


/* Transition */


::-moz-selection {
	color: #FFFFFF;
	background: #D80E28;
	text-shadow: none;
}

::selection {
	color: #FFFFFF;
	background: #D80E28;
	text-shadow: none;
}

/* Typography
* =============================================== */

/* Headings */

.font-heading {
	font-family: 'Open Sans Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 0;
	margin-bottom: 30px;
	color: #2A323B;
	font-weight: 700;
	line-height: 1.25;
}

h1,
.text-55 {
	font-size: 55px;
}

h2,
.text-48 {
	font-size: 48px;
}

h3,
.text-38 {
	font-size: 38px;
}

h4,
.text-34 {
	font-size: 34px;
}

h5,
.text-28 {
	font-size: 28px;
}

h6,
.text-24 {
	font-size: 24px;
}

.text-22 {
	font-size: 22px;
}

.text-20 {
	font-size: 20px;
}

.text-18 {
	font-size: 18px;
}

.text-16 {
	font-size: 16px;
}

.text-15 {
	font-size: 15px;
}

.text-14 {
	font-size: 14px;
}

.text-13 {
	font-size: 13px;
}


.text-0 {
	font-size: 0;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

p:last-child { margin-bottom: 0; }


/* weights */

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.font-extrabold {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}

/* style */

.italic	{ 
	font-style: italic;
}

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

/* Links */

a {
	text-decoration: none;
	color: #D80E28;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;;
}

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

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

/* md */

@media (max-width: 768px) {

	/* 	Text */

	.md\:text-58 {
		font-size: 58px;
	}

	.md\:text-48 {
		font-size: 48px;
	}

	.md\:text-38 {
		font-size: 38px;
	}

	.md\:text-34 {
		font-size: 34px;
	}

	.md\:text-28 {
		font-size: 28px;
	}

	.md\:text-24 {
		font-size: 24px;
	}

	.md\:text-22 {
		font-size: 22px;
	}

	.md\:text-20 {
		font-size: 20px;
	}

	.md\:text-18 {
		font-size: 18px;
	}

	.md\:text-16 {
		font-size: 16px;
	}

	.md\:text-15 {
		font-size: 15px;
	}

	.md\:text-14 {
		font-size: 14px;
	}

	.md\:text-13 {
		font-size: 13px;
	}

	.md\:text-0 {
		font-size: 0;
	}

}

/* sm */

@media (max-width: 640px) {

	/* 	Text */

	h1,
	h2,
	.text-58,
	.text-55 {
		font-size: 34px;
	}

	.sm\:text-58 {
		font-size: 58px;
	}

	.sm\:text-48 {
		font-size: 48px;
	}

	.sm\:text-38 {
		font-size: 38px;
	}

	.sm\:text-34 {
		font-size: 34px;
	}

	.sm\:text-28 {
		font-size: 28px;
	}

	.sm\:text-24 {
		font-size: 24px;
	}

	.sm\:text-22 {
		font-size: 22px;
	}

	.sm\:text-20 {
		font-size: 20px;
	}

	.sm\:text-18 {
		font-size: 18px;
	}

	.sm\:text-16 {
		font-size: 16px;
	}

	.sm\:text-15 {
		font-size: 15px;
	}

	.sm\:text-14 {
		font-size: 14px;
	}

	.sm\:text-13 {
		font-size: 13px;
	}

	.sm\:text-0 {
		font-size: 0;
	}

}
.footer {
  padding-top: 150px;
  padding-bottom: 150px;
}

.footer--main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer__legal {
  height: 100px;
}

.footer__logo {
  display: block;
  max-width: 200px;
  height: 50px;
}

/* .footer__logo svg {
  height: 50px;
} */
.site-footer .footer__logo svg {
  height: auto;
}
.footer__badge {
  max-width: 135px;
}

.footer__social-link {
  display: inline-block;
  background-color: #D80E28;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer__social-link:last-of-type {
  margin-right: 0;
}

.footer__social-link:hover {
  background-color: red;
  color: #FFFFFF;
}
.new-lp-template .hs_submit.hs-submit .actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer__social-link svg {
  fill: #FFFFFF;
  width: 16px;
  height: 16px;
}

.footer__nav ul li {
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
}

.footer__nav ul li a {
  color: #FFFFFF;
}

.footer__nav ul li a:hover {
  color: #D80E28;
}

.footer__nav--legal ul {
  display: flex;
}

.footer__nav--legal ul li {
  margin-right: 15px;
  margin-bottom: 0;
}

.footer__nav--legal ul li:last-of-type {
  margin-right: 0;
}

.footer__contact {
  display: grid;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(2,1fr);
}

.social-media-wrap {
  margin-top: 50px;
}
.social-media-wrap .social-media-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.social-media-wrap .social-media-list li {
  margin-right: 15px;
}
.social-media-wrap .social-media-list li a {
  width: 35px;
  height: 35px;
  display: flex;
  background: #D80E28;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.social-media-wrap .social-media-list li a svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}




@media (max-width: 768px) {
  .footer__contact {
    grid-template-columns: repeat(1,1fr);
  }
}

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

/* md */

@media (max-width: 768px) {

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}

/* sm */

@media (max-width: 640px) {

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer__nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__nav ul li {
    width: 50%;
  }

  .footer__legal {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer__nav--legal ul {
    flex-wrap: nowrap;
  }

  .footer__nav--legal ul li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
/* Base styles
========================================================================== */

/* inputs */

input,
select {
  width: 100%;
  border-radius: 0;
  border: none;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
}

input.invalid,
input.error {
  border-top: 1px solid #D80E28 !important;
  border-right: 1px solid #D80E28 !important;
  border-bottom: 1px solid #D80E28 !important;
  border-left: 1px solid #D80E28 !important;
}

/* focus */

input:focus,
textarea:focus, 
select:focus {
  outline-style: solid;
  outline-width: 1px;
}

/* Placeholder Text */

::-webkit-input-placeholder {
  color: #59585A;
  font-size: 18px;
}

:-moz-placeholder {
  color: #59585A;
  font-size: 18px;
}

::-moz-placeholder {
  color: #59585A;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: #59585A;
  font-size: 18px;
}


/* selects */

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.414 9.121'%3E%3Cpath fill='none' stroke='%23D9E5F2' stroke-miterlimit='10' stroke-width='2' d='M14.707.707l-7 7-7-7' data-name='Path 213'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: 15px;
  padding-right: 30px !important;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #787878;
}

select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity:0;
}


/* Teaxarea */

textarea { 
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Label */

label.hs-error-msg {
  margin-top: 10px;
  font-size: 14px !important;
  color: #D80E28 !important;
}

/* Custom Styles
========================================================================== */

.form input {
  color: #2A323B;
}

.form h3 {
  display: none;
}

/* primary (website pages) */

.form--primary input,
.form--primary select {
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  border: 1px solid rgba(103, 152, 204, 0.25);;
}

.form--primary select {
  background-position: center right 15px;
}

.form--primary textarea {
  min-height: 170px;
  padding: 15px;
  border: 1px solid rgba(103, 152, 204, 0.25); !important;
  color: #2A323B !important;
  font-size: 16px;
}

.form--primary input[type="submit"] {
  height: 64px !important;
}

.form--primary .legal-consent-container .hs-form-booleancheckbox-display>span {
  color: #59585A !important;
}

/* main {LP's alt } */

.form--main {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.form--main h1 {
  color: #FFFFFF;
}

.form--main .hs-form label, 
.form--main .hs-form .hs-form-field>label {
  color: #FFFFFF;
  margin-bottom: 0;
}

.form--main input,
.form--main select {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #59585A;
  border-left: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
}

.form--main select {
  border-bottom: 1px solid #59585A;
}

.form--main input:focus,
.form--main textarea:focus,
.form--main select:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #59585A;
  outline-offset: -1px;
}

.form--main input.invalid,
.form--main input.error {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #db0f32 !important;
  border-left: 0 !important;
}

body .form--main .hs-button.primary,
body .form--main input[type="submit"],
body .form--main input[type="button"] {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.form--main textarea {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #59585A;
  border-left: 0;
  min-height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-size: 18px;
}

.form--main .hs-richtext p {
  color: #CCCCCC;
}

.form--main input[type="file"]::before {
  text-shadow: none;
}

.form--main input[type="radio"],
.form--main input[type="checkbox"] {
  border-color: #CCCCCC !important;
}

/* landing */

.form--landing :is(h1, h2, h3, h4, h5, h6) {
  color: #FFFFFF !important;
}

.form--landing label {
  margin-bottom: 0 !important;
  color: #FFFFFF !important;
}

.form--landing .hs-error-msgs  {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.form--landing input,
.form--landing select {
  font-size: 14px;
  background-color: transparent;
  border-bottom: 1px solid #59585A;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
}

.form--landing input:focus,
.form--landing textarea:focus,
.form--landing select:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #59585A;
  outline-offset: -1px;
}

.form--landing input.invalid,
.form--landing input.error {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #D80E28 !important;
  border-left: 0 !important;
}

.form--landing textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 80px;
  color: #FFFFFF;
  font-size: 14px;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #59585A;
  border-left: 0;
}

.form--landing input[type="radio"],
.form--landing input[type="checkbox"] {
  border-color: #CCCCCC !important;
}

.form--landing input[type="file"]::before {
  text-shadow: none !important;
}

.form--landing .hs-button.primary {
  position: absolute;
  bottom: -32px;
  border: 2px solid #2A323B;
}


/* footer */

.form--footer {
  position: relative;
}

.form--footer .hs_submit {
  position: absolute;
  top: 0;
  right: 0;
}

.form--footer input {
  height: 64px;
  padding-right: 170px;
  padding-left: 20px;
  border: none;
  color: #FFF;
  background-color: #22282E;
}

.form--footer label {
  display: none !important;
}

.form--footer label.hs-error-msg {
  display: block !important;
}

.form--footer .legal-consent-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form--footer .legal-consent-container p {
  font-size: 13px;
  color: #787878;
}

.form--footer .legal-consent-container a {
  color: #D80E28 !important;
}

body .form--footer .hs-button.primary,
body .form--footer input[type="submit"],
body .form--footer input[type="button"] {
  width: 140px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* All HubSpot Forms
========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */

.hs-form label,
.hs-form .hs-form-field > label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #2A323B;
}

.hs-form-booleancheckbox label,
.hs-form-radio label {
}

li.hs-form-radio:first-of-type {
  margin-top: 5px !important;
}

li.hs-form-radio {
  margin-bottom: 10px !important;
}

li.hs-form-radio:last-of-type {
  margin-bottom: 0 !important;
}

/* richtext */

.hs-form .hs-richtext {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-form .hs-richtext h1,
.hs-form .hs-richtext h2,
.hs-form .hs-richtext h3,
.hs-form .hs-richtext h4,
.hs-form .hs-richtext h5,
.hs-form .hs-richtext h6 {
  margin-bottom: 0 !important;
}

/* checkbox single */

ul.inputs-list {
  padding-left: 15px;
  padding-right: 15px;
}

ul.inputs-list li input {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 10px !important;
}

ul.inputs-list li span {
  display: inline-block !important;
  vertical-align: middle !important;
}


/* Multi-select (selectors for multi-select fields) */

.hs-fieldtype-booleancheckbox {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

input[type="checkbox"] { 
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(103, 152, 204, 0.15);;
  border: 1px solid rgba(0,0,0,0.1);;
}

input[type='checkbox']:checked { 
  background-color: #D80E28;
  border: none !important;
}

input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
  background-color: rgba(103, 152, 204, 0.15);;
  border: 1px solid rgba(0,0,0,0.1); !important;
  border-radius: 50%;
}

input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]:checked {
  background-color: #D80E28;
  border: none !important;
}

li.hs-form-radio {
  margin-bottom: 10px;
}

li.hs-form-radio:last-of-type {
  margin-bottom: 0;
}

li.hs-form-radio label {
  margin-bottom: 0;
}

/* remove list styles */
.form ul li {
  list-style: none;
}

/* file */

input[type="file"] {
  overflow: hidden;
  font-size: 14px !important;
}

input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"]::before {
  content: 'Select files';
  display: inline-block;
  border: 1px solid #999;
  border-radius: 0;
  margin-top: 10px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

input[type="file"]:hover::before {
  border-color: black;
}



/* legal text */


.legal-consent-container {
  padding-left: 15px;
  padding-right: 15px;
}

.form--main .legal-consent-container {
  padding-left: 20px;
  padding-right: 20px;
}

.form--footer .legal-consent-container {
  padding-left: 0;
  padding-right: 0;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline !important;
  font-size: 12px;
  color: #CCCCCC;
  margin-left: 0 !important;
}

.legal-consent-container .hs-richtext {
  margin-bottom: 20px;
}

.hs-main-font-element p {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.legal-consent-container .hs-richtext:last-of-type {
  margin-bottom: 0;
}

label.hs-form-booleancheckbox-display {
  margin: 0;
}

.legal-consent-container .hs-error-msgs label {
  color: #D80E28 !important;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}

.legal-consent-container p {
  font-size: 14px;
  line-height: 1.5;
}

.legal-consent-container a {
  text-decoration: underline;
  color: #D80E28 !important;
}

.legal-consent-container a:hover {
  color: inherit;
}

/* multi-container checkboxes */

ul.multi-container {
  margin-top: 10px;
}

ul.multi-container li.hs-form-checkbox label input {
  display: inline-block;
  vertical-align: middle;
}

ul.multi-container li.hs-form-checkbox label span {
  display: inline;
  margin-left: 0;
}


/* Multi Column Form (selectors for fieldsets and field wrappers) 
========================================================================== */

fieldset {
  max-width: none !important;
  text-align: left;
  font-size: 0;
  margin-bottom: 40px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.form--main fieldset {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input,
fieldset.form-columns-3 .input { margin-right: 0 !important; }

fieldset.form-columns-1 input,
fieldset.form-columns-1 select,
fieldset.form-columns-1 textarea { width: 100% !important; }

fieldset.form-columns-2 input,
fieldset.form-columns-2 select,
fieldset.form-columns-2 textarea,
fieldset.form-columns-3 input,
fieldset.form-columns-3 select,
fieldset.form-columns-3 textarea { width: 100%; }

fieldset.form-columns-1 .input ul.inputs-list,
fieldset.form-columns-2 .input ul.inputs-list,
fieldset.form-columns-3 .input ul.inputs-list { 
  text-align: left !important;
  margin-bottom: 20px;
}

fieldset.form-columns-1 .input ul.inputs-list li,
fieldset.form-columns-2 .input ul.inputs-list li,
fieldset.form-columns-3 .input ul.inputs-list li {
  margin-bottom: 20px;
}

fieldset.form-columns-1 .input ul.inputs-list li:last-of-type,
fieldset.form-columns-2 .input ul.inputs-list li:last-of-type,
fieldset.form-columns-3 .input ul.inputs-list li:last-of-type {
  margin-bottom: 0;
}

fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.form--main fieldset.form-columns-1 .hs-form-field,
.form--main fieldset.form-columns-2 .hs-form-field,
.form--main fieldset.form-columns-3 .hs-form-field {
  padding-left: 20px;
  padding-right: 20px;
}

fieldset.form-columns-1 input[type="radio"],
fieldset.form-columns-2 input[type="radio"],
fieldset.form-columns-3 input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}

fieldset.form-columns-1 input[type="checkbox"] {
  display: inline;
  width: 22px !important;
  height: 22px !important;
  -webkit-appearance: none;
}

fieldset.form-columns-1 .hs-form-field { width: 100%; }

fieldset.form-columns-2 .hs-form-field { width: 50% !important; }

fieldset.form-columns-3 .hs-form-field { width: 33.33333% !important; }

/* recaptcha
========================================================================== */

.hs_recaptcha {
  margin-bottom: 30px;
}

/* Submit buttons (selectors for all non-CTA buttons) 
========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  display: flex;
  max-width: 240px;
  align-items: center;
  justify-content: center;
  background-color: #D80E28;
  border: none;
  border-radius: 90px;
  padding: 21px 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: red;
  color: #FFFFFF;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}



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

/* xxl */

@media (max-width: 1440px) {

}

/* xl */

@media (max-width: 1280px) {


}

/* lg */

@media (max-width: 1024px) {

  .form--footer .hs_submit {
    position: relative;
    top: auto;
    right: auto;
  }

}

/* md */

@media (max-width: 768px) {

  .form--footer .hs_submit {
    /* 		position: relative;
    top: auto;
    right: auto; */
  }

  .form--footer input {
    padding-right: 30px;
  }

  body .form--footer .hs-button.primary,
  body .form--footer input[type="submit"],
  body .form--footer input[type="button"] {
    margin-top: 15px;
  }

}

/* sm */

@media (max-width: 640px) {

  input,
  .form--primary input,
  .form--landing input,
  select,
  .form--primary select,
  .form--landing select,
  textarea,
  .form--primary textarea,
  .form--landing textarea {
    font-size: 18px;
  }

  fieldset.form-columns-1 .hs-form-field,
  fieldset.form-columns-2 .hs-form-field,
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  fieldset.form-columns-1 input,
  fieldset.form-columns-1 select,
  fieldset.form-columns-1 textarea,
  fieldset.form-columns-2 input,
  fieldset.form-columns-2 select,
  fieldset.form-columns-2 textarea,
  fieldset.form-columns-3 input,
  fieldset.form-columns-3 select,
  fieldset.form-columns-3 textarea { width: 100%; }

  fieldset {
    margin-bottom: 0 !important;
  }

  .legal-consent-container {
    margin-bottom: 20px;
  }

  .hs-main-font-element p {
    margin-bottom: 20px;
  }

  body .form--main .hs-button.primary,
  body .form--main input[type="submit"],
  body .form--main input[type="button"] {
    margin-top: 30px;
  }

  .form--main fieldset {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

}

/* xs */

@media (max-width: 480px) {

}

/* xxs */

@media (max-width: 320px) {


}

.new-lp-template .hs-form .hs-form-field input {
  width: 100%;
  border: 1px solid #000000;
  height: 46px;
}
.new-lp-template .hs-form .hs-form-field {
  margin-bottom: 24px !important;
}
.new-lp-template .hs-form .hs-form-field textarea {
  width: 100%;
  height: 140px;
}
.new-lp-template .legal-consent-container {
  padding-left: 0;
}
.new-lp-template .legal-consent-container .hs-richtext {
  padding: 0;
}
.new-lp-template .legal-consent-container .hs-richtext p {
  color: #1C2126;
  font-size: 14px;
  line-height: 19px;
}
.new-lp-template fieldset {
  margin-bottom: 0 !important;
}
.new-lp-template .form-section__form .legal-consent-container {
  padding-left: 15px;
  margin-bottom: 30px;
}
/* Transition */



/* Hero Slider
========================================================================== */

.hero__slider {
	position: relative;
	width: 100%;
	min-height: 740px;
	background-color: #101417;
}

.hero__slider .flickity-viewport {
	position: absolute;
	width: 100%;
	top: 0;
}

.hero__slider-item {
	width: 100%;
	height: 100%;
}

.hero__img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
    z-index: -2;
}

.hero-pips {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 10;
}

.hero-pips__item {
	width: 15px;
	height: 15px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	border-radius: 0.5rem;
}

.hero-pips__item:last-of-type {
	margin-bottom: 0;
}

.hero-pips__item.is-selected {
	background-color: #FFFFFF;
}

/* Hero Nav
========================================================================== */

.hero-nav {
	background-color: #6798CC;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

.hero-nav__inner {
	display: flex;
	grid-gap: 30px;
}

.hero-nav__inner a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

.hero-nav__inner a:hover {
	color: #F2F2F2;
}

/* Hero Static
========================================================================== */


.hero-static-inner {
	padding-top: 100px;
	padding-bottom: 150px;
}

@media (max-width: 640px) {
	.hero-static-inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.hero-static-inner--boxed {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 640px) {
	.hero-static-inner--boxed {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* Hero CTAs
========================================================================== */

.hero-ctas {
	background-color: #2A323B;
	height: 80px;
	border-top: 3px solid;
	border-color: #D80E28;
}

.hero-ctas.hero-ctas--dark {
	background-color: #000;
}

.hero-ctas .inner {
	margin-top: -50px;
	margin-right: -30px;
	display: flex;
	grid-gap: 50px;
}


@media (max-width: 640px) {
	.hero-ctas .inner {
		margin-right: -15px;
		grid-gap: 30px;
	}
}

.hero-ctas__item {
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

@media (max-width: 640px) {
	.hero-ctas__item {
		grid-gap: 10px;
	}	
}

.hero-ctas__item:hover .button {
	background-color: #FF0000;
	border-color: #FF0000;
}

.hero-ctas__item .button {
	flex: 1;
}

/* Hero LP
========================================================================== */

.hero {
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (max-width: 640px) {
	.hero--lp {
		padding-bottom: 70px !important;
	}
}

.hero .button {
	display: block;
	max-width: 240px;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.hero__bg--lp {
	z-index: 0;
}

.hero__bg--light {
	background-color: rgba(242, 242, 242, 0.5);
}

.hero__bg--grad {
	background: linear-gradient(90deg, rgba(103,152,204,0) 0%, rgba(103,152,204,0.25) 100%);
}

.hero__bg--grad-darker {
	background: linear-gradient(90deg, rgba(42,50,59,0.4) 0%, rgba(103,152,204,0.4) 23%, rgba(103,152,204,0.25) 50%, rgba(103,152,204,0.25) 100%);
}

.hero__row {
	margin-right: -30px;
	margin-left: -30px;
}

@media (max-width: 640px) {
	.hero__row {
		margin-right: 0;
		margin-left: 0;
	}
}

.hero__col {
	position: relative;
	max-width: 820px;
	padding-right: 30px;
	padding-left: 30px;
	z-index: 1;
}

@media (max-width: 640px) {
	.hero__col {
		padding-right: 10px;
		padding-left: 10px;
	}	
}

.hero__text {
	margin-top: 80px;
}

@media (max-width: 640px) {
	.hero__text {
		margin-top: 0;
	}	
}

.hero__text-logo {
	max-width: 290px;
	height: auto;
}

.hero__form {
	margin-top: 30px;
    margin-right: 30px;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 66px;
	padding-left: 30px;
	position: relative;
	background-color: rgba(42, 50, 59, 0.95);
	color: #FFFFFF;
	text-align: center;
}

@media (max-width: 1024px) {
	.hero__form {
		margin-top: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.hero__form {
		padding-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.hero__form:before {
	width: 100%;
    height: 100%;

    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: -1;

    border: 3px solid;
    border-color: #D80E28;
}

@media (max-width: 1024px) {
	.hero__form:before {
		top: -20px;
		right: -20px;
	}
}

.hero__form .inner {
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
}


/* MQs
========================================================================== */

/* md */

@media (max-width: 768px) {

	.hero__text h1 {
		font-size: 32px;
	}

	.hero-pips {
		top: auto;
		bottom: 10px;
		left: 0;
		right: 0;
		flex-direction: row;
	}

	.hero-pips__item {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.hero-pips__item:last-of-type {
		margin-right: 0;
	}
}

/* sm */

@media (max-width: 640px) {

	.hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hero__slider-item img {
		object-position: left center;
	}

	.hero--static {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/* cards */

	.hero-cards {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: visible;
	}

	.hero-cards__icon {
		display: none;
	}

	.hero-cards__item {
		margin-top: 0;
		padding-top: 20px;
		height: 100%;
	}

	.hero-cards__item:hover {
		top: 0;
	}

	.hero-cards__item .button {
		position: relative;
		bottom: auto;
	}
}

/* xs */

@media (max-width: 480px) {

	.hero__slider {
		min-height: 610px;
	}
}
.button {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
	border-radius: 90px;
  margin-top:30px;
}

/* style */

.button--primary {
	border: 3px solid #D80E28;
	background-color: #D80E28;
	color: #FFFFFF;
}

.button--primary:hover,
.button--primary:focus {
	background-color: red;
	border-color: red;
	color: #FFFFFF;
}

.button--secondary {
	border: 3px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #2A323B;
}

.button--secondary:hover,
.button--secondary:focus {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #2A323B;
}

.button--tertiary {
	border: 3px solid rgba(0,0,0,0.2);;
	background-color: rgba(0,0,0,0.2);;
	color: #FFFFFF;
}

.button--tertiary:hover,
.button--tertiary:focus {
	background-color: rgba(0,0,0,0.1);;
	border-color: rgba(0,0,0,0.1);;
	color: #FFFFFF;
}

.button--quaternary {
	border: 3px solid #2A323B;
	background-color: #2A323B;
	color: #FFFFFF;
}

.button--quaternary:hover,
.button--quaternary:focus {
	background-color: #101417;
	border-color: #101417;
	color: #FFFFFF;
}

.button--quinary {
	border: 3px solid #1C2126;
	background-color: transparent;
	color: #1C2126;
}

.button--quinary:hover,
.button--quinary:focus {
	background-color: #1C2126;
	border-color: #1C2126;
	color: #FFFFFF;
}

.button--senary {
	border: 3px solid #6798CC;
	background-color: #6798CC;
	color: #FFFFFF;
}

.button--senary:hover,
.button--senary:focus {
	background-color: #6798CC;
	border-color: #6798CC;
	color: #FFFFFF;
}

/* size */

.button--small {
	padding: 7px 20px;
}

/* Group */

.button-wrap {
	width: 100%;
}

.button-wrap--sm {
	max-width: 560px;
}

.button-wrap--lg {
	max-width: 700px;
}

body.IE .button-wrap--sm {
	width: 560px;
}

body.IE .button-wrap--lg {
	width: 700px;
}

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

/* md */

@media (max-width: 768px) {

	.button {
		padding: 10px 30px;
	}

	.button--small {
		padding: 7px 20px;
	}
}

/* sm */

@media (max-width: 640px) {

	.button {
		width: 100%;
		padding: 7px 20px;
	}
}

/* xs */

@media (max-width: 480px) {

	.button {
		width: 100%;
	}
}
.title-divider-top:before {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #D80E28;
}


.title-divider-bottom:after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #D80E28;
}

.title-divider-top--small:before,
.title-divider-bottom--small:after {
	margin-top: 20px;
	margin-bottom: 20px;
}

.title-divider--white:before,
.title-divider--white:after {
	background-color: #FFFFFF;
}

.title-divider--black:before,
.title-divider--black:after {
	background-color: #2A323B;
}

.title-divider--center:after,
.title-divider--center:before {
    margin-right: auto;
	margin-left: auto;
}

.title-divider--right:after,
.title-divider--right:before {
	margin-left: auto;
}


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

/* sm */

@media (max-width: 640px) {

	.title-divider-top:before,
	.title-divider-bottom:after{
		margin-top: 20px;
		margin-bottom: 20px;
	}

}
.testimonials h4 {
	padding-right: 10px;
}

.testimonials__img {
	min-width: 70px;
	height: 70px;
}
/* Transition */



/* Cards Primary
========================================================================== */

.cards-primary__item {
	padding-top: 100%;
}

.cards-primary__item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #6798CC;
	mix-blend-mode: multiply;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;;
}

.cards-primary__item:hover:before {
	opacity: 1;
}

.cards-primary__item:hover .cards-primary__content {
	transform: translateY(-50%);
	opacity: 1;
}

.cards-primary__content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 460px;
	margin: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	opacity: 0;
	z-index: 20;
	transform: translateY(-45%);
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;;
}

/* Cards Secondary
========================================================================== */

.cards-secondary .cards-secondary__item:nth-of-type(1) {
	background-color: #6699cc;
}

.cards-secondary .cards-secondary__item:nth-of-type(2) {
	background-color: rgba(102,153,204,0.9);
}

.cards-secondary .cards-secondary__item:nth-of-type(3) {
	background-color: rgba(102,153,204,0.8);
}

.cards-secondary__content {
	max-width: 460px;
	margin: auto;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
}

.cards-secondary__icon {
	display: block;
	width: 60px;
	height: 60px;
}

.cards-secondary__icon svg {
	width: 60px;
	height: 60px;
	fill: currentColor;
}


/* Cards Tertiary
========================================================================== */

.cards-tertiary {
	margin-bottom: 24px;
	grid-row-gap: 64px;
}

.cards-tertiary__item {
	height: 100%;
	padding-right: 30px;
	padding-left: 30px;

	display: flex;
	justify-content: flex-start;
	flex-direction: column;

	position: relative;
	top: 0;

	background-color: #2A323B;
	color: #FFFFFF;

	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;;
}

.cards-tertiary__item:before {
	width: calc(100% - 40px);
    height: 22px;
    margin: auto;
    display: block;

    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    z-index: -1;

	border: 3px solid #D80E28;
}

.cards-tertiary__item--icon {
	height: calc(100% - 70px);
	margin-top: 70px;
}

/* hover */

.cards-tertiary__item:hover {
	top: -10px;
	color: #FFFFFF;
}

.cards-tertiary__item:hover .button {
    background-color: red;
    border-color: red;
}

.cards-tertiary__item .inner {
	padding-top: 20px;
	text-align: center;
}

.cards-tertiary__item .inner .text-wrap {
	margin-bottom: 44px;
}

/* button */

.cards-tertiary__item .btn-wrap {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23.5px;
}

body.IE .cards-tertiary__item .button {
	width: 300px;
	left: 0;
	right: 0;
	margin: auto;
}

.cards-tertiary__icon {
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
}

/* image  */

.cards-tertiary__icon .img-wrap {
	width: 70px;
    height: 70px;
    position: relative;
}


/* Cards LP 
========================================================================== */

.card {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}

@media (max-width: 1024px) {
	.card {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.card {
		padding: 0 !important;
	}
}

.card--accent {
	position: relative;
	background-color: #D80E28;
	color: #FFFFFF;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

@media (max-width: 1024px) {
	.card--accent {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.card--accent ul,
.card ul {
	list-style: none;
}

.card--accent ul li,
.card ul li {
	margin-bottom: 15px;
}

.card--accent ul li:last-of-type,
.card ul li:last-of-type {
	margin-bottom: 0;
}

.card--accent ul li:before,
.card ul li:before {
	content: "";
	background-color: #6798CC;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 50%;
}

.card--accent ul li:before {
	background-color: #FFFFFF;
}

.card--accent .button {
	position: absolute;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
}

@media (max-width: 768px) {
	.card .button,
	.card--accent .button {
		position: relative;
		bottom: auto;
		left: auto;
		width: auto !important;
	}	
}

.card__text-wrap {
	padding-bottom: 30px;
}


/* MQ's
========================================================================== */

/* lg */

@media (max-width: 1024px) {

	.card {
		padding-right: 20px;
		padding-left: 20px;
	}

	.cards-primary__item:before {
		opacity: 1;	
	}

	.cards-primary__content {
		opacity: 1;
		transform: translateY(-50%);
	}
}


/* sm */

@media (max-width: 640px) {

	.cards-tertiary__item:hover {
		top: 0;
	}

	.cards-secondary__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cards-tertiary__item .button  {
		width: auto !important;
	}

}

/* xs */

@media (max-width: 480px) {

	.cards-primary__item {
		padding-top: 50%;
	}

	.cards-tertiary__item .button  {
		position: relative;
		bottom: auto;
	}

}
.clients {
	font-size: 0;
	text-align: left;
}

.clients__img {
	padding-top: 128px;
	max-width: 254px;
	margin: auto;
}

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

/* md */

@media (max-width: 768px) {

	.clients__img {
		padding-top: 60%;
	}

}

/* sm */

@media (max-width: 640px) {

	.clients__img {
/* 		padding-top: 100%; */
	}

}
.stats__item {
	border-bottom: 1px solid rgba(103, 152, 204, 0.15);;
	padding-top: 50px;
	padding-bottom: 50px;
}

.stats__item:first-of-type {
	padding-top: 0;
}

.stats__item:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.stats .stats__item:nth-child(even) {
	flex-direction: row-reverse;
}

.stats__title {
	font-size: 125px;
	line-height: 1;
	color: #D80E28;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}

.stats .stats__item:nth-child(even) .stats__text {
	text-align: right;
}

.stats .stats__image {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 640px) {
	.stats .stats__image {
		margin-bottom: 30px;
	}	
}

.stats .stats__image img {
	width: 100%;
	height: auto;
}

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

/* sm */

@media (max-width: 640px) {

	.stats__item {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.stats__title {
		font-size: 52px;
		line-height: 1;
	}

	.stats__title {
		text-align: left;
	}

	.stats .stats__item:nth-child(even) .stats__title {
		text-align: right;
	}

}
.features__icon {
	width: 50px;
	height: 50px;
	background-color: #D80E28;
	border-radius: 50%;
}

.features__icon svg {
	width: 24px;
	height: 24px;
	fill: #FFFFFF;
}

.features__icon--secondary {
	margin-right: 10px;
}

.features__icon--secondary svg {
	width: 24px;
	height: 24px;
	fill: #D80E28;
}

.features__item .text-wysiwyg p {
	margin-bottom: 20px;
}

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

.features__services h1,
.features__services h2,
.features__services h3,
.features__services h4,
.features__services h5,
.features__services h6,
.features__services p {
	margin-bottom: 20px;
}

.features__options ul li {
	position: relative;
	background-color: rgba(103, 152, 204, 0.15);;
	padding: 13px 15px 13px 40px;
	margin-bottom: 15px;
	color: #2A323B;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
}
.features__options ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #6798CC;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.features__options ul li:last-of-type {
	margin-bottom: 0;
}

/* MQ's
======================================================== */

/* md */

@media (max-width: 768px) {

	.features__icon {
		width: 40px;
		height: 40px;
	}

}


/* sm */

@media (max-width: 640px) {

}

/* xs */

@media (max-width: 480px) {

	.features--secondary {
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: visible;
	}
}
.text-image__content {
	max-width: 580px;
	margin-right: 40px;
	margin-left: 20px;
	padding-top: 40px;
}

.text-image__content--reverse {
	margin-right: 20px;
	margin-left: 40px;
}


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

/* xl */

@media (max-width: 1280px) {

	.text-image__content {
		margin-right: 20px;
	}

}

/* md */

@media (max-width: 768px) {

	.text-image__content {
		padding-top: 0;
	}

}

/* sm */

@media (max-width: 640px) {

	.text-image__content,
	.text-image__content--reverse {
		margin-right: 15px;
		margin-left: 15px;
	}

}
/* Transition */


.accordion__group {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(103, 152, 204, 0.15);;
}

.accordion__title {
	position: relative;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	user-select: none;
	cursor: pointer;
}

.accordion__title span {
	display: block;
	width: calc(100% - 30px);
}

.accordion__title {
	color: #2A323B;
}

.accordion__title.open {
	color: #2A323B;
}

.accordion__title.open{
	border-radius: 10px 10px 0 0;
}

.accordion__content {
	width: calc(100% - 80px);
	padding-right: 30px;
	display: none;
}

.accordion__content p {
	font-size: 16px;
}

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

.accordion__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: transparent;
	color: #6798CC;
	border: 2px solid rgba(103, 152, 204, 0.25);;
	border-radius: 50%;
	transform: translateY(-50%);
}

.accordion__arrow svg {
	width: 16px;
	height: 25px;
	-webkit-transition: transform 0.2s ease-in-out;
-moz-transition: transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
-ms-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;;
}

.open .accordion__arrow {
	background-color: #6798CC;
	border-color: #6798CC;
	color: #FFFFFF;
}

.open .accordion__arrow svg {
	transform: rotate(180deg);
}


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

/* sm */

@media (max-width: 640px) {

	.accordion__group {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.accordion__content {
		width: 100%;
		padding-right: 0;
	}

	.accordion__arrow {
		width: 40px;
		height: 40px;
	}

	.accordion__title {
		padding-right: 40px;
	}

	.accordion__title span {
		width: calc(100% - 15px);
	}
}
.text-slider__buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.text-slider__btn {
    width: 50px;
	height: 50px;
	background-color: #6798CC;
	border-radius: 50%;
	margin-right: 20px;
	margin-left: 20px;
}

.text-slider__btn svg {
    width: 25px;
	height: 16px;
	fill: #FFFFFF;
}
.blog__filter {
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog-featured-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 10px;
}

.blog-featured-info .spacer {
	width: 2px;
	height: 22px;
	background-color: #D80E28;
}

ul.blog-featured__tags {
	display: flex;
}

ul.blog-featured__tags li {
	margin-bottom: 0;
}

ul.blog-featured__tags li:after {
	content:'/';
	margin-right: 2px;
	margin-left: 2px;
}

ul.blog-featured__tags li:last-of-type:after {
	content:'';
	margin-right: 0;
	margin-left: 0;
}

.blog__sidebar {
	margin-top: 20px;
	max-width: 310px;
	width: 100%;
}

body.IE .blog__sidebar {
	width: auto;
}

.blog__sidebar__wrap {
	position: sticky;
	top: 190px;
}

body.is-scrolled .blog__sidebar__wrap {
	top: 210px;
}

ul.blog__sidebar__recent {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #787878;
}

ul.blog__sidebar__share li {
	margin-right: 15px;
	margin-bottom: 0;
}

ul.blog__sidebar__share li:last-of-type {
	margin-right: 0;
}

ul.blog__sidebar__share li a {
	width: 24px;
	height: 24px;
}

ul.blog__sidebar__share li a svg {
	width: 24px;
	height: 24px;
}

/* text formatting */

.blog__wysiwyg hr {
	border-top: 1px solid #787878;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
}

/* List styles */

.blog__wysiwyg ol {
	counter-reset: organised-list-counter;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 20px;
	list-style: none;
}

.blog__wysiwyg ol:last-child {
	margin-bottom: 0;
}

.blog__wysiwyg ol li {
	counter-increment: organised-list-counter;
	margin-bottom: 10px;
	color: #1C2126;
}

.blog__wysiwyg ol li:before {
	content: counter(organised-list-counter) ". ";
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: 0;
	color: #D80E28;
}

.blog__wysiwyg ol li:last-of-type {
	margin-bottom: 0;
}

.blog__wysiwyg  ol ol {
	margin-top: 10px;
}

.blog__wysiwyg  ol ol li {
	margin-left: 15px;
	font-size: 16px;
}

.blog__wysiwyg ol ol li:before {
	color: #787878;
}


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

/* xl */

@media (max-width: 1279px) {

	.blog__wysiwyg img {
		width: 100% !important;
	}

}

/* lg */

@media (max-width: 1024px) {

	.blog__sidebar__wrap {
		top: 150px;
	}

}


/* md */

@media (max-width: 768px) {

	.blog__sidebar {
		margin-top: 0;
	}

}

/* sm */

@media (max-width: 640px) {

	.blog__wysiwyg img {
		margin-right: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
		float: none !important;
	}

	.blog__wysiwyg  ol ol li {
		margin-left: 10px;
		font-size: 15px;
	}

}
.map__content {
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1280px) {
	.map__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.map__content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.map__content .inner {
	margin-top: 40px;
    display: grid;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}

@media (max-width: 1024px) {
	.map__content .inner {
		grid-gap: 30px;
	}
}

@media (max-width: 768px) {
	.map__content .inner {
		grid-template-rows: repeat(1,1fr);
		grid-template-columns: repeat(1,1fr);
	}
}

.map__item {
	height: 670px;
}

@media (max-width: 640px) {
	.map__item {
	    height: 520px;
    }
}
.img-text-2__content {
	column-count: 2;
	column-gap: 30px;	
}

.img-text-2__content p {
	margin-bottom: 20px;
}

.img-text-2__content p:last-child {
	margin-bottom: 0;
}


/* sm */

@media (max-width: 640px) {

	.img-text-2__content {
		column-count: 1;
		column-gap: 15px;	
	}

}
/* Transition */


.team__image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: 1;
	mix-blend-mode: multiply;
	-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;;
}

.team__image:hover:before,
.team__card.active .team__image:before {
	background-color: rgba(103,152,204,0.8);
}

.team__expander {
	display: none;
	position: relative;
	background-color: rgba(103, 152, 204, 0.15);;
	padding-top: 70px;
	padding-bottom: 50px;
}

.team__expander.active {
	display: block;
}

.team__expander:before,
.team__expander:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(103, 152, 204, 0.15);;
}

.team__expander:before {
	left: 100%;
}

.team__expander:after {
	right: 100%;
}

.team__expander__content {
	column-count: 2;
	column-gap: 30px;
}

.team__expander__content ul {
	border-top: 2px solid #D80E28;
	padding-top: 20px;
}

.team__expander__content ul li {
	line-height: 1 !important;
	margin-bottom: 10px !important;
}

.team__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #D80E28;
	color: #FFFFFF;
}

.team__close:hover {
	background-color: #2A323B;
	color: #FFFFFF;
}

.team__close svg {
	width: 50px;
	height: 50px;
}

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

/* sm */

@media (max-width: 640px) {

	.team__close {
		right: -15px;
	}

	.team__expander {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.team__expander__content {
		column-gap: 15px;
	}
}

/* xxs */

@media (max-width: 320px) {

	.team__expander__content {
		column-count: 1;
		column-gap: 0px;
	}
}
.timeline-wrap:before,
.timeline-wrap:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	z-index: 1;
	margin: auto;
	background-color: #D80E28;
}

.timeline-wrap:before {
	top: 0;
}

.timeline-wrap:after {
	bottom: 0;
}


.timeline {
	position: relative;
	padding-top: 98px;
	padding-bottom: 98px;
}

.timeline:after {
	content: '';
	position: absolute;
	width: 4px;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	background-color: #D80E28;
}

.timeline__row {
	position: relative;
	margin-bottom: 80px;
}

.timeline .timeline__row:last-of-type {
	margin-bottom: 0;
}

.timeline__row:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}

.timeline__row:nth-child(even) .timeline__item--title {
	text-align: left;
}

.timeline__row:nth-child(even) .timeline__item--text {
	text-align: right;
}

.timeline__row:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	z-index: 1;
	margin: auto;
	background-color: #D80E28;
}

.timeline__item {
	padding-left: 40px;
	padding-right: 40px;
}

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

.timeline__item--text {
	padding-top: 4px;
	text-align: left;
}


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

/* md */

@media (max-width: 768px) {

	.timeline__item {
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* xs */

@media (max-width: 480px) {

	.timeline {
		padding-top: 68px;
		padding-bottom: 68px;
	}

	.timeline__row {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 50px;
	}

	.timeline__item {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.content-box {
    position: relative;
}


/* btn */

.content-box__btn {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;

    position: absolute;
    bottom: -26.5px;
    left: 50px;
}

@media (max-width: 640px) {
    .content-box__btn {
        grid-gap: 10px;
        margin-top: 20px;
        position: relative;
        bottom: auto;
        left: auto;
    }
}

/* primary */

.content-box--primary {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 86.5px;
    padding-left: 50px;
    background-color: rgba(42, 50, 59, 0.95);
}

@media (max-width: 640px) {
    .content-box--primary {
        margin-right: 30px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20.5px;
        padding-left: 20px;
    }    
}

.content-box--primary:before {
    width: 100%;
    height: 100%;

    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: -1;

    border: 3px solid;
    border-color: #D80E28;
}

@media (max-width: 640px) {
    .content-box--primary:before {
        top: -20px;
        right: -20px;
    }
}

/* secondary */

.content-box--secondary {
    margin-bottom: 30px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-color: rgba(216, 14, 40, 0.88);
}

@media (max-width: 640px) {
    .content-box--secondary {
        margin-bottom: 20px;
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
}

.content-box--secondary--solid {
    background-color: #D80E28;
}

.content-box--secondary:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);

    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 0;

    border: 3px solid;
    border-color: #2A323B;
}

@media (max-width: 768px) {
    .content-box--secondary:before {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .content-box--secondary:before {
        height: 100%;
        right: 10px;
    }
}

/* secondary large */

.content-box--secondary--lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 640px) {
    .content-box--secondary--lg {
        padding-top: 50px;
        padding-bottom: 40px;
    }    
}
/* 
    custom grid
*/

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

@media (max-width: ) {

    .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 ;
    }
}
.lp-footer {
	position: relative;
	padding-top: 5rem;
	z-index: 20;
}

.new-lp-template .form-section__form.btn-centers .actions,.new-lp-template .hero-form__form.btn-centers .actions {
    justify-content: center;
}
.new-lp-template .form-section__form.btn-rights .actions,.new-lp-template .hero-form__form.btn-rights .actions {
    justify-content: flex-end;
}
@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: 216px;
  height:54px;
}

.lp-footer__bottom {
	padding-bottom: 3.75rem;
}