/*
! 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: currentColor; /* 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: 1368px){

	.container{
		max-width: 1368px;
	}
}
.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;
}
.-top-4{
	top: -1rem;
}
.bottom-0{
	bottom: 0px;
}
.left-0{
	left: 0px;
}
.left-4{
	left: 1rem;
}
.right-0{
	right: 0px;
}
.top-0{
	top: 0px;
}
.z-0{
	z-index: 0;
}
.z-10{
	z-index: 10;
}
.z-\[0\]{
	z-index: 0;
}
.z-\[100\]{
	z-index: 100;
}
.z-\[101\]{
	z-index: 101;
}
.z-\[1\]{
	z-index: 1;
}
.z-\[2\]{
	z-index: 2;
}
.order-first{
	order: -9999;
}
.order-last{
	order: 9999;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.m-8{
	margin: 2rem;
}
.\!my-auto{
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.-mx-5{
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.mx-0{
	margin-left: 0px;
	margin-right: 0px;
}
.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-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.\!mb-0{
	margin-bottom: 0px !important;
}
.\!mt-0{
	margin-top: 0px !important;
}
.\!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;
}
.ml-auto{
	margin-left: auto;
}
.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-2\/1{
	aspect-ratio: 2 / 1;
}
.h-0{
	height: 0px;
}
.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-\[1px\]{
	height: 1px;
}
.h-auto{
	height: auto;
}
.h-full{
	height: 100%;
}
.min-h-\[360px\]{
	min-height: 360px;
}
.min-h-\[50px\]{
	min-height: 50px;
}
.min-h-\[540px\]{
	min-height: 540px;
}
.min-h-\[56px\]{
	min-height: 56px;
}
.min-h-\[68px\]{
	min-height: 68px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-10{
	width: 2.5rem;
}
.w-12{
	width: 3rem;
}
.w-16{
	width: 4rem;
}
.w-4{
	width: 1rem;
}
.w-5{
	width: 1.25rem;
}
.w-6{
	width: 1.5rem;
}
.w-9{
	width: 2.25rem;
}
.w-\[100px\]{
	width: 100px;
}
.w-\[50\%\]{
	width: 50%;
}
.w-\[66vw\]{
	width: 66vw;
}
.w-full{
	width: 100%;
}
.w-20{
	width: 5rem;
}
.w-24{
	width: 6rem;
}
.min-w-\[240px\]{
	min-width: 240px;
}
.max-w-\[154px\]{
	max-width: 154px;
}
.max-w-\[360px\]{
	max-width: 360px;
}
.max-w-\[70\%\]{
	max-width: 70%;
}
.max-w-\[880px\]{
	max-width: 880px;
}
.max-w-full{
	max-width: 100%;
}
.max-w-screen-xl{
	max-width: 1320px;
}
.max-w-sm{
	max-width: 24rem;
}
.flex-auto{
	flex: 1 1 auto;
}
.flex-none{
	flex: none;
}
.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-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-3{
	gap: 0.75rem;
}
.gap-4{
	gap: 1rem;
}
.gap-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-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-\[4px\]{
	border-radius: 4px;
}
.rounded-\[5px\]{
	border-radius: 5px;
}
.rounded-\[6px\]{
	border-radius: 6px;
}
.rounded-\[8px\]{
	border-radius: 8px;
}
.rounded-full{
	border-radius: 9999px;
}
.border{
	border-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-l{
	border-left-width: 1px;
}
.border-l-0{
	border-left-width: 0px;
}
.border-r-0{
	border-right-width: 0px;
}
.border-t{
	border-top-width: 1px;
}
.border-none{
	border-style: none;
}
.border-\[\#B4C4D3\]{
	--tw-border-opacity: 1;
	border-color: rgb(180 196 211 / var(--tw-border-opacity));
}
.border-\[\#C7C7C7\]\/50{
	border-color: rgb(199 199 199 / 0.5);
}
.border-\[\#CCCCCC\]{
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-gold{
	--tw-border-opacity: 1;
	border-color: rgb(186 140 48 / var(--tw-border-opacity));
}
.border-gold\/50{
	border-color: rgb(186 140 48 / 0.5);
}
.border-transparent{
	border-color: transparent;
}
.border-white\/50{
	border-color: rgb(255 255 255 / 0.5);
}
.bg-\[\#EDF1F7\]{
	--tw-bg-opacity: 1;
	background-color: rgb(237 241 247 / var(--tw-bg-opacity));
}
.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgb(0 77 158 / var(--tw-bg-opacity));
}
.bg-dark{
	--tw-bg-opacity: 1;
	background-color: rgb(49 47 47 / var(--tw-bg-opacity));
}
.bg-gold{
	--tw-bg-opacity: 1;
	background-color: rgb(186 140 48 / var(--tw-bg-opacity));
}
.bg-navy{
	--tw-bg-opacity: 1;
	background-color: rgb(8 46 82 / var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/70{
	background-color: rgb(255 255 255 / 0.7);
}
.bg-opacity-80{
	--tw-bg-opacity: 0.8;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.object-top{
	-o-object-position: top;
	   object-position: top;
}
.p-1{
	padding: 0.25rem;
}
.p-2{
	padding: 0.5rem;
}
.p-3{
	padding: 0.75rem;
}
.p-4{
	padding: 1rem;
}
.p-6{
	padding: 1.5rem;
}
.\!px-0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.\!px-7{
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-12{
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.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-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-20{
	padding-top: 5rem;
}
.pt-28{
	padding-top: 7rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pt-36{
	padding-top: 9rem;
}
.pt-4{
	padding-top: 1rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pt-8{
	padding-top: 2rem;
}
.text-center{
	text-align: center;
}
.align-middle{
	vertical-align: middle;
}
.\!text-\[14px\]{
	font-size: 14px !important;
}
.\!text-\[18px\]{
	font-size: 18px !important;
}
.\!text-\[20px\]{
	font-size: 20px !important;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-\[12px\]{
	font-size: 12px;
}
.text-\[14px\]{
	font-size: 14px;
}
.text-\[15px\]{
	font-size: 15px;
}
.text-\[16px\]{
	font-size: 16px;
}
.text-\[17px\]{
	font-size: 17px;
}
.text-\[18px\]{
	font-size: 18px;
}
.text-\[20px\]{
	font-size: 20px;
}
.text-\[22px\]{
	font-size: 22px;
}
.text-\[24px\]{
	font-size: 24px;
}
.text-\[26px\]{
	font-size: 26px;
}
.text-\[28px\]{
	font-size: 28px;
}
.text-\[34px\]{
	font-size: 34px;
}
.text-\[36px\]{
	font-size: 36px;
}
.text-\[40px\]{
	font-size: 40px;
}
.text-\[80px\]{
	font-size: 80px;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.\!font-normal{
	font-weight: 400 !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-\[0\.84\]{
	line-height: 0.84;
}
.leading-\[0\.85\]{
	line-height: 0.85;
}
.leading-\[0\.9\]{
	line-height: 0.9;
}
.leading-\[1\.15\]{
	line-height: 1.15;
}
.leading-\[1\.25\]{
	line-height: 1.25;
}
.leading-\[1\.2\]{
	line-height: 1.2;
}
.leading-\[1\.4\]{
	line-height: 1.4;
}
.leading-\[1\.6\]{
	line-height: 1.6;
}
.leading-none{
	line-height: 1;
}
.leading-normal{
	line-height: 1.5;
}
.leading-relaxed{
	line-height: 1.625;
}
.leading-tight{
	line-height: 1.25;
}
.tracking-\[-0\.01em\]{
	letter-spacing: -0.01em;
}
.tracking-\[-0\.2px\]{
	letter-spacing: -0.2px;
}
.tracking-\[-0\.87px\]{
	letter-spacing: -0.87px;
}
.tracking-\[1px\]{
	letter-spacing: 1px;
}
.tracking-\[2\.4px\]{
	letter-spacing: 2.4px;
}
.\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gold{
	--tw-text-opacity: 1;
	color: rgb(186 140 48 / var(--tw-text-opacity));
}
.text-gray{
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
}
.text-navy{
	--tw-text-opacity: 1;
	color: rgb(8 46 82 / 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;
}
.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;
}
.filter{
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-300{
	transition-duration: 300ms;
}
.duration-500{
	transition-duration: 500ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.alignfull{
	margin: 2rem calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw;
}
.alignwide{
	margin: 2rem 0;
	max-width: 1320px !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: #718096;
}
.font-primary{
	font-family:"area-inktrap";
}
.font-secondary{
	font-family:"freight-display-pro";
}
.editor *:last-child{
		margin-bottom: 0;
	}
h1,
h2,
h3,
h4{
	font-family:"freight-display-pro";
}
h1, .heading-1{
	font-size: 40px;
	font-weight: 300;
	line-height: 0.84;
	letter-spacing: -0.01em;
}
@media (min-width: 768px){

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

	h1, .heading-1{
		font-size: 88px;
	}
}
h2, .heading-2{
	font-size: 34px;
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: -0.01em;
}
@media (min-width: 768px){

	h2, .heading-2{
		font-size: 56px;
	}
}
h3, .heading-3{
	font-size: 28px;
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: -0.01em;
}
@media (min-width: 768px){

	h3, .heading-3{
		font-size: 44px;
	}
}
h4, .heading-4{
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.01em;
}
@media (min-width: 768px){

	h4, .heading-4{
		font-size: 38px;
	}
}
h5, .heading-5{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
@media (min-width: 1024px){

	h5, .heading-5{
		font-size: 34px;
	}
}
h6, .heading-6{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
}
@media (min-width: 768px){

	h6, .heading-6{
		font-size: 18px;
	}
}
@media (min-width: 1024px){

	h6, .heading-6{
		font-size: 24px;
	}
}
.wp-block-paragraph.has-large-font-size{
	font-size: 20px;
}
.wp-block-paragraph.has-medium-font-size{
	font-size: 18px;
}
.wp-block-paragraph.has-small-font-size{
	font-size: 16px;
}
.paragraph-medium{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
.paragraph-small{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.paragraph-x-small{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.paragraph-large{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}
.paragraph-x-large{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
}
body{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
	font-family:"area-inktrap";
}
@media (min-width: 1024px){

	body{
		font-size: 18px;
	}
}
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;
}
.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;
}
.is-style-label{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 0.85;
	letter-spacing: 1px;
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
	font-family:"area-inktrap";
}
.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;
				left: -.8em;
				top: 10px;
			}
.checkmark-list ul li{
	margin-bottom: 0.5rem;
	border-bottom-width: 1px;
	padding-left: 0.75rem;
	padding-bottom: 0.5rem;
}
.checkmark-list ul li::before{
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M16 1.5531L14.3912 0L6.21218 7.89381L1.60921 3.4469L0 5.00442L6.21218 11L16 1.5531Z' fill='%23F47C24'/%3E%3C/svg%3E");
			background-color: transparent;
			width: 16px;
			height: 11px;
			background-size: 100%;
		}
@media (min-width: 960px) {
	.container{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 1280px) {
.alignfull {
		margin-left: -24px !important;
		margin-right: -24px !important;
		max-width: calc(100% + 48px) !important
}
	}
.has-scrollbar .alignfull {
	margin-left: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	margin-right: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	max-width: calc(100vw - var(--scrollbar-width)) !important;
}
.wp-block-column>*:first-child {
	margin-top: 0;
}
.wp-block-column>*:last-child {
	margin-bottom: 0;
}
.wp-block-column>p,
.wp-block-column>.wp-block-heading,
.wp-block-column>.wp-block-image {
	margin-top: .8rem;
	margin-bottom: 1.25rem;
}
.flex-auto {
	flex: 0 0 auto;
}
.lc-reset>*:last-child {
	margin-bottom: 0;
}
.is-style-rounded{
	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;
}
.alignwide p{
	max-width: 100%;
}
.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;
	padding-left: 0!important;
	margin-bottom: 32px;
}
ul.wp-block-list li{
	position: relative;
	margin-bottom: 1rem;
	list-style-type: none !important;
	padding-left: 1rem;
}
ul.wp-block-list li:last-child{
	margin-bottom: 0px;
}
ul.wp-block-list li::before {
			content: '';
			background-color: var(--wp--preset--color--navy);
			width: 6px;
			height: 6px;
			border-radius: 50%;
			position: absolute;
			left: 0em;
			top: 12px;
		}
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;
		}
#page{
	overflow-x: clip;
}
.is-style-label-separator{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px !important;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 0.85;
	letter-spacing: 1px;
	--tw-text-opacity: 1;
	color: rgb(8 46 82 / var(--tw-text-opacity));
	font-family:"area-inktrap";
}
.is-style-label-separator::before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 50%;
		width: calc(50% - 96px);
		height: 1px;
		background-color: var(--wp--preset--color--gold);
		transform: translateY(-50%);
	}
.is-style-label-separator::after{
		content: '';
		position: absolute;
		right: 0;
		bottom: 50%;
		width: calc(50% - 96px);
		height: 1px;
		background-color: var(--wp--preset--color--gold);
		transform: translateY(-50%);
	}
.single-team .single-header{
		/* background: radial-gradient(122.86% 141.42% at 0% 0%, #F6F6F6 0%, #EEF0F2 60%, #D9DEE4 100%); */
		background: var(--wp--preset--color--dark-gray);
	}
.single-post .entry-content>*{
	margin-left: 0px;
}
/* ── Card ────────────────────────────────────────── */
.insights-block__card {
	display: flex;
	flex-direction: column;
	position: relative;
	background: var(--wp--preset--color--dark);
	min-height: 440px;
	text-decoration: none;
	transition: opacity 0.2s ease;
	height: 100%;
}
.insights-block__card:hover {
	opacity: 0.88;
}
/* ── Card content ────────────────────────────────── */
.insights-block__card-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	z-index: 1;
	padding: 40px 24px 0;
}
.insights-block__card-title {
	font-family: 'area-inktrap', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--white);
	margin: 0;
}
.insights-block__card-excerpt {
	font-family: 'area-inktrap', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--wp--preset--color--white);
	margin-bottom: 40px;
}
.insights-block__card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	display: block;
}
/* Separator lines — global so it works in templates as well as the block */
.separator-lines-block {
	width: 100%;
	overflow: hidden;
}
.separator-lines-block__svg {
	display: block;
	width: 100%;
	height: auto;
}
.separator-lines-block__svg line {
	stroke-dasharray: 21;
	stroke-dashoffset: 21;
	transition: stroke-dashoffset 0.35s ease-out;
}
.separator-lines-block__svg line.is-visible {
	stroke-dashoffset: 0;
}
.editor-styles-wrapper .separator-lines-block__svg line {
	stroke-dashoffset: 0;
	transition: none;
}
.wp-block-quote{
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	--tw-border-opacity: 1;
	border-color: rgb(186 140 48 / var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.2px;
	font-family:"freight-display-pro";
}
@media (min-width: 768px){

	.wp-block-quote{
		padding-top: 2rem;
		padding-bottom: 2rem;
		font-size: 34px;
	}
}
.pointer-none{
	pointer-events: none;
}
.logos-row a{
	display: block;
}
.logos-row a img{
	display: block;
}
@media only screen and (max-width: 768px) {
.logos-row img{
			max-width: 120px
	}
		}
sup { 
	font-size: 0.4em;
	line-height: 1;
	vertical-align: super;
	position: relative;
}
.footer-disclaimer p{
	margin-bottom: 1rem;
}
.footer-disclaimer p:last-child{
	margin-bottom: 0px;
}
.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.2px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-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,
.btn.btn--primary{
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgb(186 140 48 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.2px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration-line: none !important;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.wp-block-button:not([class*="is-style-"]) a:hover, 
.wp-block-button.is-style-default a:hover,
.btn.btn--primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 77 158 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

	.wp-block-button:not([class*="is-style-"]) a, 
.wp-block-button.is-style-default a,
.btn.btn--primary{
		min-height: 64px;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-left: 3rem;
		padding-right: 3rem;
		font-size: 20px;
	}
}
.wp-block-button.is-style-white a{
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.2px;
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
	text-decoration-line: none !important;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.wp-block-button.is-style-white a:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 77 158 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

	.wp-block-button.is-style-white a{
		min-height: 64px;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-left: 3rem;
		padding-right: 3rem;
		font-size: 20px;
	}
}
/* Option 1: Use @apply to extend .btn--primary (works with current setup) */
.site-header.scroll .site-logo{
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
}
.site-header.scroll .navbar-burger{
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
}
@media only screen and (max-width: 1140px) {
.site-logo{
	max-width: 220px;
}
}
#primary-menu >ul>li.current-menu-item >a{
	--tw-text-opacity: 1;
	color: rgb(186 140 48 / var(--tw-text-opacity));
}
#primary-menu >ul>li{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#primary-menu >ul>li.has-btn{
	padding-top: 0px;
	padding-bottom: 0px;
}
#primary-menu >ul>li >a{
	font-size: 15px;
	font-weight: 500;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
#primary-menu >ul>li >a:hover{
	--tw-text-opacity: 1 !important;
	color: rgb(186 140 48 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1320px){

	#primary-menu >ul>li >a{
		font-size: 16px;
	}
}
.site-header.scroll #primary-menu >ul>li >a{
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
		#primary-menu .menu-item-has-children{
		position: relative;
	}

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

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

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

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

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

				@media (min-width: 1320px){

		#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;
	}
			#primary-menu .has-btn a{
		display: inline-flex;
		min-height: 56px;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		--tw-bg-opacity: 1;
		background-color: rgb(186 140 48 / var(--tw-bg-opacity));
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.2px;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
		text-decoration-line: none !important;
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 300ms;
	}
			#primary-menu .has-btn a:hover{
		--tw-bg-opacity: 1;
		background-color: rgb(0 77 158 / var(--tw-bg-opacity));
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	}
			@media (min-width: 1320px){

		#primary-menu .has-btn a{
			padding-left: 2rem;
			padding-right: 2rem;
		}
	}
}
#mobile-menu >li {
		width: 100%;
	}
#mobile-menu .menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
#mobile-menu .menu-item-has-children.open ul {
				flex: 0 0 auto;
				width: 100%;
			}
#mobile-menu .menu-item-has-children.open .menu-toggle {
				transform: scaleY(-1);
			}
#mobile-menu .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;
	}
#mobile-menu .has-btn{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
#mobile-menu .has-btn a{
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgb(186 140 48 / var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.2px;
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	text-decoration-line: none !important;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
#mobile-menu .has-btn a:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 77 158 / var(--tw-bg-opacity));
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1320px){

	#mobile-menu .has-btn a{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
/* 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 .footer-menu a{
	font-size: 16px;
	--tw-text-opacity: 1;
	color: rgb(56 56 56 / var(--tw-text-opacity));
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.site-footer .footer-menu a:hover{
	--tw-text-opacity: 1;
	color: rgb(186 140 48 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	border-radius: 6px;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(237 241 247 / var(--tw-bg-opacity));
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.gform_wrapper.gravity-theme input[type=color]:hover, .gform_wrapper.gravity-theme input[type=date]:hover, .gform_wrapper.gravity-theme input[type=datetime-local]:hover, .gform_wrapper.gravity-theme input[type=datetime]:hover, .gform_wrapper.gravity-theme input[type=email]:hover, .gform_wrapper.gravity-theme input[type=month]:hover, .gform_wrapper.gravity-theme input[type=number]:hover, .gform_wrapper.gravity-theme input[type=password]:hover, .gform_wrapper.gravity-theme input[type=search]:hover, .gform_wrapper.gravity-theme input[type=tel]:hover, .gform_wrapper.gravity-theme input[type=text]:hover, .gform_wrapper.gravity-theme input[type=time]:hover, .gform_wrapper.gravity-theme input[type=url]:hover, .gform_wrapper.gravity-theme input[type=week]:hover, .gform_wrapper.gravity-theme select:hover, .gform_wrapper.gravity-theme textarea:hover{
	--tw-border-opacity: 1;
	border-color: rgb(8 46 82 / var(--tw-border-opacity));
}
.gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus{
	--tw-border-opacity: 1;
	border-color: rgb(8 46 82 / var(--tw-border-opacity));
}
.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: 18px !important;
	font-weight: 400 !important;
}
.gfield_required{
	font-size: 20px !important;
	font-weight: 500;
	font-style: normal !important;
	font-family:"freight-display-pro";
}
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_button{
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgb(186 140 48 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1 !important;
	letter-spacing: -0.2px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.gform_button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 77 158 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

	.gform_button{
		min-height: 68px;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-left: 3rem;
		padding-right: 3rem;
		font-size: 20px;
	}
}
/* 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;
}
.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;
		border-radius: 50%;
	}
/*Slider*/
/* ─── Filter bar ─────────────────────────────────────────────────────────── */
.facetwp-filters {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	padding-left: 0;
}
.facetwp-checkbox,
.facetwp-radio{
	background-image: none!important;
}
/* Each facet sits inline with no extra margin */
.facetwp-filters .facetwp-facet {
	margin: 0;
	padding: 0;
}
/* Checkboxes facet: render items horizontally */
.facetwp-filters .facetwp-type-checkboxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}
/* ─── Individual filter items ─────────────────────────────────────────────── */
.facetwp-filters .facetwp-checkbox,
.facetwp-filters .facetwp-radio {
	display: block;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: -0.01em;
	padding-left: 14px !important;
	padding-right: 14px !important;
	color: var(--wp--preset--color--gray, #000000);
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	transition: font-weight 0s;
}
/* avoid layout shift flash */
.facetwp-filters .facetwp-checkbox .facetwp-display-value,.facetwp-filters .facetwp-radio .facetwp-display-value{
		padding-right: 0px!important;
	}
/* Active/selected category */
.facetwp-filters .facetwp-checkbox.checked,
.facetwp-filters .facetwp-radio.checked {
	font-weight: 500;
	position: relative;
}
.facetwp-filters .facetwp-checkbox.checked:before,
.facetwp-filters .facetwp-radio.checked:before {
	content: '';
	display: block;
	width:100%;
	height: 3px;
	background-color:var(--wp--preset--color--gold);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 17px);
}
/* Hide the default checkbox/radio square */
.facetwp-filters .facetwp-checkbox::before,
.facetwp-filters .facetwp-radio::before {
	display: none;
}
/* Hide the item count */
.facetwp-filters .facetwp-counter {
	display: none;
}
/* ─── "All" reset facet ───────────────────────────────────────────────────── */
.facetwp-filters .facetwp-type-reset .facetwp-reset {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: -0.01em;
	padding-left: 20px;
	padding-right: 20px;
	color: #1c2c4c;
	text-decoration: none;
	cursor: pointer;
	transition: font-weight 0s;
}
/* "All" is bold when nothing is checked */
.facetwp-filters:not(:has(.facetwp-checkbox[data-checked="yes"])) .facetwp-reset {
	font-weight: 500;
}
/* ─── Pagination ──────────────────────────────────────────────────────────── */
.facetwp-pager {
	display: flex;
	align-items: center;
	gap: 4px;
}
.facetwp-page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	font-size: 18px;
	font-weight: 500;
	color: #1c2c4c;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}
.facetwp-page:hover {
color: var(--wp--preset--color--gold);
}
.facetwp-page.active {
color: var(--wp--preset--color--gold);
}
.facetwp-page.prev,
.facetwp-page.next {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.facetwp-page.prev{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3E%3Cpath d='M8.10056 0.777802L1.10004 7.77832L8.10056 14.7788' stroke='%23BA8C30' stroke-width='1.55568' stroke-linecap='round'/%3E%3C/svg%3E");
}
.facetwp-page.next{
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.777862 0.777802L7.77838 7.77832L0.777862 14.7788' stroke='%23BA8C30' stroke-width='1.55568' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
/* ─── Mobile ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
	.facetwp-filters {
		gap: 24px;
	}

	.facetwp-filters .facetwp-type-checkboxes {
		gap: 24px;
	}

	.facetwp-filters .facetwp-checkbox,
	.facetwp-filters .facetwp-radio,
	.facetwp-filters .facetwp-type-reset .facetwp-reset {
		font-size: 16px;
	}
}
.facetwp-facet-categories{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.first\:border-t:first-child{
	border-top-width: 1px;
}
.last\:mb-0:last-child{
	margin-bottom: 0px;
}
.last\:border-b-0:last-child{
	border-bottom-width: 0px;
}
.hover\:border-navy:hover{
	--tw-border-opacity: 1;
	border-color: rgb(8 46 82 / var(--tw-border-opacity));
}
.hover\:bg-blue:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(0 77 158 / var(--tw-bg-opacity));
}
.hover\:bg-gold:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(186 140 48 / var(--tw-bg-opacity));
}
.hover\:bg-navy:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(8 46 82 / var(--tw-bg-opacity));
}
.hover\:\!text-gold:hover{
	--tw-text-opacity: 1 !important;
	color: rgb(186 140 48 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-white:hover{
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-gold:hover{
	--tw-text-opacity: 1;
	color: rgb(186 140 48 / var(--tw-text-opacity));
}
.hover\:text-navy:hover{
	--tw-text-opacity: 1;
	color: rgb(8 46 82 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:border-navy:focus{
	--tw-border-opacity: 1;
	border-color: rgb(8 46 82 / var(--tw-border-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));
}
.group:hover .group-hover\:scale-105{
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/cta:hover .group-hover\/cta\:text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group.active .group-\[\.active\]\:hidden{
	display: none;
}
.group.active .group-\[\.active\]\:h-auto{
	height: auto;
}
.group.active .group-\[\.active\]\:pb-8{
	padding-bottom: 2rem;
}
@media (min-width: 600px){

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

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

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

	.md\:order-first{
		order: -9999;
	}

	.md\:order-last{
		order: 9999;
	}

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

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

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

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

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

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

	.md\:my-auto{
		margin-top: auto;
		margin-bottom: auto;
	}

	.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-20{
		margin-top: 5rem;
	}

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

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

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

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

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

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

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

	.md\:flex{
		display: flex;
	}

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

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

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

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

	.md\:w-8{
		width: 2rem;
	}

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

	.md\:w-20{
		width: 5rem;
	}

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

	.md\:w-24{
		width: 6rem;
	}

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

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

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

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

	.md\:columns-2{
		-moz-columns: 2;
		     columns: 2;
	}

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

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

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

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

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

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

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

	.md\:gap-x-7{
		-moz-column-gap: 1.75rem;
		     column-gap: 1.75rem;
	}

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

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

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

	.md\:border-b-0{
		border-bottom-width: 0px;
	}

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

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

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

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

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

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

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

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

	.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-24{
		padding-bottom: 6rem;
	}

	.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-20{
		padding-top: 5rem;
	}

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

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

	.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-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.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\:inline-block{
		display: inline-block;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:hidden{
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:py-28{
		padding-top: 7rem;
		padding-bottom: 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-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-32{
		padding-top: 8rem;
	}

	.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-8{
		padding-top: 2rem;
	}

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

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

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

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

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

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

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

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

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

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

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

	.xl\:hidden{
		display: none;
	}

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

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

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

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

	.xl\:text-\[173px\]{
		font-size: 173px;
	}
}
.\[\&\.active\]\:mb-6.active{
	margin-bottom: 1.5rem;
}
.\[\&\.scroll\]\:fixed.scroll{
	position: fixed;
}
.\[\&\.scroll\]\:bg-white.scroll{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\.scroll\]\:py-2.scroll{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.\[\&\.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);
}
