@charset "UTF-8";
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: 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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #ABABAB;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #ABABAB;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #ABABAB;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(223, 223, 223, var(--tw-border-opacity));
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #929292;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #929292;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #929292;
	opacity: 1;
}
input::placeholder,textarea::placeholder{
	color: #929292;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}
::-webkit-date-and-time-value{
	min-height: 1.5em;
}
select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23929292' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #929292;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}
[type='checkbox']{
	border-radius: 0px;
}
[type='radio']{
	border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}
[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}
[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
}
@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: 1536px){
	.container{
		max-width: 1536px;
	}
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.top-1\/2{
	top: 50%;
}
.left-5{
	left: 1.25rem;
}
.top-0{
	top: 0px;
}
.bottom-0{
	bottom: 0px;
}
.left-0{
	left: 0px;
}
.right-0{
	right: 0px;
}
.z-50{
	z-index: 50;
}
.order-first{
	order: -9999;
}
.order-last{
	order: 9999;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-11{
	grid-column: span 11 / span 11;
}
.m-1{
	margin: 0.25rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-8{
	margin-left: 2rem;
	margin-right: 2rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mr-4{
	margin-right: 1rem;
}
.ml-auto{
	margin-left: auto;
}
.mt-auto{
	margin-top: auto;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.-mt-5{
	margin-top: -1.25rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mr-1{
	margin-right: 0.25rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-\[40px\]{
	height: 40px;
}
.h-\[1px\]{
	height: 1px;
}
.max-h-\[65px\]{
	max-height: 65px;
}
.max-h-\[40px\]{
	max-height: 40px;
}
.max-h-\[45px\]{
	max-height: 45px;
}
.min-h-\[45px\]{
	min-height: 45px;
}
.min-h-\[40px\]{
	min-height: 40px;
}
.w-full{
	width: 100%;
}
.w-1\/2{
	width: 50%;
}
.w-\[40px\]{
	width: 40px;
}
.min-w-\[40px\]{
	min-width: 40px;
}
.min-w-\[100px\]{
	min-width: 100px;
}
.max-w-\[120px\]{
	max-width: 120px;
}
.max-w-\[200px\]{
	max-width: 200px;
}
.max-w-\[104px\]{
	max-width: 104px;
}
.max-w-md{
	max-width: 28rem;
}
.max-w-\[290px\]{
	max-width: 290px;
}
.flex-grow{
	flex-grow: 1;
}
.-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-wrap{
	flex-wrap: wrap;
}
.content-center{
	align-content: center;
}
.content-start{
	align-content: flex-start;
}
.items-start{
	align-items: flex-start;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.gap-2{
	gap: 0.5rem;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.rounded-md{
	border-radius: 0.375rem;
}
.border{
	border-width: 1px;
}
.border-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(175, 185, 47, var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(13, 42, 60, var(--tw-border-opacity));
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(197, 197, 197, var(--tw-border-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(13, 42, 60, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
}
.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}
.p-2{
	padding: 0.5rem;
}
.p-4{
	padding: 1rem;
}
.p-5{
	padding: 1.25rem;
}
.p-3{
	padding: 0.75rem;
}
.p-6{
	padding: 1.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.pb-\[36\%\]{
	padding-bottom: 36%;
}
.pr-10{
	padding-right: 2.5rem;
}
.pl-4{
	padding-left: 1rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pr-4{
	padding-right: 1rem;
}
.pb-\[44\.5\%\]{
	padding-bottom: 44.5%;
}
.pb-\[56\.25\%\]{
	padding-bottom: 56.25%;
}
.pb-4{
	padding-bottom: 1rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-handwritten{
	font-family: Amithen, serif;
}
.font-body{
	font-family: Montserrat, sans-serif;
}
.font-headings{
	font-family: Montserrat, sans-serif;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.font-bold{
	font-weight: 700;
}
.font-semibold{
	font-weight: 600;
}
.font-extrabold{
	font-weight: 800;
}
.uppercase{
	text-transform: uppercase;
}
.not-italic{
	font-style: normal;
}
.leading-6{
	line-height: 1.5rem;
}
.leading-8{
	line-height: 2rem;
}
.leading-loose{
	line-height: 2;
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.text-secondary-900{
	--tw-text-opacity: 1;
	color: rgba(6, 6, 2, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.no-underline{
	text-decoration: none;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-90{
	opacity: 0.9;
}
.filter{
	filter: var(--tw-filter);
}
@media (min-width: 640px){
	.sm\:mt-0{
		margin-top: 0px;
	}
	.sm\:mt-5{
		margin-top: 1.25rem;
	}
	.sm\:flex{
		display: flex;
	}
	.sm\:grid{
		display: grid;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:pb-0{
		padding-bottom: 0px;
	}
	.sm\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 768px){
	.md\:container{
		width: 100%;
	}
	@media (min-width: 640px){
		.md\:container{
			max-width: 640px;
		}
	}
	@media (min-width: 768px){
		.md\:container{
			max-width: 768px;
		}
	}
	@media (min-width: 1024px){
		.md\:container{
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px){
		.md\:container{
			max-width: 1280px;
		}
	}
	@media (min-width: 1536px){
		.md\:container{
			max-width: 1536px;
		}
	}
	.md\:left-10{
		left: 2.5rem;
	}
	.md\:order-1{
		order: 1;
	}
	.md\:order-3{
		order: 3;
	}
	.md\:order-2{
		order: 2;
	}
	.md\:order-none{
		order: 0;
	}
	.md\:col-span-2{
		grid-column: span 2 / span 2;
	}
	.md\:my-0{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.md\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.md\:-ml-4{
		margin-left: -1rem;
	}
	.md\:-mt-8{
		margin-top: -2rem;
	}
	.md\:mb-2{
		margin-bottom: 0.5rem;
	}
	.md\:ml-3{
		margin-left: 0.75rem;
	}
	.md\:ml-1{
		margin-left: 0.25rem;
	}
	.md\:-mt-10{
		margin-top: -2.5rem;
	}
	.md\:mb-8{
		margin-bottom: 2rem;
	}
	.md\:mb-20{
		margin-bottom: 5rem;
	}
	.md\:mb-6{
		margin-bottom: 1.5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:grid{
		display: grid;
	}
	.md\:hidden{
		display: none;
	}
	.md\:min-h-\[120px\]{
		min-height: 120px;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:flex-wrap{
		flex-wrap: wrap;
	}
	.md\:content-center{
		align-content: center;
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-end{
		justify-content: flex-end;
	}
	.md\:gap-2{
		gap: 0.5rem;
	}
	.md\:gap-1{
		gap: 0.25rem;
	}
	.md\:p-4{
		padding: 1rem;
	}
	.md\:p-1{
		padding: 0.25rem;
	}
	.md\:p-8{
		padding: 2rem;
	}
	.md\:p-6{
		padding: 1.5rem;
	}
	.md\:p-0{
		padding: 0px;
	}
	.md\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:py-3{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:pl-8{
		padding-left: 2rem;
	}
	.md\:pt-8{
		padding-top: 2rem;
	}
	.md\:pr-0{
		padding-right: 0px;
	}
	.md\:pr-8{
		padding-right: 2rem;
	}
	.md\:pr-4{
		padding-right: 1rem;
	}
	.md\:text-right{
		text-align: right;
	}
	.md\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px){
	.lg\:left-16{
		left: 4rem;
	}
	.lg\:order-2{
		order: 2;
	}
	.lg\:order-3{
		order: 3;
	}
	.lg\:col-start-2{
		grid-column-start: 2;
	}
	.lg\:mx-1{
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	.lg\:-mt-12{
		margin-top: -3rem;
	}
	.lg\:mt-auto{
		margin-top: auto;
	}
	.lg\:mr-32{
		margin-right: 8rem;
	}
	.lg\:inline-block{
		display: inline-block;
	}
	.lg\:min-h-\[80px\]{
		min-height: 80px;
	}
	.lg\:w-auto{
		width: auto;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:flex-grow{
		flex-grow: 1;
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-6{
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.lg\:p-6{
		padding: 1.5rem;
	}
	.lg\:p-4{
		padding: 1rem;
	}
	.lg\:p-12{
		padding: 3rem;
	}
	.lg\:p-10{
		padding: 2.5rem;
	}
	.lg\:p-8{
		padding: 2rem;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:py-10{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.lg\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.lg\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:pl-12{
		padding-left: 3rem;
	}
	.lg\:pr-12{
		padding-right: 3rem;
	}
	.lg\:pr-8{
		padding-right: 2rem;
	}
	.lg\:text-6xl{
		font-size: 3.75rem;
		line-height: 1;
	}
	.lg\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1280px){
	.xl\:container{
		width: 100%;
	}
	@media (min-width: 640px){
		.xl\:container{
			max-width: 640px;
		}
	}
	@media (min-width: 768px){
		.xl\:container{
			max-width: 768px;
		}
	}
	@media (min-width: 1024px){
		.xl\:container{
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px){
		.xl\:container{
			max-width: 1280px;
		}
	}
	@media (min-width: 1536px){
		.xl\:container{
			max-width: 1536px;
		}
	}
	.xl\:-mt-14{
		margin-top: -3.5rem;
	}
	.xl\:-mr-1{
		margin-right: -0.25rem;
	}
	.xl\:mb-40{
		margin-bottom: 10rem;
	}
	.xl\:p-16{
		padding: 4rem;
	}
	.xl\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.xl\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.xl\:pr-0{
		padding-right: 0px;
	}
	.xl\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.xl\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.xl\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.flickity-enabled {
  position: relative;
}

.flickity-button{
	position: absolute;
	top: 50%;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 30px;
  height: 30px;
  margin-top: -20px;
  transform: translateY(-15px) scale(0.5);
}
.flickity-button .flickity-button-icon{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  fill: #0D2A3C;
}

@media only screen and (min-width: 500px) {
  .flickity-button {
    transform: translateY(-15px) scale(1);
  }
}
.flickity-button.previous {
  left: -5px;
}

.flickity-button.next {
  right: -5px;
}

@media only screen and (min-width: 500px) {
  .flickity-button.previous {
    left: 20px;
  }
  .flickity-button.next {
    right: 20px;
  }
}
.flickity-enabled:focus {
  outline: none;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

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

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

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

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

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.gform_wrapper{
	margin-bottom: 2rem;
}
.gform_wrapper .gform_title{
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
}
.gform_wrapper .gfield{
	margin-bottom: 1rem;
}
.gform_wrapper .gfield label{
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.gform_wrapper textarea, .gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel]{
	width: 100%;
	border-radius: 0.125rem;
	background-color: transparent;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.gform_wrapper input[type=number]{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.gform_wrapper textarea {
  height: 150px;
}
.gform_wrapper .hidden_label label, .gform_wrapper .hidden_label legend.gfield_label{
	display: none;
}
.gform_wrapper .gform_button{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.gform_wrapper .gform_button:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(13, 42, 60, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.gform_wrapper .gform_submission_error{
	font-size: 1rem;
	line-height: 1.5rem;
}
.gform_wrapper .ginput_complex span{
	margin-bottom: 0.5rem;
	display: flex;
}
@media (min-width: 640px) {
  .gform_wrapper .ginput_complex{
		display: grid;
	}
  .gform_wrapper .ginput_complex{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
  .gform_wrapper .ginput_complex{
		gap: 0.5rem;
	}
  .gform_wrapper .ginput_complex span{
		margin-bottom: 0px;
	}
}

#gform_fields_9, #gform_fields_10{
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 0.5rem;
	padding: 1rem;
}
#gform_fields_9 textarea, #gform_fields_9 input[type=text], #gform_fields_9 input[type=email], #gform_fields_9 input[type=tel], #gform_fields_10 textarea, #gform_fields_10 input[type=text], #gform_fields_10 input[type=email], #gform_fields_10 input[type=tel]{
	min-height: 46px;
}
#gform_fields_9 #field_9_16, #gform_fields_9 #field_9_23, #gform_fields_9 #field_9_24, #gform_fields_9 #field_9_17, #gform_fields_9 #field_9_19, #gform_fields_9 #field_9_20, #gform_fields_9 #field_9_21, #gform_fields_9 #field_9_22, #gform_fields_9 #field_9_25, #gform_fields_9 #field_9_1, #gform_fields_9 #field_9_2, #gform_fields_9 #field_9_3, #gform_fields_9 #field_9_4, #gform_fields_9 #field_9_5, #gform_fields_9 #field_9_6, #gform_fields_9 #field_9_7, #gform_fields_9 #field_9_8, #gform_fields_9 #field_9_9, #gform_fields_9 #field_9_12, #gform_fields_9 #field_9_13, #gform_fields_9 #field_9_14, #gform_fields_9 #field_9_15, #gform_fields_9 #field_10_1, #gform_fields_9 #field_10_5, #gform_fields_9 #field_10_6, #gform_fields_9 #field_10_12, #gform_fields_10 #field_9_16, #gform_fields_10 #field_9_23, #gform_fields_10 #field_9_24, #gform_fields_10 #field_9_17, #gform_fields_10 #field_9_19, #gform_fields_10 #field_9_20, #gform_fields_10 #field_9_21, #gform_fields_10 #field_9_22, #gform_fields_10 #field_9_25, #gform_fields_10 #field_9_1, #gform_fields_10 #field_9_2, #gform_fields_10 #field_9_3, #gform_fields_10 #field_9_4, #gform_fields_10 #field_9_5, #gform_fields_10 #field_9_6, #gform_fields_10 #field_9_7, #gform_fields_10 #field_9_8, #gform_fields_10 #field_9_9, #gform_fields_10 #field_9_12, #gform_fields_10 #field_9_13, #gform_fields_10 #field_9_14, #gform_fields_10 #field_9_15, #gform_fields_10 #field_10_1, #gform_fields_10 #field_10_5, #gform_fields_10 #field_10_6, #gform_fields_10 #field_10_12{
	grid-column: span 12 / span 12;
}
#gform_fields_9 #field_9_23, #gform_fields_9 #field_9_24, #gform_fields_9 #field_10_3, #gform_fields_9 #field_10_4, #gform_fields_9 #field_10_7, #gform_fields_9 #field_10_9, #gform_fields_9 #field_10_10, #gform_fields_9 #field_10_11, #gform_fields_10 #field_9_23, #gform_fields_10 #field_9_24, #gform_fields_10 #field_10_3, #gform_fields_10 #field_10_4, #gform_fields_10 #field_10_7, #gform_fields_10 #field_10_9, #gform_fields_10 #field_10_10, #gform_fields_10 #field_10_11{
	grid-column: span 6 / span 6;
}
#gform_fields_9 #field_9_19, #gform_fields_9 #field_9_20, #gform_fields_10 #field_9_19, #gform_fields_10 #field_9_20{
	grid-column: span 6 / span 6;
}
#gform_fields_9 #field_9_21, #gform_fields_9 #field_9_22, #gform_fields_10 #field_9_21, #gform_fields_10 #field_9_22{
	grid-column: span 6 / span 6;
}
#gform_fields_9 #field_9_12, #gform_fields_9 #field_9_11, #gform_fields_10 #field_9_12, #gform_fields_10 #field_9_11{
	grid-column: span 12 / span 12;
}
#gform_fields_9 #field_9_14, #gform_fields_9 #field_9_13, #gform_fields_9 #field_9_15, #gform_fields_10 #field_9_14, #gform_fields_10 #field_9_13, #gform_fields_10 #field_9_15{
	grid-column: span 12 / span 12;
}
@media (min-width: 640px) {
  #gform_fields_9 #field_9_12, #gform_fields_9 #field_9_11, #gform_fields_10 #field_9_12, #gform_fields_10 #field_9_11{
		grid-column: span 6 / span 6;
	}
  #gform_fields_9 #field_9_14, #gform_fields_9 #field_9_13, #gform_fields_9 #field_9_15, #gform_fields_10 #field_9_14, #gform_fields_10 #field_9_13, #gform_fields_10 #field_9_15{
		grid-column: span 6 / span 6;
	}
}
@media (min-width: 768px) {
  #gform_fields_9 #field_9_2, #gform_fields_9 #field_9_5, #gform_fields_10 #field_9_2, #gform_fields_10 #field_9_5{
		grid-column: span 4 / span 4;
	}
  #gform_fields_9 #field_9_3, #gform_fields_9 #field_9_4, #gform_fields_10 #field_9_3, #gform_fields_10 #field_9_4{
		grid-column: span 2 / span 2;
	}
  #gform_fields_9 #field_9_4, #gform_fields_10 #field_9_4{
		margin-top: 1.5rem;
	}
  #gform_fields_9 #field_9_6, #gform_fields_9 #field_9_7, #gform_fields_10 #field_9_6, #gform_fields_10 #field_9_7{
		grid-column: span 2 / span 2;
	}
  #gform_fields_9 #field_9_8, #gform_fields_9 #field_9_9, #gform_fields_10 #field_9_8, #gform_fields_10 #field_9_9{
		grid-column: span 4 / span 4;
	}
  #gform_fields_9 #field_9_12, #gform_fields_9 #field_9_11, #gform_fields_10 #field_9_12, #gform_fields_10 #field_9_11{
		grid-column: span 4 / span 4;
	}
  #gform_fields_9 #field_9_14, #gform_fields_9 #field_9_13, #gform_fields_9 #field_9_15, #gform_fields_10 #field_9_14, #gform_fields_10 #field_9_13, #gform_fields_10 #field_9_15{
		grid-column: span 4 / span 4;
	}
}
@media (min-width: 1280px) {
  #gform_fields_9 #field_9_12, #gform_fields_9 #field_9_11, #gform_fields_10 #field_9_12, #gform_fields_10 #field_9_11{
		grid-column: span 2 / span 2;
	}
  #gform_fields_9 #field_9_14, #gform_fields_9 #field_9_13, #gform_fields_9 #field_9_15, #gform_fields_10 #field_9_14, #gform_fields_10 #field_9_13, #gform_fields_10 #field_9_15{
		grid-column: span 2 / span 2;
	}
}
#gform_fields_9 .gfield_label, #gform_fields_10 .gfield_label{
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
#gform_fields_9 .gfield_required_text, #gform_fields_10 .gfield_required_text{
	margin-left: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(146, 146, 146, var(--tw-text-opacity));
}
#gform_fields_9 #input_9_17, #gform_fields_10 #input_9_17{
	display: flex;
}
#gform_fields_9 .name_first, #gform_fields_9 .name_last, #gform_fields_9 .ginput_full, #gform_fields_9 .ginput_left, #gform_fields_9 .ginput_right, #gform_fields_10 .name_first, #gform_fields_10 .name_last, #gform_fields_10 .ginput_full, #gform_fields_10 .ginput_left, #gform_fields_10 .ginput_right{
	position: relative;
	margin-bottom: 1rem;
}
#gform_fields_9 .name_first label, #gform_fields_9 .name_last label, #gform_fields_9 .ginput_full label, #gform_fields_9 .ginput_left label, #gform_fields_9 .ginput_right label, #gform_fields_10 .name_first label, #gform_fields_10 .name_last label, #gform_fields_10 .ginput_full label, #gform_fields_10 .ginput_left label, #gform_fields_10 .ginput_right label{
	position: absolute;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
  top: 105%;
}
#gform_fields_9 .ginput_complex, #gform_fields_10 .ginput_complex{
	margin-bottom: 1rem;
}
#gform_fields_9 .gsection_title, #gform_fields_10 .gsection_title{
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
}
#gform_fields_9 .gsection_description, #gform_fields_10 .gsection_description{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.zoekopdracht__options{
	display: flex;
	flex-wrap: wrap;
}
.zoekopdracht__options span{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.zoekopdracht__options label{
	padding: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.zoekopdracht__item--checkboxes label{
	width: 100%;
}

.zoekopdracht__privacyagreement{
	display: flex;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.zoekopdracht__privacyagreement input[type=checkbox]{
	margin-right: 0.5rem;
}
.zoekopdracht__privacyagreement label{
	margin-right: auto;
}

.zoekopdracht__privacyagreement button{
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#ui-datepicker-div{
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
	padding: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
#ui-datepicker-div .ui-datepicker-header{
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  content: "Vorige";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{
	margin-left: auto;
}
#ui-datepicker-div .ui-datepicker-header .ui-icon{
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#ui-datepicker-div .ui-datepicker-title{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month{
	position: relative;
	width: 50%;
	padding: 0.25rem;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year{
	position: relative;
	width: 50%;
	padding: 0.25rem;
}
#ui-datepicker-div .ui-datepicker-calendar{
	width: 100%;
}
#ui-datepicker-div .ui-state-default{
	display: block;
	width: 100%;
	text-align: center;
}
#ui-datepicker-div .ui-state-active{
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.zoekopdracht__input select#plaatsen{
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.zoekopdracht__input select#plaatsen option{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 30px;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: "Amithen";
  src: url("../fonts/amithen-webfont.woff2") format("woff2"), url("../fonts/amithen-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[x-cloak] {
  display: none;
}

.mainnav #menu-hoofdnavigatie{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.mainnav #menu-hoofdnavigatie > li{
	position: relative;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mainnav #menu-hoofdnavigatie > li a{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
@media (min-width: 768px) {
  .mainnav #menu-hoofdnavigatie{
		display: flex;
	}
  .mainnav #menu-hoofdnavigatie{
		width: 100%;
	}
  .mainnav #menu-hoofdnavigatie{
		flex-wrap: wrap;
	}
  .mainnav #menu-hoofdnavigatie{
		justify-content: center;
	}
  .mainnav #menu-hoofdnavigatie{
		--tw-text-opacity: 1;
		color: rgba(13, 42, 60, var(--tw-text-opacity));
	}
  .mainnav #menu-hoofdnavigatie > li{
		position: relative;
	}
  .mainnav #menu-hoofdnavigatie > li{
		margin-top: 0px;
		margin-bottom: 0px;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		display: flex;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
  .mainnav #menu-hoofdnavigatie > li.current-menu-item a {
    font-weight: 500;
  }
  .mainnav #menu-hoofdnavigatie > li.current-menu-item::after, .mainnav #menu-hoofdnavigatie > li:hover::after{
		position: absolute;
	}
  .mainnav #menu-hoofdnavigatie > li.current-menu-item::after, .mainnav #menu-hoofdnavigatie > li:hover::after{
		bottom: 0px;
	}
  .mainnav #menu-hoofdnavigatie > li.current-menu-item::after, .mainnav #menu-hoofdnavigatie > li:hover::after{
		left: 0px;
	}
  .mainnav #menu-hoofdnavigatie > li.current-menu-item::after, .mainnav #menu-hoofdnavigatie > li:hover::after{
		right: 0px;
	}
  .mainnav #menu-hoofdnavigatie > li.current-menu-item::after, .mainnav #menu-hoofdnavigatie > li:hover::after{
		--tw-bg-opacity: 1;
		background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	}
  .mainnav #menu-hoofdnavigatie > li.current-menu-item::after,
.mainnav #menu-hoofdnavigatie > li:hover::after {
    content: "";
    height: 5px;
  }
}
@media (min-width: 1024px) {
  .mainnav #menu-hoofdnavigatie > li a{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 1280px) {
  .mainnav #menu-hoofdnavigatie > li a{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
  .mainnav #menu-hoofdnavigatie > li a{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.button-close-menu{
	position: absolute;
	top: 0px;
	right: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-footer address::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -200%;
    background-color: white;
  }
  .copyright .menu{
		margin-top: 0.5rem;
	}
  .copyright .menu{
		display: flex;
	}
  .copyright .menu li::before{
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
  .copyright .menu li::before {
    content: "|";
  }
  .copyright .menu li:first-child::before{
		margin-left: 0px;
		margin-right: 0px;
	}
  .copyright .menu li:first-child::before {
    content: "";
  }
}
@media (min-width: 1024px) {
  .copyright .menu{
		margin-top: 0px;
	}
}

.text p:first-child{
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.text p{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.text h2{
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.text a{
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
}
.text ul{
	font-size: 0.875rem;
	line-height: 1.25rem;
  margin-left: 1em;
}
.text ul li::before{
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
@media (min-width: 768px) {
  .text h2{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1024px) {
  .text h2{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}

.bg-primary .text h2{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.column__text.text p:first-child{
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1.625;
}
.column__text.text p{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1.625;
}

.column__title .font-handwritten{
	font-size: 3.75rem;
	line-height: 1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .column__title .font-handwritten{
		font-size: 6rem;
		line-height: 1;
	}
  .column__title .font-handwritten {
    line-height: 0.5;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .column__title .font-handwritten{
		font-size: 8rem;
		line-height: 1;
	}
  .column__title .font-handwritten {
    line-height: 0.5;
    font-weight: 400;
  }
}

.bg-secondary .column__text .button{
	--tw-border-opacity: 1;
	border-color: rgba(90, 96, 24, var(--tw-border-opacity));
}
.bg-secondary .column__text .button:hover{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.button{
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(13, 42, 60, var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
  transition: all 0.25s ease-in-out;
}
.button:hover{
	--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(13, 42, 60, var(--tw-text-opacity));
}
.button.button-color-primary{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(13, 42, 60, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button-color-secondary{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button-color-white{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.button.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(13, 42, 60, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.button.border-primary:hover{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(13, 42, 60, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.border-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(175, 185, 47, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.button.border-secondary:hover{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.border-primary-to-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(13, 42, 60, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.button.border-primary-to-secondary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(175, 185, 47, var(--tw-border-opacity));
}
.button.border-secondary-white{
	--tw-border-opacity: 1;
	border-color: rgba(175, 185, 47, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.border-secondary-white:hover{
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#loginform{
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
#loginform p{
	grid-column: span 2 / span 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
#loginform p label{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0.5rem;
}
#loginform .login-remember label{
	grid-column: span 2 / span 2;
	width: 100%;
	justify-content: center;
	text-align: center;
}
#loginform .login-remember label input{
	margin-right: 0.5rem;
}
#loginform .login-submit{
	grid-column: span 2 / span 2;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	justify-content: center;
}
#loginform #wp-submit:hover{
	--tw-border-opacity: 1;
	border-color: rgba(175, 185, 47, var(--tw-border-opacity));
}

.slider .font-handwritten{
	font-size: 3.75rem;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
  font-weight: 400;
}
@media (min-width: 768px) {
  .slider .font-handwritten{
		font-size: 6rem;
		line-height: 1;
	}
  .slider .font-handwritten {
    line-height: 0.5;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .slider .font-handwritten{
		font-size: 8rem;
		line-height: 1;
	}
  .slider .font-handwritten {
    line-height: 0.5;
    font-weight: 400;
  }
}

.heroimage .font-handwritten{
	font-size: 3.75rem;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
  font-weight: 400;
}
@media (min-width: 768px) {
  .heroimage .font-handwritten{
		font-size: 6rem;
		line-height: 1;
	}
  .heroimage .font-handwritten {
    line-height: 0.5;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .heroimage .font-handwritten{
		font-size: 8rem;
		line-height: 1;
	}
  .heroimage .font-handwritten {
    line-height: 0.5;
    font-weight: 400;
  }
  .two-columns .column{
		grid-column: span 2 / span 2;
	}
  .two-columns .column{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .two-columns .column:first-child{
		grid-column: span 4 / span 4;
	}
  .two-columns .column:first-child{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.has-text-color.has-color-primary-color{
	--tw-text-opacity: 1;
	color: rgba(13, 42, 60, var(--tw-text-opacity));
}
.has-text-color.has-color-secondary-color{
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
}
.has-text-color.has-color-white-color{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.has-text-color.has-color-black-color{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.has-background.has-color-primary-background-color{
	--tw-bg-opacity: 1;
	background-color: rgba(13, 42, 60, var(--tw-bg-opacity));
}
.has-background.has-color-secondary-background-color{
	--tw-bg-opacity: 1;
	background-color: rgba(175, 185, 47, var(--tw-bg-opacity));
}
.has-background.has-color-white-background-color{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.has-background.has-color-black-background-color{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.has-background.has-white-gray-gradient-background {
  background: linear-gradient(180deg, rgb(235, 235, 235) 50%, rgb(255, 255, 255) 50%);
}
.has-background.has-gray-white-gradient-background {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(235, 235, 235) 50%);
}

.wp-block-group__inner-container{
	width: 100%;
}

@media (min-width: 640px){
	.wp-block-group__inner-container{
		max-width: 640px;
	}
}

@media (min-width: 768px){
	.wp-block-group__inner-container{
		max-width: 768px;
	}
}

@media (min-width: 1024px){
	.wp-block-group__inner-container{
		max-width: 1024px;
	}
}

@media (min-width: 1280px){
	.wp-block-group__inner-container{
		max-width: 1280px;
	}
}

@media (min-width: 1536px){
	.wp-block-group__inner-container{
		max-width: 1536px;
	}
}

.wp-block-group__inner-container{
	margin-left: auto;
	margin-right: auto;
}

.content-row.bg-gradient-gray-white {
  background: linear-gradient(180deg, rgb(235, 235, 235) 50%, rgb(255, 255, 255) 50%);
}

.content-row.bg-gradient-white-gray {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(235, 235, 235) 50%);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.leaflet-control-attribution {
  display: none;
}

@media (min-width: 1024px) {
  .slider-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1%;
    background-color: white;
  }
}
@media (min-width: 1280px) {
  .slider-content::after {
    width: 5%;
  }
}
@media (min-width: 1536px) {
  .slider-content::after {
    width: 12%;
  }
}
@media (min-width: 1024px) {
  .different-vimeo {
    padding: 28.25% 0 0 0 !important;
    max-width: 50%;
  }
}
.fullwidth-banner .heroimage--image {
  background-position: top right -150px;
}

@media (min-width: 768px) {
  .fullwidth-banner .heroimage--image{
		background-position: center;
	}
}
.download a{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .statistics {
    -moz-column-count: 2;
         column-count: 2;
    page-break-inside: avoid; /* Theoretically FF 20+ */
    -moz-column-break-inside: avoid;
         break-inside: avoid-column; /* Chrome, Safari, IE 11 */
  }
}
.card__textbutton ul {
  list-style: none;
  margin-left: 10px;
}

.card__textbutton ul li::before{
	display: inline-block;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(175, 185, 47, var(--tw-text-opacity));
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.card-icon {
  transition: all 0.25s ease-in-out;
}
.card-icon img {
  transition: all 0.25s ease-in-out;
}

.card-icon:hover img {
  transform: scale(1.1);
}
