@import url(https://fonts.googleapis.com/css2?family=Lato&family=Oswald:wght@700&family=PT+Sans:wght@400;700&display=swap);

.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.fixed{
	position: fixed;
}
.top-0{
	top: 0;
}
.left-0{
	left: 0;
}
.-top-20{
	top: -5rem;
}
.right-0{
	right: 0;
}
.bottom-0{
	bottom: 0;
}
.z-10{
	z-index: 10;
}
.z-100{
	z-index: 100;
}
.z-30{
	z-index: 30;
}
.-z-1{
	z-index: -1;
}
.z-\[1000\]{
	z-index: 1000;
}
.m-auto{
	margin: auto;
}
.m-2{
	margin: 0.5rem;
}
.m-10{
	margin: 2.5rem;
}
.m-1{
	margin: 0.25rem;
}
.mx-10{
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-12{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mt-32{
	margin-top: 8rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-20{
	margin-top: 5rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-24{
	margin-top: 6rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mr-4{
	margin-right: 1rem;
}
.mt-4{
	margin-top: 1rem;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block{
	display: block;
}
.hidden{
	display: none;
}
.h-full{
	height: 100%;
}
.h-auto{
	height: auto;
}
.h-10{
	height: 2.5rem;
}
.h-34{
	height: 8.5rem;
}
.h-16{
	height: 4rem;
}
.h-12{
	height: 3rem;
}
.h-8{
	height: 2rem;
}
.h-20{
	height: 5rem;
}
.h-screen{
	height: 100vh;
}
.h-\[330px\]{
	height: 330px;
}
.min-h-\[50vH\]{
	min-height: 50vH;
}
.min-h-44{
	min-height: 11rem;
}
.w-full{
	width: 100%;
}
.w-10{
	width: 2.5rem;
}
.w-34{
	width: 8.5rem;
}
.w-screen{
	width: 100vw;
}
.w-60p{
	width: 60%;
}
.w-16{
	width: 4rem;
}
.w-12{
	width: 3rem;
}
.w-90p{
	width: 90%;
}
.w-10\/12{
	width: 83.333333%;
}
.w-50p{
	width: 50%;
}
.w-8{
	width: 2rem;
}
.w-80{
	width: 20rem;
}
.w-\[496px\]{
	width: 496px;
}
.w-72{
	width: 18rem;
}
.max-w-screen{
	max-width: 100vw;
}
.max-w-\[484px\]{
	max-width: 484px;
}
.flex-auto{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.transform{
	--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;
	-webkit-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));
	     -o-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));
	        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));
}
.-translate-x-5{
	--tw-translate-x: -1.25rem;
}
.translate-x-5{
	--tw-translate-x: 1.25rem;
}
.scale-125{
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
}
.cursor-pointer{
	cursor: pointer;
}
.flex-col{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex-row-reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.flex-col-reverse{
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flex-nowrap{
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.place-items-center{
	place-items: center;
}
.content-center{
	-ms-flex-line-pack: center;
	    align-content: center;
}
.content-evenly{
	-ms-flex-line-pack: space-evenly;
	    align-content: space-evenly;
}
.items-center{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.items-end{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.items-start{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.justify-evenly{
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
.justify-center{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.justify-between{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.justify-around{
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.justify-end{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.overflow-hidden{
	overflow: hidden;
}
.rounded-xl{
	border-radius: 1rem;
}
.rounded-\[50\%\]{
	border-radius: 50%;
}
.rounded-full{
	border-radius: 9999px;
}
.border-2{
	border-width: 2px;
}
.border-b-1{
	border-bottom-width: 1px;
}
.border-l-10{
	border-left-width: 10px;
}
.border-solid{
	border-style: solid;
}
.border-border{
	--tw-border-opacity: 1;
	border-color: rgba(72, 159, 181, var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-tertiary{
	--tw-border-opacity: 1;
	border-color: rgba(22, 105, 122, var(--tw-border-opacity));
}
.border-transparent{
	border-color: transparent;
}
.border-gray-400{
	--tw-border-opacity: 1;
	border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-bg{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 249, 242, var(--tw-bg-opacity));
}
.bg-border{
	--tw-bg-opacity: 1;
	background-color: rgba(72, 159, 181, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-quinary{
	--tw-bg-opacity: 1;
	background-color: rgba(237, 231, 227, var(--tw-bg-opacity));
}
.bg-tertiary{
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(9, 9, 9, var(--tw-bg-opacity));
}
.bg-opacity-50{
	--tw-bg-opacity: 0.5;
}
.bg-opacity-60{
	--tw-bg-opacity: 0.6;
}
.bg-cover{
	background-size: cover;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-10{
	padding: 2.5rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-24{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pt-16{
	padding-top: 4rem;
}
.pl-10{
	padding-left: 2.5rem;
}
.pt-8{
	padding-top: 2rem;
}
.pt-24{
	padding-top: 6rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.pl-8{
	padding-left: 2rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.text-center{
	text-align: center;
}
.font-primary{
	font-family: 'PT Sans', sans-serif;
}
.font-secondary{
	font-family: 'Oswald', sans-serif;
}
.font-quinary{
	font-family: 'Lato', sans-serif;
}
.text-2xl{
	font-size: 25px;
}
.text-3xl{
	font-size: 30px;
}
.text-4xl{
	font-size: 40px;
}
.text-xs{
	font-size: 14px;
}
.text-lg{
	font-size: 18px;
}
.text-\[13px\]{
	font-size: 13px;
}
.text-\[28px\]{
	font-size: 28px;
}
.text-base{
	font-size: 16px;
}
.text-xl{
	font-size: 20px;
}
.text-\[24px\]{
	font-size: 24px;
}
.text-xxs{
	font-size: 10px;
}
.text-\[35px\]{
	font-size: 35px;
}
.text-\[34px\]{
	font-size: 34px;
}
.font-bold{
	font-weight: 700;
}
.font-normal{
	font-weight: 400;
}
.font-black{
	font-weight: 900;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.leading-none{
	line-height: 1;
}
.leading-tight{
	line-height: 1.25;
}
.leading-loose{
	line-height: 2;
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
.text-tertiary{
	--tw-text-opacity: 1;
	color: rgba(22, 105, 122, var(--tw-text-opacity));
}
.text-senary{
	--tw-text-opacity: 1;
	color: rgba(59, 59, 59, var(--tw-text-opacity));
}
.text-septenary{
	--tw-text-opacity: 1;
	color: rgba(67, 67, 67, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}
.opacity-40{
	opacity: 0.40;
}
.transition-all{
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
.duration-300{
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
/*! purgecss start ignore */
/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
	-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;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DDDDDD;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #DDDDDD;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #DDDDDD;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #DDDDDD;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #DDDDDD;
}
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;
}
/**
 * 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
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * 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;
}
*{
	--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;
}
.container{
	width: 100%;
}
@media (min-width: 375px){
	.container{
		max-width: 375px;
	}
}
@media (min-width: 425px){
	.container{
		max-width: 425px;
	}
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1440px){
	.container{
		max-width: 1440px;
	}
}
@media (min-width: 1670px){
	.container{
		max-width: 1670px;
	}
}
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform; }
.swiper-slide-invisible-blank {
  visibility: hidden; }
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform; }
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
.swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }
/* -------------------------------------------------------------------------- */
/*                                 base start                                 */
/* -------------------------------------------------------------------------- */
button, hr, input {
  overflow: visible; }
audio, canvas, progress, video {
  display: inline-block; }
progress, sub, sup {
  vertical-align: baseline; }
[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }
h1 {
  font-size: 2em;
  margin: .67em 0; }
figure {
  margin: 1em 40px; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none; }
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
b, strong {
  font-weight: bolder; }
dfn {
  font-style: italic; }
mark {
  background-color: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
audio:not([controls]) {
  display: none;
  height: 0; }
img {
  border-style: none;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
svg:not(:root) {
  overflow: hidden; }
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }
button, select {
  text-transform: none; }
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }
fieldset {
  padding: .35em .75em .625em; }
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }
textarea {
  overflow: auto; }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
summary {
  display: list-item; }
[hidden], template {
  display: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
input[type="submit"] {
  cursor: pointer; }
:root {
  font-size: 62.5%;
  line-height: 1.45; }
html {
  scroll-behavior: smooth; }
body{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
p {
  margin-bottom: 2rem; }
p:last-child {
  margin-bottom: 0; }
ol {
  list-style: decimal !important; }
*::-moz-selection {
  color: #fff;
  background: #489FB5; }
::-moz-selection {
  color: #fff;
  background: #489FB5; }
::selection {
  color: #fff;
  background: #489FB5; }
/* -------------------------------- scrollbar -------------------------------- */
::-webkit-scrollbar {
  width: 10px; }
::-webkit-scrollbar-track {
  background: #fff; }
::-webkit-scrollbar-thumb{
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8); }
*:focus {
  outline: none; }
/* -------------------------------------------------------------------------- */
/*                                  base end                                  */
/* -------------------------------------------------------------------------- */
.is-faded{
	pointer-events: none;
	opacity: 0;
}
\:root {
  font-size: 62.5%;
  line-height: 1.45; }
.group-hover\:bright-110 {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all; }
.group:hover .group-hover\:bright-110 {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1); }
img {
  margin: 0; }
button:focus {
  outline: none; }
b, strong {
  font-weight: 700; }
figure {
  margin: 0;
  padding: 10px 0 0 0; }
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
            transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-o-keyframes jello {
  11.1% {
    -o-transform: none;
       transform: none; }
  22.2% {
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
       transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
       transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -o-transform: none;
       transform: none; } }
@keyframes jello {
  11.1% {
    -webkit-transform: none;
         -o-transform: none;
            transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
         -o-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
         -o-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
         -o-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
         -o-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
         -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
         -o-transform: skewX(0.39063deg) skewY(0.39063deg);
            transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
         -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
         -o-transform: none;
            transform: none; } }
.hover-anim-jello:hover, .hover-anim-jello:focus {
  -webkit-animation: jello 1s;
       -o-animation: jello 1s;
          animation: jello 1s;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center; }
.hover-scale-down {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.hover-scale-down:hover, .hover-scale-down:focus {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9); }
.hover-scale-up {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.hover-scale-up:hover, .hover-scale-up:focus {
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05); }
.hover-pulse:hover {
  -webkit-animation: pulse-opacity 1s;
       -o-animation: pulse-opacity 1s;
          animation: pulse-opacity 1s; }
@-webkit-keyframes pulse-opacity {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes pulse-opacity {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes pulse-opacity {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }
.hover-anim-shake:hover {
  -webkit-animation: 1s shake infinite alternate;
       -o-animation: 1s shake infinite alternate;
          animation: 1s shake infinite alternate; }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg); }
  5% {
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg); }
  10% {
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg); }
  15% {
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg); }
  20% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg); } }
@-o-keyframes shake {
  0% {
    -o-transform: skewX(-15deg);
       transform: skewX(-15deg); }
  5% {
    -o-transform: skewX(15deg);
       transform: skewX(15deg); }
  10% {
    -o-transform: skewX(-15deg);
       transform: skewX(-15deg); }
  15% {
    -o-transform: skewX(15deg);
       transform: skewX(15deg); }
  20% {
    -o-transform: skewX(0deg);
       transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg);
       transform: skewX(0deg); } }
@keyframes shake {
  0% {
    -webkit-transform: skewX(-15deg);
         -o-transform: skewX(-15deg);
            transform: skewX(-15deg); }
  5% {
    -webkit-transform: skewX(15deg);
         -o-transform: skewX(15deg);
            transform: skewX(15deg); }
  10% {
    -webkit-transform: skewX(-15deg);
         -o-transform: skewX(-15deg);
            transform: skewX(-15deg); }
  15% {
    -webkit-transform: skewX(15deg);
         -o-transform: skewX(15deg);
            transform: skewX(15deg); }
  20% {
    -webkit-transform: skewX(0deg);
         -o-transform: skewX(0deg);
            transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
         -o-transform: skewX(0deg);
            transform: skewX(0deg); } }
.hover-anim-shake2:hover {
  -webkit-animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
       -o-animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
@-webkit-keyframes shake2 {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }
@-o-keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
@keyframes shake2 {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-o-keyframes slideDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-180px);
       transform: translateY(-180px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-180px);
         -o-transform: translateY(-180px);
            transform: translateY(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-180px);
       transform: translateX(-180px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0); } }
@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-180px);
         -o-transform: translateX(-180px);
            transform: translateX(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }
@media only screen and (min-width: 768px) {
  .pl-container {
    padding-left: calc((100vW - 768px - 30px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 768px - 30px) / 2); } }
@media only screen and (min-width: 1024px) {
  .pl-container {
    padding-left: calc((100vW - 1024px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1024px + 15px) / 2); } }
@media only screen and (min-width: 1280px) {
  .pl-container {
    padding-left: calc((100vW - 1280px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1280px + 15px) / 2); } }
@media only screen and (min-width: 1440px) {
  .pl-container {
    padding-left: calc((100vW - 1440px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1440px + 15px) / 2); } }
@media only screen and (min-width: 1670px) {
  .pl-container {
    padding-left: calc((100vW - 1670px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1670px + 15px) / 2); } }
.page-navigation, .is-scrolled-up{
	position: fixed;
	top: 4.5rem;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	--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;
	-webkit-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));
	     -o-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));
	        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));
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-scrolled-down{
	top: 0;
}
.is-scrolled-down img{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.is-scrolled-up img{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 640px){
	.is-scrolled-up img{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.is-scrolled-up img {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.menu{
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 640px){
	.menu{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.menu{
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
}
@media (min-width: 1024px){
	.menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.menu{
		height: auto;
	}
}
.menu-item{
	height: 100%;
	width: 100%;
	-ms-flex-line-pack: center;
	    align-content: center;
}
@media (min-width: 1024px){
	.menu-item{
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.menu-item{
		border-right-width: 1px;
	}
	.menu-item{
		border-style: solid;
	}
	.menu-item{
		--tw-border-opacity: 1;
		border-color: rgba(72, 159, 181, var(--tw-border-opacity));
	}
}
@media (min-width: 1280px){
	.menu-item{
		min-width: 17rem;
	}
}
.menu-item:hover, .menu-item:focus {
      -webkit-transition: all ease-in 0.5s;
      -o-transition: all ease-in 0.5s;
      transition: all ease-in 0.5s;
      background-color: #489FB5; }
.menu-item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 768px){
	.menu-item a{
		place-content: center;
	}
}
@media only screen and (max-width: 1024px) {
        .menu-item a{
		padding-left: 2rem;
		padding-right: 2rem;
	}
        .menu-item a{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
        .menu-item a{
		font-size: 15px;
	} }
.menu.isVisible{
	position: absolute;
	top: 100%;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.menu.isVisible{
		height: 4.5rem;
	}
	.menu.isVisible{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.current_page_item, .current_page_ancestor {
  background-color: #489FB5; }
.menu .contact{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 166, 43, var(--tw-bg-opacity));
  border: none;
}
.menu .contact:hover, .menu .contactfocus {
    background-color: #489FB5; }
.openMenu{
	position: sticky;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
@media (min-width: 1024px){
	.openMenu{
		display: none;
	}
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.1, 0.5, 0.8, 0.9), stroke-dashoffset 400ms cubic-bezier(0.9, 0.6, 0.9, 1);
  -o-transition: stroke-dasharray 600ms cubic-bezier(0.1, 0.5, 0.8, 0.9), stroke-dashoffset 400ms cubic-bezier(0.9, 0.6, 0.9, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.1, 0.5, 0.8, 0.9), stroke-dashoffset 400ms cubic-bezier(0.9, 0.6, 0.9, 1); }
.line1 {
  stroke-dasharray: 35 207;
  stroke-width: 8; }
.line2 {
  stroke-dasharray: 45 150;
  stroke-width: 8; }
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8; }
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8; }
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8; }
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8; }
.sub-menu{
	display: none;
}
.sub-menu.opened{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
}
@media (min-width: 768px){
	.sub-menu.opened{
		position: absolute;
	}
	.sub-menu.opened{
		top: 100%;
	}
	.sub-menu.opened{
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}
@media only screen and (max-width: 767px) {
      .sub-menu.opened {
        -webkit-transform-origin: top center;
             -o-transform-origin: top center;
                transform-origin: top center;
        -webkit-animation: slideRight 300ms ease-in-out forwards;
             -o-animation: slideRight 300ms ease-in-out forwards;
                animation: slideRight 300ms ease-in-out forwards; } }
@media only screen and (min-width: 768px) {
      .sub-menu.opened {
        -webkit-transform-origin: top center;
             -o-transform-origin: top center;
                transform-origin: top center;
        -webkit-animation: slideDown 300ms ease-in-out forwards;
             -o-animation: slideDown 300ms ease-in-out forwards;
                animation: slideDown 300ms ease-in-out forwards; } }
.sub-menu a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sub-menu-arrow{
	position: absolute;
	left: 8rem;
	z-index: 100;
	margin-top: 1.25rem;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 768px){
	.sub-menu-arrow{
		position: relative;
	}
	.sub-menu-arrow{
		left: -1.25rem;
	}
	.sub-menu-arrow{
		margin-top: 0;
	}
	.sub-menu-arrow{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.sub-menu-arrow{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
@media (min-width: 1280px){
	.sub-menu-arrow{
		left: -1.75rem;
	}
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14{
	height: 2.5rem;
	width: 2.5rem;
}
@media (min-width: 1024px){
	.svg-inline--fa, .fa-chevron-down, .fa-w-14{
		height: 1.75rem;
	}
	.svg-inline--fa, .fa-chevron-down, .fa-w-14{
		width: 1.75rem;
	}
}
.svg-inline--fa.rotate, .fa-chevron-down.rotate, .fa-w-14.rotate {
    -webkit-transform: rotateZ(-180deg);
         -o-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
    -webkit-animation: 300ms ease;
         -o-animation: 300ms ease;
            animation: 300ms ease; }
.menu-item-has-children{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (min-width: 768px){
	.menu-item-has-children{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.menu-item-has-children .menu-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-style: none;
}
.menu-item-has-children .menu-item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 1rem;
	padding-right: 1rem;
}
.text-shadow {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
.arrow{
	position: absolute;
	top: 40%;
	z-index: 20;
	margin-top: -2.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	width: 4rem;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 640px){
	.arrow{
		height: 6.5rem;
	}
	.arrow{
		width: 6.5rem;
	}
}
@media (min-width: 768px){
	.arrow{
		top: 50%;
	}
}
.arrow-bg{
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 231, 227, var(--tw-bg-opacity));
}
#arrow-left {
  left: 0;
  margin-left: 30px; }
#arrow-right {
  right: 0;
  margin-right: 30px; }
.arrow2-bg{
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 69px;
  background-color: #FFFFFF73;
}
.arrow2-bg-l{
	left: 0;
}
.arrow2-bg-r{
	right: 0;
	top: 0;
}
.contact{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.contact::after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #16697A;
    -webkit-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: -o-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out; }
.contact:hover::after {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left; }
.banner {
  display: none; }
.wp-block-columns{
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 768px){
	.wp-block-columns{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.wp-block-columns{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.wp-block-preformatted{
	text-align: justify;
	font-family: 'Lato', sans-serif;
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
@media (min-width: 1440px){
	.wp-block-preformatted{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.wp-block-image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/* purgecss start ignore */
.footer p{
	margin-bottom: 0;
}
/* purgecss start end */
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
.container.p-0,
  .container-fluid.p-0 {
    padding-left: 0;
    padding-right: 0; }
.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row .row {
    margin-left: 0;
    margin-right: 0; }
.row.mx-0 {
    margin-left: 0;
    margin-right: 0; }
.icon-before {
  position: relative;
  padding-left: 25px; }
.icon-before:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-size: 15px; }
.container.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.content:not(.content-icons) blockquote{
	font-size: 20px;
}
.content:not(.content-icons) h1, .content:not(.content-icons) h2, .content:not(.content-icons) h3, .content:not(.content-icons) h4, .content:not(.content-icons) h5, .content:not(.content-icons) h6{
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
.content:not(.content-icons) h1{
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 30px;
}
.content:not(.content-icons) h2{
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 25px;
}
.content:not(.content-icons) h3{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 30px;
}
.content:not(.content-icons) h4{
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 25px;
}
.content:not(.content-icons) h5{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	font-size: 18px;
}
.content:not(.content-icons) h6{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.content:not(.content-icons) b, .content:not(.content-icons) strong{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.custom-list {
  position: relative; }
.custom-list ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px; }
.custom-list ul li:last-child {
      margin-bottom: 10px; }
.custom-list ul li:before{
	position: absolute;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
      content: "";
      top: 9px;
      left: 10px;
}
.custom-list li > ol {
    padding-left: 25px; }
.custom-list ol > li {
    margin-bottom: 4px; }
@media only screen and (min-width: 1024px) {
  .content blockquote{
		font-size: 30px;
	}
  .content h1{
		font-size: 50px;
	}
  .content h2{
		font-size: 40px;
	}
  .content h3{
		font-size: 40px;
	}
  .content h4{
		font-size: 30px;
	}
  .content h5{
		font-size: 25px;
	}
  .content h6{
		font-size: 20px;
	} }
.form-text{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-bottom-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(237, 231, 227, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.form input{
	width: 100%;
	--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;
	-webkit-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));
	     -o-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));
	        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-translate-y: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: 'Lato', sans-serif;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.form input::-webkit-input-placeholder{
	color: rgba(22, 105, 122, 0.5);
}
.form input::-moz-placeholder{
	color: rgba(22, 105, 122, 0.5);
}
.form input:-ms-input-placeholder{
	color: rgba(22, 105, 122, 0.5);
}
.form input::-ms-input-placeholder{
	color: rgba(22, 105, 122, 0.5);
}
.form input::placeholder{
	color: rgba(22, 105, 122, 0.5);
}
.form-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 166, 43, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: 'Lato', sans-serif;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.form-btn:hover {
    -webkit-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
@media only screen and (max-width: 500px) {
    .form-btn{
		--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;
		-webkit-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));
		     -o-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));
		        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));
	}
    .form-btn{
		--tw-scale-x: .75;
		--tw-scale-y: .75;
	} }
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none; }
.wpcf7-submit{
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#agree{
	margin-right: 1rem;
	width: auto;
}
.wpcf7-list-item label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sidebar-menu__label{
	position: relative;
	width: 100%;
	border-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
  padding: 1.8rem 1.5rem;
  margin-bottom: 2rem;
}
.sidebar-menu__label .sidebar-menu-icon {
    width: 4rem;
    height: 5.6rem; }
.sidebar-menu__label .sidebar-menu-icon svg {
      width: 2rem;
      height: 2rem; }
.sidebar-menu__label.is-open{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.sidebar-menu__label.is-open .sidebar-menu-icon--open {
      display: none; }
.sidebar-menu__label.is-open .sidebar-menu-icon--close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.sidebar-menu__label.is-open .sidebar-menu-icon svg{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.sidebar-menu {
  position: relative; }
.sidebar-menu.is-open {
    display: block; }
.sidebar-menu > .menu-item{
	position: relative;
	border-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 105, 122, var(--tw-bg-opacity));
    padding: 1.5rem;
    margin-bottom: 5px;
}
.sidebar-menu > .menu-item:last-child {
      margin-bottom: 0; }
.sidebar-menu > .menu-item.is-open > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-item > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--open {
      display: none; }
.sidebar-menu > .menu-item.is-open > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-item > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.sidebar-menu > .menu-item.is-open > .sub-menu, .sidebar-menu > .menu-item.current-menu-item > .sub-menu, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu {
      max-height: 5000px;
      margin-top: 2rem;
      opacity: 1; }
.sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--open, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--open {
        display: none; }
.sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sidebar-menu-icon--close, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sidebar-menu-icon--close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
.sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sub-menu, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sub-menu, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sub-menu, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sub-menu, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sub-menu, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sub-menu, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sub-menu, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sub-menu, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sub-menu, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sub-menu, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sub-menu, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sub-menu, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu {
        max-height: 5000px;
        margin-top: 2rem;
        opacity: 1; }
.sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item:focus > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:hover > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item:focus > a{
	font-weight: 700;
}
.sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a{
	font-weight: 700;
}
.sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.is-open > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item.current-menu-item > a:before, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item.current-menu-item > a:before{
	display: inline-block;
            content: '';
            width: 20px;
            height: 20px;
            -webkit-transform: translateX(-4px) translateY(4px);
                 -o-transform: translateX(-4px) translateY(4px);
                    transform: translateX(-4px) translateY(4px);
            background: url("/spd/wp-content/themes/spd/resources/assets/icons/angle-right-solid.svg") center/contain no-repeat;
}
.sidebar-menu > .menu-item.is-open > .sub-menu .sidebar-menu-icon svg, .sidebar-menu > .menu-item.current-menu-item > .sub-menu .sidebar-menu-icon svg, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu .sidebar-menu-icon svg, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu .sidebar-menu-icon svg {
        width: 15px;
        height: 15px; }
.sidebar-menu > .menu-item.current-menu-item, .sidebar-menu > .menu-item.current-menu-parent, .sidebar-menu > .menu-item.current-menu-ancestor{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.sidebar-menu > .menu-item.current-menu-item > .sub-menu > .menu-item, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu > .menu-item, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu > .menu-item {
        background-color: #009146; }
.sidebar-menu > .menu-item.current-menu-item > .sub-menu .sidebar-menu-icon svg, .sidebar-menu > .menu-item.current-menu-parent > .sub-menu .sidebar-menu-icon svg, .sidebar-menu > .menu-item.current-menu-ancestor > .sub-menu .sidebar-menu-icon svg{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.sidebar-menu > .menu-item > .sidebar-menu-icon {
      width: 4rem; }
.sidebar-menu > .menu-item > .sidebar-menu-icon svg {
        width: 2rem;
        height: 2rem; }
.sidebar-menu > .menu-item > a{
	font-size: 18px;
	font-weight: 700;
}
.sidebar-menu > .menu-item > .sub-menu > .menu-item > a{
	font-weight: 700;
}
.sidebar-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a{
	text-transform: uppercase;
}
.sidebar-menu .menu-item {
    cursor: pointer; }
.sidebar-menu .menu-item a {
      margin-right: 4rem; }
.sidebar-menu .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s, opacity .5s;
    -o-transition: max-height .5s, opacity .5s;
    transition: max-height .5s, opacity .5s;
    opacity: 0; }
.sidebar-menu .sub-menu > .menu-item{
	position: relative;
	border-radius: 1rem;
      padding: 1.5rem;
      margin-bottom: 5px;
}
.sidebar-menu .sub-menu > .menu-item:last-child {
        margin-bottom: 0; }
.sidebar-menu .sub-menu > .menu-item > .sub-menu > .menu-item{
	position: relative;
        padding: 5px 1.5rem;
        border-bottom: 1px solid #fff;
        border-radius: 0 !important;
}
.sidebar-menu .sub-menu > .menu-item > .sub-menu > .menu-item:last-child {
          border-bottom: none; }
.sidebar-menu-icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
  position: absolute;
  height: 5.6rem;
  top: 0;
  right: 1.5rem;
}
.sidebar-menu-icon--close {
    display: none; }
.sidebar-menu-icon svg {
    display: block; }
.breadcrumbs, .woocommerce-breadcrumb{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: 'PT Sans', sans-serif;
}
.breadcrumbs a, .woocommerce-breadcrumb a{
	position: relative;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 2rem;
	display: inline-block;
	font-size: 14px;
}
.breadcrumbs a:after, .woocommerce-breadcrumb a:after{
	position: absolute;
	display: block;
}
.breadcrumbs a:after,
    .woocommerce-breadcrumb a:after {
      content: '';
      width: 14px;
      height: 16px;
      top: calc(50% - 8px);
      right: -20px; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus{
	--tw-text-opacity: 1;
	color: rgba(22, 105, 122, var(--tw-text-opacity));
}
.breadcrumbs span, .woocommerce-breadcrumb span{
	position: relative;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: inline-block;
	font-size: 14px;
}
.breadcrumbs span.breadcrumb_last, .woocommerce-breadcrumb span.breadcrumb_last{
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
.btn{
	cursor: pointer;
	border-radius: 0.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 640px){
	.btn{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.btn{
		font-size: 18px;
	}
}
@media (min-width: 1024px){
	.btn{
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
.btn:hover {
    -webkit-transform: scale(1.05, 1.05);
         -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
.btn-orange{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 166, 43, var(--tw-bg-opacity));
}
.btn-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 166, 43, var(--tw-text-opacity));
}
.button{
	position: relative;
	z-index: 10;
}
.button__default{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 5rem;
	min-width: 20rem;
	--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;
	-webkit-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));
	     -o-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));
	        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));
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	border-radius: 3rem;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 3rem;
	padding-right: 3rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0px 0px 0px 2px transparent;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.button__default:hover, .button__default:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
.button__default:focus{
	--tw-shadow: 0px 0px 0px 2px #6BA528;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button__underline{
	overflow: hidden;
}
.button__underline:after{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	--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;
	-webkit-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));
	     -o-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));
	        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-translate-x: -100%;
	--tw-scale-x: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
      content: '';
}
.button__underline:hover, .button__underline:focus{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button__underline:hover:after, .button__underline:focus:after{
	--tw-translate-x: 0;
	--tw-scale-x: 1;
}
.button__underline--primary{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button__underline--white:after{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.button__underline--white:hover, .button__underline--white:focus{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button__underline--visible:after{
	--tw-translate-x: 0;
	--tw-scale-x: 1;
}
.button__underlined{
	overflow: hidden;
}
.button__underlined:after{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	--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;
	-webkit-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));
	     -o-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));
	        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-translate-x: -100%;
	--tw-scale-x: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
      content: '';
}
.button__underlined:hover, .button__underlined:focus{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button__underlined:hover:after, .button__underlined:focus:after{
	--tw-translate-x: 0;
	--tw-scale-x: 1;
}
.button__underlined--black:after{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.button__underlined--black:hover, .button__underlined--black:focus{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.navbutton{
	position: fixed;
	top: 0;
	right: 0;
	height: 6rem;
	width: 6rem;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
  z-index: 48;
}
.navbutton__item{
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 0.5rem;
	width: 3.5rem;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.navbutton__item:nth-child(2) {
      margin-top: 5px;
      margin-bottom: 5px; }
.navbutton-close{
	position: absolute;
	right: 1.5rem;
	height: 3rem;
	width: 3rem;
	outline: 2px solid transparent;
	outline-offset: 2px;
  top: 13px;
}
.navbutton-close__item{
	position: absolute;
	display: block;
	height: 0.5rem;
	width: 3.5rem;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbutton-close__item:first-child {
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.swiper-lazy-preloader{
	position: absolute;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 4px;
  border-radius: 50%;
  border-top-color: transparent !important;
  -webkit-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.anim-img{
	--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;
	-webkit-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));
	     -o-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));
	        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-scale-x: 0;
	--tw-scale-y: 0;
	opacity: 0;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-delay: 100ms;
	     -o-transition-delay: 100ms;
	        transition-delay: 100ms;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.anim-title, .anim-subtitle, .anim-content, .anim-btn{
	--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;
	-webkit-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));
	     -o-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));
	        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-translate-x: 100%;
	opacity: 0;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-delay: 150ms;
	     -o-transition-delay: 150ms;
	        transition-delay: 150ms;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.anim-subtitle{
	-webkit-transition-delay: 200ms;
	     -o-transition-delay: 200ms;
	        transition-delay: 200ms;
}
.anim-content{
	-webkit-transition-delay: 250ms;
	     -o-transition-delay: 250ms;
	        transition-delay: 250ms;
}
.anim-btn{
	-webkit-transition-delay: 300ms;
	     -o-transition-delay: 300ms;
	        transition-delay: 300ms;
}
.swiper-slide-active .anim-img{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	opacity: 1;
}
.swiper-slide-active .anim-title, .swiper-slide-active .anim-subtitle, .swiper-slide-active .anim-content, .swiper-slide-active .anim-btn{
	--tw-translate-x: 0;
	opacity: 1;
}
.svg-fill-white svg{
	fill: #fff;
}
.svg-fill-primary svg{
	fill: #fff;
}
.svg-fill-secondary svg{
	fill: #090909;
}
.svg-fill-tertiary svg{
	fill: #16697A;
}
.svg-transition svg{
	-webkit-transition-property: background-color, border-color, color, fill, stroke;
	-o-transition-property: background-color, border-color, color, fill, stroke;
	transition-property: background-color, border-color, color, fill, stroke;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.svg-s-full svg{
	height: 100%;
	width: 100%;
}
.svg-s-14 svg{
	height: 3.5rem;
	width: 3.5rem;
}
.svg-h-16 svg{
	height: 4rem;
	width: auto;
}
.svg-s-20 svg{
	height: 5rem;
	width: 5rem;
}
.svg-s-28 svg{
	height: 7rem;
	width: 7rem;
}
.svg-s-32 svg{
	height: 8rem;
	width: 8rem;
}
.pagination{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-top: 0;
}
.page-numbers{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	display: block;
	--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;
	-webkit-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));
	     -o-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));
	        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));
	font-size: 20px;
	font-weight: 700;
	line-height: 3rem;
	--tw-text-opacity: 1;
	color: rgba(255, 166, 43, var(--tw-text-opacity));
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	     -o-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.page-numbers:hover{
	--tw-translate-y: -0.5rem;
}
.page-numbers:focus{
	--tw-translate-y: -0.5rem;
	text-decoration: underline;
}
.page-numbers.current{
	--tw-text-opacity: 1;
	color: rgba(9, 9, 9, var(--tw-text-opacity));
}
.page-numbers.prev, .page-numbers.next{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	width: 3rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 1rem;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 166, 43, var(--tw-text-opacity));
	--tw-shadow: 0px 0px 0px 2px transparent;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:focus{
	--tw-border-opacity: 1;
	border-color: rgba(22, 105, 122, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-numbers.prev:focus, .page-numbers.next:focus{
	--tw-border-opacity: 1;
	border-color: rgba(22, 105, 122, var(--tw-border-opacity));
	--tw-shadow: 0px 0px 0px 2px #262626;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/*! purgecss end ignore */
.hover\:transform:hover{
	--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;
	-webkit-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));
	     -o-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));
	        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));
}
.hover\:skew-x-0:hover{
	--tw-skew-x: 0;
}
.hover\:skew-y-0:hover{
	--tw-skew-y: 0;
}
.hover\:skew-y-1:hover{
	--tw-skew-y: 1deg;
}
.hover\:-skew-x-1:hover{
	--tw-skew-x: -1deg;
}
.hover\:border-white:hover{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.hover\:bg-white:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-quaternary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 166, 43, var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:shadow-2xl:hover{
	--tw-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-custom:hover{
	--tw-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-primary:focus{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.focus\:text-primary:focus{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:scale-110{
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
}
.group:hover .group-hover\:text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-text-opacity));
}
@media (min-width: 375px){
	.xs\:mx-2{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.xs\:h-26{
		height: 6.5rem;
	}
	.xs\:w-26{
		width: 6.5rem;
	}
	.xs\:items-center{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.xs\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.xs\:text-xl{
		font-size: 20px;
	}
	.xs\:text-4xl{
		font-size: 40px;
	}
}
@media (min-width: 425px){
	.s\:pl-8{
		padding-left: 2rem;
	}
	.s\:text-base{
		font-size: 16px;
	}
	.s\:text-xs{
		font-size: 14px;
	}
}
@media (min-width: 640px){
	.sm\:relative{
		position: relative;
	}
	.sm\:mx-14{
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
	.sm\:mb-0{
		margin-bottom: 0;
	}
	.sm\:min-h-\[220px\]{
		min-height: 220px;
	}
	.sm\:w-90p{
		width: 90%;
	}
	.sm\:w-5\/12{
		width: 41.666667%;
	}
	.sm\:w-70p{
		width: 70%;
	}
	.sm\:w-50p{
		width: 50%;
	}
	.sm\:w-40p{
		width: 40%;
	}
	.sm\:flex-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.sm\:items-stretch{
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.sm\:justify-center{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.sm\:bg-right{
		background-position: right;
	}
	.sm\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sm\:pl-12{
		padding-left: 3rem;
	}
	.sm\:text-5xl{
		font-size: 50px;
	}
	.sm\:text-xl{
		font-size: 20px;
	}
	.sm\:text-2xl{
		font-size: 25px;
	}
	.sm\:text-base{
		font-size: 16px;
	}
}
@media (min-width: 768px){
	.md\:absolute{
		position: absolute;
	}
	.md\:-z-1{
		z-index: -1;
	}
	.md\:my-10{
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.md\:mx-16{
		margin-left: 4rem;
		margin-right: 4rem;
	}
	.md\:my-8{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.md\:mt-0{
		margin-top: 0;
	}
	.md\:mt-6{
		margin-top: 1.5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:h-full{
		height: 100%;
	}
	.md\:min-h-screen{
		min-height: 100vh;
	}
	.md\:min-h-36{
		min-height: 9rem;
	}
	.md\:min-h-64{
		min-height: 16rem;
	}
	.md\:w-11\/12{
		width: 91.666667%;
	}
	.md\:w-6\/12{
		width: 50%;
	}
	.md\:w-9\/12{
		width: 75%;
	}
	.md\:flex-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.md\:items-center{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.md\:justify-evenly{
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.md\:pt-20{
		padding-top: 5rem;
	}
	.md\:pl-12{
		padding-left: 3rem;
	}
	.md\:text-center{
		text-align: center;
	}
	.md\:text-4xl{
		font-size: 40px;
	}
	.md\:text-lg{
		font-size: 18px;
	}
	.md\:text-base{
		font-size: 16px;
	}
	.md\:text-2xl{
		font-size: 25px;
	}
	.md\:text-white{
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}
@media (min-width: 1024px){
	.lg\:top-0{
		top: 0;
	}
	.lg\:left-0{
		left: 0;
	}
	.lg\:my-20{
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	.lg\:mb-16{
		margin-bottom: 4rem;
	}
	.lg\:mt-0{
		margin-top: 0;
	}
	.lg\:mt-10{
		margin-top: 2.5rem;
	}
	.lg\:mb-12{
		margin-bottom: 3rem;
	}
	.lg\:mt-8{
		margin-top: 2rem;
	}
	.lg\:min-h-42{
		min-height: 10.5rem;
	}
	.lg\:min-h-72{
		min-height: 18rem;
	}
	.lg\:w-6\/12{
		width: 50%;
	}
	.lg\:w-8\/12{
		width: 66.666667%;
	}
	.lg\:w-4\/12{
		width: 33.333333%;
	}
	.lg\:w-90p{
		width: 90%;
	}
	.lg\:flex-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.lg\:flex-col{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lg\:justify-between{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.lg\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:pl-20{
		padding-left: 5rem;
	}
	.lg\:text-\[35px\]{
		font-size: 35px;
	}
	.lg\:text-\[60px\]{
		font-size: 60px;
	}
	.lg\:text-5xl{
		font-size: 50px;
	}
	.lg\:text-\[28px\]{
		font-size: 28px;
	}
	.lg\:text-\[24px\]{
		font-size: 24px;
	}
	.lg\:text-4xl{
		font-size: 40px;
	}
	.lg\:text-xl{
		font-size: 20px;
	}
	.lg\:text-3xl{
		font-size: 30px;
	}
}
@media (min-width: 1280px){
	.xl\:my-10{
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.xl\:mx-1{
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	.xl\:my-20{
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	.xl\:mt-40{
		margin-top: 10rem;
	}
	.xl\:h-\[50vh\]{
		height: 50vh;
	}
	.xl\:min-h-100{
		min-height: 25rem;
	}
	.xl\:w-6\/12{
		width: 50%;
	}
	.xl\:w-10\/12{
		width: 83.333333%;
	}
	.xl\:w-3\/12{
		width: 25%;
	}
	.xl\:w-4\/12{
		width: 33.333333%;
	}
	.xl\:flex-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.xl\:flex-nowrap{
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.xl\:bg-transparent{
		background-color: transparent;
	}
	.xl\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.xl\:px-40{
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.xl\:py-10{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.xl\:py-0{
		padding-top: 0;
		padding-bottom: 0;
	}
	.xl\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.xl\:pt-20{
		padding-top: 5rem;
	}
	.xl\:pt-40{
		padding-top: 10rem;
	}
	.xl\:pt-80{
		padding-top: 20rem;
	}
	.xl\:pb-40{
		padding-bottom: 10rem;
	}
	.xl\:text-4xl{
		font-size: 40px;
	}
	.xl\:text-lg{
		font-size: 18px;
	}
}
@media (min-width: 1440px){
	.\32xl\:w-6\/12{
		width: 50%;
	}
	.\32xl\:w-7\/12{
		width: 58.333333%;
	}
	.\32xl\:w-3\/12{
		width: 25%;
	}
	.\32xl\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.\32xl\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
@media (min-width: 1670px){
	.\33xl\:w-\[30\%\]{
		width: 30%;
	}
	.\33xl\:justify-between{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.\33xl\:text-5xl{
		font-size: 50px;
	}
}

