/*
! 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-0{
	bottom: 0px;
}
.left-0{
	left: 0px;
}
.left-4{
	left: 1rem;
}
.right-0{
	right: 0px;
}
.top-0{
	top: 0px;
}
.z-10{
	z-index: 10;
}
.z-50{
	z-index: 50;
}
.z-\[-1\]{
	z-index: -1;
}
.z-\[0\]{
	z-index: 0;
}
.order-1{
	order: 1;
}
.order-2{
	order: 2;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.m-8{
	margin: 2rem;
}
.\!mx-0{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.-mx-5{
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.mx-3{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.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-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.\!mt-auto{
	margin-top: auto !important;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.ml-0{
	margin-left: 0px;
}
.ml-0\.5{
	margin-left: 0.125rem;
}
.ml-1{
	margin-left: 0.25rem;
}
.ml-10{
	margin-left: 2.5rem;
}
.ml-12{
	margin-left: 3rem;
}
.ml-16{
	margin-left: 4rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.ml-3{
	margin-left: 0.75rem;
}
.ml-4{
	margin-left: 1rem;
}
.ml-6{
	margin-left: 1.5rem;
}
.ml-8{
	margin-left: 2rem;
}
.mr-0{
	margin-right: 0px;
}
.mr-1{
	margin-right: 0.25rem;
}
.mr-10{
	margin-right: 2.5rem;
}
.mr-12{
	margin-right: 3rem;
}
.mr-16{
	margin-right: 4rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.mr-4{
	margin-right: 1rem;
}
.mr-6{
	margin-right: 1.5rem;
}
.mr-8{
	margin-right: 2rem;
}
.mt-0{
	margin-top: 0px;
}
.mt-0\.5{
	margin-top: 0.125rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-12{
	margin-top: 3rem;
}
.mt-16{
	margin-top: 4rem;
}
.mt-2{
	margin-top: 0.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;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.aspect-1\/1{
	aspect-ratio: 1 / 1;
}
.size-16{
	width: 4rem;
	height: 4rem;
}
.h-1{
	height: 0.25rem;
}
.h-10{
	height: 2.5rem;
}
.h-4{
	height: 1rem;
}
.h-6{
	height: 1.5rem;
}
.h-9{
	height: 2.25rem;
}
.h-auto{
	height: auto;
}
.h-full{
	height: 100%;
}
.min-h-\[54px\]{
	min-height: 54px;
}
.min-h-\[64px\]{
	min-height: 64px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-10{
	width: 2.5rem;
}
.w-16{
	width: 4rem;
}
.w-4{
	width: 1rem;
}
.w-6{
	width: 1.5rem;
}
.w-72{
	width: 18rem;
}
.w-9{
	width: 2.25rem;
}
.w-\[50\%\]{
	width: 50%;
}
.w-\[66vw\]{
	width: 66vw;
}
.w-auto{
	width: auto;
}
.w-full{
	width: 100%;
}
.min-w-\[240px\]{
	min-width: 240px;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-\[644px\]{
	max-width: 644px;
}
.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-auto{
	flex: 1 1 auto;
}
.flex-grow{
	flex-grow: 1;
}
.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-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-3{
	gap: 0.75rem;
}
.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-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;
}
.self-end{
	align-self: flex-end;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-y-auto{
	overflow-y: auto;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-\[10px\]{
	border-radius: 10px;
}
.rounded-\[12px\]{
	border-radius: 12px;
}
.rounded-\[15px\]{
	border-radius: 15px;
}
.rounded-\[16px\]{
	border-radius: 16px;
}
.rounded-\[4px\]{
	border-radius: 4px;
}
.rounded-\[50px\]{
	border-radius: 50px;
}
.rounded-\[8px\]{
	border-radius: 8px;
}
.rounded-full{
	border-radius: 9999px;
}
.border{
	border-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-t{
	border-top-width: 1px;
}
.border-dashed{
	border-style: dashed;
}
.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-\[\#E7EBF1\]{
	--tw-border-opacity: 1;
	border-color: rgb(231 235 241 / var(--tw-border-opacity));
}
.bg-bright-orange{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
}
.bg-dark-blue-gray{
	--tw-bg-opacity: 1;
	background-color: rgb(14 27 39 / var(--tw-bg-opacity));
}
.bg-dark-navy{
	--tw-bg-opacity: 1;
	background-color: rgb(0 13 63 / var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-green-100{
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-vibrant-blue{
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.stroke-green-300{
	stroke: #86efac;
}
.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;
}
.p-1{
	padding: 0.25rem;
}
.p-10{
	padding: 2.5rem;
}
.p-2{
	padding: 0.5rem;
}
.p-3{
	padding: 0.75rem;
}
.\!px-0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.\!px-7{
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}
.\!py-4{
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.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-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-0{
	padding-bottom: 0px;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.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-4{
	padding-bottom: 1rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pl-0{
	padding-left: 0px;
}
.pl-1{
	padding-left: 0.25rem;
}
.pl-10{
	padding-left: 2.5rem;
}
.pl-12{
	padding-left: 3rem;
}
.pl-16{
	padding-left: 4rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pl-4{
	padding-left: 1rem;
}
.pl-6{
	padding-left: 1.5rem;
}
.pl-8{
	padding-left: 2rem;
}
.pr-0{
	padding-right: 0px;
}
.pr-1{
	padding-right: 0.25rem;
}
.pr-10{
	padding-right: 2.5rem;
}
.pr-12{
	padding-right: 3rem;
}
.pr-16{
	padding-right: 4rem;
}
.pr-2{
	padding-right: 0.5rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pr-4{
	padding-right: 1rem;
}
.pr-6{
	padding-right: 1.5rem;
}
.pr-8{
	padding-right: 2rem;
}
.pt-0{
	padding-top: 0px;
}
.pt-1{
	padding-top: 0.25rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pt-16{
	padding-top: 4rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pt-24{
	padding-top: 6rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pt-36{
	padding-top: 9rem;
}
.pt-4{
	padding-top: 1rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pt-8{
	padding-top: 2rem;
}
.text-center{
	text-align: center;
}
.align-middle{
	vertical-align: middle;
}
.\!text-\[15px\]{
	font-size: 15px !important;
}
.\!text-\[16px\]{
	font-size: 16px !important;
}
.\!text-\[20px\]{
	font-size: 20px !important;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.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-\[26px\]{
	font-size: 26px;
}
.text-\[34px\]{
	font-size: 34px;
}
.text-\[36px\]{
	font-size: 36px;
}
.text-\[40px\]{
	font-size: 40px;
}
.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;
}
.normal-case{
	text-transform: none;
}
.leading-\[1\.15\]{
	line-height: 1.15;
}
.leading-\[1\.1\]{
	line-height: 1.1;
}
.leading-\[1\.25\]{
	line-height: 1.25;
}
.leading-\[1\.4\]{
	line-height: 1.4;
}
.leading-\[1\.5\]{
	line-height: 1.5;
}
.leading-\[1\.6\]{
	line-height: 1.6;
}
.leading-none{
	line-height: 1;
}
.leading-normal{
	line-height: 1.5;
}
.leading-tight{
	line-height: 1.25;
}
.-tracking-\[0\.256px\]{
	letter-spacing: -0.256px;
}
.tracking-\[-0\.87px\]{
	letter-spacing: -0.87px;
}
.tracking-\[2\.4px\]{
	letter-spacing: 2.4px;
}
.tracking-\[2\.6px\]{
	letter-spacing: 2.6px;
}
.tracking-\[3px\]{
	letter-spacing: 3px;
}
.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-bright-orange{
	--tw-text-opacity: 1;
	color: rgb(255 71 18 / 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);
}
.outline-none{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.outline{
	outline-style: solid;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-primary{
	font-family: 'Poppins';
}
.editor *:last-child{
		margin-bottom: 0;
	}
h1.wp-block-heading{

}
h2.wp-block-heading {
	
}
h3.wp-block-heading {

}
h4.wp-block-heading {
	
}
h5.wp-block-heading {
	
}
p.has-medium-font-size{

}
body{
	font-size: 18px;
	line-height: 1.4;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
	font-family: 'Poppins';
}
@media (min-width: 1024px){

	body{
		font-size: 20px;
	}
}
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{
	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: 24px;
	}
}
.entry-content p.has-medium-font-size, .block-editor-block-list__layout p.has-medium-font-size{
	font-size: 16px !important;
}
@media (min-width: 768px){

	.entry-content p.has-medium-font-size, .block-editor-block-list__layout p.has-medium-font-size{
		font-size: 18px !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 strong,.block-editor-block-list__layout strong{
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(0 13 63 / var(--tw-text-opacity));
}
.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: 'Poppins';
}
h1{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}
@media (min-width: 768px){

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

	h1{
		font-size: 72px;
	}
}
h2{
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
}
@media (min-width: 768px){

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

	h2{
		font-size: 56px;
	}
}
h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
}
@media (min-width: 768px){

	h3{
		font-size: 28px;
	}
}
h4{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.87px;
}
@media (min-width: 768px){

	h4{
		font-size: 28px;
	}
}
h5{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
}
@media (min-width: 768px){

	h5{
		font-size: 20px;
	}
}
.highlight{
	display: flex;
	--tw-text-opacity: 1;
	color: rgb(255 71 18 / var(--tw-text-opacity));
}
.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: #FF4712;
				left: -.8em;
				top: 8px;
			}
@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:not(.\!mx-0 ) {
	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{
	overflow: hidden;
	border-radius: 12px;
}
@media (min-width: 1024px){

	.is-style-rounded{
		border-radius: 26px;
	}
}
: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-top: 24px;
	margin-bottom: 32px;
}
ul.wp-block-list li{
	position: relative;
	margin-bottom: 0.5rem;
	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;
			left: 0em;
			top: 10px;
			background: #FF4712;
		}
ul.wp-block-list.is-style-bottom-border li{
	margin-bottom: 0.75rem;
	border-bottom-width: 2px;
	border-style: dashed;
	padding-bottom: 0.75rem;
}
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;
	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='%23AA5096'/%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;
		}
ol.wp-block-list.is-style-bottom-border li{
	border-bottom-width: 1px;
	padding-bottom: 0.5rem;
}
.wp-block-image.is-style-cover{
	height: 100%;
	width: 100%;
}
.wp-block-image.is-style-cover img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.btn{
	border-radius: 10px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 17px;
	font-weight: 600;
	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{
	display: inline-flex;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 18px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
}
/* Target buttons without is-style- classes OR with only is-style-default */
.wp-block-button:not([class*="is-style-"]) a, 
.wp-block-button.is-style-default a{
	display: inline-flex;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 18px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button:not([class*="is-style-"]) a:hover, 
.wp-block-button.is-style-default a:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
}
/* Option 1: Use @apply to extend .btn--primary (works with current setup) */
@media (min-width: 768px){

	.site-header .has-button{
		margin-left: 1rem !important;
	}
}
.site-header .has-button a{
	border-radius: 10px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 600 !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;
}
#primary-menu >ul>li{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#primary-menu >ul>li >a{
	font-size: 16px;
	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(0 107 229 / var(--tw-text-opacity));
}
@media (min-width: 1280px){

	#primary-menu >ul>li >a{
		font-size: 17px;
	}
}
.site-header.site-header--dark .menu-item-has-children > a .submenu-toggle{
	
		}
@media (min-width: 768px){

	.site-header #primary-menu > ul .has-cta{
		margin-left: 2rem;
	}
}
.site-header #primary-menu > ul .has-cta a{
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 17px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header #primary-menu > ul .has-cta a:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.site-header.scroll {
	/* Glassmorphism effect */
	background: rgba(255, 255, 255, 0.6) !important;
	backdrop-filter: blur(10px) saturate(180%);
	-webkit-backdrop-filter: blur(10px) saturate(180%);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}
.site-header.scroll #primary-menu .has-btn--plum a{
	border-radius: 9999px;
	font-weight: 600 !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;
		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;
		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;
	}

				@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 .has-cta{
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
#mobile-menu .has-cta a{
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 17px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu .has-cta a:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#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 .has-button{
	margin-top: 1rem;
}
#mobile-menu .has-button a{
	border-radius: 10px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 600;
	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;
}
#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;
		margin-top: 8px;
		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='%2383216E' 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;
	}
/* 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 .has-button a{
		
		}
.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-radius: 15px;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
	font-size: 17px;
	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{
	font-size: 17px;
}
.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{
	font-size: 17px;
}
.gform_fields{
row-gap: 20px!important;
}
.gform_button{
	border-radius: 10px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 17px;
	font-weight: 600;
	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;
}
.gfield_label{
	font-size: 20px !important;
	font-weight: 400 !important;
}
.gfield_required{
	font-size: 20px !important;
	font-weight: 500;
	font-style: normal !important;
}
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;
}
.gform-footer{
	justify-content: center;
}
.gform_button{
	display: inline-flex;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 18px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
}
.gform_confirmation_message{
	border-radius: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity));
	padding: 2.5rem;
	font-size: 20px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* put the following svg into the ::before selector */
.gform_confirmation_message:before{
	margin-bottom: 1rem;
	display: block;
	width: 4rem;
	height: 4rem;
	fill: #86efac;
	stroke: #86efac;
		content: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='1.5' fill='none' stroke='%2386efac'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z' /%3E%3C/svg%3E");
}
/* 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;
}
/* Rotation animation */
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.rotate-animation {
	animation: rotate 44s linear infinite;
}
.rotate-animation.rotate-speed-2{
	animation: rotate 80s linear infinite;
}
/* 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) {
	.page .left-on-mobile{
		text-align: left;
		display: flex;
		justify-content: flex-start;
		float: none!important;
		margin-left: 0 !important;
		margin-right: 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;
}
.breakout-bg.right::before{
	margin-left: auto;
	width: 51vw;
	z-index: 0;
}
.breakout-bg.right >*{
		position: relative;
		z-index: 2;
	}
.hover-overlay{
	position: relative;
}
.hover-overlay:hover::before{
		opacity: .4;
	}
.hover-overlay::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		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-\[17px\]::-moz-placeholder{
	font-size: 17px;
}
.placeholder\:text-\[17px\]::placeholder{
	font-size: 17px;
}
.last\:mb-0:last-child{
	margin-bottom: 0px;
}
.last\:border-b-0:last-child{
	border-bottom-width: 0px;
}
.hover\:bg-bright-orange:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 71 18 / var(--tw-bg-opacity));
}
.hover\:bg-vibrant-blue:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 107 229 / var(--tw-bg-opacity));
}
.hover\:text-bright-orange:hover{
	--tw-text-opacity: 1;
	color: rgb(255 71 18 / var(--tw-text-opacity));
}
.hover\:text-vibrant-blue:hover{
	--tw-text-opacity: 1;
	color: rgb(0 107 229 / var(--tw-text-opacity));
}
.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));
}
@media (min-width: 600px){

	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 768px){

	.md\:static{
		position: static;
	}

	.md\:absolute{
		position: absolute;
	}

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

	.md\:top-\[55\%\]{
		top: 55%;
	}

	.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-7{
		grid-column: span 7 / span 7;
	}

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

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

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

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

	.md\:mb-1{
		margin-bottom: 0.25rem;
	}

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

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

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

	.md\:mb-2{
		margin-bottom: 0.5rem;
	}

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

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

	.md\:mb-4{
		margin-bottom: 1rem;
	}

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

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

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

	.md\:ml-1{
		margin-left: 0.25rem;
	}

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

	.md\:ml-12{
		margin-left: 3rem;
	}

	.md\:ml-16{
		margin-left: 4rem;
	}

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

	.md\:ml-3{
		margin-left: 0.75rem;
	}

	.md\:ml-4{
		margin-left: 1rem;
	}

	.md\:ml-6{
		margin-left: 1.5rem;
	}

	.md\:ml-8{
		margin-left: 2rem;
	}

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

	.md\:mr-1{
		margin-right: 0.25rem;
	}

	.md\:mr-10{
		margin-right: 2.5rem;
	}

	.md\:mr-12{
		margin-right: 3rem;
	}

	.md\:mr-16{
		margin-right: 4rem;
	}

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

	.md\:mr-3{
		margin-right: 0.75rem;
	}

	.md\:mr-4{
		margin-right: 1rem;
	}

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

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

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

	.md\:mt-1{
		margin-top: 0.25rem;
	}

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

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

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

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

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

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

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

	.md\:mt-4{
		margin-top: 1rem;
	}

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

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

	.md\:flex{
		display: flex;
	}

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

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

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

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

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

	.md\:translate-y-\[-50\%\]{
		--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));
	}

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

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

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

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

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

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

	.md\:rounded-br-\[0px\]{
		border-bottom-right-radius: 0px;
	}

	.md\:rounded-tl-\[30px\]{
		border-top-left-radius: 30px;
	}

	.md\:rounded-tr-\[0px\]{
		border-top-right-radius: 0px;
	}

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

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

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

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

	.md\:pb-1{
		padding-bottom: 0.25rem;
	}

	.md\:pb-10{
		padding-bottom: 2.5rem;
	}

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

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

	.md\:pb-2{
		padding-bottom: 0.5rem;
	}

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

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

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

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

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

	.md\:pl-1{
		padding-left: 0.25rem;
	}

	.md\:pl-10{
		padding-left: 2.5rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.md\:pt-1{
		padding-top: 0.25rem;
	}

	.md\:pt-10{
		padding-top: 2.5rem;
	}

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

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

	.md\:pt-2{
		padding-top: 0.5rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.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-9{
		grid-column: span 9 / span 9;
	}

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

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

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

	.lg\:mb-1{
		margin-bottom: 0.25rem;
	}

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

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

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

	.lg\:mb-2{
		margin-bottom: 0.5rem;
	}

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

	.lg\:mb-3{
		margin-bottom: 0.75rem;
	}

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

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

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

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

	.lg\:ml-1{
		margin-left: 0.25rem;
	}

	.lg\:ml-10{
		margin-left: 2.5rem;
	}

	.lg\:ml-12{
		margin-left: 3rem;
	}

	.lg\:ml-16{
		margin-left: 4rem;
	}

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

	.lg\:ml-3{
		margin-left: 0.75rem;
	}

	.lg\:ml-4{
		margin-left: 1rem;
	}

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

	.lg\:ml-8{
		margin-left: 2rem;
	}

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

	.lg\:mr-1{
		margin-right: 0.25rem;
	}

	.lg\:mr-10{
		margin-right: 2.5rem;
	}

	.lg\:mr-12{
		margin-right: 3rem;
	}

	.lg\:mr-16{
		margin-right: 4rem;
	}

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

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

	.lg\:mr-3{
		margin-right: 0.75rem;
	}

	.lg\:mr-4{
		margin-right: 1rem;
	}

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

	.lg\:mr-8{
		margin-right: 2rem;
	}

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

	.lg\:mt-1{
		margin-top: 0.25rem;
	}

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

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

	.lg\:mt-16{
		margin-top: 4rem;
	}

	.lg\:mt-2{
		margin-top: 0.5rem;
	}

	.lg\:mt-3{
		margin-top: 0.75rem;
	}

	.lg\:mt-4{
		margin-top: 1rem;
	}

	.lg\:mt-6{
		margin-top: 1.5rem;
	}

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

	.lg\:flex{
		display: flex;
	}

	.lg\:hidden{
		display: none;
	}

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

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

	.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\:justify-start{
		justify-content: flex-start;
	}

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

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

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

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

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

	.lg\:pb-1{
		padding-bottom: 0.25rem;
	}

	.lg\:pb-10{
		padding-bottom: 2.5rem;
	}

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

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

	.lg\:pb-2{
		padding-bottom: 0.5rem;
	}

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

	.lg\:pb-3{
		padding-bottom: 0.75rem;
	}

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

	.lg\:pb-40{
		padding-bottom: 10rem;
	}

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

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

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

	.lg\:pl-1{
		padding-left: 0.25rem;
	}

	.lg\:pl-10{
		padding-left: 2.5rem;
	}

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

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

	.lg\:pl-2{
		padding-left: 0.5rem;
	}

	.lg\:pl-3{
		padding-left: 0.75rem;
	}

	.lg\:pl-4{
		padding-left: 1rem;
	}

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

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

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

	.lg\:pr-1{
		padding-right: 0.25rem;
	}

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

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

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

	.lg\:pr-2{
		padding-right: 0.5rem;
	}

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

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

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

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

	.lg\:pt-0{
		padding-top: 0px;
	}

	.lg\:pt-1{
		padding-top: 0.25rem;
	}

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

	.lg\:pt-12{
		padding-top: 3rem;
	}

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

	.lg\:pt-2{
		padding-top: 0.5rem;
	}

	.lg\:pt-3{
		padding-top: 0.75rem;
	}

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

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

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

	.lg\:pt-6{
		padding-top: 1.5rem;
	}

	.lg\:pt-64{
		padding-top: 16rem;
	}

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

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

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

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

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

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

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

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

	.xl\:hidden{
		display: none;
	}

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

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

	.xl\:text-\[17px\]{
		font-size: 17px;
	}
}
.\[\&\.scroll\]\:py-4.scroll{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.\[\&\.scroll\]\:shadow-md.scroll{
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\:nth-last-child\(2\)\]\:border-b-0:nth-last-child(2){
	border-bottom-width: 0px;
}
