/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  
}

::backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  
}
.container{
	width: 100%;
	padding-right: 1.5rem;
	padding-left: 1.5rem
}
@media (min-width: 480px){

	.container{
		max-width: 480px
	}
}
@media (min-width: 640px){

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

	.container{
		max-width: 768px
	}
}
@media (min-width: 1024px){

	.container{
		max-width: 1024px;
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}
@media (min-width: 1280px){

	.container{
		max-width: 1280px
	}
}
@media (min-width: 1536px){

	.container{
		max-width: 1536px
	}
}
.pointer-events-none{
	pointer-events: none
}
.visible{
	visibility: visible
}
.invisible{
	visibility: hidden
}
.collapse{
	visibility: collapse
}
.static{
	position: static
}
.fixed{
	position: fixed
}
.absolute{
	position: absolute
}
.relative{
	position: relative
}
.sticky{
	position: sticky
}
.inset-0{
	inset: 0px
}
.inset-x-0{
	left: 0px;
	right: 0px
}
.-left-\[108px\]{
	left: -108px
}
.-left-\[28px\]{
	left: -28px
}
.-top-8{
	top: -2rem
}
.bottom-\[-140px\]{
	bottom: -140px
}
.bottom-\[114px\]{
	bottom: 114px
}
.left-0{
	left: 0px
}
.left-\[-100px\]{
	left: -100px
}
.left-\[100px\]{
	left: 100px
}
.left-\[12px\]{
	left: 12px
}
.right-0{
	right: 0px
}
.right-\[-20px\]{
	right: -20px
}
.right-\[-36px\]{
	right: -36px
}
.right-\[24px\]{
	right: 24px
}
.top-0{
	top: 0px
}
.top-12{
	top: 3rem
}
.top-\[114px\]{
	top: 114px
}
.top-\[1150px\]{
	top: 1150px
}
.top-\[121px\]{
	top: 121px
}
.top-\[132px\]{
	top: 132px
}
.top-\[20\%\]{
	top: 20%
}
.top-\[32px\]{
	top: 32px
}
.top-\[40\%\]{
	top: 40%
}
.top-\[62px\]{
	top: 62px
}
.top-\[84px\]{
	top: 84px
}
.z-0{
	z-index: 0
}
.z-10{
	z-index: 10
}
.z-20{
	z-index: 20
}
.z-30{
	z-index: 30
}
.order-1{
	order: 1
}
.order-2{
	order: 2
}
.col-span-3{
	grid-column: span 3 / span 3
}
.row-span-1{
	grid-row: span 1 / span 1
}
.row-start-3{
	grid-row-start: 3
}
.mx-0{
	margin-left: 0px;
	margin-right: 0px
}
.mx-1{
	margin-left: 0.25rem;
	margin-right: 0.25rem
}
.mx-6{
	margin-left: 1.5rem;
	margin-right: 1.5rem
}
.mx-auto{
	margin-left: auto;
	margin-right: auto
}
.my-0{
	margin-top: 0px;
	margin-bottom: 0px
}
.my-1{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem
}
.my-1\.5{
	margin-top: 0.375rem;
	margin-bottom: 0.375rem
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem
}
.\!mb-0{
	margin-bottom: 0px !important
}
.\!mb-1{
	margin-bottom: 0.25rem !important
}
.\!mb-2{
	margin-bottom: 0.5rem !important
}
.\!mb-4{
	margin-bottom: 1rem !important
}
.\!mb-6{
	margin-bottom: 1.5rem !important
}
.\!mb-8{
	margin-bottom: 2rem !important
}
.-mb-2{
	margin-bottom: -0.5rem
}
.-mb-4{
	margin-bottom: -1rem
}
.-mt-4{
	margin-top: -1rem
}
.-mt-56{
	margin-top: -14rem
}
.mb-0{
	margin-bottom: 0px
}
.mb-1{
	margin-bottom: 0.25rem
}
.mb-10{
	margin-bottom: 2.5rem
}
.mb-12{
	margin-bottom: 3rem
}
.mb-14{
	margin-bottom: 3.5rem
}
.mb-16{
	margin-bottom: 4rem
}
.mb-2{
	margin-bottom: 0.5rem
}
.mb-20{
	margin-bottom: 5rem
}
.mb-4{
	margin-bottom: 1rem
}
.mb-5{
	margin-bottom: 1.25rem
}
.mb-6{
	margin-bottom: 1.5rem
}
.mb-8{
	margin-bottom: 2rem
}
.ml-4{
	margin-left: 1rem
}
.ml-auto{
	margin-left: auto
}
.mr-1{
	margin-right: 0.25rem
}
.mr-2{
	margin-right: 0.5rem
}
.mr-3{
	margin-right: 0.75rem
}
.mr-4{
	margin-right: 1rem
}
.mr-auto{
	margin-right: auto
}
.mt-10{
	margin-top: 2.5rem
}
.mt-12{
	margin-top: 3rem
}
.mt-16{
	margin-top: 4rem
}
.mt-3{
	margin-top: 0.75rem
}
.mt-32{
	margin-top: 8rem
}
.mt-4{
	margin-top: 1rem
}
.mt-5{
	margin-top: 1.25rem
}
.mt-6{
	margin-top: 1.5rem
}
.mt-8{
	margin-top: 2rem
}
.box-border{
	box-sizing: border-box
}
.block{
	display: block
}
.inline-block{
	display: inline-block
}
.inline{
	display: inline
}
.flex{
	display: flex
}
.table{
	display: table
}
.grid{
	display: grid
}
.contents{
	display: contents
}
.hidden{
	display: none
}
.size-full{
	width: 100%;
	height: 100%
}
.h-0{
	height: 0px
}
.h-2\/3{
	height: 66.666667%
}
.h-24{
	height: 6rem
}
.h-72{
	height: 18rem
}
.h-auto{
	height: auto
}
.h-full{
	height: 100%
}
.max-h-32{
	max-height: 8rem
}
.min-h-screen{
	min-height: 100vh
}
.\!w-full{
	width: 100% !important
}
.w-0{
	width: 0px
}
.w-1\/12{
	width: 8.333333%
}
.w-1\/2{
	width: 50%
}
.w-1\/3{
	width: 33.333333%
}
.w-1\/4{
	width: 25%
}
.w-2\/3{
	width: 66.666667%
}
.w-20{
	width: 5rem
}
.w-5{
	width: 1.25rem
}
.w-64{
	width: 16rem
}
.w-7\/12{
	width: 58.333333%
}
.w-72{
	width: 18rem
}
.w-8{
	width: 2rem
}
.w-96{
	width: 24rem
}
.w-auto{
	width: auto
}
.w-fit{
	width: -moz-fit-content;
	width: fit-content
}
.w-full{
	width: 100%
}
.max-w-2xl{
	max-width: 42rem
}
.max-w-3xl{
	max-width: 48rem
}
.max-w-48{
	max-width: 12rem
}
.max-w-4xl{
	max-width: 56rem
}
.max-w-52{
	max-width: 13rem
}
.max-w-5xl{
	max-width: 64rem
}
.max-w-\[380px\]{
	max-width: 380px
}
.max-w-full{
	max-width: 100%
}
.max-w-lg{
	max-width: 32rem
}
.max-w-md{
	max-width: 28rem
}
.max-w-screen-md{
	max-width: 768px
}
.max-w-sm{
	max-width: 24rem
}
.flex-grow{
	flex-grow: 1
}
.grow{
	flex-grow: 1
}
.-translate-x-1\/4{
	--tw-translate-x: -25%;
	transform: translate(var(--tw-translate-x), 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-1\/4{
	--tw-translate-x: 25%;
	transform: translate(var(--tw-translate-x), 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{
	transform: translate(var(--tw-translate-x), 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))
}
@keyframes kenburns-top{

	0%{
		transform: scale(1) translateY(0);
		transform-origin: 50% 16%
	}

	100%{
		transform: scale(1.15) translateY(-10px);
		transform-origin: top
	}
}
.animate-kenburns-top{
	animation: kenburns-top 20s linear infinite alternate both
}
.cursor-pointer{
	cursor: pointer
}
.resize{
	resize: both
}
.list-outside{
	list-style-position: outside
}
.list-decimal{
	list-style-type: decimal
}
.list-disc{
	list-style-type: disc
}
.list-none{
	list-style-type: none
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr))
}
.flex-row{
	flex-direction: row
}
.flex-col{
	flex-direction: column
}
.flex-wrap{
	flex-wrap: wrap
}
.flex-nowrap{
	flex-wrap: nowrap
}
.items-start{
	align-items: flex-start
}
.items-center{
	align-items: center
}
.justify-end{
	justify-content: flex-end
}
.justify-center{
	justify-content: center
}
.justify-between{
	justify-content: space-between
}
.justify-around{
	justify-content: space-around
}
.gap-12{
	gap: 3rem
}
.gap-8{
	gap: 2rem
}
.gap-x-2{
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem
}
.gap-y-4{
	row-gap: 1rem
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.self-start{
	align-self: flex-start
}
.overflow-hidden{
	overflow: hidden
}
.\!overflow-visible{
	overflow: visible !important
}
.scroll-smooth{
	scroll-behavior: smooth
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-balance{
	text-wrap: balance
}
.text-pretty{
	text-wrap: pretty
}
.rounded{
	border-radius: 0.25rem
}
.rounded-full{
	border-radius: 9999px
}
.rounded-lg{
	border-radius: 0.5rem
}
.rounded-md{
	border-radius: 0.375rem
}
.border{
	border-width: 1px
}
.border-b{
	border-bottom-width: 1px
}
.border-l-0{
	border-left-width: 0px
}
.border-r-0{
	border-right-width: 0px
}
.border-t{
	border-top-width: 1px
}
.border-solid{
	border-style: solid
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity))
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.bg-black\/50{
	background-color: rgb(0 0 0 / 0.5)
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgb(148 155 80 / var(--tw-bg-opacity))
}
.bg-transparent{
	background-color: transparent
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.bg-gradient-to-b{
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}
.from-black{
	--tw-gradient-from: #000 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.to-transparent{
	--tw-gradient-to: transparent var(--tw-gradient-to-position)
}
.bg-cover{
	background-size: cover
}
.bg-bottom{
	background-position: bottom
}
.bg-center{
	background-position: center
}
.bg-top{
	background-position: top
}
.bg-no-repeat{
	background-repeat: no-repeat
}
.fill-black{
	fill: #000
}
.fill-primary{
	fill: #949b50
}
.fill-transparent{
	fill: transparent
}
.fill-white{
	fill: #fff
}
.object-contain{
	-o-object-fit: contain;
	   object-fit: contain
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover
}
.object-left{
	-o-object-position: left;
	   object-position: left
}
.p-4{
	padding: 1rem
}
.p-6{
	padding: 1.5rem
}
.px-0{
	padding-left: 0px;
	padding-right: 0px
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.px-12{
	padding-left: 3rem;
	padding-right: 3rem
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
.py-0{
	padding-top: 0px;
	padding-bottom: 0px
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}
.py-14{
	padding-top: 3.5rem;
	padding-bottom: 3.5rem
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem
}
.py-32{
	padding-top: 8rem;
	padding-bottom: 8rem
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem
}
.py-\[0\.8rem\]{
	padding-top: 0.8rem;
	padding-bottom: 0.8rem
}
.\!pb-0{
	padding-bottom: 0px !important
}
.pb-0{
	padding-bottom: 0px
}
.pb-10{
	padding-bottom: 2.5rem
}
.pb-16{
	padding-bottom: 4rem
}
.pb-2{
	padding-bottom: 0.5rem
}
.pb-20{
	padding-bottom: 5rem
}
.pb-24{
	padding-bottom: 6rem
}
.pb-32{
	padding-bottom: 8rem
}
.pb-4{
	padding-bottom: 1rem
}
.pb-6{
	padding-bottom: 1.5rem
}
.pb-8{
	padding-bottom: 2rem
}
.pl-0{
	padding-left: 0px
}
.pl-2{
	padding-left: 0.5rem
}
.pl-4{
	padding-left: 1rem
}
.pl-6{
	padding-left: 1.5rem
}
.pr-0{
	padding-right: 0px
}
.pr-10{
	padding-right: 2.5rem
}
.pr-12{
	padding-right: 3rem
}
.pr-2{
	padding-right: 0.5rem
}
.pr-6{
	padding-right: 1.5rem
}
.pt-10{
	padding-top: 2.5rem
}
.pt-12{
	padding-top: 3rem
}
.pt-14{
	padding-top: 3.5rem
}
.pt-16{
	padding-top: 4rem
}
.pt-20{
	padding-top: 5rem
}
.pt-24{
	padding-top: 6rem
}
.pt-32{
	padding-top: 8rem
}
.pt-4{
	padding-top: 1rem
}
.pt-64{
	padding-top: 16rem
}
.pt-8{
	padding-top: 2rem
}
.pt-\[3\.2rem\]{
	padding-top: 3.2rem
}
.text-left{
	text-align: left
}
.text-center{
	text-align: center
}
.text-right{
	text-align: right
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem
}
.text-8xl{
	font-size: 6rem;
	line-height: 1
}
.text-9xl{
	font-size: 8rem;
	line-height: 1
}
.text-\[1\.45rem\]{
	font-size: 1.45rem
}
.text-\[180px\]{
	font-size: 180px
}
.text-\[46px\]{
	font-size: 46px
}
.text-\[84px\]{
	font-size: 84px
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem
}
.text-xl{
	font-size: 1.25rem
}
.text-xs{
	font-size: 0.75rem
}
.font-bold{
	font-weight: 700
}
.font-extrabold{
	font-weight: 800
}
.font-medium{
	font-weight: 500
}
.font-normal{
	font-weight: 400
}
.font-semibold{
	font-weight: 600
}
.uppercase{
	text-transform: uppercase
}
.lowercase{
	text-transform: lowercase
}
.ordinal{
	--tw-ordinal: ordinal;
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}
.\!leading-normal{
	line-height: 1.5 !important
}
.\!leading-relaxed{
	line-height: 1.625 !important
}
.\!leading-tight{
	line-height: 1.25 !important
}
.leading-0{
	line-height: 0
}
.leading-none{
	line-height: 1
}
.leading-relaxed{
	line-height: 1.625
}
.tracking-widest{
	letter-spacing: 0.1em
}
.\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}
.text-\[\#d0c9c9\]{
	--tw-text-opacity: 1;
	color: rgb(208 201 201 / var(--tw-text-opacity))
}
.text-black{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-blue-500{
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity))
}
.text-gray-900{
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity))
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgb(148 155 80 / var(--tw-text-opacity))
}
.text-transparent{
	color: transparent
}
.text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}
.underline{
	text-decoration-line: underline
}
.\!no-underline{
	text-decoration-line: none !important
}
.no-underline{
	text-decoration-line: none
}
.decoration-1{
	text-decoration-thickness: 1px
}
.underline-offset-\[12px\]{
	text-underline-offset: 12px
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.\!opacity-20{
	opacity: 0.2 !important
}
.opacity-20{
	opacity: 0.2
}
.opacity-30{
	opacity: 0.3
}
.opacity-95{
	opacity: 0.95
}
.opacity-\[0\.95\]{
	opacity: 0.95
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-special{
	--tw-shadow: 0 3px 11px rgba(0,0,0,0.16);
	--tw-shadow-colored: 0 3px 11px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.outline{
	outline-style: solid
}
.ring{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-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)
}
.filter{
	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)
}
.transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms
}
.transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms
}
.duration-500{
	transition-duration: 500ms
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}
.alignfull{
	margin: 2rem calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw
}
.alignwide{
	margin: 2rem 0;
	max-width: 1280px !important
}
.alignnone{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: 100%
}
.aligncenter{
	margin: 0.5rem auto;
	display: block
}
@media (min-width: 640px){

	.alignleft:not(.wp-block-button){
		margin-right: 0.5rem;
		float: left
	}

	.alignright:not(.wp-block-button){
		margin-left: 0.5rem;
		float: right
	}

	.wp-block-button.alignleft a{
		float: left;
		margin-right: 1rem
	}

	.wp-block-button.alignright a{
		float: right;
		margin-left: 1rem
	}
}
.wp-caption{
	display: inline-block
}
.wp-caption img{
	margin-bottom: 0.5rem;
	line-height: 1
}
.wp-caption-text{
	font-size: 0.875rem;
	color: #4b5563
}
.\[backface-visibility\:hidden\]{
	backface-visibility: hidden
}
.\[hostname\:port\]{
	hostname: port
}
.\[transform-style\:preserve-3d\]{
	transform-style: preserve-3d
}
.\[transform\:rotateY\(180deg\)\]{
	transform: rotateY(180deg)
}
/* Featherlight 1.7.13 */
html.with-featherlight{
	overflow:hidden
}
.featherlight{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2147483647;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	background:#333;
	background:rgba(0,0,0,0)
}
.featherlight:last-of-type{
	background:rgba(0,0,0,.8)
}
.featherlight:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.featherlight .featherlight-content{
	background-color: #fff; 
	background-image: url('/wp-content/themes/mj2marketing/resources/images/chart-bg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	overflow:auto;
	padding:25px 25px 0;
	border-bottom:25px solid transparent;
	margin-left:5%;
	margin-right:5%;
	max-height:95%;
	cursor:auto;
	white-space:normal
}
.featherlight .featherlight-inner{
	display:block
}
.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{
	display:none
}
.featherlight .featherlight-close-icon {
	background: transparent;
	border: 0;
	color: #16324E;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	padding: 0;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 8px;
	width: 25px;
	z-index: 9999;
}
.featherlight .featherlight-close-icon::-moz-focus-inner{
	border:0;
	padding:0
}
.featherlight .featherlight-image{
	width:100%
}
.featherlight-iframe .featherlight-content{
	border-bottom:0;
	padding:0;
	-webkit-overflow-scrolling:touch
}
.featherlight iframe{
	border:0
}
.featherlight *{
	box-sizing:border-box
}
@media only screen and (max-width:1024px){
	.featherlight .featherlight-content {
		border-bottom: 10px solid transparent;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		max-height: 98%;
		padding: 10px 10px 0;
	}
}
@media print{
	html.with-featherlight>*>:not(.featherlight){
		display:none
	}
}
/* Featherlight Gallery 1.7.13 */
.featherlight-next,.featherlight-previous{
	display:block;
	position:absolute;
	top:25px;
	right:25px;
	bottom:0;
	left:80%;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background:rgba(0,0,0,0)
}
.featherlight-previous{
	left:25px;
	right:80%
}
.featherlight-next:hover,.featherlight-previous:hover{
	background:rgba(255,255,255,.25)
}
.featherlight-next span,.featherlight-previous span{
	display:none;
	position:absolute;
	top:50%;
	left:5%;
	width:82%;
	text-align:center;
	font-size:80px;
	line-height:80px;
	margin-top:-40px;
	text-shadow:0 0 5px #fff;
	color:#fff;
	font-style:normal;
	font-weight:400
}
.featherlight-next span{
	right:5%;
	left:auto
}
.featherlight-next:hover span,.featherlight-previous:hover span{
	display:inline-block
}
.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{
	display:none
}
@media only screen and (max-device-width:1024px){
	.featherlight-next:hover,.featherlight-previous:hover{
		background:0 0
	}

	.featherlight-next span,.featherlight-previous span{
		display:block
	}
}
@media only screen and (max-width:1024px){
	.featherlight-next,.featherlight-previous{
		top:10px;
		right:10px;
		left:85%
	}

	.featherlight-previous{
		left:10px;
		right:85%
	}

	.featherlight-next span,.featherlight-previous span{
		margin-top:-30px;
		font-size:40px
	}
}
/* Splide Plugin (Custom) */
.splide .splide__slide {
	list-style-type: none !important;
}
/* Animated Fullscreen Menu (Custom) */
body.afsmenu__lockscroll { overflow: hidden; }
.animatedfsmenu.animation_line .afsmenu>li:hover>a:before { background: #1054A4 !important; }
.animatedfsmenu .social-media { padding-top: 1rem; padding-left: 1.25rem; }
.animatedfsmenu { transition: all ease-out 0.3s !important; }
.animatedfs_menu_list { padding: 172px 0 0 36px !important; }
.animatedfsmenu.navbar-expand-md .navbar-collapse { margin-top: 0 !important; transition-delay: 0.1s !important; }
.animatedfsmenu .animatedfs_menu_list .afsmenu li a { font-size: 24px !important; transition: 0.5s all !important; }
.animatedfsmenu-navbar-toggler.right_top { right: 0px !important; top: 0px !important; }
@media screen and (max-width: 420px) {
	.animatedfsmenu-navbar-toggler.right_top { right: 14px !important; }
}
.animatedfsmenu.animation_line .afsmenu>li:hover>a:before {
	background: #fff !important;
}
.animatedfsmenu .social-media { padding-top: 1rem; padding-left: 1.25rem; }
@media screen and (min-width: 1024px) {
	.animatedfsmenu-navbar-toggler {
		display: none;
	}
}
.animatedfs_menu_list li > a:before,
.animatedfsmenu-navbar-toggler .bar {
	background: #fff !important;
	margin: 8px 0 8px auto !important;
}
.animatedfsmenu-navbar-toggler .bar {
	width: 35px !important;
}
.animatedfsmenu-navbar-toggler .bar.top-animate,
.animatedfsmenu-navbar-toggler .bar.bottom-animate {
	background: #fff !important;
}
.animatedfsmenu ul li {
	margin-bottom: 0.5rem !important;
}
.animatedfsmenu.animation_line .afsmenu>li.has-children__on>a,
.animatedfsmenu.animation_line .afsmenu>li:hover>a {
	padding-left: 0 !important;
	color: #949b50 !important;
	transition: 0.5s all !important;
}
.animatedfsmenu.animation_line .afsmenu>li.has-children__on>a:before,
.animatedfsmenu.animation_line .afsmenu>li:hover>a:before {
	width: 0 !important;
}
/* Custom Site Styles */
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
	--tw-text-opacity: 1;
	color: rgb(148 155 80 / var(--tw-text-opacity));
	text-decoration-line: underline
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
	text-decoration-line: none
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
	margin-bottom: 1.5rem
}
.entry-content ul, .block-editor-block-list__layout ul {
		
	}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
	margin-bottom: 0.5rem;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0.5rem
}
.entry-content ol li, .block-editor-block-list__layout ol li{
	list-style-position: outside;
	list-style-type: decimal
}
.entry-content ul,
.entry-content ol {
	margin-left: 24px;
}
.entry-content ul {
	list-style-image: url('/wp-content/themes/mj2marketing/resources/images/checkmark-circle.svg');
}
body {
	color: #000;
	font-family: Roboto, Helvetica, Arial, sans-serif; }
@media screen and (min-width: 768px ) {
	.md\:no-container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0; }
}
#footer-navigation #footer-menu a {
	padding: 1rem 1.4rem;
	position: relative; }
#footer-navigation #footer-menu a:hover {
	color: #92ac71; }
#footer-navigation #footer-menu li:last-of-type a {
	padding-right: 0; }
#footer-navigation #footer-menu a:after {
	color: #fff;
	content: "|";
	font-size: 14px;
	position: absolute;
	right: 0; }
#footer-navigation #footer-menu li:last-of-type a:after {
	content: ""; }
.transition-custom {
	transition: all cubic-bezier(.7,0,0,1) .35s 0ms; }
h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: 1.5;
}
#primary-menu .current-menu-item a { font-weight: 800; transition: all 300ms ease-in-out; }
#primary-menu .menu-item a:hover { color: #949b50; transition: all 300ms ease-in-out; }
#footer #footer-navigation a { display: inline-block; }
/* Gravity Forms Plugin */
.gform_wrapper { margin-top: 20px !important; }
.gform_required_legend { display: none !important; }
.gform_body .gform_fields { grid-row-gap: 20px; }
.gform_footer {
	justify-content: center;
	margin-block-start: 6px !important; }
#subscribe .gform_wrapper .gform-body input {
	background: transparent;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0 !important;
	color: #fff;
	padding-left: 0;
}
#subscribe .gform_wrapper label {
	letter-spacing: 2px;
	text-transform: lowercase !important;
}
#subscribe .gform_wrapper label .gfield_required {
	display: none !important;
}
#subscribe .gform_wrapper .gform_fields {
	grid-row-gap: 1.75rem !important;
}
#subscribe .gform_wrapper .gform_button {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.625;
	margin: 0;
	padding: 0.25rem 1rem;
	position: relative;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
}
#subscribe .gform_wrapper .gform_button:hover {
	color: #fff;
	transition: all 300ms ease-in-out;
}
#subscribe .gform_wrapper .gform_footer {
	display: inline-block;
	margin-block-start: 30px !important;
	position: relative;
}
#subscribe .gform_wrapper .gform_footer::before {
	content: "";
	background: #fff;
	height: 1px;
	left: 0%;
	opacity: 30%;
	position: absolute;
	top: 0;
	transition: left 300ms ease-in-out;
	width: 55%;
}
#subscribe .gform_wrapper .gform_footer::after {
	content: "";
	background: #fff;
	bottom: 0;
	height: 1px;
	opacity: 30%;
	position: absolute;
	right: 0;
	transition: right 300ms ease-in-out;
	width: 55%;
}
#subscribe .gform_wrapper .gform_footer:hover::before {
	background: #fff;
	left: calc(100% - 55%);
	opacity: 60%;
	transition: left 300ms ease-in-out;
}
#subscribe .gform_wrapper .gform_footer:hover::after {
	background: #fff;
	opacity: 60%;
	right: calc(100% - 55%);
	transition: right 300ms ease-in-out;
}
#cta .gform_wrapper input {
	border: none !important;
	border-radius: 0 !important;
}
#cta .gform_wrapper label {
	letter-spacing: 2px;
	text-transform: lowercase !important;
}
#cta .gform_wrapper label .gfield_required {
	display: none !important;
}
#cta .gform_wrapper .gform_fields {
	grid-row-gap: 1.75rem !important;
}
#cta .gform_wrapper .gform_button {
	background-color: transparent;
	box-shadow: none;
	color: black;
	letter-spacing: 0.1em;
	line-height: 1.625;
	margin: 0;
	padding: 0.25rem 1rem;
	position: relative;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
}
#cta .gform_wrapper .gform_button:hover {
	color: #5b5b5b;
	transition: all 300ms ease-in-out;
}
#cta .gform_wrapper .gform_footer {
	display: inline-block;
	margin-block-start: 30px !important;
	position: relative;
}
#cta .gform_wrapper .gform_footer::before {
	content: "";
	background: #000;
	height: 1px;
	left: 0%;
	opacity: 8%;
	position: absolute;
	top: 0;
	transition: left 300ms ease-in-out;
	width: 55%;
}
#cta .gform_wrapper .gform_footer::after {
	content: "";
	background: #000;
	bottom: 0;
	height: 1px;
	opacity: 8%;
	position: absolute;
	right: 0;
	transition: right 300ms ease-in-out;
	width: 55%;
}
#cta .gform_wrapper .gform_footer:hover::before {
	background: #000;
	left: calc(100% - 55%);
	opacity: 8%;
	transition: left 300ms ease-in-out;
}
#cta .gform_wrapper .gform_footer:hover::after {
	background: #000;
	opacity: 8%;
	right: calc(100% - 55%);
	transition: right 300ms ease-in-out;
}
.blog .size-full {
	height: auto; }
@media screen and (min-width: 1024px) {
	.sub-menu {
		background-color: #fff;
		box-shadow: 0 3px 11px rgba(0,0,0,0.16);
		display: none;
		position: absolute;
		width: -moz-max-content;
		width: max-content;
	}
	.menu-item:hover > .sub-menu {
		display: block;
		padding: 0.25rem 1rem;
	}
	
}
#primary-menu ul li > ul li {
	display: grid;
}
#primary-menu ul li > ul li a {
	color: #000;
	padding: 0.25rem 0 !important;
	transition: all 300ms ease-in-out;
}
#footer-navigation a {
	padding: 0.39rem 0;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
#footer-navigation a:hover {
	color: #9CA3AF;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
header .custom-logo {
	width: 120px;
}
.home header .custom-logo {
	width: 168px;
}
@media screen and (min-width: 1024px) {

	.menu-button {
		height: 48px;
		margin-left: 1.25rem;
		margin-right: 0;
	}

	.menu-button a {
		backface-visibility: hidden;
		background: transparent linear-gradient(180deg, #fff 0%, #fff 100%) 0% 0% no-repeat padding-box;
		border: 2px solid #168069;
		border-radius: 5px;
		color: #168069;
		font-size: 1.125rem;
		line-height: 1.75rem;
		transition: all 300ms ease-in-out;
		text-decoration-color: transparent !important;
	}
	.menu-button a:hover {
		background: transparent linear-gradient(180deg, #168069 0%, #009B63 100%) 0% 0% no-repeat padding-box;
		color: #ffffff !important;
		transition: all 300ms ease-in-out;
	}
}
header #primary-menu a {
	display: block;
	padding: 8px 20px;
	transition: all 300ms ease-in-out;
}
header #primary-menu ul li:first-of-type a {
	padding: 8px 20px 8px 0;
}
@media screen and (max-width: 1279px) {
	header #primary-menu a {
		display: block;
		padding: 8px 10px;
	}
}
header a,
footer a { 
	text-decoration: none !important;
}
.wp-block-separator {
	margin-bottom: 2rem;
}
#primary-menu .current-menu-item > a {
	color: #949b50;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}
.single-post .wp-block-heading {
	font-size: 18px;
	margin-bottom: 1rem;
}
.single-post .site-content ul li {
	list-style-position: outside !important;
	margin-left: 20px;
	padding-bottom: 6px;
}
.single-post .wp-block-separator {
	border-bottom: 1px solid;
	width: 90% !important;
}
.single-post .wp-block-image,
.single-post .wp-block-gallery {
	margin-bottom: 1.5rem;
}
.posts-navigation,
.nav-links {
	width: 100%;
}
.nav-links {
	display: flex;
	flex-wrap: wrap;
}
.nav-previous,
.nav-next {
	width: 50%;
}
.nav-previous a,
.nav-next a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #949b50;
}
.nav-next {
	order: 1;
	position: relative;
}
.nav-next a {
	padding-left: 2rem;
}
.nav-next a:before {
	content: '‹';
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -4px;
}
.nav-previous {
	order: 2;
	position: relative;
	text-align: right;
}
.nav-previous a {
	padding-right: 2rem;
}
.nav-previous a:after {
	content: '›';
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -4px;
}
.nav-links:has( > :nth-child(1):last-child) {
	flex-direction: row-reverse;
}
/* Custom Buttons */
.mj2-button::before {
	content: "";
	background: #000;
	height: 1px;
	left: 0%;
	opacity: 8%;
	position: absolute;
	top: 0;
	transition: left 300ms ease-in-out;
	width: 55%;
}
.mj2-button::after {
	content: "";
	background: #000;
	bottom: 0;
	height: 1px;
	opacity: 8%;
	position: absolute;
	right: 0;
	transition: right 300ms ease-in-out;
	width: 55%;
}
.mj2-button:hover::before {
	background: #000;
	left: calc(100% - 55%);
	opacity: 8%;
	transition: left 300ms ease-in-out;
}
.mj2-button:hover::after {
	background: #000;
	opacity: 8%;
	right: calc(100% - 55%);
	transition: right 300ms ease-in-out;
}
.bg-mj2-button-gradient {
	background: transparent linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 100%) 0% 0% no-repeat padding-box;
}
.hover\:bg-mj2-button-gradient:hover {
	background: transparent linear-gradient(180deg, #B7C157 0%, #949B50 100%) 0% 0% no-repeat padding-box;
}
.bg-mj2-button-gradient-archive {
	background: transparent linear-gradient(180deg, #B7C157 0%, #949B50 100%) 0% 0% no-repeat padding-box;
}
.bg-mj2-button-gradient-service {
	background: transparent linear-gradient(180deg, #B7C157 0%, #949B50 100%) 0% 0% no-repeat padding-box;
}
/* Custom Design Elements */
.mj2-line-black::before {
	bottom: 0;
	content: "";
	background: #000;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	opacity: 45%;
	position: absolute;
	right: -60px;
	top: 0;
	width: 3rem;
}
.mj2-line-header::after {
	bottom: 0;
	content: "";
	background: #fff;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	opacity: 30%;
	position: absolute;
	right: -60px;
	top: 0;
	width: 3rem;
}
@media screen and (max-width: 1279px) {
	.mj2-line-header::after {
		display: none !important;
	}

	.animatedfsmenu.animation_line .sub-menu>li:hover>a {
	    color: #949b50 !important;
}

.afsmenu .current-menu-item > a {
	color: #949b50 !important;
}


}
.mj2-line-footer::after {
	bottom: 0;
	content: "";
	background: #fff;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	opacity: 30%;
	position: absolute;
	right: -60px;
	top: 0;
	width: 3rem;
}
.mj2-line-white::after {
	bottom: 0;
	content: "";
	background: #fff;
	height: 1px;
	margin-bottom: auto;
	margin-top: auto;
	opacity: 45%;
	position: absolute;
	right: -60px;
	top: 0;
	width: 3rem;
}
.mj2-text-stroke-2 {
	opacity: 0.4;
	-webkit-text-stroke: 2px #d0c9c9;
}
.bg-primary-gradient {
	background: transparent linear-gradient(46deg, #949B50 0%, #B7C157 100%) 0% 0% no-repeat padding-box;
}
.related-trigger svg {
	opacity: 0;
	transition: all cubic-bezier(.7,0,0,1) .35s 0ms;
}
.related-trigger:hover svg {
	opacity: 1;
	transition: all cubic-bezier(.7,0,0,1) .35s 0ms;
}
@media (min-width: 1024px){

	.lg\:container{
		width: 100%;
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}

	@media (min-width: 480px){

		.lg\:container{
			max-width: 480px
		}
	}

	@media (min-width: 640px){

		.lg\:container{
			max-width: 640px;
			padding-right: 1.5rem;
			padding-left: 1.5rem
		}
	}

	@media (min-width: 768px){

		.lg\:container{
			max-width: 768px
		}
	}

	@media (min-width: 1024px){

		.lg\:container{
			max-width: 1024px;
			padding-right: 1.5rem;
			padding-left: 1.5rem
		}
	}

	@media (min-width: 1280px){

		.lg\:container{
			max-width: 1280px
		}
	}

	@media (min-width: 1536px){

		.lg\:container{
			max-width: 1536px
		}
	}
}
.hover\:-mt-6:hover{
	margin-top: -1.5rem
}
.hover\:bg-\[\#fcfcfc\]:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(252 252 252 / var(--tw-bg-opacity))
}
.hover\:bg-black:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.hover\:bg-primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(148 155 80 / var(--tw-bg-opacity))
}
.hover\:bg-transparent:hover{
	background-color: transparent
}
.hover\:bg-white:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.hover\:fill-black:hover{
	fill: #000
}
.hover\:fill-primary:hover{
	fill: #949b50
}
.hover\:fill-transparent:hover{
	fill: transparent
}
.hover\:fill-white:hover{
	fill: #fff
}
.hover\:\!text-primary:hover{
	--tw-text-opacity: 1 !important;
	color: rgb(148 155 80 / var(--tw-text-opacity)) !important
}
.hover\:text-\[\#5b5b5b\]:hover{
	--tw-text-opacity: 1;
	color: rgb(91 91 91 / var(--tw-text-opacity))
}
.hover\:text-black:hover{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity))
}
.hover\:text-gray-400:hover{
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity))
}
.hover\:text-primary:hover{
	--tw-text-opacity: 1;
	color: rgb(148 155 80 / var(--tw-text-opacity))
}
.hover\:text-transparent:hover{
	color: transparent
}
.hover\:text-white:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}
.group:hover .group-hover\:\[transform\:rotateY\(180deg\)\]{
	transform: rotateY(180deg)
}
@media (min-width: 640px){

	.sm\:-bottom-\[80px\]{
		bottom: -80px
	}

	.sm\:right-\[154px\]{
		right: 154px
	}

	.sm\:top-\[-75px\]{
		top: -75px
	}

	.sm\:top-\[40px\]{
		top: 40px
	}

	.sm\:top-\[940px\]{
		top: 940px
	}

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

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

	.sm\:mb-24{
		margin-bottom: 6rem
	}

	.sm\:mr-6{
		margin-right: 1.5rem
	}

	.sm\:mt-24{
		margin-top: 6rem
	}

	.sm\:block{
		display: block
	}

	.sm\:inline{
		display: inline
	}

	.sm\:flex{
		display: flex
	}

	.sm\:h-\[1px\]{
		height: 1px
	}

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

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

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

	.sm\:w-80{
		width: 20rem
	}

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

	.sm\:basis-1\/2-gap-8{
		flex-basis: calc(50% - (1/2 * 2rem))
	}

	.sm\:basis-1\/3-gap-6{
		flex-basis: calc(33.33333% - (2/3 * 1.5rem))
	}

	.sm\:flex-row{
		flex-direction: row
	}

	.sm\:gap-6{
		gap: 1.5rem
	}

	.sm\:px-1{
		padding-left: 0.25rem;
		padding-right: 0.25rem
	}

	.sm\:px-16{
		padding-left: 4rem;
		padding-right: 4rem
	}

	.sm\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem
	}

	.sm\:px-2\.5{
		padding-left: 0.625rem;
		padding-right: 0.625rem
	}

	.sm\:px-4{
		padding-left: 1rem;
		padding-right: 1rem
	}

	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

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

	.sm\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.sm\:pb-64{
		padding-bottom: 16rem
	}

	.sm\:pb-96{
		padding-bottom: 24rem
	}

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

	.sm\:pl-12{
		padding-left: 3rem
	}

	.sm\:pl-20{
		padding-left: 5rem
	}

	.sm\:pl-5{
		padding-left: 1.25rem
	}

	.sm\:pl-6{
		padding-left: 1.5rem
	}

	.sm\:pr-20{
		padding-right: 5rem
	}

	.sm\:pr-5{
		padding-right: 1.25rem
	}

	.sm\:pt-96{
		padding-top: 24rem
	}

	.sm\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem
	}

	.sm\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem
	}

	.sm\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem
	}

	.sm\:text-6xl{
		font-size: 3.75rem;
		line-height: 1
	}

	.sm\:text-\[104px\]{
		font-size: 104px
	}

	.sm\:text-\[128px\]{
		font-size: 128px
	}

	.sm\:text-\[400px\]{
		font-size: 400px
	}

	.sm\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem
	}

	.sm\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem
	}
}
@media (min-width: 768px){

	.md\:left-\[calc\(50\%-100px\)\]{
		left: calc(50% - 100px)
	}

	.md\:top-\[4px\]{
		top: 4px
	}

	.md\:top-\[794px\]{
		top: 794px
	}

	.md\:top-\[8px\]{
		top: 8px
	}

	.md\:top-auto{
		top: auto
	}

	.md\:order-1{
		order: 1
	}

	.md\:order-2{
		order: 2
	}

	.md\:-ml-40{
		margin-left: -10rem
	}

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

	.md\:ml-0{
		margin-left: 0px
	}

	.md\:ml-14{
		margin-left: 3.5rem
	}

	.md\:ml-20{
		margin-left: 5rem
	}

	.md\:ml-40{
		margin-left: 10rem
	}

	.md\:ml-\[20\%\]{
		margin-left: 20%
	}

	.md\:ml-\[40\%\]{
		margin-left: 40%
	}

	.md\:ml-\[60\%\]{
		margin-left: 60%
	}

	.md\:ml-auto{
		margin-left: auto
	}

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

	.md\:mt-36{
		margin-top: 9rem
	}

	.md\:block{
		display: block
	}

	.md\:h-\[196px\]{
		height: 196px
	}

	.md\:h-\[360px\]{
		height: 360px
	}

	.md\:h-\[362px\]{
		height: 362px
	}

	.md\:h-\[443px\]{
		height: 443px
	}

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

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

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

	.md\:w-2\/3{
		width: 66.666667%
	}

	.md\:w-3\/4{
		width: 75%
	}

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

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

	.md\:max-w-sm{
		max-width: 24rem
	}

	.md\:max-w-xs{
		max-width: 20rem
	}

	.md\:flex-nowrap{
		flex-wrap: nowrap
	}

	.md\:border-t-\[2\.5rem\]{
		border-top-width: 2.5rem
	}

	.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem
	}

	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem
	}

	.md\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.md\:pb-24{
		padding-bottom: 6rem
	}

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

	.md\:pl-20{
		padding-left: 5rem
	}

	.md\:pl-8{
		padding-left: 2rem
	}

	.md\:pr-10{
		padding-right: 2.5rem
	}

	.md\:pr-12{
		padding-right: 3rem
	}

	.md\:pr-16{
		padding-right: 4rem
	}

	.md\:pr-20{
		padding-right: 5rem
	}

	.md\:pr-24{
		padding-right: 6rem
	}

	.md\:pr-4{
		padding-right: 1rem
	}

	.md\:pr-6{
		padding-right: 1.5rem
	}

	.md\:pr-8{
		padding-right: 2rem
	}

	.md\:pt-32{
		padding-top: 8rem
	}

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

	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem
	}

	.md\:text-5xl{
		font-size: 3rem;
		line-height: 1
	}

	.md\:text-\[134px\]{
		font-size: 134px
	}

	.md\:text-\[2\.65rem\]{
		font-size: 2.65rem
	}

	.md\:text-jumbo{
		font-size: 196px
	}

	.md\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem
	}

	.md\:text-xl{
		font-size: 1.25rem
	}
}
@media (min-width: 1024px){

	.lg\:relative{
		position: relative
	}

	.lg\:-top-14{
		top: -3.5rem
	}

	.lg\:left-\[600px\]{
		left: 600px
	}

	.lg\:top-\[4px\]{
		top: 4px
	}

	.lg\:order-1{
		order: 1
	}

	.lg\:order-2{
		order: 2
	}

	.lg\:col-span-1{
		grid-column: span 1 / span 1
	}

	.lg\:col-span-2{
		grid-column: span 2 / span 2
	}

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

	.lg\:mb-16{
		margin-bottom: 4rem
	}

	.lg\:mb-36{
		margin-bottom: 9rem
	}

	.lg\:block{
		display: block
	}

	.lg\:flex{
		display: flex
	}

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

	.lg\:h-80{
		height: 20rem
	}

	.lg\:h-\[226px\]{
		height: 226px
	}

	.lg\:h-\[448px\]{
		height: 448px
	}

	.lg\:h-\[456px\]{
		height: 456px
	}

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

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

	.lg\:w-5\/6{
		width: 83.333333%
	}

	.lg\:w-80{
		width: 20rem
	}

	.lg\:basis-1\/3-gap-8{
		flex-basis: calc(33.33333% - (2/3 * 2rem))
	}

	.lg\:-translate-x-1\/3{
		--tw-translate-x: -33.333333%;
		transform: translate(var(--tw-translate-x), 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))
	}

	.lg\:translate-x-1\/3{
		--tw-translate-x: 33.333333%;
		transform: translate(var(--tw-translate-x), 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))
	}

	.lg\:justify-start{
		justify-content: flex-start
	}

	.lg\:px-12{
		padding-left: 3rem;
		padding-right: 3rem
	}

	.lg\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem
	}

	.lg\:px-20{
		padding-left: 5rem;
		padding-right: 5rem
	}

	.lg\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.lg\:pr-12{
		padding-right: 3rem
	}

	.lg\:pr-36{
		padding-right: 9rem
	}

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

	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem
	}

	.lg\:text-5xl{
		font-size: 3rem;
		line-height: 1
	}

	.lg\:text-6xl{
		font-size: 3.75rem;
		line-height: 1
	}

	.lg\:text-7xl{
		font-size: 4.5rem;
		line-height: 1
	}

	.lg\:text-\[180px\]{
		font-size: 180px
	}

	.lg\:text-\[520px\]{
		font-size: 520px
	}

	.lg\:text-base{
		font-size: 1rem;
		line-height: 1.5rem
	}

	.lg\:opacity-100{
		opacity: 1
	}
}
@media (min-width: 1280px){

	.xl\:relative{
		position: relative
	}

	.xl\:right-\[-36px\]{
		right: -36px
	}

	.xl\:order-1{
		order: 1
	}

	.xl\:order-2{
		order: 2
	}

	.xl\:block{
		display: block
	}

	.xl\:flex{
		display: flex
	}

	.xl\:hidden{
		display: none
	}

	.xl\:\!hidden{
		display: none !important
	}

	.xl\:h-\[448px\]{
		height: 448px
	}

	.xl\:h-\[474px\]{
		height: 474px
	}

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

	.xl\:w-2\/3{
		width: 66.666667%
	}

	.xl\:w-3\/4{
		width: 75%
	}

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

	.xl\:-translate-x-1\/2{
		--tw-translate-x: -50%;
		transform: translate(var(--tw-translate-x), 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))
	}

	.xl\:translate-x-1\/2{
		--tw-translate-x: 50%;
		transform: translate(var(--tw-translate-x), 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))
	}

	.xl\:justify-start{
		justify-content: flex-start
	}

	.xl\:p-2{
		padding: 0.5rem
	}

	.xl\:px-16{
		padding-left: 4rem;
		padding-right: 4rem
	}

	.xl\:pl-28{
		padding-left: 7rem
	}

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

	.xl\:text-7xl{
		font-size: 4.5rem;
		line-height: 1
	}

	.xl\:text-jumbo{
		font-size: 196px
	}

	.xl\:opacity-100{
		opacity: 1
	}
}
@media (min-width: 1536px){

	.\32xl\:col-span-2{
		grid-column: span 2 / span 2
	}

	.\32xl\:row-span-2{
		grid-row: span 2 / span 2
	}

	.\32xl\:row-start-2{
		grid-row-start: 2
	}
}
