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

:root{
		--twcb-scrollbar-width: 0px;
}

*, ::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%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
}
@media (min-width: 100%){

		.container{
				max-width: 100%;
				padding-right: 2rem;
				padding-left: 2rem;
		}
}
@media (min-width: 1344px){

		.container{
				max-width: 1344px;
		}
}
.pointer-events-none{
		pointer-events: none;
}
.pointer-events-auto{
		pointer-events: auto;
}
.visible{
		visibility: visible;
}
.static{
		position: static;
}
.fixed{
		position: fixed;
}
.absolute{
		position: absolute;
}
.relative{
		position: relative;
}
.inset-0{
		inset: 0px;
}
.-bottom-4{
		bottom: -1rem;
}
.-left-0{
		left: -0px;
}
.-left-6{
		left: -1.5rem;
}
.-right-5{
		right: -1.25rem;
}
.-top-\[110px\]{
		top: -110px;
}
.bottom-0{
		bottom: 0px;
}
.bottom-0\.5{
		bottom: 0.125rem;
}
.left-0{
		left: 0px;
}
.left-1\/2{
		left: 50%;
}
.left-4{
		left: 1rem;
}
.right-0{
		right: 0px;
}
.right-6{
		right: 1.5rem;
}
.top-0{
		top: 0px;
}
.top-1\/2{
		top: 50%;
}
.top-2{
		top: 0.5rem;
}
.top-full{
		top: 100%;
}
.z-0{
		z-index: 0;
}
.z-10{
		z-index: 10;
}
.z-50{
		z-index: 50;
}
.z-\[0\]{
		z-index: 0;
}
.z-\[1\]{
		z-index: 1;
}
.order-1{
		order: 1;
}
.order-2{
		order: 2;
}
.col-span-12{
		grid-column: span 12 / span 12;
}
.m-8{
		margin: 2rem;
}
.-mx-5{
		margin-left: -1.25rem;
		margin-right: -1.25rem;
}
.mx-0{
		margin-left: 0px;
		margin-right: 0px;
}
.mx-3{
		margin-left: 0.75rem;
		margin-right: 0.75rem;
}
.mx-8{
		margin-left: 2rem;
		margin-right: 2rem;
}
.mx-auto{
		margin-left: auto;
		margin-right: auto;
}
.my-10{
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
}
.my-12{
		margin-top: 3rem;
		margin-bottom: 3rem;
}
.my-3{
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
}
.my-4{
		margin-top: 1rem;
		margin-bottom: 1rem;
}
.my-8{
		margin-top: 2rem;
		margin-bottom: 2rem;
}
.my-auto{
		margin-top: auto;
		margin-bottom: auto;
}
.\!mb-0{
		margin-bottom: 0px !important;
}
.mb-10{
		margin-bottom: 2.5rem;
}
.mb-12{
		margin-bottom: 3rem;
}
.mb-2{
		margin-bottom: 0.5rem;
}
.mb-3{
		margin-bottom: 0.75rem;
}
.mb-4{
		margin-bottom: 1rem;
}
.mb-5{
		margin-bottom: 1.25rem;
}
.mb-6{
		margin-bottom: 1.5rem;
}
.mb-8{
		margin-bottom: 2rem;
}
.ml-0{
		margin-left: 0px;
}
.ml-0\.5{
		margin-left: 0.125rem;
}
.ml-2{
		margin-left: 0.5rem;
}
.ml-5{
		margin-left: 1.25rem;
}
.mr-0{
		margin-right: 0px;
}
.mr-0\.5{
		margin-right: 0.125rem;
}
.mr-6{
		margin-right: 1.5rem;
}
.mt-0{
		margin-top: 0px;
}
.mt-0\.5{
		margin-top: 0.125rem;
}
.mt-10{
		margin-top: 2.5rem;
}
.mt-12{
		margin-top: 3rem;
}
.mt-2{
		margin-top: 0.5rem;
}
.mt-20{
		margin-top: 5rem;
}
.mt-3{
		margin-top: 0.75rem;
}
.mt-4{
		margin-top: 1rem;
}
.mt-5{
		margin-top: 1.25rem;
}
.mt-6{
		margin-top: 1.5rem;
}
.mt-8{
		margin-top: 2rem;
}
.mt-auto{
		margin-top: auto;
}
.block{
		display: block;
}
.inline-block{
		display: inline-block;
}
.inline{
		display: inline;
}
.\!flex{
		display: flex !important;
}
.flex{
		display: flex;
}
.\!inline-flex{
		display: inline-flex !important;
}
.inline-flex{
		display: inline-flex;
}
.table{
		display: table;
}
.grid{
		display: grid;
}
.hidden{
		display: none;
}
.aspect-1\/1{
		aspect-ratio: 1 / 1;
}
.h-1{
		height: 0.25rem;
}
.h-4{
		height: 1rem;
}
.h-40{
		height: 10rem;
}
.h-5{
		height: 1.25rem;
}
.h-6{
		height: 1.5rem;
}
.h-9{
		height: 2.25rem;
}
.h-\[1px\]{
		height: 1px;
}
.h-\[64px\]{
		height: 64px;
}
.h-auto{
		height: auto;
}
.h-full{
		height: 100%;
}
.min-h-screen{
		min-height: 100vh;
}
.w-14{
		width: 3.5rem;
}
.w-16{
		width: 4rem;
}
.w-4{
		width: 1rem;
}
.w-40{
		width: 10rem;
}
.w-5{
		width: 1.25rem;
}
.w-6{
		width: 1.5rem;
}
.w-9{
		width: 2.25rem;
}
.w-\[100px\]{
		width: 100px;
}
.w-\[50\%\]{
		width: 50%;
}
.w-\[64px\]{
		width: 64px;
}
.w-\[66vw\]{
		width: 66vw;
}
.w-\[72px\]{
		width: 72px;
}
.w-auto{
		width: auto;
}
.w-full{
		width: 100%;
}
.min-w-\[240px\]{
		min-width: 240px;
}
.max-w-2xl{
		max-width: 42rem;
}
.max-w-\[240px\]{
		max-width: 240px;
}
.max-w-\[344px\]{
		max-width: 344px;
}
.max-w-\[70\%\]{
		max-width: 70%;
}
.max-w-\[880px\]{
		max-width: 880px;
}
.max-w-screen-xl{
		max-width: 1280px;
}
.max-w-sm{
		max-width: 24rem;
}
.flex-1{
		flex: 1 1 0%;
}
.flex-auto{
		flex: 1 1 auto;
}
.flex-grow{
		flex-grow: 1;
}
.-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));
}
.-translate-y-1\/2{
		--tw-translate-y: -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));
}
.translate-y-0{
		--tw-translate-y: 0px;
		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));
}
.rotate-0{
		--tw-rotate: 0deg;
		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));
}
.cursor-pointer{
		cursor: pointer;
}
.resize{
		resize: both;
}
.\!list-none{
		list-style-type: none !important;
}
.list-decimal{
		list-style-type: decimal;
}
.list-disc{
		list-style-type: disc;
}
.grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row-reverse{
		flex-direction: row-reverse;
}
.flex-col{
		flex-direction: column;
}
.flex-wrap{
		flex-wrap: wrap;
}
.items-start{
		align-items: flex-start;
}
.items-end{
		align-items: flex-end;
}
.items-center{
		align-items: center;
}
.justify-start{
		justify-content: flex-start;
}
.justify-end{
		justify-content: flex-end;
}
.justify-center{
		justify-content: center;
}
.justify-between{
		justify-content: space-between;
}
.gap-3{
		gap: 0.75rem;
}
.gap-4{
		gap: 1rem;
}
.gap-5{
		gap: 1.25rem;
}
.gap-6{
		gap: 1.5rem;
}
.gap-x-10{
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
}
.gap-x-2{
		-moz-column-gap: 0.5rem;
		     column-gap: 0.5rem;
}
.gap-x-3{
		-moz-column-gap: 0.75rem;
		     column-gap: 0.75rem;
}
.gap-x-4{
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
}
.gap-x-5{
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
}
.gap-x-6{
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
}
.gap-x-8{
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
}
.gap-y-0{
		row-gap: 0px;
}
.gap-y-10{
		row-gap: 2.5rem;
}
.gap-y-16{
		row-gap: 4rem;
}
.gap-y-3{
		row-gap: 0.75rem;
}
.gap-y-4{
		row-gap: 1rem;
}
.gap-y-5{
		row-gap: 1.25rem;
}
.gap-y-6{
		row-gap: 1.5rem;
}
.gap-y-8{
		row-gap: 2rem;
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
		border-style: solid;
}
.divide-plum > :not([hidden]) ~ :not([hidden]){
		--tw-divide-opacity: 1;
		border-color: rgb(116 16 88 / var(--tw-divide-opacity));
}
.self-end{
		align-self: flex-end;
}
.overflow-hidden{
		overflow: hidden;
}
.overflow-y-auto{
		overflow-y: auto;
}
.rounded{
		border-radius: 0.25rem;
}
.rounded-\[12px\]{
		border-radius: 12px;
}
.rounded-\[4px\]{
		border-radius: 4px;
}
.rounded-\[56px\]{
		border-radius: 56px;
}
.rounded-\[8px\]{
		border-radius: 8px;
}
.rounded-full{
		border-radius: 9999px;
}
.border{
		border-width: 1px;
}
.border-2{
		border-width: 2px;
}
.border-b{
		border-bottom-width: 1px;
}
.border-t{
		border-top-width: 1px;
}
.border-none{
		border-style: none;
}
.border-\[\#CCCCCC\]{
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#DFA2CE\]{
		--tw-border-opacity: 1;
		border-color: rgb(223 162 206 / var(--tw-border-opacity));
}
.border-\[\#F3E8DE\]{
		--tw-border-opacity: 1;
		border-color: rgb(243 232 222 / var(--tw-border-opacity));
}
.border-dark-teal{
		--tw-border-opacity: 1;
		border-color: rgb(41 94 112 / var(--tw-border-opacity));
}
.border-lilac{
		--tw-border-opacity: 1;
		border-color: rgb(228 211 251 / var(--tw-border-opacity));
}
.border-plum{
		--tw-border-opacity: 1;
		border-color: rgb(116 16 88 / var(--tw-border-opacity));
}
.border-transparent{
		border-color: transparent;
}
.border-opacity-10{
		--tw-border-opacity: 0.1;
}
.\!bg-transparent{
		background-color: transparent !important;
}
.bg-\[\#21091A\]{
		--tw-bg-opacity: 1;
		background-color: rgb(33 9 26 / var(--tw-bg-opacity));
}
.bg-\[\#FCF5F2\]{
		--tw-bg-opacity: 1;
		background-color: rgb(252 245 242 / var(--tw-bg-opacity));
}
.bg-dark-teal{
		--tw-bg-opacity: 1;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity));
}
.bg-gray-200{
		--tw-bg-opacity: 1;
		background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-orange{
		--tw-bg-opacity: 1;
		background-color: rgb(255 140 17 / var(--tw-bg-opacity));
}
.bg-plum{
		--tw-bg-opacity: 1;
		background-color: rgb(116 16 88 / var(--tw-bg-opacity));
}
.bg-tan{
		--tw-bg-opacity: 1;
		background-color: rgb(252 245 242 / var(--tw-bg-opacity));
}
.bg-teal{
		--tw-bg-opacity: 1;
		background-color: rgb(144 212 228 / 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));
}
.object-contain{
		-o-object-fit: contain;
		   object-fit: contain;
}
.object-cover{
		-o-object-fit: cover;
		   object-fit: cover;
}
.object-center{
		-o-object-position: center;
		   object-position: center;
}
.object-left-top{
		-o-object-position: left top;
		   object-position: left top;
}
.object-top{
		-o-object-position: top;
		   object-position: top;
}
.p-0{
		padding: 0px;
}
.p-2{
		padding: 0.5rem;
}
.p-3{
		padding: 0.75rem;
}
.p-5{
		padding: 1.25rem;
}
.\!px-0{
		padding-left: 0px !important;
		padding-right: 0px !important;
}
.\!px-4{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
}
.\!py-0{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
}
.\!py-4{
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
}
.px-0{
		padding-left: 0px;
		padding-right: 0px;
}
.px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
}
.px-12{
		padding-left: 3rem;
		padding-right: 3rem;
}
.px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
}
.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;
}
.px-8{
		padding-left: 2rem;
		padding-right: 2rem;
}
.py-10{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
}
.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-3\.5{
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
}
.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;
}
.pb-10{
		padding-bottom: 2.5rem;
}
.pb-12{
		padding-bottom: 3rem;
}
.pb-16{
		padding-bottom: 4rem;
}
.pb-2{
		padding-bottom: 0.5rem;
}
.pb-20{
		padding-bottom: 5rem;
}
.pb-3{
		padding-bottom: 0.75rem;
}
.pb-32{
		padding-bottom: 8rem;
}
.pb-4{
		padding-bottom: 1rem;
}
.pb-8{
		padding-bottom: 2rem;
}
.pb-\[105\%\]{
		padding-bottom: 105%;
}
.pl-10{
		padding-left: 2.5rem;
}
.pl-3{
		padding-left: 0.75rem;
}
.pl-6{
		padding-left: 1.5rem;
}
.pr-0{
		padding-right: 0px;
}
.pt-12{
		padding-top: 3rem;
}
.pt-16{
		padding-top: 4rem;
}
.pt-20{
		padding-top: 5rem;
}
.pt-28{
		padding-top: 7rem;
}
.pt-3{
		padding-top: 0.75rem;
}
.pt-36{
		padding-top: 9rem;
}
.pt-4{
		padding-top: 1rem;
}
.pt-40{
		padding-top: 10rem;
}
.pt-6{
		padding-top: 1.5rem;
}
.pt-8{
		padding-top: 2rem;
}
.text-left{
		text-align: left;
}
.text-center{
		text-align: center;
}
.align-middle{
		vertical-align: middle;
}
.\!text-\[12px\]{
		font-size: 12px !important;
}
.\!text-\[15px\]{
		font-size: 15px !important;
}
.\!text-\[16px\]{
		font-size: 16px !important;
}
.\!text-\[17px\]{
		font-size: 17px !important;
}
.\!text-\[20px\]{
		font-size: 20px !important;
}
.text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
}
.text-5xl{
		font-size: 3rem;
		line-height: 1;
}
.text-\[12px\]{
		font-size: 12px;
}
.text-\[14px\]{
		font-size: 14px;
}
.text-\[15px\]{
		font-size: 15px;
}
.text-\[16px\]{
		font-size: 16px;
}
.text-\[17px\]{
		font-size: 17px;
}
.text-\[18px\]{
		font-size: 18px;
}
.text-\[19px\]{
		font-size: 19px;
}
.text-\[20px\]{
		font-size: 20px;
}
.text-\[22px\]{
		font-size: 22px;
}
.text-\[24px\]{
		font-size: 24px;
}
.text-\[26px\]{
		font-size: 26px;
}
.text-\[28px\]{
		font-size: 28px;
}
.text-\[32px\]{
		font-size: 32px;
}
.text-\[34px\]{
		font-size: 34px;
}
.text-\[36px\]{
		font-size: 36px;
}
.text-\[40px\]{
		font-size: 40px;
}
.text-\[48px\]{
		font-size: 48px;
}
.text-\[56px\]{
		font-size: 56px;
}
.text-base{
		font-size: 1rem;
		line-height: 1.5rem;
}
.text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem;
}
.\!font-normal{
		font-weight: 400 !important;
}
.\!font-semibold{
		font-weight: 600 !important;
}
.font-bold{
		font-weight: 700;
}
.font-light{
		font-weight: 300;
}
.font-medium{
		font-weight: 500;
}
.font-normal{
		font-weight: 400;
}
.font-semibold{
		font-weight: 600;
}
.uppercase{
		text-transform: uppercase;
}
.capitalize{
		text-transform: capitalize;
}
.normal-case{
		text-transform: none;
}
.leading-\[1\.15\]{
		line-height: 1.15;
}
.leading-\[1\.25\]{
		line-height: 1.25;
}
.leading-\[1\.2\]{
		line-height: 1.2;
}
.leading-\[1\.33\]{
		line-height: 1.33;
}
.leading-\[1\.42\]{
		line-height: 1.42;
}
.leading-\[1\.44\]{
		line-height: 1.44;
}
.leading-\[1\.4\]{
		line-height: 1.4;
}
.leading-\[1\.5\]{
		line-height: 1.5;
}
.leading-\[1\.6\]{
		line-height: 1.6;
}
.leading-\[1\.75\]{
		line-height: 1.75;
}
.leading-\[1\]{
		line-height: 1;
}
.leading-none{
		line-height: 1;
}
.leading-tight{
		line-height: 1.25;
}
.-tracking-\[0\.256px\]{
		letter-spacing: -0.256px;
}
.-tracking-\[0\.27px\]{
		letter-spacing: -0.27px;
}
.-tracking-\[0\.42px\]{
		letter-spacing: -0.42px;
}
.-tracking-\[0\.56px\]{
		letter-spacing: -0.56px;
}
.-tracking-\[0\.5px\]{
		letter-spacing: -0.5px;
}
.tracking-\[-0\.76px\]{
		letter-spacing: -0.76px;
}
.tracking-\[-0\.87px\]{
		letter-spacing: -0.87px;
}
.tracking-\[0\.64px\]{
		letter-spacing: 0.64px;
}
.tracking-\[2\.4px\]{
		letter-spacing: 2.4px;
}
.tracking-\[2\.52px\]{
		letter-spacing: 2.52px;
}
.tracking-\[2\.6px\]{
		letter-spacing: 2.6px;
}
.\!text-plum{
		--tw-text-opacity: 1 !important;
		color: rgb(116 16 88 / var(--tw-text-opacity)) !important;
}
.text-\[\#464545\]{
		--tw-text-opacity: 1;
		color: rgb(70 69 69 / var(--tw-text-opacity));
}
.text-\[\#D6D6D6\]{
		--tw-text-opacity: 1;
		color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-black{
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.text-dark-teal{
		--tw-text-opacity: 1;
		color: rgb(41 94 112 / var(--tw-text-opacity));
}
.text-gray-800{
		--tw-text-opacity: 1;
		color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-lilac-shade{
		--tw-text-opacity: 1;
		color: rgb(216 181 243 / var(--tw-text-opacity));
}
.text-orange{
		--tw-text-opacity: 1;
		color: rgb(255 140 17 / var(--tw-text-opacity));
}
.text-plum{
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
}
.text-tan{
		--tw-text-opacity: 1;
		color: rgb(252 245 242 / var(--tw-text-opacity));
}
.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;
}
.antialiased{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
.opacity-0{
		opacity: 0;
}
.opacity-40{
		opacity: 0.4;
}
.opacity-80{
		opacity: 0.8;
}
.shadow-2xl{
		--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
		--tw-shadow-colored: 0 25px 50px -12px 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);
}
.\!outline-none{
		outline: 2px solid transparent !important;
		outline-offset: 2px !important;
}
.outline-none{
		outline: 2px solid transparent;
		outline-offset: 2px;
}
.outline{
		outline-style: solid;
}
.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-colors{
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		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-200{
		transition-duration: 200ms;
}
.duration-300{
		transition-duration: 300ms;
}
.duration-500{
		transition-duration: 500ms;
}
.ease-in-out{
		transition-timing-function: cubic-bezier(0.4, 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: 600px){

		.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;
}
@font-face {
		font-family: 'Goga';
		src: url(../fonts/Goga-SemiBold.eot?75c28029639acb036bdc90f4596de114);
		src: url(../fonts/Goga-SemiBold.eot?75c28029639acb036bdc90f4596de114?#iefix) format('embedded-opentype'),
				url(../fonts/Goga-SemiBold.woff2?2106f70e5dc706506c7b2bcd885bb13a) format('woff2'),
				url(../fonts/Goga-SemiBold.woff?4de4fc2930229ce59d244595bfd883e0) format('woff'),
				url(../fonts/Goga-SemiBold.ttf?db296f386a9d9afb0ec37856da019817) format('truetype'),
				url(../fonts/Goga-SemiBold.svg?6fce5b2c9c2d82c98454e82197167e1c#Goga-SemiBold) format('svg');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
}
@font-face {
		font-family: 'Goga';
		src: url(../fonts/Goga-Medium.eot?e22a1933d0ad6a31c3dcdad4309a12d3);
		src: url(../fonts/Goga-Medium.eot?e22a1933d0ad6a31c3dcdad4309a12d3?#iefix) format('embedded-opentype'),
				url(../fonts/Goga-Medium.woff2?5a398e9b6e42ea438e06c2658b425c53) format('woff2'),
				url(../fonts/Goga-Medium.woff?de7d51854be5f7129a614ed3d3373bfa) format('woff'),
				url(../fonts/Goga-Medium.ttf?c6a5c74c93172daed1f684873d673bf7) format('truetype'),
				url(../fonts/Goga-Medium.svg?013fb8fae5269260997ad0425891566a#Goga-Medium) format('svg');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
}
@font-face {
		font-family: 'Goga';
		src: url(../fonts/Goga-Light.eot?e9bd66d9ea184c07676550e29d19a8c4);
		src: url(../fonts/Goga-Light.eot?e9bd66d9ea184c07676550e29d19a8c4?#iefix) format('embedded-opentype'),
				url(../fonts/Goga-Light.woff2?10b0c6ba9de9456593af033536d930fa) format('woff2'),
				url(../fonts/Goga-Light.woff?43503b65cb47fc864cd124dde78e56eb) format('woff'),
				url(../fonts/Goga-Light.ttf?d76512a972d886ab984ce1d859cff011) format('truetype'),
				url(../fonts/Goga-Light.svg?46010d7d4fde39b01bef4045171f5d19#Goga-Light) format('svg');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
}
@font-face {
		font-family: 'Goga';
		src: url(../fonts/Goga-Regular.eot?99bb8d78c27222d4f79ebcc2942616bc);
		src: url(../fonts/Goga-Regular.eot?99bb8d78c27222d4f79ebcc2942616bc?#iefix) format('embedded-opentype'),
				url(../fonts/Goga-Regular.woff2?058edb50381cfe5301820c2f6d27b1f0) format('woff2'),
				url(../fonts/Goga-Regular.woff?54659fa7d6dd3fcbc8b5296bdcf492da) format('woff'),
				url(../fonts/Goga-Regular.ttf?79c94a495603f42bc31ec9376ad9317f) format('truetype'),
				url(../fonts/Goga-Regular.svg?afa03e32c64473e7e616404e944fcd9c#Goga-Regular) format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}
@font-face {
		font-family: 'Concrette XL';
		src: url(../fonts/ConcretteXL-Medium.eot?51def0637a06e91c5599d39c53a13fc2);
		src: url(../fonts/ConcretteXL-Medium.eot?51def0637a06e91c5599d39c53a13fc2?#iefix) format('embedded-opentype'),
				url(../fonts/ConcretteXL-Medium.woff2?30045a0e0a1bef03d790ef85ec993ecf) format('woff2'),
				url(../fonts/ConcretteXL-Medium.woff?8df12a3cd296e4ddf46a3ab374b56047) format('woff'),
				url(../fonts/ConcretteXL-Medium.ttf?bb7c0eccfde3f8f4d9ce8d9a118b93ba) format('truetype'),
				url(../fonts/ConcretteXL-Medium.svg?1120aa19c6428a62a988a4740169c064#ConcretteXL-Medium) format('svg');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
}
.font-primary{
	font-family: 'Goga';
}
.font-secondary{
	font-family: 'Concrette XL';
}
.editor *:last-child{
		margin-bottom: 0;
	}
h1, h2, h3{
		font-weight: 500;
}
body{
		font-size: 18px;
		line-height: 1.75;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

		body{
				font-size: 20px;
		}
}
body {
	font-family: 'Goga';
}
article>*:not(.entry-content),
.entry-content>*{
		margin-left: auto;
		margin-right: auto;
		max-width: 880px;
}
.entry-content .wp-block-heading, .block-editor-block-list__layout .wp-block-heading {
		margin-bottom: 16px;

	}
.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{
		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:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
		list-style-position: inside;
		list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
		list-style-position: inside;
		list-style-type: decimal;
}
.entry-content p a, .block-editor-block-list__layout p a{
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
		text-decoration-line: underline;
}
.entry-content p.has-large-font-size, .block-editor-block-list__layout p.has-large-font-size{
		font-size: 20px;
		line-height: 1.5;
}
@media (min-width: 768px){

		.entry-content p.has-large-font-size, .block-editor-block-list__layout p.has-large-font-size{
				font-size: 26px;
		}
}
.entry-content p.has-medium-font-size, .block-editor-block-list__layout p.has-medium-font-size{
		font-size: 17px !important;
}
@media (min-width: 768px){

		.entry-content p.has-medium-font-size, .block-editor-block-list__layout p.has-medium-font-size{
				font-size: 19px !important;
		}
}
.entry-content p.has-small-font-size, .block-editor-block-list__layout p.has-small-font-size{
		font-size: 15px !important;
}
@media (min-width: 768px){

		.entry-content p.has-small-font-size, .block-editor-block-list__layout p.has-small-font-size{
				font-size: 17px !important;
		}
}
.entry-content .wp-block-image img,.block-editor-block-list__layout .wp-block-image img{
		display: inline-block;
}
.single-post .entry-content h2{
		font-size: 36px;
}
@media (min-width: 768px){

		.single-post .entry-content h2{
				font-size: 48px;
		}
}
.single-post .entry-content p{
		font-size: 17px;
}
.single-post .entry-content >p:first-child{
		font-size: 19px;
		line-height: 1.6;
}
@media (min-width: 768px){

		.single-post .entry-content >p:first-child{
				font-size: 22px;
		}
}
.is-layout-constrained>* {
	margin-block-start: 16px;
	margin-block-end: 0;
}
.fsb-flexible-spacer,
.wp-block-spacer {
	margin-block-start: 0px !important;
	margin-block-end: 0 !important;
}
.admin-bar .site-header {
	top: var(--wp-admin--admin-bar--height) !important;
}
h1,
h2,
h3,
h4 {
	font-family: 'Concrette XL';
}
h1{
		font-size: 40px;
		font-weight: 500;
		line-height: 1;
}
@media (min-width: 768px){

		h1{
				font-size: 64px;
		}
}
@media (min-width: 1024px){

		h1{
				font-size: 80px;
		}
}
h2{
		font-size: 34px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.76px;
}
@media (min-width: 768px){

		h2{
				font-size: 44px;
		}
}
@media (min-width: 1024px){

		h2{
				font-size: 76px;
		}
}
h3{
		font-size: 28px;
		font-weight: 500;
		line-height: 1.15;
		letter-spacing: -0.76px;
}
@media (min-width: 768px){

		h3{
				font-size: 40px;
		}
}
@media (min-width: 1024px){

		h3{
				font-size: 50px;
		}
}
h4{
		font-size: 24px;
		font-weight: 500;
		line-height: 1.25;
		letter-spacing: 0.64px;
}
@media (min-width: 1024px){

		h4{
				font-size: 32px;
		}
}
.editor a{
		text-decoration-line: underline;
}
.editor a:hover{
		text-decoration-line: none;
}
.editor ul {
		list-style: none;
		padding-left: 1em !important;
		margin-bottom: 12px;
		margin-top: 24px;
	}
.editor ul li{
		position: relative;
		margin-bottom: 0.5rem;
		list-style-type: none !important;
}
.editor ul li:last-child{
		margin-bottom: 0px;
}
.editor ul li::before {
				content: '';
				width: 6px;
				height: 6px;
				border-radius: 50%;
				position: absolute;
				background-color: #295E70;
				left: -.8em;
				top: 10px;
			}
.checkmark-list ul li{
		margin-bottom: 0.5rem;
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(243 232 222 / var(--tw-border-opacity));
		padding-left: 0.75rem;
		padding-bottom: 0.5rem;
		--tw-text-opacity: 1;
		color: rgb(41 94 112 / var(--tw-text-opacity));
}
.checkmark-list ul li::before{
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M16 1.5531L14.3912 0L6.21218 7.89381L1.60921 3.4469L0 5.00442L6.21218 11L16 1.5531Z' fill='%23F47C24'/%3E%3C/svg%3E");
			background-color: transparent;
			width: 16px;
			height: 11px;
			background-size: 100%;
		}
@media (min-width: 960px) {
	.container{
				padding-left: 1.5rem;
				padding-right: 1.5rem;
		}
}
.alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 1280px) {
.alignfull {
		margin-left: -24px !important;
		margin-right: -24px !important;
		max-width: calc(100% + 48px) !important
}
	}
.has-scrollbar .alignfull {
	margin-left: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	margin-right: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	max-width: calc(100vw - var(--scrollbar-width)) !important;
}
.wp-block-column>*:first-child {
	margin-top: 0;
}
.wp-block-column>*:last-child {
	margin-bottom: 0;
}
.wp-block-column>p,
.wp-block-column>.wp-block-heading,
.wp-block-column>.wp-block-image {
	margin-top: .8rem;
	margin-bottom: 1.25rem;
}
.flex-auto {
	flex: 0 0 auto;
}
.lc-reset>*:last-child {
	margin-bottom: 0;
}
.is-style-rounded{
		border-radius: 12px;
}
@media (min-width: 1024px){

		.is-style-rounded{
				border-radius: 20px;
		}
}
:where(.wp-block-group.has-background),
.wp-block-cover,
.wp-block-cover-image,
.wp-block-group.alignfull{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
}
.post-content >* {
		margin-top: 1.35rem;
		margin-bottom: 1.35rem;
	}
.post-content figure {
		max-width: 100%;
	}
.post-content .wp-caption-text {
		font-size: 14px;
		margin-top: 10px;
	}
@media only screen and (max-width: 768px) {
.center-on-mobile {
		text-align: center;
		justify-content: center !important;
		align-items: center !important
}

		.center-on-mobile.wp-block-image {
			display: flex !important;
			float: none !important;
			margin-left: auto !important;
			margin-right: auto !important;
		}
.is-style-reverse-mobile {
		flex-direction: column-reverse
}
	}
ul.wp-block-list {
	list-style: none;
	
	margin-bottom: 32px;
}
ul.wp-block-list li{
		position: relative;
		margin-bottom: 1rem;
		list-style-type: none !important;
		padding-left: 1rem;
}
ul.wp-block-list li:last-child{
		margin-bottom: 0px;
}
ul.wp-block-list li::before {
			content: '';
			width: 6px;
			height: 6px;
			border-radius: 50%;
			position: absolute;
			background-color: #2A2A2C;
			left: 0em;
			top: 15px;
		}
ul.wp-block-list.is-style-bottom-border li{
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(228 211 251 / var(--tw-border-opacity));
		padding-bottom: 0.5rem;
}
ul.wp-block-list.is-style-bottom-border li:last-child{
		border-width: 0px;
}
ul.wp-block-list.is-style-with-icon li{
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(228 211 251 / var(--tw-border-opacity));
		padding-left: 1.5rem;
		padding-bottom: 0.5rem;
}
ul.wp-block-list.is-style-with-icon li:last-child{
		border-width: 0px;
}
ul.wp-block-list.is-style-with-icon li::before {
			width:15px;
			top: 11px;
			height: 15px;
			background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.07129' width='10' height='10' transform='rotate(45 7.07129 0)' fill='%23FFAA33'/%3E%3C/svg%3E%0A");
			background-color: transparent;
		}
ol.wp-block-list {
	list-style: none;
	/* Disable default list numbering */
	margin-bottom: 32px;
}
ol.wp-block-list li{
		position: relative;
		margin-bottom: 1rem;
		list-style-type: none !important;
		padding-left: 1.5rem;
}
ol.wp-block-list li:last-child{
		margin-bottom: 0px;
}
ol.wp-block-list li {
		counter-increment: list-counter;
		/* Increment the custom counter */
		position: relative;
	}
ol.wp-block-list li::before {
			content: counter(list-counter) '.';
			position: absolute;
			left: 0;
			top: 0;
			font-weight: bold;
			color: #295E70;
		}
ol.wp-block-list.is-style-bottom-border li{
		border-bottom-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(228 211 251 / var(--tw-border-opacity));
		padding-bottom: 0.5rem;
}
#page{
	overflow-x: hidden;
}
.wp-block-image.is-style-full-height{
		height: 100%;
}
.wp-block-image.is-style-full-height img{
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
.is-style-circle-gradient{
		position: relative;
		display: flex;
		aspect-ratio: 1 / 1;
		max-width: 344px;
		align-items: center;
		justify-content: center;
		border-radius: 9999px;
		text-align: center;
}
.is-style-circle-gradient::after{
		content:"";
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 0;
		opacity: 0.2;
		background: #AC6230;
		background-blend-mode: multiply;
		border-radius: 100%;
	}
.is-style-circle-gradient >*{
		position: relative;
		z-index: 1;
	}
p.is-style-eyebrow,
.wp-block-heading.is-style-eyebrow{
		font-size: 12px !important;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2.52px;
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
	font-family: 'Goga';
}
.is-style-eyebrow-icon{
		position: relative;
		padding-left: 2.5rem;
		font-size: 12px !important;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2.52px;
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
	font-family: 'Goga';
}
.is-style-eyebrow-icon::before{
		content: "";
		position: absolute;
		width:27px;
		height: 27px;
		display: block;
		left: 0px;
		top: -6px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M6.74906 27L13.4981 20.2509L20.2472 27V20.2472H27L20.2509 13.4981L27 6.74906H20.2472V0L13.4981 6.74906L6.74906 0V6.74906H0L6.74906 13.4981L0 20.2472H6.74906V27Z' fill='%23FF9B2F'/%3E%3C/svg%3E");
		transition: all 300ms ease;
	}
.is-style-heading-icon{
		position: relative;
}
.is-style-heading-icon::before{
		content: "";
		position: absolute;
		top: 50%;
		left: -1.5rem;
		height: 1.25rem;
		width: 1.25rem;
		--tw-translate-y: -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));
	}
@media (min-width: 768px){

		.is-style-heading-icon::before{
				left: -2.5rem;
				height: 1.75rem;
				width: 1.75rem;
		}
}
.is-style-heading-icon::before{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M6.74906 27L13.4981 20.2509L20.2472 27V20.2472H27L20.2509 13.4981L27 6.74906H20.2472V0L13.4981 6.74906L6.74906 0V6.74906H0L6.74906 13.4981L0 20.2472H6.74906V27Z' fill='%23FF9B2F'/%3E%3C/svg%3E");
		background-size: contain;
	}
.is-style-arrow-link a{
		position: relative;
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
		text-decoration-line: none !important;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.is-style-arrow-link a:hover{
		--tw-text-opacity: 1;
		color: rgb(255 140 17 / var(--tw-text-opacity));
}
.is-style-arrow-link a:hover::after{
			background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.268555 0.34082C0.424378 0.133056 0.703174 0.069239 0.929688 0.175781L1.02344 0.232422L1.03027 0.237305L1.03711 0.244141L6.21777 5.42578L6.21973 5.42676C6.42422 5.63696 6.42438 5.97154 6.21973 6.18164L6.21777 6.18262L1.03711 11.3643L1.03613 11.3652C0.82604 11.5699 0.491466 11.5697 0.28125 11.3652L0.27832 11.3623C0.0738349 11.1521 0.0736202 10.8175 0.27832 10.6074L5.08203 5.80371L0.273437 0.995117L0.267578 0.987305C0.124962 0.795942 0.124961 0.532182 0.267578 0.34082H0.268555Z' fill='%23FF9B2F' stroke='%23FF9B2F' stroke-width='0.25'/%3E%3C/svg%3E%0A");
			right: -1.5rem;
		}
.is-style-arrow-link a::after{
			content: "";
			background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.268555 0.34082C0.424378 0.133056 0.703174 0.069239 0.929688 0.175781L1.02344 0.232422L1.03027 0.237305L1.03711 0.244141L6.21777 5.42578L6.21973 5.42676C6.42422 5.63696 6.42438 5.97154 6.21973 6.18164L6.21777 6.18262L1.03711 11.3643L1.03613 11.3652C0.82604 11.5699 0.491466 11.5697 0.28125 11.3652L0.27832 11.3623C0.0738349 11.1521 0.0736202 10.8175 0.27832 10.6074L5.08203 5.80371L0.273437 0.995117L0.267578 0.987305C0.124962 0.795942 0.124961 0.532182 0.267578 0.34082H0.268555Z' fill='%23741058' stroke='%23741058' stroke-width='0.25'/%3E%3C/svg%3E%0A");
			background-repeat: no-repeat;
			background-position: center;
			position: absolute;
			right: -1.25rem;
			bottom: 0.125rem;
			height: 1rem;
			width: 1rem;
			transition-property: all;
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-duration: 150ms;
		}
.has-text-align-center.is-style-eyebrow-icon{
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	gap: 16px;
}
.has-text-align-center.is-style-eyebrow-icon::before{
		content: "";
		position: relative;
		top: auto;
	}
.wp-block-cover.is-style-background-contain .wp-block-cover__image-background{
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}
.wp-block-group.is-style-background-auto{
	background-size: auto !important;
}
.single-post .entry-header, 
.single-event .entry-header,
.archive .hero,
.single-service .entry-header{
	background: linear-gradient(180deg, #FCF5F2 72.12%, #FFF 100%);
}
body.dark-header{
	background: linear-gradient(180deg, #FCF5F2 10%, #FFF 30%,  #FFF 100%);
}
p mark{
		font-weight: 500;
}
.single-team-member .entry-content >p:first-child{
		font-weight: 300;
		line-height: 1.4;
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
}
@media (min-width: 768px){

		.single-team-member .entry-content >p:first-child{
				font-size: 29px;
		}
}
.bg-dark-teal .editor a{
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.bg-dark-teal .editor a:hover{
		--tw-text-opacity: 1;
		color: rgb(255 140 17 / var(--tw-text-opacity));
}
@media (min-width: 768px){

		.contact-box .is-style-heading-icon{
				max-width: 80%;
		}
}
.contact-box .is-style-heading-icon::before{
		top: 0.5rem;
		--tw-translate-y: 0px;
		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));
}
.btn,
.wp-block-button:not([class*="is-style-"]) a{
		display: inline-flex;
		border-radius: 56px;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 17px;
		font-weight: 500;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.btn.btn--primary,.wp-block-button:not([class*="is-style-"]) a.btn--primary{
		--tw-bg-opacity: 1;
		background-color: rgb(255 140 17 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
		text-decoration-line: none !important;
}
.btn.btn--primary:hover,.wp-block-button:not([class*="is-style-"]) a.btn--primary:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(49 125 151 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button:not([class*="is-style-"]) a{
		--tw-bg-opacity: 1;
		background-color: rgb(255 140 17 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.wp-block-button:not([class*="is-style-"]) a:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(49 125 151 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button.is-style-secondary a{
		display: inline-flex;
		border-radius: 56px;
		--tw-bg-opacity: 1;
		background-color: rgb(116 16 88 / var(--tw-bg-opacity));
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		font-size: 17px;
		font-weight: 500;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.wp-block-button.is-style-secondary a:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(228 211 251 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.btn--arrow,
.is-style-arrow a{
		position: relative;
		display: inline-flex !important;
		background-color: transparent;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		font-size: 18px;
		font-weight: 600;
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
}
.btn--arrow:hover,
.is-style-arrow a:hover{
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.btn--arrow::before,.is-style-arrow a::before{
		content: "";
		position: absolute;
		width:8px;
		height: 13px;
		right: -16px;
		top: 9px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M0.898193 1.09082C1.05402 0.883056 1.33281 0.819239 1.55933 0.925781L1.65308 0.982422L1.65991 0.987305L1.66675 0.994141L6.84741 6.17578L6.84937 6.17676C7.05386 6.38696 7.05402 6.72154 6.84937 6.93164L6.84741 6.93262L1.66675 12.1143L1.66577 12.1152C1.45568 12.3199 1.1211 12.3197 0.910889 12.1152L0.907959 12.1123C0.703474 11.9021 0.703259 11.5675 0.907959 11.3574L5.71167 6.55371L0.903076 1.74512L0.897217 1.7373C0.7546 1.54594 0.754599 1.28218 0.897217 1.09082H0.898193Z' fill='%23741058' stroke='%23741058' stroke-width='0.25'/%3E%3C/svg%3E");
		transition: all 300ms ease;
	}
.btn--arrow:hover::before,.is-style-arrow a:hover::before{
		right:-20px;
	}
.btn--arrow.btn--white,.is-style-arrow a.btn--white{
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn--arrow.btn--white::before,.is-style-arrow a.btn--white::before{
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M0.898193 1.09082C1.05402 0.883056 1.33281 0.819239 1.55933 0.925781L1.65308 0.982422L1.65991 0.987305L1.66675 0.994141L6.84741 6.17578L6.84937 6.17676C7.05386 6.38696 7.05402 6.72154 6.84937 6.93164L6.84741 6.93262L1.66675 12.1143L1.66577 12.1152C1.45568 12.3199 1.1211 12.3197 0.910889 12.1152L0.907959 12.1123C0.703474 11.9021 0.703259 11.5675 0.907959 11.3574L5.71167 6.55371L0.903076 1.74512L0.897217 1.7373C0.7546 1.54594 0.754599 1.28218 0.897217 1.09082H0.898193Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.25'/%3E%3C/svg%3E");
		}
.wp-block-button.is-style-link-icon a{
		position: relative;
		margin-left: 1.25rem;
		background-color: transparent !important;
		padding: 0px;
		font-size: 20px;
		font-weight: 300;
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
		text-decoration-line: underline;
}
.wp-block-button.is-style-link-icon a:hover{
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
		text-decoration-line: none;
}
.wp-block-button.is-style-link-icon a::before{
		content: "";
		position: absolute;
		width:15px;
		height: 15px;
		display: block;
		left: -18px;
		top: 10px;
		background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.07129' width='10' height='10' transform='rotate(45 7.07129 0)' fill='%23FFAA33'/%3E%3C/svg%3E%0A");
		transition: all 300ms ease;
	}
.wp-block-button.is-style-link-icon a:hover::before{
		transform: rotate(30deg);
	}
#primary-menu >ul>li{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
}
#primary-menu >ul>li >a{
		font-size: 15px;
		font-weight: 500;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
#primary-menu >ul>li >a:hover{
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
}
@media (min-width: 1280px){

		#primary-menu >ul>li >a{
				font-size: 16px;
		}
}
.site-header.site-header--dark .menu-item-has-children > a .submenu-toggle{
		fill: #741058 !important;
}
.site-header #primary-menu .sub-menu a:hover{
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
}
@media (min-width: 1280px){

		.site-header #primary-menu > ul >li:nth-last-child(2){
				margin-right: -0.625rem;
		}

		.site-header #primary-menu > ul >li:last-child{
				margin-left: -0.625rem;
		}
}
.site-header .has-btn a{
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 16px;
		font-weight: 600;
}
.site-header .has-btn.has-btn--plum a{
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgb(116 16 88 / var(--tw-bg-opacity));
		font-weight: 600 !important;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .has-btn.has-btn--plum a:hover{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity)) !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.site-header .has-btn.has-btn--orange a{
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgb(255 140 17 / var(--tw-bg-opacity));
		font-weight: 600 !important;
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.site-header .has-btn.has-btn--orange a:hover{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity)) !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.site-header.site-header--light #primary-menu >ul>li >a:hover{
		--tw-text-opacity: 1;
		color: rgb(255 140 17 / var(--tw-text-opacity));
}
.site-header.site-header--light .has-btn--plum a{
		border-radius: 9999px;
		border-width: 1px;
		border-color: transparent;
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
		font-weight: 600 !important;
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.site-header.site-header--light .has-btn--plum a:hover{
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity));
		background-color: transparent !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.site-header.site-header--light .has-btn--orange a{
		border-width: 1px;
		border-color: transparent;
}
.site-header.site-header--light .has-btn--orange a:hover{
		--tw-border-opacity: 1;
		border-color: rgb(255 140 17 / var(--tw-border-opacity));
		background-color: transparent !important;
}
.site-header.site-header--light #primary-menu .menu-item-has-children a svg{
		fill: #FF8C11 !important;
}
@media only screen and (max-width: 480px) {
		.site-header .site-logo svg{
			max-width: 180px;
		}
	}
.site-header.scroll #primary-menu .has-btn--plum a{
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgb(116 16 88 / var(--tw-bg-opacity));
		font-weight: 600 !important;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header.scroll #primary-menu .has-btn--plum a:hover{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity)) !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.site-header.scroll #primary-menu .menu-item-has-children a svg{
		fill: #741058 !important;
}
.site-header.scroll.site-header--light .has-btn--plum a,
	.site-header.scroll.site-header--light .has-btn--orange a{
		border-width: 1px;
		border-color: transparent;
}
.site-header.scroll.site-header--light .has-btn--plum a:hover,
	.site-header.scroll.site-header--light .has-btn--orange a:hover{
		border-color: transparent;
		--tw-bg-opacity: 1 !important;
		background-color: rgb(49 125 151 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 1024px) {
		#primary-menu .menu-item-has-children{
				position: relative;
		}

			#primary-menu .menu-item-has-children ul.sub-menu{
				pointer-events: none;
				position: absolute;
				left: 0px;
				min-width: 240px;
				row-gap: 1.25rem;
				border-radius: 0.25rem;
				--tw-bg-opacity: 1;
				background-color: rgb(255 255 255 / var(--tw-bg-opacity));
				padding-left: 1rem;
				padding-right: 1rem;
				padding-bottom: 1rem;
				padding-top: 1rem;
				opacity: 0;
				--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
				--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
				box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
				transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
				transition-duration: 200ms;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				top: 100%;
		}

				#primary-menu .menu-item-has-children ul.sub-menu li{
				margin-bottom: 0.75rem;
				line-height: 1.25;
		}

				#primary-menu .menu-item-has-children ul.sub-menu li:last-child{
				margin-bottom: 0px;
		}

				#primary-menu .menu-item-has-children ul.sub-menu a{
				display: flex;
				font-size: 14px;
				text-transform: none;
				--tw-text-opacity: 1;
				color: rgb(42 42 44 / var(--tw-text-opacity));
				transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				transition-duration: 150ms;
		}

				#primary-menu .menu-item-has-children ul.sub-menu a:hover{
				--tw-text-opacity: 1;
				color: rgb(116 16 88 / var(--tw-text-opacity));
		}

				@media (min-width: 1280px){

				#primary-menu .menu-item-has-children ul.sub-menu a{
						font-size: 15px;
				}
		}

			#primary-menu .menu-item-has-children:hover>ul.sub-menu{
				pointer-events: auto;
				--tw-translate-y: 0px;
				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));
				opacity: 1;
		}
}
#mobile-menu >li {
		width: 100%;
	}
#mobile-menu .menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
#mobile-menu .menu-item-has-children.open ul {
				flex: 0 0 auto;
				width: 100%;
			}
#mobile-menu .menu-item-has-children.open .menu-toggle {
				transform: scaleY(-1);
			}
#mobile-menu >li ul{
		display: none;
		width: 100%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		padding-top: 0.75rem;
}
#mobile-menu >li ul >li{
		border-style: none;
}
#mobile-menu >li ul >li:last-child{
		padding-bottom: 0px;
}
#mobile-menu >li ul a {
			display: flex;
			font-size: 15px;
		}
#mobile-menu .menu-toggle {
		width: 20px;
		height: 20px;
		display: flex;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='tve-dropdown-icon-up' viewBox='0 0 320 512'%3E%3Cpath fill='%23FF8C11' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");
		background-size: 12px;
		background-repeat: no-repeat;
		background-position: center;
	}
#mobile-menu .has-btn{
		border-style: none;
		padding-bottom: 0px !important;
}
#mobile-menu .has-btn a{
		width: 100%;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
}
#mobile-menu .has-btn.has-btn--plum a{
		display: block;
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgb(116 16 88 / var(--tw-bg-opacity));
		text-align: center;
		font-weight: 600 !important;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu .has-btn.has-btn--plum a:hover{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity)) !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#mobile-menu .has-btn.has-btn--orange a{
		display: block;
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgb(255 140 17 / var(--tw-bg-opacity));
		text-align: center;
		font-weight: 600 !important;
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
#mobile-menu .has-btn.has-btn--orange a:hover{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity)) !important;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
/* Backdrop animation */
.navbar-backdrop {
	transform: translateX(100%);
	opacity: 0;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	will-change: transform, opacity;
}
/* Animate ONLY main list items */
.side-navbar ul.menu>li {
	opacity: 0;
	transform: translateY(-8px);
	will-change: opacity, transform;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.site-footer h5{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: -0.56px;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
		border-width: 2px;
		border-color: transparent;
		--tw-bg-opacity: 1;
		background-color: rgb(252 245 242 / var(--tw-bg-opacity));
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		outline: 2px solid transparent !important;
		outline-offset: 2px !important;
}
.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder{
		--tw-text-opacity: 1;
		color: rgb(147 143 143 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme input[type=color]::placeholder, .gform_wrapper.gravity-theme input[type=date]::placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .gform_wrapper.gravity-theme input[type=email]::placeholder, .gform_wrapper.gravity-theme input[type=month]::placeholder, .gform_wrapper.gravity-theme input[type=number]::placeholder, .gform_wrapper.gravity-theme input[type=password]::placeholder, .gform_wrapper.gravity-theme input[type=search]::placeholder, .gform_wrapper.gravity-theme input[type=tel]::placeholder, .gform_wrapper.gravity-theme input[type=text]::placeholder, .gform_wrapper.gravity-theme input[type=time]::placeholder, .gform_wrapper.gravity-theme input[type=url]::placeholder, .gform_wrapper.gravity-theme input[type=week]::placeholder, .gform_wrapper.gravity-theme select::placeholder, .gform_wrapper.gravity-theme textarea::placeholder{
		--tw-text-opacity: 1;
		color: rgb(147 143 143 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus{
		--tw-border-opacity: 1;
		border-color: rgb(116 16 88 / var(--tw-border-opacity));
}
.gform_fields{
row-gap: 20px!important;
}
.gform_button{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
}
.gfield_label{
		font-size: 20px !important;
		font-weight: 400 !important;
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
	font-family: 'Concrette XL';
}
.gfield_required{
		font-size: 20px !important;
		font-weight: 500;
		font-style: normal !important;
		--tw-text-opacity: 1 !important;
		color: rgb(116 16 88 / var(--tw-text-opacity)) !important;
	font-family: 'Concrette XL';
}
div .gform_wrapper ul.gfield_checkbox li {
	overflow-y: visible;
}
div .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	display: none;
}
div .gform_wrapper .gfield_checkbox label {
	position: relative;
}
div .gform_wrapper .gfield_checkbox li label {
	margin-left: 36px;
}
div .gform_wrapper .gfield_checkbox label span::before,
div .gform_wrapper .gfield_checkbox label span::after {
	content: '';
	margin: auto;
	position: absolute;
	top: 0; bottom: 0;
}
div .gform_wrapper .gfield_checkbox label span::before {
	background-color: rgba(0, 0, 0, .1);
	height: 25px;
	left: -35px;
	transition: background-color .2s;
	width: 25px;
}
div .gform_wrapper .gfield_checkbox label span:hover::before {
	background-color: rgba(0, 0, 0, .2);
}
.gform_button{
		display: inline-flex;
		border-radius: 56px;
		--tw-bg-opacity: 1;
		background-color: rgb(116 16 88 / var(--tw-bg-opacity));
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-left: 3rem;
		padding-right: 3rem;
		font-size: 17px;
		font-weight: 500;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
		text-decoration-line: none !important;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
}
.gform_button:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(49 125 151 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Base animation styles */
[data-animation] {
	opacity: 0;
	visibility: hidden; /* Ensure elements are not visible initially */
	transform: translateY(20px); /* Default starting point */
	transition: opacity 0.3s ease, transform 0.3s ease;
}
[data-animation].animated {
	opacity: 1;
	visibility: visible; /* Make the element visible when animated */
	transform: translateY(0); /* Reset the transform */
}
/* Fade-in animations */
@keyframes fade-in {
	from {
			opacity: 0;
	}
	to {
			opacity: 1;
	}
}
.fade-in {
	animation-name: fade-in;
}
/* Fade-up animation */
@keyframes fade-up {
	from {
			opacity: 0;
			transform: translateY(20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}
.fade-up {
	animation-name: fade-up;
}
/* Fade-down animation */
@keyframes fade-down {
	from {
			opacity: 0;
			transform: translateY(-20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}
.fade-down {
	animation-name: fade-down;
}
/* Fade-left animation */
@keyframes fade-left {
	from {
			opacity: 0;
			transform: translateX(-20px);
	}
	to {
			opacity: 1;
			transform: translateX(0);
	}
}
.fade-left {
	animation-name: fade-left;
}
/* Fade-right animation */
@keyframes fade-right {
	from {
			opacity: 0;
			transform: translateX(20px);
	}
	to {
			opacity: 1;
			transform: translateX(0);
	}
}
.fade-right {
	animation-name: fade-right;
}
/* Hide on Mobile */
@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}
/* Hide on Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
	.hide-on-tablet {
		display: none !important;
	}
}
/* Hide on Desktop */
@media (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.left-on-mobile{
		text-align: left;
		float: none!important;
		margin-left: 0 !important;
	}
}
.animate-list > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.animate-list > *.visible {
	opacity: 1;
	transform: translateY(0);
}
.link-stretched {
	position: static
}
.link-stretched::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	pointer-events: auto;
	background-color: rgba(0,0,0,0)
}
.breakout-bg{
	position: relative;
}
.breakout-bg::before{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 50%;
	left: 50%;
	display: block;
	width: 100vw;
	height: 100%;
	margin-right: -50vw;
	margin-left: -50vw;
	content: '';
	background-color: inherit;
	background-size: cover;
	background-repeat: no-repeat;
}
.hover-overlay{
	position: relative;
}
.hover-overlay:hover::before{
		opacity: .4;
	}
.hover-overlay::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #741058;
		background: linear-gradient(180deg, #FD8433 37%, #741058 86%);
		opacity: 0;
		transition: opacity 0.3s ease;
	}
/*Slider*/
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-dots {
	list-style: none;
	display: flex;
	-moz-column-gap: 8px;
			 column-gap: 8px;
	margin: 0 !important;
}
.slick-dots li {
		list-style-type: none !important;
		opacity: .4;
	}
.slick-dots li.slick-active {
			opacity: 1;
		}
.slick-dots button {
		text-indent: -9999px;
		overflow: hidden;
		width: 8px;
		height: 8px;
		background-color: #fff;
		border-radius: 50%;
	}
/*Slider*/
.placeholder\:text-\[\#938F8F\]::-moz-placeholder{
		--tw-text-opacity: 1;
		color: rgb(147 143 143 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#938F8F\]::placeholder{
		--tw-text-opacity: 1;
		color: rgb(147 143 143 / var(--tw-text-opacity));
}
.last\:mb-0:last-child{
		margin-bottom: 0px;
}
.last\:border-b-0:last-child{
		border-bottom-width: 0px;
}
.last\:border-none:last-child{
		border-style: none;
}
.hover\:border-orange:hover{
		--tw-border-opacity: 1;
		border-color: rgb(255 140 17 / var(--tw-border-opacity));
}
.hover\:border-transparent:hover{
		border-color: transparent;
}
.hover\:\!bg-\[\#295E70\]:hover{
		--tw-bg-opacity: 1 !important;
		background-color: rgb(41 94 112 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-transparent:hover{
		background-color: transparent !important;
}
.hover\:bg-light-mint:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(49 125 151 / var(--tw-bg-opacity));
}
.hover\:bg-lilac:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(228 211 251 / var(--tw-bg-opacity));
}
.hover\:bg-orange:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(255 140 17 / var(--tw-bg-opacity));
}
.hover\:\!text-white:hover{
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-dark:hover{
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
.hover\:text-orange:hover{
		--tw-text-opacity: 1;
		color: rgb(255 140 17 / var(--tw-text-opacity));
}
.hover\:text-plum:hover{
		--tw-text-opacity: 1;
		color: rgb(116 16 88 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover{
		text-decoration-line: none;
}
.focus\:border-orange:focus{
		--tw-border-opacity: 1;
		border-color: rgb(255 140 17 / var(--tw-border-opacity));
}
.focus\:border-plum:focus{
		--tw-border-opacity: 1;
		border-color: rgb(116 16 88 / var(--tw-border-opacity));
}
.group:hover .group-hover\:translate-x-2{
		--tw-translate-x: 0.5rem;
		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));
}
.group\/item:hover .group-hover\/item\:rotate-180{
		--tw-rotate: 180deg;
		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));
}
.group:hover .group-hover\:text-dark-teal{
		--tw-text-opacity: 1;
		color: rgb(41 94 112 / var(--tw-text-opacity));
}
.group.site-header.scroll .group-\[\.site-header\.scroll\]\:block{
		display: block;
}
.group.site-header.scroll .group-\[\.site-header\.scroll\]\:hidden{
		display: none;
}
.group.site-header.scroll .group-\[\.site-header\.scroll\]\:text-dark{
		--tw-text-opacity: 1;
		color: rgb(42 42 44 / var(--tw-text-opacity));
}
@media (min-width: 600px){

		.sm\:grid-cols-2{
				grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.sm\:text-\[42px\]{
				font-size: 42px;
		}
}
@media (min-width: 768px){

		.md\:absolute{
				position: absolute;
		}

		.md\:-left-\[110px\]{
				left: -110px;
		}

		.md\:bottom-0{
				bottom: 0px;
		}

		.md\:bottom-auto{
				bottom: auto;
		}

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

		.md\:top-0{
				top: 0px;
		}

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

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

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

		.md\:col-span-4{
				grid-column: span 4 / span 4;
		}

		.md\:col-span-5{
				grid-column: span 5 / span 5;
		}

		.md\:col-span-6{
				grid-column: span 6 / span 6;
		}

		.md\:col-span-7{
				grid-column: span 7 / span 7;
		}

		.md\:col-span-8{
				grid-column: span 8 / span 8;
		}

		.md\:col-start-2{
				grid-column-start: 2;
		}

		.md\:col-start-3{
				grid-column-start: 3;
		}

		.md\:col-start-4{
				grid-column-start: 4;
		}

		.md\:col-start-5{
				grid-column-start: 5;
		}

		.md\:col-start-6{
				grid-column-start: 6;
		}

		.md\:col-start-8{
				grid-column-start: 8;
		}

		.md\:col-end-10{
				grid-column-end: 10;
		}

		.md\:col-end-11{
				grid-column-end: 11;
		}

		.md\:col-end-12{
				grid-column-end: 12;
		}

		.md\:col-end-13{
				grid-column-end: 13;
		}

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

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

		.md\:my-16{
				margin-top: 4rem;
				margin-bottom: 4rem;
		}

		.md\:my-20{
				margin-top: 5rem;
				margin-bottom: 5rem;
		}

		.md\:my-24{
				margin-top: 6rem;
				margin-bottom: 6rem;
		}

		.md\:my-6{
				margin-top: 1.5rem;
				margin-bottom: 1.5rem;
		}

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

		.md\:mb-12{
				margin-bottom: 3rem;
		}

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

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

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

		.md\:mt-10{
				margin-top: 2.5rem;
		}

		.md\:mt-12{
				margin-top: 3rem;
		}

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

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

		.md\:mt-28{
				margin-top: 7rem;
		}

		.md\:mt-7{
				margin-top: 1.75rem;
		}

		.md\:mt-\[50\%\]{
				margin-top: 50%;
		}

		.md\:flex{
				display: flex;
		}

		.md\:aspect-1\/1{
				aspect-ratio: 1 / 1;
		}

		.md\:h-7{
				height: 1.75rem;
		}

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

		.md\:h-full{
				height: 100%;
		}

		.md\:min-h-\[1em\]{
				min-height: 1em;
		}

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

		.md\:w-7{
				width: 1.75rem;
		}

		.md\:w-\[159px\]{
				width: 159px;
		}

		.md\:w-\[30\%\]{
				width: 30%;
		}

		.md\:w-\[90\%\]{
				width: 90%;
		}

		.md\:w-full{
				width: 100%;
		}

		.md\:w-px{
				width: 1px;
		}

		.md\:max-w-\[300px\]{
				max-width: 300px;
		}

		.md\:max-w-\[360px\]{
				max-width: 360px;
		}

		.md\:max-w-\[40\%\]{
				max-width: 40%;
		}

		.md\:max-w-\[80\%\]{
				max-width: 80%;
		}

		.md\:max-w-\[960px\]{
				max-width: 960px;
		}

		.md\:max-w-full{
				max-width: 100%;
		}

		.md\:grid-cols-3{
				grid-template-columns: repeat(3, minmax(0, 1fr));
		}

		.md\:flex-row{
				flex-direction: row;
		}

		.md\:items-start{
				align-items: flex-start;
		}

		.md\:items-center{
				align-items: center;
		}

		.md\:justify-start{
				justify-content: flex-start;
		}

		.md\:justify-end{
				justify-content: flex-end;
		}

		.md\:justify-between{
				justify-content: space-between;
		}

		.md\:gap-x-12{
				-moz-column-gap: 3rem;
				     column-gap: 3rem;
		}

		.md\:gap-x-16{
				-moz-column-gap: 4rem;
				     column-gap: 4rem;
		}

		.md\:gap-x-4{
				-moz-column-gap: 1rem;
				     column-gap: 1rem;
		}

		.md\:gap-x-6{
				-moz-column-gap: 1.5rem;
				     column-gap: 1.5rem;
		}

		.md\:gap-y-12{
				row-gap: 3rem;
		}

		.md\:gap-y-24{
				row-gap: 6rem;
		}

		.md\:self-stretch{
				align-self: stretch;
		}

		.md\:border-t-0{
				border-top-width: 0px;
		}

		.md\:p-0{
				padding: 0px;
		}

		.md\:p-16{
				padding: 4rem;
		}

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

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

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

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

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

		.md\:py-12{
				padding-top: 3rem;
				padding-bottom: 3rem;
		}

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

		.md\:py-3{
				padding-top: 0.75rem;
				padding-bottom: 0.75rem;
		}

		.md\:py-6{
				padding-top: 1.5rem;
				padding-bottom: 1.5rem;
		}

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

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

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

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

		.md\:pt-24{
				padding-top: 6rem;
		}

		.md\:pt-28{
				padding-top: 7rem;
		}

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

		.md\:\!text-\[17px\]{
				font-size: 17px !important;
		}

		.md\:\!text-\[19px\]{
				font-size: 19px !important;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.md\:text-\[64px\]{
				font-size: 64px;
		}
}
@media (min-width: 1024px){

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

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

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

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

		.lg\:col-start-4{
				grid-column-start: 4;
		}

		.lg\:col-end-10{
				grid-column-end: 10;
		}

		.lg\:-mx-6{
				margin-left: -1.5rem;
				margin-right: -1.5rem;
		}

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

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

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

		.lg\:mr-20{
				margin-right: 5rem;
		}

		.lg\:flex{
				display: flex;
		}

		.lg\:hidden{
				display: none;
		}

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

		.lg\:h-full{
				height: 100%;
		}

		.lg\:w-\[36\%\]{
				width: 36%;
		}

		.lg\:w-auto{
				width: auto;
		}

		.lg\:max-w-\[500px\]{
				max-width: 500px;
		}

		.lg\:max-w-\[90\%\]{
				max-width: 90%;
		}

		.lg\:grid-cols-3{
				grid-template-columns: repeat(3, minmax(0, 1fr));
		}

		.lg\:grid-cols-4{
				grid-template-columns: repeat(4, minmax(0, 1fr));
		}

		.lg\:flex-col{
				flex-direction: column;
		}

		.lg\:items-start{
				align-items: flex-start;
		}

		.lg\:items-center{
				align-items: center;
		}

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

		.lg\:justify-end{
				justify-content: flex-end;
		}

		.lg\:gap-y-20{
				row-gap: 5rem;
		}

		.lg\:gap-y-\[120px\]{
				row-gap: 120px;
		}

		.lg\:rounded-\[20px\]{
				border-radius: 20px;
		}

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

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

		.lg\:px-28{
				padding-left: 7rem;
				padding-right: 7rem;
		}

		.lg\:pb-20{
				padding-bottom: 5rem;
		}

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

		.lg\:pb-48{
				padding-bottom: 12rem;
		}

		.lg\:pt-40{
				padding-top: 10rem;
		}

		.lg\:pt-44{
				padding-top: 11rem;
		}

		.lg\:pt-56{
				padding-top: 14rem;
		}

		.lg\:pt-60{
				padding-top: 15rem;
		}

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

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

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

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

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

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

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

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

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

		.lg\:text-\[80px\]{
				font-size: 80px;
		}
}
@media (min-width: 1280px){

		.xl\:col-start-6{
				grid-column-start: 6;
		}

		.xl\:col-end-13{
				grid-column-end: 13;
		}

		.xl\:-ml-2{
				margin-left: -0.5rem;
		}

		.xl\:-mr-2{
				margin-right: -0.5rem;
		}

		.xl\:hidden{
				display: none;
		}

		.xl\:min-h-\[292px\]{
				min-height: 292px;
		}

		.xl\:gap-x-8{
				-moz-column-gap: 2rem;
				     column-gap: 2rem;
		}

		.xl\:text-\[15px\]{
				font-size: 15px;
		}

		.xl\:text-\[16px\]{
				font-size: 16px;
		}

		.xl\:text-\[68px\]{
				font-size: 68px;
		}

		.xl\:text-\[90px\]{
				font-size: 90px;
		}
}
.\[\&\.scroll\]\:fixed.scroll{
		position: fixed;
}
.\[\&\.scroll\]\:bg-white.scroll{
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\.scroll\]\:py-4.scroll{
		padding-top: 1rem;
		padding-bottom: 1rem;
}
.\[\&\.scroll\]\:shadow-lg.scroll{
		--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);
}
