/*
! 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: Inter, sans-serif; /* 4 */
	font-feature-settings: normal; /* 5 */
	font-variation-settings: normal; /* 6 */
	-webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
	text-transform: none;
}

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

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

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

:-moz-focusring {
	outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

summary {
	display: list-item;
}

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

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

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block; /* 1 */
	vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

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

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

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}
.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 480px) {
	.container {
		max-width: 480px;
	}
}
@media (min-width: 600px) {
	.container {
		max-width: 600px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 782px) {
	.container {
		max-width: 782px;
	}
}
@media (min-width: 960px) {
	.container {
		max-width: 960px;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
.collapse {
	visibility: collapse;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	inset: 0px;
}
.-top-12 {
	top: -3rem;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-2 {
	right: 0.5rem;
}
.right-4 {
	right: 1rem;
}
.right-8 {
	right: 2rem;
}
.top-0 {
	top: 0px;
}
.top-2 {
	top: 0.5rem;
}
.top-8 {
	top: 2rem;
}
.right-0 {
	right: 0px;
}
.z-50 {
	z-index: 50;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.m-8 {
	margin: 2rem;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mt-0 {
	margin-top: 0px;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-8 {
	margin-top: 2rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-1 {
	height: 0.25rem;
}
.h-16 {
	height: 4rem;
}
.h-24 {
	height: 6rem;
}
.h-6 {
	height: 1.5rem;
}
.h-64 {
	height: 16rem;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-3 {
	height: 0.75rem;
}
.h-4 {
	height: 1rem;
}
.max-h-24 {
	max-height: 6rem;
}
.max-h-80 {
	max-height: 20rem;
}
.max-h-0 {
	max-height: 0px;
}
.min-h-10 {
	min-height: 2.5rem;
}
.min-h-48 {
	min-height: 12rem;
}
.min-h-96 {
	min-height: 24rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-16 {
	width: 4rem;
}
.w-24 {
	width: 6rem;
}
.w-6 {
	width: 1.5rem;
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.w-3 {
	width: 0.75rem;
}
.w-4 {
	width: 1rem;
}
.w-1\/4 {
	width: 25%;
}
.max-w-24 {
	max-width: 6rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-none {
	max-width: none;
}
.max-w-screen-2xl {
	max-width: 1440px;
}
.max-w-screen-sm {
	max-width: 600px;
}
.max-w-sm {
	max-width: 24rem;
}
.shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.grow {
	flex-grow: 1;
}
.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));
}
.cursor-pointer {
	cursor: pointer;
}
.list-outside {
	list-style-position: outside;
}
.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-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.content-center {
	align-content: center;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-20 {
	gap: 5rem;
}
.gap-10 {
	gap: 2.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
	overflow: hidden;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-t-xl {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}
.rounded-bl-xl {
	border-bottom-left-radius: 0.75rem;
}
.rounded-tl-xl {
	border-top-left-radius: 0.75rem;
}
.rounded-tr-xl {
	border-top-right-radius: 0.75rem;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-b-0 {
	border-bottom-width: 0px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-brand-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgb(182 203 228 / var(--tw-border-opacity));
}
.border-brand-dark-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgb(182 203 228 / var(--tw-border-opacity));
}
.border-brand-dark-blue-50 {
	--tw-border-opacity: 1;
	border-color: rgb(237 241 246 / var(--tw-border-opacity));
}
.border-brand-green-200 {
	--tw-border-opacity: 1;
	border-color: rgb(172 226 194 / var(--tw-border-opacity));
}
.border-brand-light-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgb(143 215 224 / var(--tw-border-opacity));
}
.border-brand-red-200 {
	--tw-border-opacity: 1;
	border-color: rgb(247 169 169 / var(--tw-border-opacity));
}
.border-brand-turquoise-200 {
	--tw-border-opacity: 1;
	border-color: rgb(161 236 222 / var(--tw-border-opacity));
}
.border-brand-yellow-200 {
	--tw-border-opacity: 1;
	border-color: rgb(254 236 187 / var(--tw-border-opacity));
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-slate-200 {
	--tw-border-opacity: 1;
	border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.bg-brand-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(35 100 173 / var(--tw-bg-opacity));
}
.bg-brand-dark-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(28 53 88 / var(--tw-bg-opacity));
}
.bg-brand-dark-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(237 241 246 / var(--tw-bg-opacity));
}
.bg-brand-green {
	--tw-bg-opacity: 1;
	background-color: rgb(88 196 133 / var(--tw-bg-opacity));
}
.bg-brand-light-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(30 175 192 / var(--tw-bg-opacity));
}
.bg-brand-red {
	--tw-bg-opacity: 1;
	background-color: rgb(238 82 83 / var(--tw-bg-opacity));
}
.bg-brand-turquoise {
	--tw-bg-opacity: 1;
	background-color: rgb(66 217 189 / var(--tw-bg-opacity));
}
.bg-brand-yellow {
	--tw-bg-opacity: 1;
	background-color: rgb(252 198 52 / var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-6 {
	padding: 1.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-5 {
	padding: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-36 {
	padding-top: 9rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.ps-5 {
	padding-inline-start: 1.25rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-heading {
	font-family: "Source Sans Pro", sans-serif;
}
.font-sans {
	font-family: Inter, sans-serif;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-8xl {
	font-size: 6rem;
	line-height: 1;
}
.text-\[8rem\] {
	font-size: 8rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.leading-none {
	line-height: 1;
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-brand-blue {
	--tw-text-opacity: 1;
	color: rgb(35 100 173 / var(--tw-text-opacity));
}
.text-brand-blue-400 {
	--tw-text-opacity: 1;
	color: rgb(108 152 200 / var(--tw-text-opacity));
}
.text-brand-dark-blue {
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
.text-brand-dark-blue-200 {
	--tw-text-opacity: 1;
	color: rgb(182 203 228 / var(--tw-text-opacity));
}
.text-brand-dark-blue-50 {
	--tw-text-opacity: 1;
	color: rgb(237 241 246 / var(--tw-text-opacity));
}
.text-brand-green {
	--tw-text-opacity: 1;
	color: rgb(88 196 133 / var(--tw-text-opacity));
}
.text-brand-light-blue {
	--tw-text-opacity: 1;
	color: rgb(30 175 192 / var(--tw-text-opacity));
}
.text-brand-red {
	--tw-text-opacity: 1;
	color: rgb(238 82 83 / var(--tw-text-opacity));
}
.text-brand-turquoise {
	--tw-text-opacity: 1;
	color: rgb(66 217 189 / var(--tw-text-opacity));
}
.text-brand-yellow {
	--tw-text-opacity: 1;
	color: rgb(252 198 52 / var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-800 {
	--tw-text-opacity: 1;
	color: rgb(30 41 59 / var(--tw-text-opacity));
}
.underline {
	text-decoration-line: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-10 {
	opacity: 0.1;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
		0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.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;
}
.container-break {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}
p {
	margin-bottom: 1rem;
}
.btn {
	border-radius: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgb(252 198 52 / var(--tw-bg-opacity));
	padding: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
	text-decoration-line: none;
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(253 208 86 / var(--tw-bg-opacity));
}
.btn.btn--secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(28 53 88 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(23 44 73 / var(--tw-bg-opacity));
}
.btn.btn--outline {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(28 53 88 / var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
.btn.btn--outline:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(28 53 88 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--outline-white {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--outline-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
.hero.accent-brand-light-blue h1 span,
.hero.accent-brand-light-blue h1 b,
.hero.accent-brand-light-blue h1 strong {
	--tw-text-opacity: 1;
	color: rgb(30 175 192 / var(--tw-text-opacity));
}
.hero.accent-brand-turquoise h1 span,
.hero.accent-brand-turquoise h1 b,
.hero.accent-brand-turquoise h1 strong {
	--tw-text-opacity: 1;
	color: rgb(66 217 189 / var(--tw-text-opacity));
}
.hero.accent-brand-yellow h1 span,
.hero.accent-brand-yellow h1 b,
.hero.accent-brand-yellow h1 strong {
	--tw-text-opacity: 1;
	color: rgb(252 198 52 / var(--tw-text-opacity));
}
.hero.accent-brand-green h1 span,
.hero.accent-brand-green h1 b,
.hero.accent-brand-green h1 strong {
	--tw-text-opacity: 1;
	color: rgb(88 196 133 / var(--tw-text-opacity));
}
.hero.accent-brand-red h1 span,
.hero.accent-brand-red h1 b,
.hero.accent-brand-red h1 strong {
	--tw-text-opacity: 1;
	color: rgb(238 82 83 / var(--tw-text-opacity));
}
.cta-block a:not(.btn) {
	--tw-text-opacity: 1;
	color: rgb(238 82 83 / var(--tw-text-opacity));
	text-decoration-line: underline;
}
.post-type-archive-casestudy,
.tax-casestudy_categories {
	--tw-bg-opacity: 1;
	background-color: rgb(28 53 88 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px) {
	.case-study-item .case-study-cats {
		visibility: hidden;
	}

	.case-study-item:hover .case-study-cats {
		visibility: visible;
	}
}
.partnerships-block .partnership-item .partnership-excerpt {
	display: none;
}
@media (min-width: 960px) {
	.partnerships-block .partnership-item:hover .partnership-excerpt {
		display: block;
	}
}
body.blog,
body.single-post {
	--tw-bg-opacity: 1;
	background-color: rgb(237 241 246 / var(--tw-bg-opacity));
}
.blog-pagination li {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(238 82 83 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(238 82 83 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blog-pagination li.active {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(28 53 88 / var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
.splide {
}
.splide .splide__track {
}
.splide .splide__list {
}
.splide .splide__slide {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.splide .splide__slide .logo {
	display: flex;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(237 241 246 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 3rem;
}
.image-carousel .splide__arrow {
	background-color: transparent;
}
.image-carousel .splide__arrow--next {
	right: 0px;
	left: 0px;
}
.image-carousel .splide__arrow--prev {
	right: 0px;
	left: -1.5rem;
}
/* Custom styles for the mobile menu */
#mobile-menu {
	display: none;
}
#mobile-menu.active {
	display: flex;
}
.desktop-nav {
	border-radius: 9999px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: rgba(0, 0, 0, 0.05);
}
.desktop-nav a,
.mobile-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.bg-navy {
	--tw-bg-opacity: 1;
	background-color: rgb(28 53 88 / var(--tw-bg-opacity));
}
/* Desktop: Show submenu on hover */
.desktop-nav .menu-item-has-children:hover > .sub-menu {
	display: block;
}
.desktop-nav .sub-menu {
	position: absolute;
	z-index: 10;
	margin-left: -2rem;
	display: none;
	align-items: flex-start;
	border-radius: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.desktop-nav .sub-menu li {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(23 44 73 / var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	/* background-color: rgba(0, 0, 0, 0.05); */
}
.desktop-nav .sub-menu li:first-child {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding-top: 0.75rem;
}
.desktop-nav .sub-menu li:last-child {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding-bottom: 0.75rem;
}
.desktop-nav .sub-menu a {
	justify-content: flex-start;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(28 53 88 / var(--tw-border-opacity));
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
}
.desktop-nav .sub-menu li:last-child a {
	border-width: 0px;
	padding-bottom: 0px;
}
.desktop-nav .sub-menu a:hover {
	--tw-text-opacity: 1;
	color: rgb(182 203 228 / var(--tw-text-opacity));
}
body.blog .desktop-nav .sub-menu li,
body.single-post .desktop-nav .sub-menu li {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
body.blog .desktop-nav .sub-menu a,
body.single-post .desktop-nav .sub-menu a {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
body.blog .desktop-nav .sub-menu a:hover,
body.single-post .desktop-nav .sub-menu a:hover {
	--tw-text-opacity: 1;
	color: rgb(35 100 173 / var(--tw-text-opacity));
}
/* Mobile: Show submenu on tap */
.mobile-menu .sub-menu {
	display: none;
}
.mobile-menu .sub-menu a {
	font-size: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(182 203 228 / var(--tw-text-opacity));
}
.mobile-menu .sub-menu.open {
	display: none;
}
.site-header {
	position: fixed;
	z-index: 50;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
@media (min-width: 782px) {
	.site-header {
		position: absolute;
		background-color: transparent;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
}
body.blog .site-header,
body.single-post .site-header {
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
.logo {
}
.logo-light {
	display: none;
}
@media (min-width: 782px) {
	.logo-light {
		display: block;
	}
}
.logo-dark {
	display: block;
}
@media (min-width: 782px) {
	.logo-dark {
		display: none;
	}
}
body.blog .logo-light,
body.single-post .logo-light {
	display: none;
}
@media (min-width: 782px) {
	body.blog .logo-light,
	body.single-post .logo-light {
		display: none;
	}
}
body.blog .logo-dark,
body.single-post .logo-dark {
	display: block;
}
@media (min-width: 782px) {
	body.blog .logo-dark,
	body.single-post .logo-dark {
		display: block;
	}
}
.site-header .current-menu-item > a,
body.single-casestudy .site-header .menu-item-object-casestudy > a,
body.single-services .site-header a[href*="our-services"],
body.single-partnership .site-header a[href*="work-with-us"] {
	--tw-text-opacity: 1;
	color: rgb(66 217 189 / var(--tw-text-opacity));
}
body.blog .site-header .current-menu-item > a,
body.single-post .site-header .current-menu-item > a,
body.blog .site-header .current_page_parent > a,
body.single-post .site-header .current_page_parent > a {
	--tw-text-opacity: 1;
	color: rgb(30 175 192 / var(--tw-text-opacity));
}
body.blog .lets-talk a.btn,
body.single-post .lets-talk a.btn {
	--tw-bg-opacity: 1;
	background-color: rgb(66 217 189 / var(--tw-bg-opacity));
}
body.blog,
body.single-post {
	background-image: url(../images/hero-insights.svg?c2282afe14d5627b927cbd5d49825013);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
body.page .hero,
body.single-casestudy .hero,
body.single-services .hero,
body.single-partnership .hero {
	background-size: auto;
	background-attachment: fixed;
	background-position: right top;
	background-repeat: no-repeat;
}
@media (min-width: 1280px) {
	body.page .hero,
	body.single-casestudy .hero,
	body.single-services .hero,
	body.single-partnership .hero {
		background-size: cover;
	}
}
body.page .hero,
body.single-casestudy .hero,
body.single-services .hero,
body.single-partnership .hero {
	/* background-image: url(../img/hero-about.svg); This is loaded by js instead */
}
body.home .hero {
	background-size: auto;
	background-attachment: fixed;
	background-position: right top;
	background-repeat: no-repeat;
}
@media (min-width: 1280px) {
	body.home .hero {
		background-size: cover;
	}
}
body.home .hero {
	background-image: url(../images/hero-home.svg?1f2d057afe6b7c4e590d75870e881096) !important;
}
body.post-type-archive-casestudy,
body.tax-casestudy_categories {
	background-image: url(../images/hero-casestudy.svg?da1289e9eda8e2d8c05047b3aa3f6f91);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
.services-block-grid {
	background-image: url(../images/block-service-grid.svg?a4d349bdcf2e8e1f4b1d6fc9bbef0dd1);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.icon-block-grid {
	background-image: url(../images/block-service-grid.svg?a4d349bdcf2e8e1f4b1d6fc9bbef0dd1);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.latest-insights-block {
	background-image: url(../images/block-latest-insights.svg?26e7546944099290cab0631da62f9ab1);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.case-studies-block {
	background-image: url(../images/block-case-studies.svg?22d230ceb3c8c4aa81a41bc01f4c8010);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.image-carousel {
	background-image: url(../images/block-carousel.svg?442927d24bc05ca8aa831aabd23960f4);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.media-block {
}
.media-block iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
}
/* Define custom CSS variables */
:root {
	--gf-ctrl-label-color-primary: #1c3558 !important;
	--gf-font-family-base: "Inter", "sans-serif" !important;
	--gf-ctrl-btn-bg-color-primary: #1c3558 !important;
	--gf-ctrl-btn-radius: 15px !important;
}
body .gform_wrapper .gform_body {
	font-family: Inter, sans-serif;
}
.gform-theme--api,
.gform-theme--framework,
.gform-theme--foundation {
	--gf-font-family-base: "Inter", "sans-serif" !important;
	--gf-form-gap-y: 16px !important;
}
/* Form Wrapper */
.gform_wrapper {
	font-family: Inter, sans-serif;
}
/* Form Title */
.gform_wrapper .gform_title {
}
/* Form Description */
.gform_wrapper .gform_description {
}
/* Field Wrapper */
.gform_wrapper .gfield {
	margin-bottom: 1.5rem;
}
/* Field Label */
.gform_wrapper .gfield_label {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(28 53 88 / var(--tw-text-opacity));
}
/* Field Description */
.gform_wrapper .gfield_description {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(35 100 173 / var(--tw-text-opacity));
}
/* Text Input */
.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="url"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container input[type="number"],
.gform_wrapper .ginput_container input[type="password"],
.gform_wrapper .ginput_container textarea {
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
	padding: 0.75rem;
}
.gform_wrapper .ginput_container input[type="text"]:focus,
.gform_wrapper .ginput_container input[type="email"]:focus,
.gform_wrapper .ginput_container input[type="url"]:focus,
.gform_wrapper .ginput_container input[type="tel"]:focus,
.gform_wrapper .ginput_container input[type="number"]:focus,
.gform_wrapper .ginput_container input[type="password"]:focus,
.gform_wrapper .ginput_container textarea:focus {
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(35 100 173 / var(--tw-ring-opacity));
}
/* Text Input Placeholder */
.gform_wrapper .ginput_container input[type="text"]::-moz-placeholder,
.gform_wrapper .ginput_container input[type="email"]::-moz-placeholder,
.gform_wrapper .ginput_container input[type="url"]::-moz-placeholder,
.gform_wrapper .ginput_container input[type="tel"]::-moz-placeholder,
.gform_wrapper .ginput_container input[type="number"]::-moz-placeholder,
.gform_wrapper .ginput_container input[type="password"]::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.gform_wrapper .ginput_container input[type="text"]::placeholder,
.gform_wrapper .ginput_container input[type="email"]::placeholder,
.gform_wrapper .ginput_container input[type="url"]::placeholder,
.gform_wrapper .ginput_container input[type="tel"]::placeholder,
.gform_wrapper .ginput_container input[type="number"]::placeholder,
.gform_wrapper .ginput_container input[type="password"]::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
/* Select Input */
.gform_wrapper .ginput_container select {
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
	padding: 0.75rem;
}
.gform_wrapper .ginput_container select:focus {
	border-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(35 100 173 / var(--tw-ring-opacity));
}
/* Submit Button */
.gform_wrapper .gform_footer .gform_button {
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgb(28 53 88 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-family: "Source Sans Pro", sans-serif;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_wrapper .gform_footer .gform_button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(23 44 73 / var(--tw-bg-opacity));
}
.gform_wrapper .gform_footer .gform_button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(35 100 173 / var(--tw-ring-opacity));
	--tw-ring-offset-width: 2px;
}
.gform_wrapper .gform_footer .gform_button {
	background-color: #1c3558 !important;
	color: white !important;
	font-family: "Inter", "sans-serif" !important;
	font-size: 1rem !important;
	border-radius: 15px !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
	background-color: #172c49 !important;
}
.gform_wrapper .gform_footer .gform_button:focus {
}
/* Error Message */
.gform_wrapper .validation_message {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
/* Confirmation Message */
.gform_wrapper .gform_confirmation_message {
	margin-top: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(34 197 94 / var(--tw-text-opacity));
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	margin-bottom: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}
.entry-content h1,
.block-editor-block-list__layout h1,
.wysiwyg h1 {
	font-size: 3rem;
	line-height: 1;
}
.entry-content h2,
.block-editor-block-list__layout h2,
.wysiwyg h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.entry-content h3,
.block-editor-block-list__layout h3,
.wysiwyg h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.entry-content h4,
.block-editor-block-list__layout h4,
.wysiwyg h4 {
	font-size: 1.5rem;
	line-height: 2rem;
}
.entry-content h5,
.block-editor-block-list__layout h5,
.wysiwyg h5 {
	font-size: 1.25rem;
}
.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,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.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,
.wysiwyg p a,
.wysiwyg ul a,
.wysiwyg ol a {
	--tw-text-opacity: 1;
	color: rgb(35 100 173 / var(--tw-text-opacity));
	text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-editor-block-list__layout p a:hover,
.block-editor-block-list__layout ul a:hover,
.block-editor-block-list__layout ol a:hover,
.wysiwyg p a:hover,
.wysiwyg ul a:hover,
.wysiwyg 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,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
	margin-bottom: 2rem;
}
.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,
.wysiwyg ul:not(.block-editor-block-variation-picker__variations) li {
	margin-left: 1rem;
	list-style-position: outside;
	list-style-type: disc;
}
.entry-content ol li,
.block-editor-block-list__layout ol li,
.wysiwyg ol li {
	margin-left: 1rem;
	list-style-position: outside;
	list-style-type: decimal;
}
.content-block ul,
.text-blocks ul {
	margin-bottom: 1rem;
}
.content-block ul li,
.text-blocks ul li {
	margin-left: 1rem;
	list-style-position: outside;
	list-style-type: disc;
}
.content-block ol,
.text-blocks ol {
	margin-bottom: 1rem;
}
.content-block ol li,
.text-blocks ol li {
	margin-left: 1rem;
	list-style-position: outside;
	list-style-type: decimal;
}
.content-block p,
.text-blocks p {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.wp-block-list {
	margin-bottom: 2rem;
}
.wp-block-list a {
	--tw-text-opacity: 1;
	color: rgb(35 100 173 / var(--tw-text-opacity));
	text-decoration-line: underline;
}
.wp-block-list a:hover {
	text-decoration-line: none;
}
ul.wp-block-list li {
	margin-left: 1rem;
	list-style-position: outside;
	list-style-type: disc;
}
ol.wp-block-list li {
	margin-left: 1rem;
	list-style-position: outside;
	list-style-type: decimal;
}
.wp-block-heading {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 480px) {
	.wp-block-heading {
		max-width: 480px;
	}
}
@media (min-width: 600px) {
	.wp-block-heading {
		max-width: 600px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 782px) {
	.wp-block-heading {
		max-width: 782px;
	}
}
@media (min-width: 960px) {
	.wp-block-heading {
		max-width: 960px;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}
@media (min-width: 1280px) {
	.wp-block-heading {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {
	.wp-block-heading {
		max-width: 1440px;
	}
}
.wp-block-heading {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
h1.wp-block-heading {
	font-size: 3rem;
	line-height: 1;
}
h2.wp-block-heading {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
h3.wp-block-heading {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
h4.wp-block-heading {
	font-size: 1.5rem;
	line-height: 2rem;
}
h5.wp-block-heading {
	font-size: 1.25rem;
}
article p {
	width: 100%;
	padding-right: 0rem;
	padding-left: 0rem;
}
@media (min-width: 480px) {
	article p {
		max-width: 480px;
	}
}
@media (min-width: 600px) {
	article p {
		max-width: 600px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 782px) {
	article p {
		max-width: 782px;
	}
}
@media (min-width: 960px) {
	article p {
		max-width: 960px;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}
@media (min-width: 1280px) {
	article p {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {
	article p {
		max-width: 1440px;
	}
}
article p {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
.wp-block-image {
	margin-bottom: 2rem;
	text-align: center;
}
.wp-block-image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.5rem;
}
@media (min-width: 782px) {
	.block-padding-md {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.block-padding-lg {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (min-width: 1280px) {
	.xl\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	@media (min-width: 480px) {
		.xl\:container {
			max-width: 480px;
		}
	}

	@media (min-width: 600px) {
		.xl\:container {
			max-width: 600px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}

	@media (min-width: 782px) {
		.xl\:container {
			max-width: 782px;
		}
	}

	@media (min-width: 960px) {
		.xl\:container {
			max-width: 960px;
			padding-right: 0rem;
			padding-left: 0rem;
		}
	}

	@media (min-width: 1280px) {
		.xl\:container {
			max-width: 1280px;
		}
	}

	@media (min-width: 1440px) {
		.xl\:container {
			max-width: 1440px;
		}
	}
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-blue-500:hover {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
}
.hover\:text-brand-blue:hover {
	--tw-text-opacity: 1;
	color: rgb(35 100 173 / var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration-line: underline;
}
.focus\:ring-4:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
@media (min-width: 600px) {
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 782px) {
	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

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

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

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

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

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

	.md\:flex {
		display: flex;
	}

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

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

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

	.md\:max-w-48 {
		max-width: 12rem;
	}

	.md\:max-w-4xl {
		max-width: 56rem;
	}

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

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

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

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

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

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

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

	.md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
}
@media (min-width: 960px) {
	.lg\:right-4 {
		right: 1rem;
	}

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-28 {
		height: 7rem;
	}

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

	.lg\:max-h-none {
		max-height: none;
	}

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

	.lg\:w-28 {
		width: 7rem;
	}

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

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

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

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

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

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

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

	.lg\:gap-12 {
		gap: 3rem;
	}

	.lg\:gap-24 {
		gap: 6rem;
	}

	.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

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

	.lg\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
}
@media (min-width: 1280px) {
	.xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
}
:is(:where([dir="rtl"]) .rtl\:text-right) {
	text-align: right;
}
@media (prefers-color-scheme: dark) {
	.dark\:border-gray-700 {
		--tw-border-opacity: 1;
		border-color: rgb(55 65 81 / var(--tw-border-opacity));
	}

	.dark\:bg-gray-900 {
		--tw-bg-opacity: 1;
		background-color: rgb(17 24 39 / var(--tw-bg-opacity));
	}

	.dark\:text-blue-500 {
		--tw-text-opacity: 1;
		color: rgb(59 130 246 / var(--tw-text-opacity));
	}

	.dark\:text-gray-400 {
		--tw-text-opacity: 1;
		color: rgb(156 163 175 / var(--tw-text-opacity));
	}

	.dark\:hover\:bg-gray-800:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(31 41 55 / var(--tw-bg-opacity));
	}

	.dark\:focus\:ring-gray-800:focus {
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
	}
}
