@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300&display=swap);
/**
 * PROJECT: Yes Communicatie
 */
/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Montserrat, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #ACB0B1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #ACB0B1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #ACB0B1;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(221, 221, 222, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #71717a;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #71717a;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #71717a;
	opacity: 1;
}
input::placeholder,textarea::placeholder{
	color: #71717a;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #71717a;
	border-width: 1px;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
@media (min-width: 576px){
	.container{
		max-width: 576px;
		padding-right: 80px;
		padding-left: 80px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
		padding-right: 80px;
		padding-left: 80px;
	}
}
@media (min-width: 1440px){
	.container{
		max-width: 1440px;
		padding-right: 80px;
		padding-left: 80px;
	}
}
@media (min-width: 1920px){
	.container{
		max-width: 1920px;
		padding-right: 320px;
		padding-left: 320px;
	}
}
.prose{
	color: #3f3f46;
	max-width: 65ch;
}
.prose [class~="lead"]{
	color: #52525b;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a{
	color: #18181b;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong{
	color: #18181b;
	font-weight: 600;
}
.prose ol[type="A"]{
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"]{
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s]{
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s]{
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"]{
	--list-counter-style: upper-roman;
}
.prose ol[type="i"]{
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s]{
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s]{
	--list-counter-style: lower-roman;
}
.prose ol[type="1"]{
	--list-counter-style: decimal;
}
.prose ol > li{
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before{
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #71717a;
	left: 0;
}
.prose ul > li{
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before{
	content: "";
	position: absolute;
	background-color: #CCD9DB;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr{
	border-color: #DDDDDE;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote{
	font-weight: 500;
	font-style: italic;
	color: #18181b;
	border-left-width: 0.25rem;
	border-left-color: #DDDDDE;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before{
	content: open-quote;
}
.prose blockquote p:last-of-type::after{
	content: close-quote;
}
.prose h1{
	color: #18181b;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2{
	color: #18181b;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3{
	color: #18181b;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4{
	color: #18181b;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption{
	color: #71717a;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code{
	color: #18181b;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before{
	content: "`";
}
.prose code::after{
	content: "`";
}
.prose a code{
	color: #18181b;
}
.prose pre{
	color: #DDDDDE;
	background-color: #27272a;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code{
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before{
	content: none;
}
.prose pre code::after{
	content: none;
}
.prose table{
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead{
	color: #18181b;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #CCD9DB;
}
.prose thead th{
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr{
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDE;
}
.prose tbody tr:last-child{
	border-bottom-width: 0;
}
.prose tbody td{
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose{
	font-size: 1rem;
	line-height: 1.75;
}
.prose p{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img{
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video{
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure{
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > *{
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code{
	font-size: 0.875em;
}
.prose h3 code{
	font-size: 0.9em;
}
.prose ol{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul{
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child{
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child{
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child{
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child{
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + *{
	margin-top: 0;
}
.prose h2 + *{
	margin-top: 0;
}
.prose h3 + *{
	margin-top: 0;
}
.prose h4 + *{
	margin-top: 0;
}
.prose thead th:first-child{
	padding-left: 0;
}
.prose thead th:last-child{
	padding-right: 0;
}
.prose tbody td:first-child{
	padding-left: 0;
}
.prose tbody td:last-child{
	padding-right: 0;
}
.prose > :first-child{
	margin-top: 0;
}
.prose > :last-child{
	margin-bottom: 0;
}
.pointer-events-none{
	pointer-events: none;
}
.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;
}
.left-0{
	left: 0;
}
.top-1\/2{
	top: 50%;
}
.left-1\/2{
	left: 50%;
}
.top-0{
	top: 0;
}
.right-1\/2{
	right: 50%;
}
.top-\[1189px\]{
	top: 1189px;
}
.top-\[1327px\]{
	top: 1327px;
}
.bottom-0{
	bottom: 0;
}
.right-0{
	right: 0;
}
.top-full{
	top: 100%;
}
.left-24{
	left: 24px;
}
.bottom-48{
	bottom: 48px;
}
.bottom-1\/2{
	bottom: 50%;
}
.top-\[768px\]{
	top: 768px;
}
.right-24{
	right: 24px;
}
.top-120{
	top: 120px;
}
.bottom-\[-410px\]{
	bottom: -410px;
}
.bottom-\[300px\]{
	bottom: 300px;
}
.bottom-\[-1px\]{
	bottom: -1px;
}
.left-2\/3{
	left: 66.666667%;
}
.z-10{
	z-index: 10;
}
.z-200{
	z-index: 200;
}
.order-1{
	order: 1;
}
.order-2{
	order: 2;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-8{
	grid-column: span 8 / span 8;
}
.col-span-5{
	grid-column: span 5 / span 5;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.col-start-2{
	grid-column-start: 2;
}
.col-start-5{
	grid-column-start: 5;
}
.col-start-9{
	grid-column-start: 9;
}
.col-start-1{
	grid-column-start: 1;
}
.col-start-8{
	grid-column-start: 8;
}
.row-start-1{
	grid-row-start: 1;
}
.-m-12{
	margin: -12px;
}
.-m-16{
	margin: -16px;
}
.-m-4{
	margin: -4px;
}
.-m-32{
	margin: -32px;
}
.-m-20{
	margin: -20px;
}
.-mx-20{
	margin-left: -20px;
	margin-right: -20px;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.mx-\[18px\]{
	margin-left: 18px;
	margin-right: 18px;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.-mx-32{
	margin-left: -32px;
	margin-right: -32px;
}
.my-64{
	margin-top: 64px;
	margin-bottom: 64px;
}
.-mx-16{
	margin-left: -16px;
	margin-right: -16px;
}
.-mx-12{
	margin-left: -12px;
	margin-right: -12px;
}
.-mt-64{
	margin-top: -64px;
}
.-mb-80{
	margin-bottom: -80px;
}
.mb-\[95px\]{
	margin-bottom: 95px;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-16{
	margin-bottom: 16px;
}
.ml-\[18px\]{
	margin-left: 18px;
}
.mb-48{
	margin-bottom: 48px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-4{
	margin-bottom: 4px;
}
.mt-40{
	margin-top: 40px;
}
.mr-10{
	margin-right: 10px;
}
.mr-12{
	margin-right: 12px;
}
.mr-40{
	margin-right: 40px;
}
.ml-8{
	margin-left: 8px;
}
.mb-auto{
	margin-bottom: auto;
}
.mt-\[-50px\]{
	margin-top: -50px;
}
.mb-36{
	margin-bottom: 36px;
}
.mb-\[2px\]{
	margin-bottom: 2px;
}
.mb-8{
	margin-bottom: 8px;
}
.-mb-32{
	margin-bottom: -32px;
}
.\!mb-20{
	margin-bottom: 20px !important;
}
.mr-20{
	margin-right: 20px;
}
.mb-\[28px\]{
	margin-bottom: 28px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-60{
	margin-bottom: 60px;
}
.-mt-36{
	margin-top: -36px;
}
.ml-16{
	margin-left: 16px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-30{
	margin-bottom: 30px;
}
.mt-24{
	margin-top: 24px;
}
.mb-32{
	margin-bottom: 32px;
}
.mt-auto{
	margin-top: auto;
}
.mt-48{
	margin-top: 48px;
}
.mb-12{
	margin-bottom: 12px;
}
.ml-12{
	margin-left: 12px;
}
.mb-\[14px\]{
	margin-bottom: 14px;
}
.mr-\[10px\]{
	margin-right: 10px;
}
.ml-\[22px\]{
	margin-left: 22px;
}
.-mb-60{
	margin-bottom: -60px;
}
.mb-\[132px\]{
	margin-bottom: 132px;
}
.mt-4{
	margin-top: 4px;
}
.mt-8{
	margin-top: 8px;
}
.-mb-4{
	margin-bottom: -4px;
}
.-mt-20{
	margin-top: -20px;
}
.mr-32{
	margin-right: 32px;
}
.mt-32{
	margin-top: 32px;
}
.ml-auto{
	margin-left: auto;
}
.-mb-40{
	margin-bottom: -40px;
}
.mb-80{
	margin-bottom: 80px;
}
.mr-16{
	margin-right: 16px;
}
.-mb-64{
	margin-bottom: -64px;
}
.mb-\[34px\]{
	margin-bottom: 34px;
}
.mt-64{
	margin-top: 64px;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.h-20{
	height: 20px;
}
.h-\[19px\]{
	height: 19px;
}
.h-\[28px\]{
	height: 28px;
}
.h-24{
	height: 24px;
}
.h-60{
	height: 60px;
}
.h-\[272px\]{
	height: 272px;
}
.h-full{
	height: 100%;
}
.h-auto{
	height: auto;
}
.h-80{
	height: 80px;
}
.h-\[144px\]{
	height: 144px;
}
.h-\[183px\]{
	height: 183px;
}
.h-16{
	height: 16px;
}
.h-12{
	height: 12px;
}
.h-40{
	height: 40px;
}
.h-\[101px\]{
	height: 101px;
}
.h-\[47px\]{
	height: 47px;
}
.h-\[20px\]{
	height: 20px;
}
.h-64{
	height: 64px;
}
.h-48{
	height: 48px;
}
.h-32{
	height: 32px;
}
.h-\[104px\]{
	height: 104px;
}
.h-\[102px\]{
	height: 102px;
}
.min-h-\[180px\]{
	min-height: 180px;
}
.w-full{
	width: 100%;
}
.w-auto{
	width: auto;
}
.w-24{
	width: 24px;
}
.w-\[28px\]{
	width: 28px;
}
.w-screen{
	width: 100vw;
}
.w-\[320px\]{
	width: 320px;
}
.w-80{
	width: 80px;
}
.w-2\/3{
	width: 66.666667%;
}
.w-60{
	width: 60px;
}
.w-\[180px\]{
	width: 180px;
}
.w-\[183px\]{
	width: 183px;
}
.w-1\/12{
	width: 8.333333%;
}
.w-40{
	width: 40px;
}
.w-\[200px\]{
	width: 200px;
}
.w-\[119px\]{
	width: 119px;
}
.w-16{
	width: 16px;
}
.w-\[20px\]{
	width: 20px;
}
.w-\[240px\]{
	width: 240px;
}
.w-\[200vw\]{
	width: 200vw;
}
.w-48{
	width: 48px;
}
.w-32{
	width: 32px;
}
.w-\[105vw\]{
	width: 105vw;
}
.w-120{
	width: 120px;
}
.w-64{
	width: 64px;
}
.w-1\/2{
	width: 50%;
}
.w-\[300px\]{
	width: 300px;
}
.max-w-none{
	max-width: none;
}
.max-w-5xl{
	max-width: 64rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.border-collapse{
	border-collapse: collapse;
}
.-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.translate-x-16{
	--tw-translate-x: 16px;
	transform: var(--tw-transform);
}
.translate-x-\[320px\]{
	--tw-translate-x: 320px;
	transform: var(--tw-transform);
}
.translate-y-\[127px\]{
	--tw-translate-y: 127px;
	transform: var(--tw-transform);
}
.translate-x-\[-568px\]{
	--tw-translate-x: -568px;
	transform: var(--tw-transform);
}
.translate-y-1\/2{
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
}
.translate-x-\[640px\]{
	--tw-translate-x: 640px;
	transform: var(--tw-transform);
}
.translate-x-\[108px\]{
	--tw-translate-x: 108px;
	transform: var(--tw-transform);
}
.-translate-x-3\/4{
	--tw-translate-x: -75%;
	transform: var(--tw-transform);
}
.translate-y-\[-100px\]{
	--tw-translate-y: -100px;
	transform: var(--tw-transform);
}
.translate-x-80{
	--tw-translate-x: 80px;
	transform: var(--tw-transform);
}
.translate-y-80{
	--tw-translate-y: 80px;
	transform: var(--tw-transform);
}
.translate-x-\[60px\]{
	--tw-translate-x: 60px;
	transform: var(--tw-transform);
}
.translate-x-120{
	--tw-translate-x: 120px;
	transform: var(--tw-transform);
}
.translate-y-1\/3{
	--tw-translate-y: 33.333333%;
	transform: var(--tw-transform);
}
.translate-x-\[568px\]{
	--tw-translate-x: 568px;
	transform: var(--tw-transform);
}
.translate-x-\[-608px\]{
	--tw-translate-x: -608px;
	transform: var(--tw-transform);
}
.translate-x-\[608px\]{
	--tw-translate-x: 608px;
	transform: var(--tw-transform);
}
.translate-x-1\/2{
	--tw-translate-x: 50%;
	transform: var(--tw-transform);
}
.translate-y-\[-563px\]{
	--tw-translate-y: -563px;
	transform: var(--tw-transform);
}
.-translate-x-20{
	--tw-translate-x: -20px;
	transform: var(--tw-transform);
}
.-translate-x-40{
	--tw-translate-x: -40px;
	transform: var(--tw-transform);
}
.translate-y-16{
	--tw-translate-y: 16px;
	transform: var(--tw-transform);
}
.translate-y-\[-160\%\]{
	--tw-translate-y: -160%;
	transform: var(--tw-transform);
}
.translate-x-\[140\%\]{
	--tw-translate-x: 140%;
	transform: var(--tw-transform);
}
.translate-y-\[-80\%\]{
	--tw-translate-y: -80%;
	transform: var(--tw-transform);
}
.-translate-y-3\/4{
	--tw-translate-y: -75%;
	transform: var(--tw-transform);
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.scale-y-\[-1\]{
	--tw-scale-y: -1;
	transform: var(--tw-transform);
}
.scale-x-\[-1\]{
	--tw-scale-x: -1;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
@-webkit-keyframes spin{
	to{
		transform: rotate(360deg);
	}
}
@keyframes spin{
	to{
		transform: rotate(360deg);
	}
}
.animate-spin{
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
.cursor-not-allowed{
	cursor: not-allowed;
}
.cursor-pointer{
	cursor: pointer;
}
.select-none{
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.resize{
	resize: both;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.items-stretch{
	align-items: stretch;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-24{
	gap: 24px;
}
.gap-8{
	gap: 8px;
}
.gap-y-64{
	row-gap: 64px;
}
.gap-x-40{
	-moz-column-gap: 40px;
	     column-gap: 40px;
}
.gap-y-8{
	row-gap: 8px;
}
.gap-y-24{
	row-gap: 24px;
}
.self-start{
	align-self: flex-start;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.rounded-full{
	border-radius: 50%;
}
.rounded-none{
	border-radius: 0;
}
.border{
	border-width: 1px;
}
.border-0{
	border-width: 0;
}
.border-b{
	border-bottom-width: 1px;
}
.border-l-4{
	border-left-width: 4px;
}
.border-none{
	border-style: none;
}
.border-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(46, 158, 158, var(--tw-border-opacity));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(221, 221, 222, var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(20, 69, 84, var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-red{
	--tw-border-opacity: 1;
	border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}
.border-gray-400{
	--tw-border-opacity: 1;
	border-color: rgba(172, 176, 177, var(--tw-border-opacity));
}
.\!border-secondary{
	--tw-border-opacity: 1 !important;
	border-color: rgba(46, 158, 158, var(--tw-border-opacity)) !important;
}
.border-accent{
	--tw-border-opacity: 1;
	border-color: rgba(241, 100, 100, var(--tw-border-opacity));
}
.border-b-gray-400{
	--tw-border-opacity: 1;
	border-bottom-color: rgba(172, 176, 177, var(--tw-border-opacity));
}
.bg-accent{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 100, 100, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 251, var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(46, 158, 158, var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(20, 69, 84, var(--tw-bg-opacity));
}
.bg-primary-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(17, 62, 76, var(--tw-bg-opacity));
}
.bg-gray-400{
	--tw-bg-opacity: 1;
	background-color: rgba(172, 176, 177, var(--tw-bg-opacity));
}
.\!bg-secondary{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(46, 158, 158, var(--tw-bg-opacity)) !important;
}
.bg-black{
	background-color: 1E1E23;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.p-12{
	padding: 12px;
}
.p-16{
	padding: 16px;
}
.p-32{
	padding: 32px;
}
.p-20{
	padding: 20px;
}
.px-16{
	padding-left: 16px;
	padding-right: 16px;
}
.px-\[22px\]{
	padding-left: 22px;
	padding-right: 22px;
}
.py-\[15px\]{
	padding-top: 15px;
	padding-bottom: 15px;
}
.px-20{
	padding-left: 20px;
	padding-right: 20px;
}
.px-\[27px\]{
	padding-left: 27px;
	padding-right: 27px;
}
.py-48{
	padding-top: 48px;
	padding-bottom: 48px;
}
.px-24{
	padding-left: 24px;
	padding-right: 24px;
}
.px-36{
	padding-left: 36px;
	padding-right: 36px;
}
.py-\[43px\]{
	padding-top: 43px;
	padding-bottom: 43px;
}
.py-16{
	padding-top: 16px;
	padding-bottom: 16px;
}
.py-64{
	padding-top: 64px;
	padding-bottom: 64px;
}
.py-12{
	padding-top: 12px;
	padding-bottom: 12px;
}
.px-32{
	padding-left: 32px;
	padding-right: 32px;
}
.px-10{
	padding-left: 10px;
	padding-right: 10px;
}
.py-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.py-32{
	padding-top: 32px;
	padding-bottom: 32px;
}
.pl-\[18px\]{
	padding-left: 18px;
}
.pb-40{
	padding-bottom: 40px;
}
.pt-\[100px\]{
	padding-top: 100px;
}
.pt-60{
	padding-top: 60px;
}
.pb-64{
	padding-bottom: 64px;
}
.pt-40{
	padding-top: 40px;
}
.pb-48{
	padding-bottom: 48px;
}
.pt-180{
	padding-top: 180px;
}
.pb-80{
	padding-bottom: 80px;
}
.pt-full{
	padding-top: 100%;
}
.pt-16{
	padding-top: 16px;
}
.pb-24{
	padding-bottom: 24px;
}
.pl-\[15px\]{
	padding-left: 15px;
}
.pr-\[11px\]{
	padding-right: 11px;
}
.pb-4{
	padding-bottom: 4px;
}
.pb-180{
	padding-bottom: 180px;
}
.pt-64{
	padding-top: 64px;
}
.pb-0{
	padding-bottom: 0;
}
.pt-\[75\%\]{
	padding-top: 75%;
}
.pt-24{
	padding-top: 24px;
}
.pt-48{
	padding-top: 48px;
}
.pl-20{
	padding-left: 20px;
}
.pb-\[126px\]{
	padding-bottom: 126px;
}
.text-center{
	text-align: center;
}
.text-36{
	font-size: 2.25rem;
	line-height: 3.25rem;
}
.text-28{
	font-size: 1.75rem;
	line-height: 2.125rem;
}
.text-14{
	font-size: 0.875rem;
	line-height: 1.5rem;
	letter-spacing: -.005625rem;
}
.text-24{
	font-size: 1.5rem;
	line-height: 2.375rem;
	letter-spacing: -.03125rem;
}
.text-20{
	font-size: 1.25rem;
	line-height: 1.9375rem;
}
.text-17{
	font-size: 1.0625rem;
	line-height: 1.75rem;
	letter-spacing: -.0125rem;
}
.text-11{
	font-size: .6875rem;
	line-height: .875rem;
}
.\!text-24{
	font-size: 1.5rem !important;
	line-height: 2.375rem !important;
	letter-spacing: -.03125rem !important;
}
.text-32{
	font-size: 2rem;
	line-height: 2.4375rem;
	letter-spacing: -.0625rem;
}
.text-16{
	font-size: 1rem;
	line-height: 1.5;
}
.text-40{
	font-size: 2.5rem;
	line-height: 3.0625rem;
	letter-spacing: -.0625rem;
}
.font-medium{
	font-weight: 500;
}
.font-semibold{
	font-weight: 600;
}
.font-bold{
	font-weight: 700;
}
.\!font-semibold{
	font-weight: 600 !important;
}
.font-extrabold{
	font-weight: 800;
}
.uppercase{
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
.leading-tight{
	line-height: 1.25;
}
.leading-\[1\.875rem\]{
	line-height: 1.875rem;
}
.leading-none{
	line-height: 1;
}
.leading-snug{
	line-height: 1.375;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.text-black{
	color: 1E1E23;
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(20, 69, 84, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(46, 158, 158, var(--tw-text-opacity));
}
.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(204, 217, 219, var(--tw-text-opacity));
}
.text-gray-200{
	--tw-text-opacity: 1;
	color: rgba(221, 221, 222, var(--tw-text-opacity));
}
.text-body{
	color: rgba(30,35,35,0.64);
}
.text-accent{
	--tw-text-opacity: 1;
	color: rgba(241, 100, 100, var(--tw-text-opacity));
}
.text-gray-100{
	--tw-text-opacity: 1;
	color: rgba(248, 249, 251, var(--tw-text-opacity));
}
.text-red{
	--tw-text-opacity: 1;
	color: rgba(255, 0, 0, var(--tw-text-opacity));
}
.\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-light{
	--tw-text-opacity: 1;
	color: rgba(242, 243, 242, var(--tw-text-opacity));
}
.text-opacity-\[0\.64\]{
	--tw-text-opacity: 0.64;
}
.underline{
	text-decoration: underline;
}
.placeholder-gray-400::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-placeholder-opacity));
}
.opacity-100{
	opacity: 1;
}
.opacity-\[0\.64\]{
	opacity: 0.64;
}
.opacity-80{
	opacity: 0.8;
}
.opacity-0{
	opacity: 0;
}
.opacity-75{
	opacity: 0.75;
}
.opacity-25{
	opacity: 0.25;
}
.opacity-60{
	opacity: 0.6;
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.transition-colors{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.transition-shadow{
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.duration-300{
	transition-duration: 300ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-4{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.before\:absolute::before{
	content: "";
	position: absolute;
}
.before\:top-0::before{
	content: "";
	top: 0;
}
.before\:left-0::before{
	content: "";
	left: 0;
}
.before\:h-full::before{
	content: "";
	height: 100%;
}
.before\:w-full::before{
	content: "";
	width: 100%;
}
.before\:w-4::before{
	content: "";
	width: 4px;
}
.before\:border-b-4::before{
	content: "";
	border-bottom-width: 4px;
}
.before\:border-t-4::before{
	content: "";
	border-top-width: 4px;
}
.before\:border-primary::before{
	content: "";
	--tw-border-opacity: 1;
	border-color: rgba(20, 69, 84, var(--tw-border-opacity));
}
.before\:bg-primary::before{
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(20, 69, 84, var(--tw-bg-opacity));
}
.before\:bg-secondary::before{
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(46, 158, 158, var(--tw-bg-opacity));
}
.before\:bg-gray-300::before{
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(204, 217, 219, var(--tw-bg-opacity));
}
.before\:opacity-\[0\.08\]::before{
	content: "";
	opacity: 0.08;
}
.before\:opacity-\[0\.16\]::before{
	content: "";
	opacity: 0.16;
}
.before\:transition-all::before{
	content: "";
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.after\:absolute::after{
	content: "";
	position: absolute;
}
.after\:bottom-0::after{
	content: "";
	bottom: 0;
}
.after\:right-0::after{
	content: "";
	right: 0;
}
.after\:top-0::after{
	content: "";
	top: 0;
}
.after\:left-0::after{
	content: "";
	left: 0;
}
.after\:border-t-0::after{
	content: "";
	border-top-width: 0;
}
.after\:border-r-0::after{
	content: "";
	border-right-width: 0;
}
.after\:border-b-\[188px\]::after{
	content: "";
	border-bottom-width: 188px;
}
.after\:border-l-\[100vw\]::after{
	content: "";
	border-left-width: 100vw;
}
.after\:border-l-0::after{
	content: "";
	border-left-width: 0;
}
.after\:border-b-0::after{
	content: "";
	border-bottom-width: 0;
}
.after\:border-t-\[572px\]::after{
	content: "";
	border-top-width: 572px;
}
.after\:border-r-\[1025px\]::after{
	content: "";
	border-right-width: 1025px;
}
.after\:border-b-\[1685px\]::after{
	content: "";
	border-bottom-width: 1685px;
}
.after\:border-l-\[3000px\]::after{
	content: "";
	border-left-width: 3000px;
}
.after\:border-t-transparent::after{
	content: "";
	border-top-color: transparent;
}
.after\:border-r-transparent::after{
	content: "";
	border-right-color: transparent;
}
.after\:border-b-white::after{
	content: "";
	--tw-border-opacity: 1;
	border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.after\:border-l-transparent::after{
	content: "";
	border-left-color: transparent;
}
.after\:border-t-primary-dark::after{
	content: "";
	--tw-border-opacity: 1;
	border-top-color: rgba(17, 62, 76, var(--tw-border-opacity));
}
.after\:border-b-transparent::after{
	content: "";
	border-bottom-color: transparent;
}
.after\:border-b-primary-dark::after{
	content: "";
	--tw-border-opacity: 1;
	border-bottom-color: rgba(17, 62, 76, var(--tw-border-opacity));
}
.first\:pt-32:first-child{
	padding-top: 32px;
}
.last\:mr-0:last-child{
	margin-right: 0;
}
.last\:mb-0:last-child{
	margin-bottom: 0;
}
.hover\:border-secondary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(46, 158, 158, var(--tw-border-opacity));
}
.hover\:border-\[\#3b5998\]:hover{
	--tw-border-opacity: 1;
	border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}
.hover\:border-\[\#0e76a8\]:hover{
	--tw-border-opacity: 1;
	border-color: rgba(14, 118, 168, var(--tw-border-opacity));
}
.hover\:border-\[rgba\(37\2c 211\2c 102\2c 0\.08\)\]:hover{
	border-color: rgba(37,211,102,0.08);
}
.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 249, 251, var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(46, 158, 158, var(--tw-bg-opacity));
}
.hover\:bg-\[\#3b5998\]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}
.hover\:bg-\[\#0e76a8\]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(14, 118, 168, var(--tw-bg-opacity));
}
.hover\:bg-\[rgba\(37\2c 211\2c 102\2c 0\.08\)\]:hover{
	background-color: rgba(37,211,102,0.08);
}
.hover\:bg-transparent:hover{
	background-color: transparent;
}
.hover\:bg-primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(20, 69, 84, var(--tw-bg-opacity));
}
.hover\:text-secondary:hover{
	--tw-text-opacity: 1;
	color: rgba(46, 158, 158, var(--tw-text-opacity));
}
.hover\:text-white:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-\[\#25D366\]:hover{
	--tw-text-opacity: 1;
	color: rgba(37, 211, 102, var(--tw-text-opacity));
}
.hover\:text-primary:hover{
	--tw-text-opacity: 1;
	color: rgba(20, 69, 84, var(--tw-text-opacity));
}
.hover\:text-accent:hover{
	--tw-text-opacity: 1;
	color: rgba(241, 100, 100, var(--tw-text-opacity));
}
.hover\:no-underline:hover{
	text-decoration: none;
}
.hover\:opacity-100:hover{
	opacity: 1;
}
.focus\:border-secondary:focus{
	--tw-border-opacity: 1;
	border-color: rgba(46, 158, 158, var(--tw-border-opacity));
}
.focus\:placeholder-gray-400:focus::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(172, 176, 177, var(--tw-placeholder-opacity));
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-0:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:-translate-x-4{
	--tw-translate-x: -4px;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:border-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(46, 158, 158, var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(46, 158, 158, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-transparent{
	background-color: transparent;
}
.group:hover .group-hover\:text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary{
	--tw-text-opacity: 1;
	color: rgba(46, 158, 158, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary{
	--tw-text-opacity: 1;
	color: rgba(20, 69, 84, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
	opacity: 1;
}
.group:hover .group-hover\:before\:bg-accent::before{
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(241, 100, 100, var(--tw-bg-opacity));
}
.group:hover .group-hover\:before\:opacity-100::before{
	content: "";
	opacity: 1;
}
@media (min-width: 576px){
	.sm\:translate-x-\[-177px\]{
		--tw-translate-x: -177px;
		transform: var(--tw-transform);
	}
	.sm\:translate-y-\[-475px\]{
		--tw-translate-y: -475px;
		transform: var(--tw-transform);
	}
	.sm\:text-36{
		font-size: 2.25rem;
		line-height: 3.25rem;
	}
}
@media (min-width: 768px){
	.md\:container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	@media (min-width: 576px){
		.md\:container{
			max-width: 576px;
			padding-right: 80px;
			padding-left: 80px;
		}
	}
	@media (min-width: 768px){
		.md\:container{
			max-width: 768px;
			padding-right: 40px;
			padding-left: 40px;
		}
	}
	@media (min-width: 1024px){
		.md\:container{
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px){
		.md\:container{
			max-width: 1280px;
			padding-right: 80px;
			padding-left: 80px;
		}
	}
	@media (min-width: 1440px){
		.md\:container{
			max-width: 1440px;
			padding-right: 80px;
			padding-left: 80px;
		}
	}
	@media (min-width: 1920px){
		.md\:container{
			max-width: 1920px;
			padding-right: 320px;
			padding-left: 320px;
		}
	}
	.md\:-right-80{
		right: -80px;
	}
	.md\:bottom-80{
		bottom: 80px;
	}
	.md\:bottom-unset{
		bottom: unset;
	}
	.md\:left-0{
		left: 0;
	}
	.md\:right-unset{
		right: unset;
	}
	.md\:col-span-9{
		grid-column: span 9 / span 9;
	}
	.md\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.md\:-mx-40{
		margin-left: -40px;
		margin-right: -40px;
	}
	.md\:-mx-20{
		margin-left: -20px;
		margin-right: -20px;
	}
	.md\:mt-\[-290px\]{
		margin-top: -290px;
	}
	.md\:mb-0{
		margin-bottom: 0;
	}
	.md\:mb-32{
		margin-bottom: 32px;
	}
	.md\:ml-50{
		margin-left: 50px;
	}
	.md\:mb-16{
		margin-bottom: 16px;
	}
	.md\:ml-16{
		margin-left: 16px;
	}
	.md\:\!mb-36{
		margin-bottom: 36px !important;
	}
	.md\:\!mb-48{
		margin-bottom: 48px !important;
	}
	.md\:-mb-60{
		margin-bottom: -60px;
	}
	.md\:mt-0{
		margin-top: 0;
	}
	.md\:ml-auto{
		margin-left: auto;
	}
	.md\:mr-24{
		margin-right: 24px;
	}
	.md\:mb-\[18px\]{
		margin-bottom: 18px;
	}
	.md\:mb-24{
		margin-bottom: 24px;
	}
	.md\:mb-\[100px\]{
		margin-bottom: 100px;
	}
	.md\:mb-\[-132px\]{
		margin-bottom: -132px;
	}
	.md\:mt-128{
		margin-top: 128px;
	}
	.md\:mb-\[132px\]{
		margin-bottom: 132px;
	}
	.md\:mb-48{
		margin-bottom: 48px;
	}
	.md\:mt-40{
		margin-top: 40px;
	}
	.md\:mb-64{
		margin-bottom: 64px;
	}
	.md\:mb-40{
		margin-bottom: 40px;
	}
	.md\:mb-180{
		margin-bottom: 180px;
	}
	.md\:mr-32{
		margin-right: 32px;
	}
	.md\:mb-\[36px\]{
		margin-bottom: 36px;
	}
	.md\:mb-4{
		margin-bottom: 4px;
	}
	.md\:mt-80{
		margin-top: 80px;
	}
	.md\:block{
		display: block;
	}
	.md\:inline-flex{
		display: inline-flex;
	}
	.md\:h-80{
		height: 80px;
	}
	.md\:h-\[100px\]{
		height: 100px;
	}
	.md\:h-60{
		height: 60px;
	}
	.md\:h-\[76px\]{
		height: 76px;
	}
	.md\:h-\[484px\]{
		height: 484px;
	}
	.md\:h-auto{
		height: auto;
	}
	.md\:h-\[272px\]{
		height: 272px;
	}
	.md\:min-h-\[320px\]{
		min-height: 320px;
	}
	.md\:min-h-\[360px\]{
		min-height: 360px;
	}
	.md\:w-\[100px\]{
		width: 100px;
	}
	.md\:w-3\/4{
		width: 75%;
	}
	.md\:w-10\/12{
		width: 83.333333%;
	}
	.md\:w-\[220px\]{
		width: 220px;
	}
	.md\:w-60{
		width: 60px;
	}
	.md\:w-8\/12{
		width: 66.666667%;
	}
	.md\:w-\[330px\]{
		width: 330px;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-\[70vw\]{
		width: 70vw;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-120{
		width: 120px;
	}
	.md\:w-\[320px\]{
		width: 320px;
	}
	.md\:max-w-xl{
		max-width: 36rem;
	}
	.md\:translate-x-0{
		--tw-translate-x: 0;
		transform: var(--tw-transform);
	}
	.md\:-translate-y-120{
		--tw-translate-y: -120px;
		transform: var(--tw-transform);
	}
	.md\:translate-x-\[180px\]{
		--tw-translate-x: 180px;
		transform: var(--tw-transform);
	}
	.md\:translate-x-\[-168px\]{
		--tw-translate-x: -168px;
		transform: var(--tw-transform);
	}
	.md\:translate-y-\[-481px\]{
		--tw-translate-y: -481px;
		transform: var(--tw-transform);
	}
	.md\:-translate-y-40{
		--tw-translate-y: -40px;
		transform: var(--tw-transform);
	}
	.md\:-translate-x-3\/4{
		--tw-translate-x: -75%;
		transform: var(--tw-transform);
	}
	.md\:translate-y-1\/4{
		--tw-translate-y: 25%;
		transform: var(--tw-transform);
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:items-start{
		align-items: flex-start;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-center{
		justify-content: center;
	}
	.md\:justify-between{
		justify-content: space-between;
	}
	.md\:gap-y-32{
		row-gap: 32px;
	}
	.md\:gap-x-32{
		-moz-column-gap: 32px;
		     column-gap: 32px;
	}
	.md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(32px * var(--tw-space-x-reverse));
		margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
	}
	.md\:p-\[57px\]{
		padding: 57px;
	}
	.md\:px-0{
		padding-left: 0;
		padding-right: 0;
	}
	.md\:py-64{
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.md\:px-80{
		padding-left: 80px;
		padding-right: 80px;
	}
	.md\:px-180{
		padding-left: 180px;
		padding-right: 180px;
	}
	.md\:px-\[142px\]{
		padding-left: 142px;
		padding-right: 142px;
	}
	.md\:py-\[100px\]{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.md\:px-20{
		padding-left: 20px;
		padding-right: 20px;
	}
	.md\:px-40{
		padding-left: 40px;
		padding-right: 40px;
	}
	.md\:px-\[36px\]{
		padding-left: 36px;
		padding-right: 36px;
	}
	.md\:py-120{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.md\:px-\[110px\]{
		padding-left: 110px;
		padding-right: 110px;
	}
	.md\:py-\[95px\]{
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.md\:pb-\[270px\]{
		padding-bottom: 270px;
	}
	.md\:pt-80{
		padding-top: 80px;
	}
	.md\:pb-\[86px\]{
		padding-bottom: 86px;
	}
	.md\:pt-\[67px\]{
		padding-top: 67px;
	}
	.md\:pr-\[111px\]{
		padding-right: 111px;
	}
	.md\:pb-\[520px\]{
		padding-bottom: 520px;
	}
	.md\:pt-120{
		padding-top: 120px;
	}
	.md\:pt-\[116px\]{
		padding-top: 116px;
	}
	.md\:pb-\[100px\]{
		padding-bottom: 100px;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-40{
		font-size: 2.5rem;
		line-height: 3.0625rem;
		letter-spacing: -.0625rem;
	}
	.md\:text-24{
		font-size: 1.5rem;
		line-height: 2.375rem;
		letter-spacing: -.03125rem;
	}
	.md\:text-20{
		font-size: 1.25rem;
		line-height: 1.9375rem;
	}
	.md\:text-28{
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
	.md\:text-17{
		font-size: 1.0625rem;
		line-height: 1.75rem;
		letter-spacing: -.0125rem;
	}
	.md\:\!text-40{
		font-size: 2.5rem !important;
		line-height: 3.0625rem !important;
		letter-spacing: -.0625rem !important;
	}
	.md\:font-medium{
		font-weight: 500;
	}
	.md\:text-gray-300{
		--tw-text-opacity: 1;
		color: rgba(204, 217, 219, var(--tw-text-opacity));
	}
}
@media (min-width: 1024px){
	.lg\:container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	@media (min-width: 576px){
		.lg\:container{
			max-width: 576px;
			padding-right: 80px;
			padding-left: 80px;
		}
	}
	@media (min-width: 768px){
		.lg\:container{
			max-width: 768px;
			padding-right: 40px;
			padding-left: 40px;
		}
	}
	@media (min-width: 1024px){
		.lg\:container{
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px){
		.lg\:container{
			max-width: 1280px;
			padding-right: 80px;
			padding-left: 80px;
		}
	}
	@media (min-width: 1440px){
		.lg\:container{
			max-width: 1440px;
			padding-right: 80px;
			padding-left: 80px;
		}
	}
	@media (min-width: 1920px){
		.lg\:container{
			max-width: 1920px;
			padding-right: 320px;
			padding-left: 320px;
		}
	}
	.lg\:prose-lg{
		font-size: 1.125rem;
		line-height: 1.7777778;
	}
	.lg\:prose-lg p{
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}
	.lg\:prose-lg [class~="lead"]{
		font-size: 1.2222222em;
		line-height: 1.4545455;
		margin-top: 1.0909091em;
		margin-bottom: 1.0909091em;
	}
	.lg\:prose-lg blockquote{
		margin-top: 1.6666667em;
		margin-bottom: 1.6666667em;
		padding-left: 1em;
	}
	.lg\:prose-lg h1{
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: 0.8333333em;
		line-height: 1;
	}
	.lg\:prose-lg h2{
		font-size: 1.6666667em;
		margin-top: 1.8666667em;
		margin-bottom: 1.0666667em;
		line-height: 1.3333333;
	}
	.lg\:prose-lg h3{
		font-size: 1.3333333em;
		margin-top: 1.6666667em;
		margin-bottom: 0.6666667em;
		line-height: 1.5;
	}
	.lg\:prose-lg h4{
		margin-top: 1.7777778em;
		margin-bottom: 0.4444444em;
		line-height: 1.5555556;
	}
	.lg\:prose-lg img{
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	.lg\:prose-lg video{
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	.lg\:prose-lg figure{
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	.lg\:prose-lg figure > *{
		margin-top: 0;
		margin-bottom: 0;
	}
	.lg\:prose-lg figure figcaption{
		font-size: 0.8888889em;
		line-height: 1.5;
		margin-top: 1em;
	}
	.lg\:prose-lg code{
		font-size: 0.8888889em;
	}
	.lg\:prose-lg h2 code{
		font-size: 0.8666667em;
	}
	.lg\:prose-lg h3 code{
		font-size: 0.875em;
	}
	.lg\:prose-lg pre{
		font-size: 0.8888889em;
		line-height: 1.75;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.375rem;
		padding-top: 1em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		padding-left: 1.5em;
	}
	.lg\:prose-lg ol{
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}
	.lg\:prose-lg ul{
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}
	.lg\:prose-lg li{
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}
	.lg\:prose-lg ol > li{
		padding-left: 1.6666667em;
	}
	.lg\:prose-lg ol > li::before{
		left: 0;
	}
	.lg\:prose-lg ul > li{
		padding-left: 1.6666667em;
	}
	.lg\:prose-lg ul > li::before{
		width: 0.3333333em;
		height: 0.3333333em;
		top: calc(0.8888889em - 0.1666667em);
		left: 0.2222222em;
	}
	.lg\:prose-lg > ul > li p{
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}
	.lg\:prose-lg > ul > li > *:first-child{
		margin-top: 1.3333333em;
	}
	.lg\:prose-lg > ul > li > *:last-child{
		margin-bottom: 1.3333333em;
	}
	.lg\:prose-lg > ol > li > *:first-child{
		margin-top: 1.3333333em;
	}
	.lg\:prose-lg > ol > li > *:last-child{
		margin-bottom: 1.3333333em;
	}
	.lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol{
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}
	.lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol{
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}
	.lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol{
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}
	.lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol{
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}
	.lg\:prose-lg hr{
		margin-top: 3.1111111em;
		margin-bottom: 3.1111111em;
	}
	.lg\:prose-lg hr + *{
		margin-top: 0;
	}
	.lg\:prose-lg h2 + *{
		margin-top: 0;
	}
	.lg\:prose-lg h3 + *{
		margin-top: 0;
	}
	.lg\:prose-lg h4 + *{
		margin-top: 0;
	}
	.lg\:prose-lg table{
		font-size: 0.8888889em;
		line-height: 1.5;
	}
	.lg\:prose-lg thead th{
		padding-right: 0.75em;
		padding-bottom: 0.75em;
		padding-left: 0.75em;
	}
	.lg\:prose-lg thead th:first-child{
		padding-left: 0;
	}
	.lg\:prose-lg thead th:last-child{
		padding-right: 0;
	}
	.lg\:prose-lg tbody td{
		padding-top: 0.75em;
		padding-right: 0.75em;
		padding-bottom: 0.75em;
		padding-left: 0.75em;
	}
	.lg\:prose-lg tbody td:first-child{
		padding-left: 0;
	}
	.lg\:prose-lg tbody td:last-child{
		padding-right: 0;
	}
	.lg\:prose-lg > :first-child{
		margin-top: 0;
	}
	.lg\:prose-lg > :last-child{
		margin-bottom: 0;
	}
	.lg\:relative{
		position: relative;
	}
	.lg\:bottom-unset{
		bottom: unset;
	}
	.lg\:right-80{
		right: 80px;
	}
	.lg\:top-\[320px\]{
		top: 320px;
	}
	.lg\:order-2{
		order: 2;
	}
	.lg\:order-1{
		order: 1;
	}
	.lg\:col-span-6{
		grid-column: span 6 / span 6;
	}
	.lg\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.lg\:col-start-1{
		grid-column-start: 1;
	}
	.lg\:col-start-7{
		grid-column-start: 7;
	}
	.lg\:col-start-8{
		grid-column-start: 8;
	}
	.lg\:\!col-start-7{
		grid-column-start: 7 !important;
	}
	.lg\:mx-0{
		margin-left: 0;
		margin-right: 0;
	}
	.lg\:-mb-120{
		margin-bottom: -120px;
	}
	.lg\:mb-\[128px\]{
		margin-bottom: 128px;
	}
	.lg\:mb-0{
		margin-bottom: 0;
	}
	.lg\:mb-\[78px\]{
		margin-bottom: 78px;
	}
	.lg\:mb-\[-207px\]{
		margin-bottom: -207px;
	}
	.lg\:mb-\[100px\]{
		margin-bottom: 100px;
	}
	.lg\:mb-\[132px\]{
		margin-bottom: 132px;
	}
	.lg\:mb-24{
		margin-bottom: 24px;
	}
	.lg\:ml-0{
		margin-left: 0;
	}
	.lg\:mb-\[92px\]{
		margin-bottom: 92px;
	}
	.lg\:mt-0{
		margin-top: 0;
	}
	.lg\:mb-16{
		margin-bottom: 16px;
	}
	.lg\:mb-40{
		margin-bottom: 40px;
	}
	.lg\:mb-\[28px\]{
		margin-bottom: 28px;
	}
	.lg\:mb-80{
		margin-bottom: 80px;
	}
	.lg\:mb-60{
		margin-bottom: 60px;
	}
	.lg\:-mb-80{
		margin-bottom: -80px;
	}
	.lg\:block{
		display: block;
	}
	.lg\:inline{
		display: inline;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:inline-flex{
		display: inline-flex;
	}
	.lg\:grid{
		display: grid;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:\!hidden{
		display: none !important;
	}
	.lg\:h-120{
		height: 120px;
	}
	.lg\:h-\[263px\]{
		height: 263px;
	}
	.lg\:h-unset{
		height: unset;
	}
	.lg\:h-40{
		height: 40px;
	}
	.lg\:h-64{
		height: 64px;
	}
	.lg\:min-h-\[440px\]{
		min-height: 440px;
	}
	.lg\:min-h-\[480px\]{
		min-height: 480px;
	}
	.lg\:min-h-\[580px\]{
		min-height: 580px;
	}
	.lg\:w-1\/12{
		width: 8.333333%;
	}
	.lg\:w-4\/12{
		width: 33.333333%;
	}
	.lg\:w-3\/12{
		width: 25%;
	}
	.lg\:w-10\/12{
		width: 83.333333%;
	}
	.lg\:w-6\/12{
		width: 50%;
	}
	.lg\:w-\[400px\]{
		width: 400px;
	}
	.lg\:w-40{
		width: 40px;
	}
	.lg\:w-7\/12{
		width: 58.333333%;
	}
	.lg\:w-5\/12{
		width: 41.666667%;
	}
	.lg\:w-unset{
		width: unset;
	}
	.lg\:w-9\/12{
		width: 75%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-8\/12{
		width: 66.666667%;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-64{
		width: 64px;
	}
	.lg\:w-\[928px\]{
		width: 928px;
	}
	.lg\:translate-y-\[-207px\]{
		--tw-translate-y: -207px;
		transform: var(--tw-transform);
	}
	.lg\:-translate-y-120{
		--tw-translate-y: -120px;
		transform: var(--tw-transform);
	}
	.lg\:translate-y-0{
		--tw-translate-y: 0;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-120{
		--tw-translate-x: 120px;
		transform: var(--tw-transform);
	}
	.lg\:translate-y-1\/2{
		--tw-translate-y: 50%;
		transform: var(--tw-transform);
	}
	.lg\:translate-y-\[154px\]{
		--tw-translate-y: 154px;
		transform: var(--tw-transform);
	}
	.lg\:translate-y-168{
		--tw-translate-y: 168px;
		transform: var(--tw-transform);
	}
	.lg\:-translate-y-60{
		--tw-translate-y: -60px;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-\[125px\]{
		--tw-translate-x: 125px;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-\[-100px\]{
		--tw-translate-x: -100px;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-\[-300px\]{
		--tw-translate-x: -300px;
		transform: var(--tw-transform);
	}
	.lg\:grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:flex-col{
		flex-direction: column;
	}
	.lg\:items-start{
		align-items: flex-start;
	}
	.lg\:justify-start{
		justify-content: flex-start;
	}
	.lg\:justify-between{
		justify-content: space-between;
	}
	.lg\:gap-y-120{
		row-gap: 120px;
	}
	.lg\:gap-y-\[116px\]{
		row-gap: 116px;
	}
	.lg\:gap-x-40{
		-moz-column-gap: 40px;
		     column-gap: 40px;
	}
	.lg\:bg-white{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.lg\:p-48{
		padding: 48px;
	}
	.lg\:px-0{
		padding-left: 0;
		padding-right: 0;
	}
	.lg\:px-80{
		padding-left: 80px;
		padding-right: 80px;
	}
	.lg\:px-32{
		padding-left: 32px;
		padding-right: 32px;
	}
	.lg\:py-32{
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.lg\:pl-60{
		padding-left: 60px;
	}
	.lg\:pr-\[218px\]{
		padding-right: 218px;
	}
	.lg\:pl-0{
		padding-left: 0;
	}
	.lg\:pr-80{
		padding-right: 80px;
	}
	.lg\:pt-120{
		padding-top: 120px;
	}
	.lg\:pb-\[116px\]{
		padding-bottom: 116px;
	}
	.lg\:pt-\[74px\]{
		padding-top: 74px;
	}
	.lg\:pb-\[193px\]{
		padding-bottom: 193px;
	}
	.lg\:pl-16{
		padding-left: 16px;
	}
	.lg\:pr-40{
		padding-right: 40px;
	}
	.lg\:pb-40{
		padding-bottom: 40px;
	}
	.lg\:pb-0{
		padding-bottom: 0;
	}
	.lg\:pt-40{
		padding-top: 40px;
	}
	.lg\:pl-24{
		padding-left: 24px;
	}
	.lg\:pb-168{
		padding-bottom: 168px;
	}
	.lg\:pt-\[188px\]{
		padding-top: 188px;
	}
	.lg\:pt-60{
		padding-top: 60px;
	}
	.lg\:pt-64{
		padding-top: 64px;
	}
	.lg\:pb-64{
		padding-bottom: 64px;
	}
	.lg\:text-left{
		text-align: left;
	}
	.lg\:\!text-24{
		font-size: 1.5rem !important;
		line-height: 2.375rem !important;
		letter-spacing: -.03125rem !important;
	}
	.lg\:text-32{
		font-size: 2rem;
		line-height: 2.4375rem;
		letter-spacing: -.0625rem;
	}
	.lg\:text-16{
		font-size: 1rem;
		line-height: 1.5;
	}
	.lg\:text-40{
		font-size: 2.5rem;
		line-height: 3.0625rem;
		letter-spacing: -.0625rem;
	}
	.lg\:text-60{
		font-size: 3.75rem;
		line-height: 5.125rem;
	}
	.lg\:text-20{
		font-size: 1.25rem;
		line-height: 1.9375rem;
	}
	.lg\:first\:pt-40:first-child{
		padding-top: 40px;
	}
}
@media (min-width: 1280px){
	.xl\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.xl\:col-start-2{
		grid-column-start: 2;
	}
	.xl\:\!col-start-2{
		grid-column-start: 2 !important;
	}
	.xl\:mb-20{
		margin-bottom: 20px;
	}
	.xl\:block{
		display: block;
	}
	.xl\:h-unset{
		height: unset;
	}
	.xl\:h-60{
		height: 60px;
	}
	.xl\:h-\[100px\]{
		height: 100px;
	}
	.xl\:min-h-\[480px\]{
		min-height: 480px;
	}
	.xl\:w-10\/12{
		width: 83.333333%;
	}
	.xl\:w-3\/12{
		width: 25%;
	}
	.xl\:w-8\/12{
		width: 66.666667%;
	}
	.xl\:w-5\/12{
		width: 41.666667%;
	}
	.xl\:w-unset{
		width: unset;
	}
	.xl\:w-60{
		width: 60px;
	}
	.xl\:w-6\/12{
		width: 50%;
	}
	.xl\:w-4\/12{
		width: 33.333333%;
	}
	.xl\:w-1\/2{
		width: 50%;
	}
	.xl\:w-1\/4{
		width: 25%;
	}
	.xl\:w-168{
		width: 168px;
	}
	.xl\:w-\[100px\]{
		width: 100px;
	}
	.xl\:translate-x-\[200px\]{
		--tw-translate-x: 200px;
		transform: var(--tw-transform);
	}
	.xl\:translate-x-\[-25px\]{
		--tw-translate-x: -25px;
		transform: var(--tw-transform);
	}
	.xl\:-translate-x-120{
		--tw-translate-x: -120px;
		transform: var(--tw-transform);
	}
	.xl\:-translate-x-3\/4{
		--tw-translate-x: -75%;
		transform: var(--tw-transform);
	}
	.xl\:justify-start{
		justify-content: flex-start;
	}
	.xl\:justify-center{
		justify-content: center;
	}
	.xl\:p-64{
		padding: 64px;
	}
	.xl\:px-\[142px\]{
		padding-left: 142px;
		padding-right: 142px;
	}
	.xl\:py-40{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.xl\:px-\[36px\]{
		padding-left: 36px;
		padding-right: 36px;
	}
	.xl\:pr-120{
		padding-right: 120px;
	}
	.xl\:pr-20{
		padding-right: 20px;
	}
	.xl\:pt-80{
		padding-top: 80px;
	}
	.xl\:pt-128{
		padding-top: 128px;
	}
	.xl\:pb-\[132px\]{
		padding-bottom: 132px;
	}
	.xl\:pl-\[55px\]{
		padding-left: 55px;
	}
	.xl\:pl-40{
		padding-left: 40px;
	}
	.xl\:pr-40{
		padding-right: 40px;
	}
	.xl\:pr-80{
		padding-right: 80px;
	}
	.xl\:pt-\[116px\]{
		padding-top: 116px;
	}
	.xl\:pb-\[100px\]{
		padding-bottom: 100px;
	}
	.xl\:text-40{
		font-size: 2.5rem;
		line-height: 3.0625rem;
		letter-spacing: -.0625rem;
	}
	.xl\:text-28{
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
	.xl\:text-20{
		font-size: 1.25rem;
		line-height: 1.9375rem;
	}
	.xl\:text-24{
		font-size: 1.5rem;
		line-height: 2.375rem;
		letter-spacing: -.03125rem;
	}
	.xl\:text-60{
		font-size: 3.75rem;
		line-height: 5.125rem;
	}
}
@media (min-width: 1440px){
	.xxl\:col-span-4{
		grid-column: span 4 / span 4;
	}
	.xxl\:col-start-4{
		grid-column-start: 4;
	}
	.xxl\:col-start-7{
		grid-column-start: 7;
	}
	.xxl\:block{
		display: block;
	}
	.xxl\:h-unset{
		height: unset;
	}
	.xxl\:min-h-\[720px\]{
		min-height: 720px;
	}
	.xxl\:w-unset{
		width: unset;
	}
	.xxl\:w-\[330px\]{
		width: 330px;
	}
	.xxl\:translate-x-\[120px\]{
		--tw-translate-x: 120px;
		transform: var(--tw-transform);
	}
	.xxl\:translate-x-\[-160px\]{
		--tw-translate-x: -160px;
		transform: var(--tw-transform);
	}
	.xxl\:px-\[110px\]{
		padding-left: 110px;
		padding-right: 110px;
	}
	.xxl\:py-\[95px\]{
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.xxl\:pl-40{
		padding-left: 40px;
	}
	.xxl\:pr-168{
		padding-right: 168px;
	}
}
body{
	color: 1E1E23;
}

h1, h2, h3, h4, h5{
	font-weight: 700;
	color: 1E1E23;
}

h1, .h1{
	font-size: 2.25rem;
	line-height: 3.25rem;
}

@media (min-width: 768px){
	h1, .h1{
		font-size: 2.5rem;
		line-height: 3.0625rem;
		letter-spacing: -.0625rem;
	}
}

@media (min-width: 1024px){
	h1, .h1{
		font-size: 3.75rem;
		line-height: 5.125rem;
	}
}

h2, .h2{
	font-size: 1.75rem;
	line-height: 2.125rem;
}

@media (min-width: 768px){
	h2, .h2{
		font-size: 2.5rem;
		line-height: 3.0625rem;
		letter-spacing: -.0625rem;
	}
}

h3, .h3{
	font-size: 1.25rem;
	line-height: 1.9375rem;
}

h4, .h4{
	font-size: 1.25rem;
	line-height: 1.9375rem;
}

h5, .h5{
	font-size: 0.875rem;
	line-height: 1.5rem;
	letter-spacing: -.005625rem;
}

@media (min-width: 768px){
	h5, .h5{
		font-size: 1rem;
		line-height: 1.5;
	}
}

div.with-links p a{
	text-decoration: underline;
}

div.with-links p a:hover{
	text-decoration: none;
}

ul,
ol {
  margin-left: 16px !important;
}
@media screen and (min-width: 768px) {
  ul,
ol {
    margin-left: 40px !important;
  }
}
ul li,
ol li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
ul li p,
ol li p {
  margin: 0 !important;
}

ol {
  list-style: none !important;
  counter-reset: li !important;
}
ol li {
  counter-increment: li !important;
}
ol li:before {
  content: counter(li) "." !important;
  color: #2E9E9E !important;
}

ul {
  list-style: none !important;
}
ul li {
  list-style: none !important;
}
ul li:before {
  width: 24px !important;
  height: 24px !important;
  top: 3px !important;
  left: -3px !important;
  color: #2E9E9E !important;
  background: url("/svg/check.svg") !important;
}

.prose h1{
	font-weight: 700;
	line-height: 1.25;
}
.prose h2, .prose h3, .prose h4, .prose h5{
	font-size: 1.5rem;
	line-height: 2.375rem;
	letter-spacing: -.03125rem;
	font-weight: 600;
	line-height: 1.25;
}
@media (min-width: 768px){
	.prose p, .prose ul, .prose ol{
		font-size: 1.0625rem;
		line-height: 1.75rem;
		letter-spacing: -.0125rem;
	}
}
.prose p {
  color: rgba(30, 35, 35, 0.64);
}
.prose iframe{
	width: 100%;
}
.prose img{
	max-width: 100%;
}
.prose blockquote{
	--tw-border-opacity: 1;
	border-color: rgba(46, 158, 158, var(--tw-border-opacity));
	padding-left: 18px;
	font-size: 1.25rem;
	line-height: 1.9375rem;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(20, 69, 84, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.prose blockquote{
		font-size: 1.5rem;
		line-height: 2.375rem;
		letter-spacing: -.03125rem;
	}
}
@media (min-width: 1024px){
	.prose blockquote{
		padding-left: 60px;
	}
	.prose blockquote{
		padding-right: 218px;
	}
}
.prose blockquote p{
	font-size: 1.25rem;
	line-height: 1.9375rem;
	--tw-text-opacity: 1;
	color: rgba(20, 69, 84, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.prose blockquote p{
		font-size: 1.5rem;
		line-height: 2.375rem;
		letter-spacing: -.03125rem;
	}
}
.prose.prose-tight ul,
.prose.prose-tight ol {
  margin-left: 0 !important;
}

::-moz-selection{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 100, 100, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(242, 243, 242, var(--tw-text-opacity));
}

::selection{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 100, 100, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(242, 243, 242, var(--tw-text-opacity));
}

[v-cloak] {
  display: none;
}

section.section-home_hero + section.clear-top-gap{
	margin-top: -64px;
}

@media (min-width: 768px){
	section.section-home_hero + section.clear-top-gap{
		margin-top: -120px;
	}
}

section.section-hero_with_services + section.clear-top-gap{
	margin-top: -64px;
}

@media (min-width: 768px){
	section.section-hero_with_services + section.clear-top-gap{
		margin-top: -120px;
	}
}

section.overlap{
	margin-bottom: -80px;
}

@media (min-width: 768px){
	section.overlap{
		padding-bottom: 270px;
	}
}

@media (min-width: 1024px){
	section.overlap{
		margin-bottom: -120px;
	}
}
@media (min-width: 768px){
	section.overlap + section.section-usps{
		margin-top: -290px;
	}
}

.vue-typer .custom.char.selected {
  background-color: #F16464;
  color: #FFFFFF;
}

/* fade image in after load */
.lazyload, .lazyloading{
	opacity: 0;
}

.lazyloaded{
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
	transition-duration: 300ms;
}

html {
  height: auto !important;
  /* reset default to allow scroll navigation */
}

html.calendly-page-scroll-locked {
  height: 100% !important;
  /* set height when popup is active */
}

@media screen and (min-width: 1024px) {
  .calendly-overlay .calendly-popup {
    height: 100vh !important;
    max-height: 100vh !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.98px) {
  .calendly-overlay .calendly-popup {
    max-height: 100% !important;
    overflow: scroll !important;
    height: 100% !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .calendly-overlay .calendly-popup {
    max-height: 990px !important;
  }
}
.calendly-overlay .calendly-popup::-webkit-scrollbar {
  display: none !important;
}

@media screen and (min-width: 1280px) and (max-width: 1439.98px) {
  .calendly-overlay .calendly-popup .calendly-popup-content {
    height: 990px !important;
    margin-top: -45px !important;
  }
}

.tns-lazy-img {
  -webkit-backface-visibility: hidden;
}

.tag-white {
  border-left: none !important;
  border-right: none !important;
  position: relative;
}
.tag-white:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-white:after {
  position: absolute;
  left: 100%;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.tag-primary {
  border-left: none !important;
  border-right: none !important;
  position: relative;
}
.tag-primary:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-primary:after {
  position: absolute;
  left: 100%;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-primary span:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-primary span:after {
  position: absolute;
  left: 100%;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tag-primary:hover span:after {
  opacity: 1;
}

.tag-light {
  border-left: none !important;
  border-right: none !important;
  position: relative;
  margin-right: 0;
  margin-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(20, 69, 84, var(--tw-border-opacity));
  --tw-border-opacity: 0.08;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 21px;
  line-height: 1;
}

.tag-light:last-child{
	margin-right: 0;
}
.tag-light span.arrow-heads:before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-light span.arrow-heads:after {
  position: absolute;
  right: -1px;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-white-after.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.tag-gray-300-bg-primary {
  border-left: none !important;
  border-right: none !important;
  position: relative;
  margin-right: 0;
  margin-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(20, 69, 84, var(--tw-border-opacity));
  --tw-border-opacity: 0.08;
  padding-bottom: 5px;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 21px;
  line-height: 1;
}

.tag-gray-300-bg-primary:last-child{
	margin-right: 0;
}
.tag-gray-300-bg-primary span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-gray-300-bg-primary span:after {
  position: absolute;
  right: -1px;
  top: 0;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-primary-after.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.tag-light-bg-gray-100 {
  border-left: none !important;
  border-right: none !important;
  position: relative;
  margin-right: 0;
  margin-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(20, 69, 84, var(--tw-border-opacity));
  --tw-border-opacity: 0.08;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 21px;
  line-height: 1;
}

.tag-light-bg-gray-100:last-child{
	margin-right: 0;
}
.tag-light-bg-gray-100 span:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-gray-100.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-light-bg-gray-100 span:after {
  position: absolute;
  right: -1px;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 10px;
  background-image: url("/svg/arrow-part-negative-gray-100-after.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
