/* ---------------------------------------------------------------------------------
	Defaults
--------------------------------------------------------------------------------- */

/* a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex="-1"]) {
	@apply focus:outline-none focus-visible:ring-4 focus-visible:ring-inherit focus-visible:ring-opacity-50 focus-visible:ring-offset-2;
} */

.paragraph a:not([class*="btn"]),
.client_styles p a:not([class*="btn"]),
.client_styles ul a:not([class*="btn"]),
.client_styles ol a:not([class*="btn"]),
.my_transition {
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
	/* @apply scroll-smooth; */
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* -----------------------------------------
	SEO
----------------------------------------- */

.seo_hide {
    /* @apply text-[0px] h-0 w-0 inline-block overflow-hidden absolute; */
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity));
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
}


/* ---------------------------------------------------------------------------------
	Tab Focus
--------------------------------------------------------------------------------- */

.primary_tab_focus {
	border-radius: 0.5rem;
}

.primary_tab_focus:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.primary_tab_focus:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-color: rgb(0 158 210 / var(--tw-ring-opacity));
	--tw-ring-opacity: 0.75;
}


/* ---------------------------------------------------------------------------------
   Bootstrap Collapse
--------------------------------------------------------------------------------- */

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

/* because tailwind has a className .collapse see: https://tailwindcss.com/docs/visibility#collapsing-elements */
.accordion .collapse {
	visibility: visible;
}


/* ---------------------------------------------------------------------------------
	Responsive Videos
--------------------------------------------------------------------------------- */

.embed_media {
	position: relative;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.embed_media iframe,
.embed_media object,
.embed_media embed,
.embed_media .mce-preview-object {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	height: 100% !important;
	width: 100% !important;
	overflow: hidden !important;
}


/* ---------------------------------------------------------------------------------
   Fixes
--------------------------------------------------------------------------------- */

.grecaptcha-badge {
	display: none !important;
}

.google_map_embed iframe,
.google_map_embed_code iframe {
	width: 100% !important;
	height: inherit;
}

.no_box_shadow {
	box-shadow: none !important;
}

.ie_img_fix {
	position: relative;
	display: block;
	overflow: hidden;
}
.ie_img_fix img {
	display: block;
	height: auto;
	width: 100%;
}


/* ---------------------------------------------------------------------------------
	End
--------------------------------------------------------------------------------- */
/* -----------------------------------------
	Buttons
----------------------------------------- */

/* .btn-tabs, */
html .my_formidable_form button.frm_button_submit,
.btn,
.button {
 transition-property: all;
 transition-duration: 300ms;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1;
 padding-top: 0.875rem;
 padding-bottom: 0.875rem;
 padding-left: 1rem;
 padding-right: 1rem
}
@media (min-width: 768px) {
 html .my_formidable_form button.frm_button_submit,
.btn,
.button {
  padding-left: 2.5rem;
  padding-right: 2.5rem
 }
}
@media (min-width: 1536px) {
 html .my_formidable_form button.frm_button_submit,
.btn,
.button {
  padding-left: 5rem;
  padding-right: 5rem
 }
}
html .my_formidable_form button.frm_button_submit,
.btn,
.button {
 border-width: 1px;
 border-color: transparent;
 border-radius: 9999px;
 width: 100%
}
@media (min-width: 768px) {
 html .my_formidable_form button.frm_button_submit,
.btn,
.button {
  width: auto
 }
}


/* -----------------------------------------

/* solid buttons */

[class*="btn-solid--"]:focus {
 outline: 2px solid transparent;
 outline-offset: 2px
}

[class*="btn-solid--"]:focus-visible {
 --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(4px + 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);
 --tw-ring-opacity: 0.5;
 --tw-ring-offset-width: 2px
}

.btn-solid--primary[type="button"],
.btn-solid--primary {
 --tw-border-opacity: 1;
 border-color: rgb(0 158 210 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(0 158 210 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-solid--primary[type="button"]:hover,
.btn-solid--primary:hover {
 --tw-border-opacity: 1;
 border-color: rgb(0 158 210 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(0 158 210 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-solid--primary[type="button"]:focus-visible,
.btn-solid--primary:focus-visible {
 --tw-ring-opacity: 1;
 --tw-ring-color: rgb(0 158 210 / var(--tw-ring-opacity))
}

html .my_formidable_form button.frm_button_submit,
.btn-solid--secondary[type="button"],
.btn-solid--secondary {
 --tw-border-opacity: 1;
 border-color: rgb(0 0 0 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(0 0 0 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(255 255 255 / var(--tw-text-opacity)) /* removed !important */
}

html .my_formidable_form button.frm_button_submit:hover,
.btn-solid--secondary[type="button"]:hover,
.btn-solid--secondary:hover {
 --tw-border-opacity: 1;
 border-color: rgb(0 0 0 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(0 0 0 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(255 255 255 / var(--tw-text-opacity))
}

html .my_formidable_form button.frm_button_submit,
.btn-solid--secondary[type="button"],
.btn-solid--secondary { /* removed !important */
}

html .my_formidable_form button.frm_button_submit:focus-visible,
.btn-solid--secondary[type="button"]:focus-visible,
.btn-solid--secondary:focus-visible {
 --tw-ring-opacity: 1;
 --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))
}

html .my_formidable_form button.frm_button_submit,
.btn-solid--secondary[type="button"],
.btn-solid--secondary { /* removed !important */
}
/* .btn-solid--body[type="button"],
.btn-solid--body {
	@apply border-body bg-body text-white;
	@apply hover:border-black hover:bg-black hover:text-white;
	@apply focus-visible:ring-black;
} */
.btn-solid--white[type="button"],
.btn-solid--white {
 --tw-border-opacity: 1;
 border-color: rgb(255 255 255 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(255 255 255 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(0 158 210 / var(--tw-text-opacity))
}
.btn-solid--white[type="button"]:hover,
.btn-solid--white:hover {
 --tw-border-opacity: 1;
 border-color: rgb(245 245 245 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(245 245 245 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(0 158 210 / var(--tw-text-opacity))
}
.btn-solid--white[type="button"]:focus-visible,
.btn-solid--white:focus-visible {
 --tw-ring-opacity: 1;
 --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity))
}
.btn-solid--white--primary[type="button"],
.btn-solid--white--primary {
 --tw-border-opacity: 1;
 border-color: rgb(255 255 255 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(255 255 255 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(0 158 210 / var(--tw-text-opacity))
}
.btn-solid--white--primary[type="button"]:hover,
.btn-solid--white--primary:hover {
 --tw-border-opacity: 1;
 border-color: rgb(0 158 210 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(0 158 210 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: rgb(255 255 255 / var(--tw-text-opacity))
}
.btn-solid--white--primary[type="button"]:focus-visible,
.btn-solid--white--primary:focus-visible {
 --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
 --tw-ring-opacity: 0.5
}


/* ---------------------------------------------------------------------------------
	Client Styles
--------------------------------------------------------------------------------- */

/* font weight normal */

.client_styles h1,
.client_styles h2,
.client_styles h2,
.client_styles h3,
.client_styles h4,
.h1,
.h2,
.h2,
.h3,
.h4 {
	font-weight: 300;
}

.client_styles h5,
.client_styles h6,
.h5,
.h6 {
	font-weight: 300;
}


/* font weight bold */

.client_styles h1 strong,
.client_styles h2 strong,
.client_styles h2 strong,
.client_styles h3 strong,
.client_styles h4 strong,
.client_styles h1 b,
.client_styles h2 b,
.client_styles h2 b,
.client_styles h3 b,
.client_styles h4 b,
.h1 strong,
.h2 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h1 b,
.h2 b,
.h2 b,
.h3 b,
.h4 b {
	font-weight: 400;
}

.client_styles h5 strong,
.client_styles h6 strong,
.client_styles h5 b,
.client_styles h6 b,
.h5 strong,
.h6 strong,
.h5 b,
.h6 b {
	font-weight: 400;
}


/* font weight normal */

.client_styles p,
.client_styles ul:not(.flickity-page-dots),
.client_styles ol:not(.flickity-page-dots),
.paragraph {
	font-weight: 400;
}


/* font weight bold */

.client_styles p strong,
.client_styles ul strong,
.client_styles ol strong,
.client_styles p b,
.client_styles ul b,
.client_styles ol b,
.paragraph strong,
.paragraph b {
	font-weight: 700;
}


/* line height (leading) */

.client_styles_leading .h3,
.client_styles_leading .h4,
.client_styles_leading .h5,
.client_styles_leading .h6,
.client_styles_leading h3,
.client_styles_leading h4,
.client_styles_leading h5,
.client_styles_leading h6 {
	line-height: 1.625;
}

.client_styles_leading .h1,
.client_styles_leading .h2,
.client_styles_leading h1,
.client_styles_leading h2 {
	line-height: 1.25;
}

.client_styles_leading .paragraph,
.client_styles_leading p,
.client_styles_leading ul:not(.flickity-page-dots),
.client_styles_leading ol:not(.flickity-page-dots) {
	/* @apply leading-relaxed; */
	line-height: 1.625;
}


/* font sizes */

.h1,
.client_styles h1,
.h2,
.client_styles h2 {
	font-size: 1.5rem;
}

@media (min-width: 1024px) {

	.h1,
.client_styles h1,
.h2,
.client_styles h2 {
		font-size: 3.375rem;
	}
}
.h1.xl,
.client_styles h1.xl,
.h2.xl,
.client_styles h2.xl {
	font-size: 2.625rem;
}
@media (min-width: 1024px) {

	.h1.xl,
.client_styles h1.xl,
.h2.xl,
.client_styles h2.xl {
		font-size: 5rem;
	}
}
@media (min-width: 1536px) {

	.h1.xl,
.client_styles h1.xl,
.h2.xl,
.client_styles h2.xl {
		font-size: 7.5rem;
	}
}

.h3,
.client_styles h3,
.h4,
.client_styles h4 {
	font-size: 1.125rem;
}

@media (min-width: 1024px) {

	.h3,
.client_styles h3,
.h4,
.client_styles h4 {
		font-size: 1.875rem;
	}
}
.h3.small,
.client_styles h3.small,
.h4.small,
.client_styles h4.small {
	font-size: 1rem;
}
@media (min-width: 1024px) {

	.h3.small,
.client_styles h3.small,
.h4.small,
.client_styles h4.small {
		font-size: 1.5rem;
	}
}

.h5,
.client_styles h5,
.h6,
.client_styles h6 {
	font-size: 1.125rem;
}

@media (min-width: 1024px) {

	.h5,
.client_styles h5,
.h6,
.client_styles h6 {
		font-size: 1.875rem;
	}
}
.h5.small,
.client_styles h5.small,
.h6.small,
.client_styles h6.small {
	font-size: 1rem;
}
@media (min-width: 1024px) {

	.h5.small,
.client_styles h5.small,
.h6.small,
.client_styles h6.small {
		font-size: 1.5rem;
	}
}


.paragraph,
.client_styles p,
.client_styles ul,
.client_styles ol {
	font-size: 0.875rem;
}


@media (min-width: 1024px) {

	.paragraph,
.client_styles p,
.client_styles ul,
.client_styles ol {
		font-size: 1.125rem;
	}
}
.paragraph.small,
.client_styles p.small,
.client_styles ul.small,
.client_styles ol.small {
	font-size: 0.75rem;
}
@media (min-width: 1024px) {

	.paragraph.small,
.client_styles p.small,
.client_styles ul.small,
.client_styles ol.small {
		font-size: 1rem;
	}
}


/* link styles */

.paragraph a:not([class*="btn"]),
.client_styles p a:not([class*="btn"]),
.client_styles ul a:not([class*="btn"]),
.client_styles ol a:not([class*="btn"]) {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	--tw-text-opacity: 1;
	color: rgb(0 158 210 / var(--tw-text-opacity));
}

.paragraph a:not([class*="btn"]):hover,
.client_styles p a:not([class*="btn"]):hover,
.client_styles ul a:not([class*="btn"]):hover,
.client_styles ol a:not([class*="btn"]):hover {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}


/* theme colours */

/* .theme-text--white, */
.theme-text--white h1,
.theme-text--white h2,
.theme-text--white h3,
.theme-text--white h4,
.theme-text--white h5,
.theme-text--white h6,
.theme-text--white p,
.theme-text--white label {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.theme-text--white a:not([class*="btn"]),
.theme-text--white .paragraph a:not([class*="btn"]),
.theme-text--white .client_styles p a:not([class*="btn"]),
.theme-text--white .client_styles ul a:not([class*="btn"]),
.theme-text--white .client_styles ol a:not([class*="btn"]) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
.theme-text--white a:not([class*="btn"]):hover,
.theme-text--white .paragraph a:not([class*="btn"]):hover,
.theme-text--white .client_styles p a:not([class*="btn"]):hover,
.theme-text--white .client_styles ul a:not([class*="btn"]):hover,
.theme-text--white .client_styles ol a:not([class*="btn"]):hover {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}


/* spacing */

.client_styles_spacing .h1,
.client_styles_spacing .h2,
.client_styles_spacing h1,
.client_styles_spacing h2 {
	margin-bottom: 1.5rem;
}

.client_styles_spacing .h3,
.client_styles_spacing .h4,
.client_styles_spacing .h5,
.client_styles_spacing .h6,
.client_styles_spacing h3,
.client_styles_spacing h4,
.client_styles_spacing h5,
.client_styles_spacing h6,
.client_styles_spacing p,
.client_styles_spacing ul:not(.flickity-page-dots),
.client_styles_spacing ol:not(.flickity-page-dots) {
	margin-bottom: 1.5rem;
}

.client_styles_spacing p + .h3,
.client_styles_spacing p + .h4,
.client_styles_spacing p + .h5,
.client_styles_spacing p + .h6,
.client_styles_spacing ul + .h3,
.client_styles_spacing ul + .h4,
.client_styles_spacing ul + .h5,
.client_styles_spacing ul + .h6,
.client_styles_spacing ol + .h3,
.client_styles_spacing ol + .h4,
.client_styles_spacing ol + .h5,
.client_styles_spacing ol + .h6,
.client_styles_spacing p + h3,
.client_styles_spacing p + h4,
.client_styles_spacing p + h5,
.client_styles_spacing p + h6,
.client_styles_spacing ul + h3,
.client_styles_spacing ul + h4,
.client_styles_spacing ul + h5,
.client_styles_spacing ul + h6,
.client_styles_spacing ol + h3,
.client_styles_spacing ol + h4,
.client_styles_spacing ol + h5,
.client_styles_spacing ol + h6 {
	padding-top: 1rem;
}

.client_styles_spacing p + .h2,
.client_styles_spacing ul + .h2,
.client_styles_spacing ol + .h2,
.client_styles_spacing p + h2,
.client_styles_spacing ul + h2,
.client_styles_spacing ol + h2 {
	padding-top: 2.5rem;
}


/*
	see app.scss for ul center styles
*/

.client_styles_spacing hr {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.client_styles_spacing ul,
.client_styles_spacing ol {
	margin-left: 1.25rem;
	list-style-position: outside;
	/* @apply marker:text-body; */
}
.client_styles_spacing ul {
	list-style-type: disc;
}
.client_styles_spacing ol {
	list-style-type: decimal;
}
.client_styles_spacing ul li,
.client_styles_spacing ol li {
	margin-bottom: 0.25rem;
}


/* spacing tight */

.client_styles_spacing_tight .h1,
.client_styles_spacing_tight .h2,
.client_styles_spacing_tight h1,
.client_styles_spacing_tight h2 {
	margin-bottom: 0.75rem;
}

.client_styles_spacing_tight .h3,
.client_styles_spacing_tight .h4,
.client_styles_spacing_tight .h5,
.client_styles_spacing_tight .h6,
.client_styles_spacing_tight h3,
.client_styles_spacing_tight h4,
.client_styles_spacing_tight h5,
.client_styles_spacing_tight h6,
.client_styles_spacing_tight p,
.client_styles_spacing_tight ul:not(.flickity-page-dots),
.client_styles_spacing_tight ol:not(.flickity-page-dots) {
	margin-bottom: 0.75rem;
}

/* inherit styles */

.client_styles_inherit_1 h1,
.client_styles_inherit_2 h2,
.client_styles_inherit_3 h3,
.client_styles_inherit_4 h4,
.client_styles_inherit_5 h5,
.client_styles_inherit_6 h6,
.client_styles_inherit_p p,
.client_styles_inherit_p ul:not(.flickity-page-dots),
.client_styles_inherit_p ol:not(.flickity-page-dots)
{
	color: inherit;
}

.client_styles_inherit_all h1,
.client_styles_inherit_all h2,
.client_styles_inherit_all h3,
.client_styles_inherit_all h4,
.client_styles_inherit_all h5,
.client_styles_inherit_all h6,
.client_styles_inherit_all p,
.client_styles_inherit_all ul:not(.flickity-page-dots),
.client_styles_inherit_all ol:not(.flickity-page-dots)
{
	color: inherit;
}


/* wysiwyg styles */

.client_styles .alignleft,
.client_styles .alignright {
	float: none;
	margin: 2em auto 2em;
	width: 100%;
	height: auto;
}

.client_styles .aligncenter,
.client_styles .alignleft,
.client_styles .alignright {
    display: block;
    padding: 0;
}

.client_styles .aligncenter {
    float: none;
    margin: 2em auto 2em;
	width: 100%;
	height: auto;
}

.client_styles .wp-caption {
    /* padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center; */
	/* @apply text-center p-1.5 border border-gray-300 bg-gray-50; */
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.client_styles .wp-caption img {
    display: inline;
}

.client_styles .wp-caption figcaption.wp-caption-text {
    /* margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd; */
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    padding-top: 0.375rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 90%;
    font-weight: 300;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
	.client_styles .alignright {
		float: right;
		margin: 0.5em 0 2em 2em;
		width: auto;
	}
	.client_styles .alignleft {
		float: left;
		margin: 0.5em 2em 2em 0;
		width: auto;
	}
}


/* stripped styles (site notice - header.php) */

.client_styles_stripped * {
	margin: 0px !important;
	padding: 0px !important;
}


/* remove brs for mobile */
.client_styles_remove_br br {
	display: none;
}
@media (min-width: 768px) {

	.client_styles_remove_br br {
		display: block;
	}
}

/* unique content block styles */
.top_strip_content *:not(a) {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 1rem;
}
@media (min-width: 1024px) {

	.top_strip_content *:not(a) {
		font-size: 1.5rem;
	}
}
.top_strip_content * strong {
	font-weight: 700;
}


/* ---------------------------------------------------------------------------------
	End
--------------------------------------------------------------------------------- */
/* https://yoksel.github.io/url-encoder/ */

/* ---------------------------------------------------------------------------------
	Dark Mode Root Background Colours
	Also set in JS and header.php
--------------------------------------------------------------------------------- */

:root {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
/* @media (prefers-color-scheme: dark) {
	:root {
		@apply bg-black
	}
} */

/* ---------------------------------------------------------------------------------
	Site Defaults
--------------------------------------------------------------------------------- */

body, html {
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* .nav-open #back_top {
	@apply hidden;
} */


/* ---------------------------------------------------------------------------------
	Site Structure + Containers
--------------------------------------------------------------------------------- */

:root {
	--site-width: 1660px;
	--half-site-width: 830px;
}

.container-fluid,
.container-width,
.container-fluid-no-padding,
.container-fluid-carousel {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: var(--site-width);
}

.container-width-wide,
.container-fluid-wide {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1860px;
}

.container-fluid-wide,
.container-fluid,
.container-padding {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 768px) {

	.container-fluid-wide,
.container-fluid,
.container-padding {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 1024px) {

	.container-fluid-wide,
.container-fluid,
.container-padding {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.nav_spacer_content {
	height: 10px;
}

@media (min-width: 768px) {

	.nav_spacer_content {
		height: 60px;
	}
}

@media (min-width: 1024px) {

	.nav_spacer_content {
		height: 80px;
	}
}

/* ---------------------------------------------------------------------------------
	Gradients + BG's
--------------------------------------------------------------------------------- */

.bg-gradient--blue {
	background: rgb(0,159,208);
	background: linear-gradient(135deg, rgba(0,159,208,1) 12%, rgba(0,205,234,1) 88%);
}


/* ---------------------------------------------------------------------------------
	Tab Focus
--------------------------------------------------------------------------------- */

.primary_tab_focus {
	border-radius: 0.5rem;
}

.primary_tab_focus:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.primary_tab_focus:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-color: rgb(0 158 210 / var(--tw-ring-opacity));
	--tw-ring-opacity: 0.75;
}



/* ---------------------------------------------------------------------------------
	Default styles: All Form Elements
--------------------------------------------------------------------------------- */

#Select {
	border-radius: 0.25rem;
	--tw-border-opacity: 1;
	border-color: rgb(239 239 239 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
	/* @apply dark:text-white dark:border-transparent dark:bg-[#2D2D2D]; */
}
html #Select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2363666A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
/* html.dark #Select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
} */


/* ---------------------------------------------------------------------------------
	Default styles: Checkbox
--------------------------------------------------------------------------------- */

.sf-input-checkbox,
.form-checkbox,
.form-radio {
	border-radius: 0.25rem !important;
	border-width: 1px !important;
	--tw-border-opacity: 1 !important;
	border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
	background-color: transparent !important;
	padding: 0.5rem !important;
	/* @apply dark:border-neutral-500 !important; */
}

.sf-input-checkbox:checked,
.form-checkbox:checked,
.form-radio:checked {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

/* ---------------------------------------------------------------------------------
	Home Page Header
--------------------------------------------------------------------------------- */

/* .home-header-gradient {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.2) 100%);
}

.bg-range-item-gradient {
	background: linear-gradient(0deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0) 60%);
} */

/* ---------------------------------------------------------------------------------
	Form Fields
--------------------------------------------------------------------------------- */

.my_fields [type='text'],
.my_fields [type='email'],
.my_fields [type='url'],
.my_fields [type='password'],
.my_fields [type='number'],
.my_fields [type='date'],
.my_fields [type='datetime-local'],
.my_fields [type='month'],
.my_fields [type='search'],
.my_fields [type='tel'],
.my_fields [type='time'],
.my_fields [type='week'],
.my_fields [multiple],
.my_fields textarea,
.my_fields select {
	font-size: 0.875rem;
	font-weight: 400;
	--tw-border-opacity: 1;
	border-color: rgb(212 212 212 / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {

	.my_fields [type='text'],
.my_fields [type='email'],
.my_fields [type='url'],
.my_fields [type='password'],
.my_fields [type='number'],
.my_fields [type='date'],
.my_fields [type='datetime-local'],
.my_fields [type='month'],
.my_fields [type='search'],
.my_fields [type='tel'],
.my_fields [type='time'],
.my_fields [type='week'],
.my_fields [multiple],
.my_fields textarea,
.my_fields select {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
}


/* ---------------------------------------------------------------------------------
	Modal
--------------------------------------------------------------------------------- */

/* remove outer padding */
.fancybox-slide--html {
	padding: 0px;
}

/* modal core */
.fancybox-can-swipe .fancybox-bg.no-opacity {
	opacity: 1 !important;
}

/* modal styles */
/* .fancybox-content#set_store,
.fancybox-content#product_search_store {
        @apply p-0 mx-4 my-4 bg-transparent;
        @apply overflow-visible;
} */

/* modal inner */
/* .fancybox-content#set_store .modal_inner,
.fancybox-content#product_search_store .modal_inner {
        @apply bg-white dark:bg-dark-grey-1200 rounded shadow-lg;
        @apply overflow-hidden;
} */

/* close */
.fancybox-content#search .fancybox-button.fancybox-close-small {
	height: 50px;
	width: 50px;
	border-radius: 9999px;
	opacity: 1;
}
@media (min-width: 1280px) {

	.fancybox-content#search .fancybox-button.fancybox-close-small {
		height: 60px;
		width: 60px;
	}
}
.fancybox-content#search .fancybox-button.fancybox-close-small {
        /* @apply bg-white; */
        /* @apply text-body-darker hover:text-secondary; */
        /* @apply shadow-lg; */
}

/* theme light */
.theme_light .fancybox-button.fancybox-close-small {
	background-color: transparent !important;
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	opacity: 1 !important;
}

.modal--custom-close .fancybox-button.fancybox-close-small {
	display: none;
}


/* ---------------------------------------------------------------------------------
	Page Header
--------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------
	Fancy Box
--------------------------------------------------------------------------------- */

.fancybox-bg {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.fancybox-close-small {
	height: 50px;
	width: 50px;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}


/* ---------------------------------------------------------------------------------
	Absolute Footer
--------------------------------------------------------------------------------- */

.absolute_footer .nav_links a {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.absolute_footer .nav_links a:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration-line: underline;
}

.absolute_footer .nav_links a {
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.absolute_footer .nav_links a span {
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}


/* ---------------------------------------------------------------------------------
	End
--------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------
	Section Spacing
--------------------------------------------------------------------------------- */

/* 
.top_space_enabled .the_section_space
.bottom_space_disabled .the_section_space
*/

.my_section.top_space_enabled .the_section_space {
	/* @apply pt-20 lg:pt-26; */
	padding-top: 6rem;
}

@media (min-width: 1024px) {

	.my_section.top_space_enabled .the_section_space {
		padding-top: 9rem;
	}
}
.my_section:not(.bottom_space_disabled) .the_section_space {
	/* @apply pb-20 lg:pb-26; */
	padding-bottom: 6rem;
}
@media (min-width: 1024px) {

	.my_section:not(.bottom_space_disabled) .the_section_space {
		padding-bottom: 9rem;
	}
}


/* ---------------------------------------------------------------------------------
	Content Spacing
--------------------------------------------------------------------------------- */

/* 
.the_content_space.top_space_enabled
.the_content_space.bottom_space_disabled
*/

.the_content_space {
	padding-top: 0.5rem;
}

@media (min-width: 1024px) {

	.the_content_space {
		padding-top: 1rem;
	}
}
.the_content_space.top_space_enabled {
	padding-top: 4rem;
}
@media (min-width: 1024px) {

	.the_content_space.top_space_enabled {
		padding-top: 4.5rem;
	}
}
.the_content_space:not(.bottom_space_disabled) {
	padding-bottom: 4rem;
}
@media (min-width: 1024px) {

	.the_content_space:not(.bottom_space_disabled) {
		padding-bottom: 4.5rem;
	}
}

/* we never need this on the first item in a section so we? - coz we are enabling it by default for all items */
/* .the_content_space:first-child.top_space_enabled {
	@apply pt-0;
}
.the_content_space:last-child.top_space_enabled {
	@apply pb-0;
} */


/* always disable last space in content */
/* .bg_section .the_content_space:last-of-type {
	@apply pb-0;
} */

/* ---------------------------------------------------------------------------------
	End
--------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
	Fields - Floating Labels Version - must have floating-label.js enqueued
---------------------------------------------------------------------------------- */

/* form */
/* html .my_formidable_form {
	@apply text-14px;
} */

/* item wrapper */
html .my_formidable_form .form-field {
	position: relative;
	margin-bottom: 1.5rem;
}

/* the fields */
html .my_formidable_form .form-field [type='text'],
html .my_formidable_form .form-field [type='email'],
html .my_formidable_form .form-field [type='url'],
html .my_formidable_form .form-field [type='password'],
html .my_formidable_form .form-field [type='number'],
html .my_formidable_form .form-field [type='date'],
html .my_formidable_form .form-field [type='datetime-local'],
html .my_formidable_form .form-field [type='month'],
html .my_formidable_form .form-field [type='search'],
html .my_formidable_form .form-field [type='tel'],
html .my_formidable_form .form-field [type='time'],
html .my_formidable_form .form-field [type='week'],
html .my_formidable_form .form-field [multiple],
html .my_formidable_form .form-field textarea,
html .my_formidable_form .form-field select {
	margin-bottom: 0.25rem;
	width: 100%;
	border-width: 2px;
}

/* field border colour */
html .my_formidable_form .form-field input:not([aria-invalid=true]),
html .my_formidable_form .form-field textarea:not([aria-invalid=true]),
html .my_formidable_form .form-field select:not([aria-invalid=true]) {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
/* error border */
html .my_formidable_form .form-field input[aria-invalid=true],
html .my_formidable_form .form-field textarea[aria-invalid=true],
html .my_formidable_form .form-field select[aria-invalid=true] {
	--tw-border-opacity: 1;
	border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
/* focus border */
html .my_formidable_form .form-field input:focus,
html .my_formidable_form .form-field textarea:focus,
html .my_formidable_form .form-field select:focus {
	--tw-border-opacity: 1;
	border-color: rgb(0 158 210 / var(--tw-border-opacity));
}

html .my_formidable_form [type='text']:focus,
html .my_formidable_form [type='email']:focus,
html .my_formidable_form [type='url']:focus,
html .my_formidable_form [type='password']:focus,
html .my_formidable_form [type='number']:focus,
html .my_formidable_form [type='date']:focus,
html .my_formidable_form [type='datetime-local']:focus,
html .my_formidable_form [type='month']:focus,
html .my_formidable_form [type='search']:focus,
html .my_formidable_form [type='tel']:focus,
html .my_formidable_form [type='time']:focus,
html .my_formidable_form [type='week']:focus,
html .my_formidable_form [multiple]:focus,
html .my_formidable_form textarea:focus,
html .my_formidable_form select:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* labels */
html .my_formidable_form .form-field:not(.vertical_radio) > label,
html .my_formidable_form .form-field.vertical_radio > .frm_primary_label {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 0.875rem;
}

/* required indicator */
html .my_formidable_form span.frm_required {
	padding-left: 0.125rem;
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}

/* error */
html .my_formidable_form .frm_error {
	text-align: left;
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}

/* radios + checkboxes */
.frm_opt_container {
	/* @apply flex flex-wrap items-center space-x-3; */
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-bottom: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
.frm_opt_container .frm_radio,
.frm_opt_container .frm_checkbox {
	width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
	.frm_opt_container .frm_radio,
.frm_opt_container .frm_checkbox {
		width: 50%;
	}
}
.frm_opt_container .frm_radio > label,
.frm_opt_container .frm_checkbox > label {
	display: flex;
}
.frm_opt_container .frm_radio > label > input,
.frm_opt_container .frm_checkbox > label > input {
	margin-right: 0.5rem;
	margin-top: 0.25rem;
}

/* file upload */
/* make drag zone full width */
.file-upload-field .frm_dropzone.frm_single_upload {
	width: 100%;
	max-width: none;
}
/* upload spacing bottom */
.file-upload-field .frm_dropzone .frm_upload_icon {
	margin-bottom: 0.5rem;
}
/* upload icon size */
.file-upload-field .frm_dropzone .frm_upload_icon:before {
	font-size: 1.875rem;
}
/* font size large title */
.file-upload-field .frm_dropzone .dz-message {
	font-size: 1rem;
}
@media (min-width: 1536px) {
	.file-upload-field .frm_dropzone .dz-message {
		font-size: 1.125rem;
	}
}
/* last small line (file size etc) */
.file-upload-field .frm_dropzone .frm_small_text {
	font-size: 0.75rem;
}
/* background + border color */
html .file-upload-field .frm_dropzone .dz-message {
	border-width: 2px;
	border-style: dashed;
	--tw-border-opacity: 1;
	border-color: rgb(229 229 229 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}


/* ----------------------------------------------------------------------------------
	Floating Styles
---------------------------------------------------------------------------------- */

/* labels */
html .my_formidable_floating_labels_form .form-field.has-floating-label > label {
	margin-bottom: 0px;
	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-duration: 200ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	/* @apply absolute p-0 z-1 left-0 px-1.5 ml-2.5 top-[21px] inline-flex items-center pointer-events-none scale-100 bg-transparent origin-left; */
	pointer-events: none;
	position: absolute;
	left: 0px;
	top: 26px;
	z-index: 1;
	margin-left: 0.625rem;
	display: inline-flex;
	transform-origin: left;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	align-items: center;
	background-color: transparent;
	padding: 0px;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	--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));
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* labels when active */
html .my_formidable_floating_labels_form .form-field label.active {
	--tw-translate-y: -2rem;
	--tw-scale-x: 0.72;
	--tw-scale-y: 0.72;
	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));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* force hide labels for fields that can not float - select,  */
html .my_formidable_floating_labels_form .form-field.force-hide-label > label {
	display: none;
}


/* ----------------------------------------------------------------------------------
	Font Weights & Sizes (all cases)
---------------------------------------------------------------------------------- */

/* inputs + floating labels (should be same as inputs) */

html .my_formidable_form .form-field [type='text'],
html .my_formidable_form .form-field [type='email'],
html .my_formidable_form .form-field [type='url'],
html .my_formidable_form .form-field [type='password'],
html .my_formidable_form .form-field [type='number'],
html .my_formidable_form .form-field [type='date'],
html .my_formidable_form .form-field [type='datetime-local'],
html .my_formidable_form .form-field [type='month'],
html .my_formidable_form .form-field [type='search'],
html .my_formidable_form .form-field [type='tel'],
html .my_formidable_form .form-field [type='time'],
html .my_formidable_form .form-field [type='week'],
html .my_formidable_form .form-field [multiple],
html .my_formidable_form .form-field textarea,
html .my_formidable_form .form-field select {
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
}

@media (min-width: 1024px) {
	html .my_formidable_form .form-field [type='text'],
html .my_formidable_form .form-field [type='email'],
html .my_formidable_form .form-field [type='url'],
html .my_formidable_form .form-field [type='password'],
html .my_formidable_form .form-field [type='number'],
html .my_formidable_form .form-field [type='date'],
html .my_formidable_form .form-field [type='datetime-local'],
html .my_formidable_form .form-field [type='month'],
html .my_formidable_form .form-field [type='search'],
html .my_formidable_form .form-field [type='tel'],
html .my_formidable_form .form-field [type='time'],
html .my_formidable_form .form-field [type='week'],
html .my_formidable_form .form-field [multiple],
html .my_formidable_form .form-field textarea,
html .my_formidable_form .form-field select {
		font-size: 1rem;
	}
}

html .my_formidable_form .form-field [type='text'],
html .my_formidable_form .form-field [type='email'],
html .my_formidable_form .form-field [type='url'],
html .my_formidable_form .form-field [type='password'],
html .my_formidable_form .form-field [type='number'],
html .my_formidable_form .form-field [type='date'],
html .my_formidable_form .form-field [type='datetime-local'],
html .my_formidable_form .form-field [type='month'],
html .my_formidable_form .form-field [type='search'],
html .my_formidable_form .form-field [type='tel'],
html .my_formidable_form .form-field [type='time'],
html .my_formidable_form .form-field [type='week'],
html .my_formidable_form .form-field [multiple],
html .my_formidable_form .form-field textarea,
html .my_formidable_form .form-field select { /* rounded-lg */ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	/* when font makes things uneven set top and bottom differently */
	/* @apply pt-2 pb-3 px-4; */
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
html .my_formidable_form .form-field textarea {
	padding-top: 1rem;
}

/* floating label same size as fields + bg colour */
html .my_formidable_floating_labels_form .form-field.has-floating-label > label {
	font-size: 0.875rem;
	line-height: 1;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* normal labels */
html .my_formidable_form .form-field:not(.has-floating-label) > label,
html .my_formidable_form .form-field.vertical_radio > .frm_primary_label {
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
}
@media (min-width: 1024px) {
	html .my_formidable_form .form-field:not(.has-floating-label) > label,
html .my_formidable_form .form-field.vertical_radio > .frm_primary_label {
		font-size: 1rem;
	}
}

/* hide labels */
.frm_none_container > label {
	display: none !important;
}

/* ----------------------------------------------------------------------------------
	Submit Button
---------------------------------------------------------------------------------- */

html .my_formidable_form button.frm_button_submit {
	/* @apply transition-all ease-in-out duration-300 inline-flex items-center justify-center leading-none rounded-full; */
	min-width: 100%;
}

@media (min-width: 768px) {
	html .my_formidable_form button.frm_button_submit {
		min-width: 60%;
	}
}

@media (min-width: 1024px) {
	html .my_formidable_form button.frm_button_submit {
		min-width: 40%;
	}
}

html .my_formidable_form button.frm_button_submit {

	/* @apply text-center transition-all ease-in-out duration-300 inline-flex items-center justify-center leading-none font-regular;
	@apply text-14px;
	@apply py-4.5;
	@apply px-4 md:px-10 2xl:px-16;
	@apply rounded-full;

	@apply border-primary bg-primary text-white;
	@apply hover:border-primary-hover hover:bg-primary-hover hover:text-white;
	@apply focus:outline-none focus-visible:ring-4 focus-visible:ring-primary-hover focus-visible:ring-opacity-50 focus-visible:ring-offset-2; */
}

/* position */
html .my_formidable_form.submit--center .frm_submit {
	text-align: center;
}

html .my_formidable_form.submit--right .frm_submit {
	text-align: center;
}

@media (min-width: 1024px) {
	html .my_formidable_form.submit--right .frm_submit {
		text-align: right;
	}
}

html .my_formidable_form.submit--right .frm_submit {
	/* @apply md:pl-[2%]; */
}
html .my_formidable_form.submit--right-always .frm_submit {
	text-align: center;
}
@media (min-width: 768px) {
	html .my_formidable_form.submit--right-always .frm_submit {
		text-align: right;
	}
}
html .my_formidable_form.submit--right-always .frm_submit {
	/* @apply md:pl-[2%]; */
}

html .my_formidable_form.submit--right .frm_submit button.frm_button_submit,
html .my_formidable_form.submit--right .form_privacy_policy a {
	min-width: 100%;
}

@media (min-width: 768px) {
	html .my_formidable_form.submit--right .frm_submit button.frm_button_submit,
html .my_formidable_form.submit--right .form_privacy_policy a {
		min-width: 50%;
	}
}

@media (min-width: 1024px) {
	html .my_formidable_form.submit--right .frm_submit button.frm_button_submit,
html .my_formidable_form.submit--right .form_privacy_policy a {
		min-width: 40%;
	}
}

html .my_formidable_form.submit--right-always .frm_submit button.frm_button_submit,
html .my_formidable_form.submit--right-always .form_privacy_policy a {
	min-width: 100%;
}

@media (min-width: 768px) {
	html .my_formidable_form.submit--right-always .frm_submit button.frm_button_submit,
html .my_formidable_form.submit--right-always .form_privacy_policy a {
		min-width: 50%;
	}
}

@media (min-width: 1024px) {
	html .my_formidable_form.submit--right-always .frm_submit button.frm_button_submit,
html .my_formidable_form.submit--right-always .form_privacy_policy a {
		min-width: 40%;
	}
}

/* privacy policy under form */
html .my_formidable_form[class*="submit--"] .form_privacy_policy a {
	display: inline-block;
	text-align: center;
}
html .my_formidable_form[class*="submit--"] .form_privacy_policy {
	padding-top: 2rem;
	text-align: center;
}
html .my_formidable_form.submit--right .form_privacy_policy {
	text-align: center;
}
@media (min-width: 1024px) {
	html .my_formidable_form.submit--right .form_privacy_policy {
		text-align: right;
	}
}
html .my_formidable_form.submit--right-always .form_privacy_policy {
	text-align: center;
}
@media (min-width: 768px) {
	html .my_formidable_form.submit--right-always .form_privacy_policy {
		text-align: right;
	}
}

/* full width submit */
html .my_formidable_form.submit--full-width .frm_submit,
html .my_formidable_form.submit--full-width .frm_submit button.frm_button_submit {
	width: 100%;
}


/* ----------------------------------------------------------------------------------
	Theme Colours
---------------------------------------------------------------------------------- */

/* required indicator + error under field */
html .theme-light .my_formidable_form .frm_error,
html .theme-light .my_formidable_form span.frm_required {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* field border colour */
html .theme-light .my_formidable_form .form-field input:not([aria-invalid=true]),
html .theme-light .my_formidable_form .form-field textarea:not([aria-invalid=true]),
html .theme-light .my_formidable_form .form-field select:not([aria-invalid=true]) {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

/* error border */
html .theme-light .my_formidable_form .form-field input[aria-invalid=true],
html .theme-light .my_formidable_form .form-field textarea[aria-invalid=true],
html .theme-light .my_formidable_form .form-field select[aria-invalid=true] {
	--tw-border-opacity: 1;
	border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

/* focus border */
html .theme-light .my_formidable_form .form-field input:focus,
html .theme-light .my_formidable_form .form-field textarea:focus,
html .theme-light .my_formidable_form .form-field select:focus {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

/* submit button */
html .theme-light .my_formidable_form button.frm_button_submit {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
html .theme-light .my_formidable_form button.frm_button_submit:hover {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
html .theme-light .my_formidable_form button.frm_button_submit:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
html .theme-light .my_formidable_form button.frm_button_submit:focus-visible {
	--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(4px + 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);
	--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
	--tw-ring-opacity: 0.5;
	--tw-ring-offset-width: 2px;
}

/* privacy link */
html .theme-light .my_formidable_form .form_privacy_policy a {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
html .theme-light .my_formidable_form .form_privacy_policy a:hover {
	--tw-text-opacity: 1;
	color: rgb(0 158 210 / var(--tw-text-opacity));
}
html .theme-light .my_formidable_form .form_privacy_policy a:focus {
	--tw-text-opacity: 1;
	color: rgb(0 158 210 / var(--tw-text-opacity));
}


/* ----------------------------------------------------------------------------------
	End
---------------------------------------------------------------------------------- */
/* https://tailwindcss.com/docs/using-with-preprocessors */
/* https://tailwindcss.com/docs/functions-and-directives */

/* scode add-on css */

/* @import "tailwind-site-side-bars.css"; */
/* @import "tailwind-site-menus.css"; */

/* @import "tailwind-site-accordion.css"; */

/* @import "tailwind-site-flickity.css"; */
/* @import "tailwind-site-search-filter.css"; */
/* @import "tailwind-site-social-icons.css"; */
/* @import "tailwind-site-custom-cursor.css"; */

/* tailwind css */

/* ! tailwindcss v3.3.2 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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:  ;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-left-\[1px\]{
  left: -1px;
}
.-top-\[1px\]{
  top: -1px;
}
.bottom-14{
  bottom: 3.5rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-12{
  order: 12;
}
.m-6{
  margin: 1.5rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mb-5{
  margin-bottom: -1.25rem;
}
.-mt-12{
  margin-top: -3rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-12{
  width: 3rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[164px\]{
  width: 164px;
}
.w-\[50px\]{
  width: 50px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-\[1340px\]{
  max-width: 1340px;
}
.max-w-\[calc\(1660px_\*_\(5_\/_11\)\)\]{
  max-width: calc(1660px * (5 / 11));
}
.max-w-\[calc\(1660px_\*_\(6_\/_11\)\)\]{
  max-width: calc(1660px * (6 / 11));
}
.grow{
  flex-grow: 1;
}
.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));
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-br-4xl{
  border-bottom-right-radius: 2rem;
}
.rounded-br-6xl{
  border-bottom-right-radius: 3rem;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 210 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-4{
  padding: 1rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.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-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-18{
  padding-bottom: 4.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[164px\]{
  padding-left: 164px;
}
.pr-8{
  padding-right: 2rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[20px\]{
  font-size: 20px;
}
.font-light{
  font-weight: 300;
}
.font-regular{
  font-weight: 400;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-\[\#747474\]{
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-body{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 158 210 / var(--tw-text-opacity));
}
.text-primary-hover{
  --tw-text-opacity: 1;
  color: rgb(0 158 210 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-secondary-hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.shadow-md-light{
  --tw-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.06), 0 0px 6px -1px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 4px 8px -1px var(--tw-shadow-color), 0 0px 6px -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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 210 / var(--tw-bg-opacity));
}
.hover\:text-body:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 158 210 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(0 158 210 / var(--tw-text-opacity));
}
@media (min-width: 768px){

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

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

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

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

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

  .md\:-mt-8{
    margin-top: -2rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-5\/7{
    width: 71.42857142%;
  }

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

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

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

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

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

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

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

  .md\:justify-center{
    justify-content: center;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

  .md\:gap-y-0{
    row-gap: 0px;
  }

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

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

  .md\:rounded-br-6xl{
    border-bottom-right-radius: 3rem;
  }

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

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .md\:pl-\[228px\]{
    padding-left: 228px;
  }

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

  .md\:pt-36{
    padding-top: 9rem;
  }

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

  .md\:text-center{
    text-align: center;
  }
}
@media (min-width: 1024px){

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

  .lg\:block{
    display: block;
  }

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

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

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

  .lg\:w-5\/11{
    width: 45.4545454%;
  }

  .lg\:w-5\/7{
    width: 71.42857142%;
  }

  .lg\:w-6\/11{
    width: 54.5454545%;
  }

  .lg\:w-6\/7{
    width: 85.71428571%;
  }

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

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

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

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

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

  .lg\:justify-center{
    justify-content: center;
  }

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

  .lg\:gap-y-0{
    row-gap: 0px;
  }

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

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

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-18{
    padding-bottom: 4.5rem;
  }

  .lg\:pb-30{
    padding-bottom: 7.5rem;
  }

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

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

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

  .lg\:pl-\[280px\]{
    padding-left: 280px;
  }

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

  .lg\:pt-18{
    padding-top: 4.5rem;
  }

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

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

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

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

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

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

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

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

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

  .xl\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

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

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }
}
@media (min-width: 1536px){

  .\32xl\:w-10\/12{
    width: 83.333333%;
  }

  .\32xl\:w-11\/12{
    width: 91.666667%;
  }

  .\32xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 1860px){

  .\33xl\:rounded-br-6xl{
    border-bottom-right-radius: 3rem;
  }

  .\33xl\:pb-36{
    padding-bottom: 9rem;
  }
}
