.pill-label {
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-items: center;
	place-items: center;
	border-radius: 9999px;
	--tw-border-opacity: 1;
	border-color: rgba(39, 170, 225, var(--tw-border-opacity));
	line-height: 1;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.pill-label:hover {
	cursor: pointer;
	--tw-text-opacity: 1;
	color: rgba(14, 25, 56, 1);
	color: rgba(14, 25, 56, var(--tw-text-opacity));
}
.peer:checked ~ .pill-label {
	--tw-text-opacity: 1;
	color: rgba(14, 25, 56, 1);
	color: rgba(14, 25, 56, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.pill-label {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		border-width: 1px;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 0.75rem;
		padding-bottom: 0.625rem;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.pill-label:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(39, 170, 225, var(--tw-bg-opacity));
	}
	.peer:checked ~ .pill-label {
		--tw-bg-opacity: 1;
		background-color: rgba(39, 170, 225, var(--tw-bg-opacity));
	}
}
@media (max-width: 1023px) {
	.pill-label {
		--tw-text-opacity: 1;
		color: rgba(14, 25, 56, 1);
		color: rgba(14, 25, 56, var(--tw-text-opacity));
	}
	.peer:checked ~ .pill-label div svg {
		display: block;
	}
	.peer ~ .pill-label div svg {
		display: none;
	}
}
.peer:checked ~ .checkbox-label div svg {
	display: block;
}
.peer ~ .checkbox-label div svg {
	display: none;
}
/* For Firefox */
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	        appearance: none;
}
/* For Chrome, Safari, and Edge */
select::-ms-expand {
	display: none;
}
.form-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 12px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(39, 170, 225, var(--tw-border-opacity));
	background-color: transparent;
	padding: 9px;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 1;
}
.form-input::-webkit-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(230, 232, 235, 1);
	color: rgba(230, 232, 235, var(--tw-text-opacity));
}
.form-input::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(230, 232, 235, 1);
	color: rgba(230, 232, 235, var(--tw-text-opacity));
}
.form-input:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(230, 232, 235, 1);
	color: rgba(230, 232, 235, var(--tw-text-opacity));
}
.form-input::-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(230, 232, 235, 1);
	color: rgba(230, 232, 235, var(--tw-text-opacity));
}
.form-input::placeholder {
	--tw-text-opacity: 1;
	color: rgba(230, 232, 235, 1);
	color: rgba(230, 232, 235, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.form-input {
		height: 70px;
		border-radius: 16px;
		padding: 1rem;
	}
}
.form-label {
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
	.form-label {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
/* jobs index filter */
.filter-input,
.filter-select {
	width: 100%;
	border-radius: 0.75rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(39, 170, 225, var(--tw-border-opacity));
	background-color: transparent;
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(14, 25, 56, 1);
	color: rgba(14, 25, 56, var(--tw-text-opacity));
}
.image-gradient-container {
	position: relative;
}
.image-gradient-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right bottom, from(black), to(transparent));
	background: linear-gradient(to bottom right, black, transparent);
	opacity: 0.7;
}
@media (max-width: 1023px) {
	.image-gradient-container::before {
		opacity: 0.9;
	}
}
.responsive-object {
	position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*, ::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: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow-colored: 0 0 rgba(0,0,0,0);
	--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:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
::-ms-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: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow-colored: 0 0 rgba(0,0,0,0);
	--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:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
::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: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow-colored: 0 0 rgba(0,0,0,0);
	--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:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
/* ! tailwindcss v3.4.13 | 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 {
  -webkit-box-sizing: border-box;
          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: LeagueSpartan, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}
/*
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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-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;
}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/e5765d9f727ac0dd0bab.ttf) format("truetype");
		font-weight: 100;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/a9af6f46ae0f83a403ec.ttf) format("truetype");
		font-weight: 200;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/354c1d0b29bf33854f9c.ttf) format("truetype");
		font-weight: 300;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/09958bb07a94a6a4f1bb.ttf) format("truetype");
		font-weight: 400;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/a8c3b9360d69edbcf13e.ttf) format("truetype");
		font-weight: 500;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/eb71c3a8fa3a8659a3f7.ttf) format("truetype");
		font-weight: 600;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/c311dbd01e80ebe50942.ttf) format("truetype");
		font-weight: 700;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/3273ea0e69650f114210.ttf) format("truetype");
		font-weight: 800;
		font-style: normal;
	}
@font-face {
		font-family: "LeagueSpartan";
		src: url(/assets/static/d4303c11df0dad0324cf.ttf) format("truetype");
		font-weight: 900;
		font-style: normal;
	}
@font-face {
		font-family: "Poppins";
		src: url(/assets/static/35d26b781dc5fda684cc.ttf) format("truetype");
		font-weight: 400;
		font-style: normal;
	}
@font-face {
		font-family: "Poppins";
		src: url(/assets/static/673ed42382ab264e0bf5.ttf) format("truetype");
		font-weight: 500;
		font-style: normal;
	}
@font-face {
		font-family: "Poppins";
		src: url(/assets/static/ac8d04b620e54be9b0f0.ttf) format("truetype");
		font-weight: 600;
		font-style: normal;
	}
@font-face {
		font-family: "Poppins";
		src: url(/assets/static/cdb29a5d7ccf57ff05a3.ttf) format("truetype");
		font-weight: 700;
		font-style: normal;
	}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2.5rem;
	padding-left: 2.5rem;
}
@media (min-width: 480px) {
	.container {
		max-width: 480px;
	}
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
		padding-right: 4rem;
		padding-left: 4rem;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
		padding-right: 5rem;
		padding-left: 5rem;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1600px;
		padding-right: 6rem;
		padding-left: 6rem;
	}
}
@media (min-width: 1800px) {
	.container {
		max-width: 1800px;
		padding-right: 8rem;
		padding-left: 8rem;
	}
}
.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
[dir="ltr"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 1.625em;
}
[dir="rtl"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 1.625em;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
}
[dir="ltr"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 1.625em;
}
[dir="rtl"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 1.625em;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-left-width: 0.25rem;
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-right-width: 0.25rem;
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-left-color: var(--tw-prose-quote-borders);
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-right-color: var(--tw-prose-quote-borders);
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 1em;
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 1em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.375em;
}
[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.375em;
}
[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.375em;
}
[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.375em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	-webkit-box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-bottom: 0.1875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 1.1428571em;
}
[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 1.1428571em;
}
[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 1.1428571em;
}
[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 1.1428571em;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-bottom: 0.8571429em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}
[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.5714286em;
}
[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.5714286em;
}
[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.5714286em;
}
[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.5714286em;
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-bottom: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: top;
}
[dir="ltr"] .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-align: left;
}
[dir="rtl"] .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-align: right;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose {
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
[dir="ltr"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.375em;
}
[dir="rtl"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.375em;
}
[dir="ltr"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.375em;
}
[dir="rtl"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
[dir="ltr"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 1.625em;
}
[dir="rtl"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 1.625em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
[dir="ltr"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0;
}
[dir="rtl"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0;
}
[dir="ltr"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0;
}
[dir="rtl"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0;
}
[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.5714286em;
}
[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.5714286em;
}
[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0.5714286em;
}
[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0.5714286em;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-bottom: 0.5714286em;
}
[dir="ltr"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0;
}
[dir="rtl"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0;
}
[dir="ltr"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-right: 0;
}
[dir="rtl"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-left: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0;
}
.prose {
	max-width: none;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
	line-height: 1.364;
	--tw-text-opacity: 1;
	color: rgba(14, 25, 56, 1);
	color: rgba(14, 25, 56, var(--tw-text-opacity));
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300;
	line-height: 1;
}
@media (min-width: 1024px) {
	.prose {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
		font-size: 22px;
	}
	.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 40px;
	}
}
.prose ul > li {
	position: relative;
	margin: 0px;
	padding-left: 0.8em;
}
.prose ul > li::before {
	position: absolute;
	left: 0px;
	top: -0.05em;
	--tw-text-opacity: 1;
	color: rgba(39, 170, 225, 1);
	color: rgba(39, 170, 225, var(--tw-text-opacity));
	--tw-content: '–';
	content: var(--tw-content);
}
.prose ul {
	list-style-type: none;
	padding: 0px;
}
.prose > ol {
	list-style-position: inside;
	padding: 0px;
}
.prose > ol > li {
	padding: 0px;
}
.prose a {
	text-underline-offset: 2px;
}
@media (min-width: 1024px) {
		.hover-spacer:after {
			/* This is so hovering between the text and menu doesn't close the dropdown */
			content: "";
			width: 120%;
			right: -10%;
			position: absolute;
			top: 70%;
			height: 50px;
		}

		.streamfield-narrow {
		margin-left: auto;
		margin-right: auto;
		max-width: 1136px;
	}

		@media (max-width: 1023px) {
		.streamfield-narrow {
			width: 100%;
			margin-right: auto;
			margin-left: auto;
			padding-right: 2.5rem;
			padding-left: 2.5rem;
		}
		@media (min-width: 480px) {
			.streamfield-narrow {
				max-width: 480px;
			}
		}
		@media (min-width: 640px) {
			.streamfield-narrow {
				max-width: 640px;
			}
		}
		@media (min-width: 768px) {
			.streamfield-narrow {
				max-width: 768px;
			}
		}
		@media (min-width: 1024px) {
			.streamfield-narrow {
				max-width: 1024px;
				padding-right: 3rem;
				padding-left: 3rem;
			}
		}
		@media (min-width: 1280px) {
			.streamfield-narrow {
				max-width: 1280px;
				padding-right: 4rem;
				padding-left: 4rem;
			}
		}
		@media (min-width: 1536px) {
			.streamfield-narrow {
				max-width: 1536px;
				padding-right: 5rem;
				padding-left: 5rem;
			}
		}
		@media (min-width: 1600px) {
			.streamfield-narrow {
				max-width: 1600px;
				padding-right: 6rem;
				padding-left: 6rem;
			}
		}
		@media (min-width: 1800px) {
			.streamfield-narrow {
				max-width: 1800px;
				padding-right: 8rem;
				padding-left: 8rem;
			}
		}
	}

		@media (min-width: 1024px) {
		.streamfield-narrow {
			padding-left: 3rem;
			padding-right: 3rem;
		}
	}
	}
.kicker {
	margin-bottom: 0.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
	--tw-text-opacity: 1;
	color: rgba(39, 170, 225, 1);
	color: rgba(39, 170, 225, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.kicker {
		margin-bottom: 2rem;
	}
}
@media (max-width: 1023px) {
	.kicker {
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
.component-v-spacing {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (min-width: 1024px) {
	.component-v-spacing {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
.team-member-link {
	display: block;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 1.5;
	text-decoration-line: underline;
	text-decoration-color: #27AAE1;
	text-underline-offset: 4px;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.team-member-link:hover {
	text-decoration-color: #EB539E;
}
@media (min-width: 1024px) {
	.team-member-link {
		font-size: 40px;
		text-underline-offset: 12px;
	}
}
.hero-text {
	font-size: 3.125rem;
	line-height: 0.9;
}
@media (min-width: 1024px) {
	.hero-text {
		font-size: 6.5rem;
	}
}
.home-header {
	max-width: 550px;
	font-size: 2.25rem;
	line-height: 2.5rem;
	line-height: 1.027;
}
@media (min-width: 1024px) {
	.home-header {
		font-size: 3.5rem;
	}
}
@media (min-width: 1536px) {
	.home-header {
		max-width: 676px;
	}
}
footer {
		margin-top: var(--footer-margin-top);
	}
textarea.form-input {
	height: auto;
}
.block-heading {
	margin-bottom: 1.25rem;
	font-size: 24px;
	line-height: 1.083;
}
@media (min-width: 1024px) {
	.block-heading {
		margin-bottom: 2.5rem;
		font-size: 40px;
		line-height: 1.15;
	}
}
.block-content {
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.364;
}
@media (min-width: 1024px) {
	.block-content {
		font-size: 22px;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.-right-\[90rem\] {
	right: -90rem;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.right-3 {
	right: 0.75rem;
}
.right-8 {
	right: 2rem;
}
.top-0 {
	top: 0px;
}
.top-1\/2 {
	top: 50%;
}
.top-6 {
	top: 1.5rem;
}
.top-9 {
	top: 2.25rem;
}
.top-\[72px\] {
	top: 72px;
}
.top-full {
	top: 100%;
}
.-z-10 {
	z-index: -10;
}
.-z-20 {
	z-index: -20;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-40 {
	z-index: 40;
}
.z-50 {
	z-index: 50;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-start-1 {
	grid-column-start: 1;
}
.row-start-1 {
	grid-row-start: 1;
}
.-mx-10 {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}
.-my-32 {
	margin-top: -8rem;
	margin-bottom: -8rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.-mb-0\.5 {
	margin-bottom: -0.125rem;
}
.-mb-1\.5 {
	margin-bottom: -0.375rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.-mt-\[90px\] {
	margin-top: -90px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mb-\[10px\] {
	margin-bottom: 10px;
}
.mb-\[30px\] {
	margin-bottom: 30px;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.ml-\[-40\%\] {
	margin-left: -40%;
}
.ml-auto {
	margin-left: auto;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-56 {
	margin-top: 14rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-\[-10\%\] {
	margin-top: -10%;
}
.mt-\[-20\%\] {
	margin-top: -20%;
}
.mt-\[-20px\] {
	margin-top: -20px;
}
.mt-\[-45px\] {
	margin-top: -45px;
}
.mt-\[-90px\] {
	margin-top: -90px;
}
.mt-\[10px\] {
	margin-top: 10px;
}
.mt-\[50vh\] {
	margin-top: 50vh;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.\!flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.aspect-\[1\.1\] {
	aspect-ratio: 1.1;
}
.aspect-square {
	aspect-ratio: 1 / 1;
}
.\!h-auto {
	height: auto !important;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-1 {
	height: 0.25rem;
}
.h-24 {
	height: 6rem;
}
.h-\[428px\] {
	height: 428px;
}
.h-\[50px\] {
	height: 50px;
}
.h-\[80\%\] {
	height: 80%;
}
.h-\[98rem\] {
	height: 98rem;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-max {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.h-min {
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
}
.h-screen {
	height: 100vh;
}
.min-h-fit {
	min-height: -webkit-fit-content;
	min-height: -moz-fit-content;
	min-height: fit-content;
}
.min-h-screen {
	min-height: 100vh;
}
.w-0\.5 {
	width: 0.125rem;
}
.w-2\.5 {
	width: 0.625rem;
}
.w-3 {
	width: 0.75rem;
}
.w-3\.5 {
	width: 0.875rem;
}
.w-6 {
	width: 1.5rem;
}
.w-8 {
	width: 2rem;
}
.w-9 {
	width: 2.25rem;
}
.w-\[100px\] {
	width: 100px;
}
.w-\[10px\] {
	width: 10px;
}
.w-\[1226px\] {
	width: 1226px;
}
.w-\[215px\] {
	width: 215px;
}
.w-\[220px\] {
	width: 220px;
}
.w-\[24px\] {
	width: 24px;
}
.w-\[26px\] {
	width: 26px;
}
.w-\[294px\] {
	width: 294px;
}
.w-\[31px\] {
	width: 31px;
}
.w-\[38px\] {
	width: 38px;
}
.w-\[70px\] {
	width: 70px;
}
.w-\[720px\] {
	width: 720px;
}
.w-\[80px\] {
	width: 80px;
}
.w-\[98rem\] {
	width: 98rem;
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.w-screen {
	width: 100vw;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-\[1040px\] {
	max-width: 1040px;
}
.max-w-\[180px\] {
	max-width: 180px;
}
.max-w-\[520px\] {
	max-width: 520px;
}
.max-w-\[600px\] {
	max-width: 600px;
}
.max-w-\[626px\] {
	max-width: 626px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-xl {
	max-width: 36rem;
}
.flex-1 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0%;
	        flex: 1 1 0%;
}
.flex-shrink-0 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.shrink {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
.shrink-0 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.flex-grow {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.grow {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.grow-0 {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}
.-translate-x-full {
	--tw-translate-x: -100%;
	-webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	-webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
	--tw-translate-x: 0px;
	-webkit-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: 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-90 {
	--tw-rotate: -90deg;
	-webkit-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: 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-180 {
	--tw-rotate: 180deg;
	-webkit-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: 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-90 {
	--tw-rotate: 90deg;
	-webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
	resize: both;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.place-items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-items: center;
	place-items: center;
}
.items-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.items-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.items-stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.justify-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-11 {
	gap: 2.75rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-14 {
	gap: 3.5rem;
}
.gap-16 {
	gap: 4rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-2\.5 {
	gap: 0.625rem;
}
.gap-20 {
	gap: 5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-7 {
	gap: 1.75rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-\[30px\] {
	gap: 30px;
}
.gap-\[54px\] {
	gap: 54px;
}
.gap-x-12 {
	-webkit-column-gap: 3rem;
	   -moz-column-gap: 3rem;
	        column-gap: 3rem;
}
.gap-x-4 {
	-webkit-column-gap: 1rem;
	   -moz-column-gap: 1rem;
	        column-gap: 1rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.self-end {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.self-center {
	-ms-flex-item-align: center;
	    align-self: center;
}
.justify-self-end {
	justify-self: end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.scroll-smooth {
	scroll-behavior: smooth;
}
.text-ellipsis {
	text-overflow: ellipsis;
}
.break-words {
	word-wrap: break-word;
}
.rounded {
	border-radius: 20px;
}
.rounded-3xl {
	border-radius: 45px;
}
.rounded-\[100px\] {
	border-radius: 100px;
}
.rounded-\[12px\] {
	border-radius: 12px;
}
.rounded-\[20px\] {
	border-radius: 20px;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-b-3xl {
	border-bottom-right-radius: 45px;
	border-bottom-left-radius: 45px;
}
.rounded-t-3xl {
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l {
	border-left-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-\[\#5C94FF\] {
	--tw-border-opacity: 1;
	border-color: rgba(92, 148, 255, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-blue {
	--tw-border-opacity: 1;
	border-color: rgba(39, 170, 225, var(--tw-border-opacity));
}
.border-blue-dark {
	--tw-border-opacity: 1;
	border-color: rgba(14, 25, 56, var(--tw-border-opacity));
}
.border-light-grey {
	--tw-border-opacity: 1;
	border-color: rgba(229, 238, 235, var(--tw-border-opacity));
}
.border-separator {
	--tw-border-opacity: 1;
	border-color: rgba(230, 232, 235, var(--tw-border-opacity));
}
.border-slate-900 {
	--tw-border-opacity: 1;
	border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}
.border-slate-900\/50 {
	border-color: rgba(15, 23, 42, 0.5);
}
.border-tfg-blue {
	--tw-border-opacity: 1;
	border-color: rgba(92, 148, 255, var(--tw-border-opacity));
}
.bg-\[\#0D1A38\] {
	--tw-bg-opacity: 1;
	background-color: rgba(13, 26, 56, var(--tw-bg-opacity));
}
.bg-\[\#5C94FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(92, 148, 255, var(--tw-bg-opacity));
}
.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 170, 225, var(--tw-bg-opacity));
}
.bg-blue-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 25, 56, var(--tw-bg-opacity));
}
.bg-light-grey {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 238, 235, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-white\/20 {
	background-color: rgba(255, 255, 255, 0.2);
}
.bg-white\/80 {
	background-color: rgba(255, 255, 255, 0.8);
}
.fill-blue {
	fill: #27AAE1;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-1\.5 {
	padding: 0.375rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-7 {
	padding: 1.75rem;
}
.p-8 {
	padding: 2rem;
}
.p-9 {
	padding: 2.25rem;
}
.p-\[9px\] {
	padding: 9px;
}
.\!py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.px-0\.5 {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-\[100px\] {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-28 {
	padding-bottom: 7rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pb-48 {
	padding-bottom: 12rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pb-56 {
	padding-bottom: 14rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-60 {
	padding-bottom: 15rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-\[120px\] {
	padding-bottom: 120px;
}
.pb-\[60px\] {
	padding-bottom: 60px;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pr-2\.5 {
	padding-right: 0.625rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pt-3\.5 {
	padding-top: 0.875rem;
}
.pt-48 {
	padding-top: 12rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-9 {
	padding-top: 2.25rem;
}
.pt-\[100px\] {
	padding-top: 100px;
}
.pt-\[60px\] {
	padding-top: 60px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.-indent-4 {
	text-indent: -1rem;
}
.font-poppins {
	font-family: Poppins, sans-serif;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-2xl\/\[1\.25\] {
	font-size: 1.5rem;
	line-height: 1.25;
}
.text-2xl\/\[1\.2\] {
	font-size: 1.5rem;
	line-height: 1.2;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-4xl\/\[1\.1\] {
	font-size: 2.25rem;
	line-height: 1.1;
}
.text-\[18vw\] {
	font-size: 18vw;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-\[24px\] {
	font-size: 24px;
}
.text-\[3\.125rem\] {
	font-size: 3.125rem;
}
.text-\[45px\] {
	font-size: 45px;
}
.text-\[50px\] {
	font-size: 50px;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-sm\/\[1\.286\] {
	font-size: 0.875rem;
	line-height: 1.286;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.leading-\[1\.143\] {
	line-height: 1.143;
}
.leading-\[1\.1\] {
	line-height: 1.1;
}
.leading-\[1\.25\] {
	line-height: 1.25;
}
.leading-\[1\.3\] {
	line-height: 1.3;
}
.leading-\[1\.5\] {
	line-height: 1.5;
}
.leading-\[1\.6\] {
	line-height: 1.6;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.tracking-\[-1\.6\] {
	letter-spacing: -1.6;
}
.tracking-\[1\.5px\] {
	letter-spacing: 1.5px;
}
.text-\[\#BAE5FF\] {
	--tw-text-opacity: 1;
	color: rgba(186, 229, 255, 1);
	color: rgba(186, 229, 255, var(--tw-text-opacity));
}
.text-\[\#F5F5F5\] {
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, 1);
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.text-blue {
	--tw-text-opacity: 1;
	color: rgba(39, 170, 225, 1);
	color: rgba(39, 170, 225, var(--tw-text-opacity));
}
.text-blue-dark {
	--tw-text-opacity: 1;
	color: rgba(14, 25, 56, 1);
	color: rgba(14, 25, 56, var(--tw-text-opacity));
}
.text-nav-text-colour {
	color: var(--nav-text-colour);
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, 1);
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline {
	text-decoration-line: underline;
}
.decoration-blue {
	text-decoration-color: #27AAE1;
}
.decoration-pink {
	text-decoration-color: #EB539E;
}
.decoration-transparent {
	text-decoration-color: transparent;
}
.decoration-2 {
	text-decoration-thickness: 2px;
}
.underline-offset-4 {
	text-underline-offset: 4px;
}
.underline-offset-8 {
	text-underline-offset: 8px;
}
.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	        filter: 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 {
	-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
}
.transition-colors {
	-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
}
.duration-300 {
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
}
.ease-in {
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Cloaking alpine transitions on init */
[x-cloak] {
	display: none !important;
}
html {
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(14, 25, 56, 1);
	color: rgba(14, 25, 56, var(--tw-text-opacity));
}
.htmx-request {
	pointer-events: none;
	cursor: wait;
	opacity: 0.5;
}
.prose-h3\:kicker :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1.5px;
	--tw-text-opacity: 1;
	color: rgba(39, 170, 225, 1);
	color: rgba(39, 170, 225, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.prose-h3\:kicker :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 1023px) {
	.prose-h3\:kicker :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
@media (min-width: 1024px) {
	.lg\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	@media (min-width: 480px) {
		.lg\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.lg\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.lg\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.lg\:container {
			max-width: 1024px;
			padding-right: 3rem;
			padding-left: 3rem;
		}
	}
	@media (min-width: 1280px) {
		.lg\:container {
			max-width: 1280px;
			padding-right: 4rem;
			padding-left: 4rem;
		}
	}
	@media (min-width: 1536px) {
		.lg\:container {
			max-width: 1536px;
			padding-right: 5rem;
			padding-left: 5rem;
		}
	}
	@media (min-width: 1600px) {
		.lg\:container {
			max-width: 1600px;
			padding-right: 6rem;
			padding-left: 6rem;
		}
	}
	@media (min-width: 1800px) {
		.lg\:container {
			max-width: 1800px;
			padding-right: 8rem;
			padding-left: 8rem;
		}
	}
}
@media (max-width: 639px) {
	.to-sm\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	@media (min-width: 480px) {
		.to-sm\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.to-sm\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.to-sm\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.to-sm\:container {
			max-width: 1024px;
			padding-right: 3rem;
			padding-left: 3rem;
		}
	}
	@media (min-width: 1280px) {
		.to-sm\:container {
			max-width: 1280px;
			padding-right: 4rem;
			padding-left: 4rem;
		}
	}
	@media (min-width: 1536px) {
		.to-sm\:container {
			max-width: 1536px;
			padding-right: 5rem;
			padding-left: 5rem;
		}
	}
	@media (min-width: 1600px) {
		.to-sm\:container {
			max-width: 1600px;
			padding-right: 6rem;
			padding-left: 6rem;
		}
	}
	@media (min-width: 1800px) {
		.to-sm\:container {
			max-width: 1800px;
			padding-right: 8rem;
			padding-left: 8rem;
		}
	}
}
.placeholder\:text-white::-webkit-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.placeholder\:text-white::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.placeholder\:text-white:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.placeholder\:text-white::-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.placeholder\:text-opacity-50::-webkit-input-placeholder {
	--tw-text-opacity: 0.5;
}
.placeholder\:text-opacity-50::-moz-placeholder {
	--tw-text-opacity: 0.5;
}
.placeholder\:text-opacity-50:-ms-input-placeholder {
	--tw-text-opacity: 0.5;
}
.placeholder\:text-opacity-50::-ms-input-placeholder {
	--tw-text-opacity: 0.5;
}
.placeholder\:text-opacity-50::placeholder {
	--tw-text-opacity: 0.5;
}
.first\:border-t:first-child {
	border-top-width: 1px;
}
.first\:pt-0:first-child {
	padding-top: 0px;
}
.first\:pt-1:first-child {
	padding-top: 0.25rem;
}
.last\:border-none:last-child {
	border-style: none;
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border-pink:hover {
	--tw-border-opacity: 1;
	border-color: rgba(235, 83, 158, var(--tw-border-opacity));
}
.hover\:bg-pink:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 83, 158, var(--tw-bg-opacity));
}
.hover\:bg-tfg-blue:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(92, 148, 255, var(--tw-bg-opacity));
}
.hover\:fill-pink:hover {
	fill: #EB539E;
}
.hover\:text-neutral-100:hover {
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, 1);
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.hover\:text-pink:hover {
	--tw-text-opacity: 1;
	color: rgba(235, 83, 158, 1);
	color: rgba(235, 83, 158, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration-line: underline;
}
.hover\:decoration-nav-text-colour:hover {
	text-decoration-color: var(--nav-text-colour);
}
.hover\:decoration-pink:hover {
	text-decoration-color: #EB539E;
}
.group:hover .group-hover\:pointer-events-auto {
	pointer-events: auto;
}
.group:hover .group-hover\:z-10 {
	z-index: 10;
}
.group\/card:hover .group-hover\/card\:fill-pink {
	fill: #EB539E;
}
.group:hover .group-hover\:fill-pink {
	fill: #EB539E;
}
.group:hover .group-hover\:fill-white {
	fill: #fff;
}
.group:hover .group-hover\:text-pink {
	--tw-text-opacity: 1;
	color: rgba(235, 83, 158, 1);
	color: rgba(235, 83, 158, var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
	text-decoration-line: underline;
}
.group\/card:hover .group-hover\/card\:decoration-pink {
	text-decoration-color: #EB539E;
}
.group:hover .group-hover\:decoration-pink {
	text-decoration-color: #EB539E;
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
.prose-h3\:my-0 :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0px;
	margin-bottom: 0px;
}
.prose-h3\:pt-\[30px\] :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-top: 30px;
}
.prose-p\:text-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-size: 1rem;
	line-height: 1.5rem;
}
.prose-p\:leading-\[1\.364\] :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	line-height: 1.364;
}
.prose-ul\:text-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-size: 1rem;
	line-height: 1.5rem;
}
.prose-ul\:leading-\[1\.364\] :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	line-height: 1.364;
}
@media (min-width: 640px) {
	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.sm\:mt-32 {
		margin-top: 8rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:grid {
		display: grid;
	}
	.sm\:w-auto {
		width: auto;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:gap-2\.5 {
		gap: 0.625rem;
	}
	.sm\:p-10 {
		padding: 2.5rem;
	}
	.sm\:p-7 {
		padding: 1.75rem;
	}
	.sm\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.sm\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
}
@media (min-width: 768px) {
	.md\:-mt-6 {
		margin-top: -1.5rem;
	}
	.md\:mt-48 {
		margin-top: 12rem;
	}
	.md\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:max-w-full {
		max-width: 100%;
	}
	.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\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.md\:gap-0 {
		gap: 0px;
	}
	.md\:gap-x-16 {
		-webkit-column-gap: 4rem;
		   -moz-column-gap: 4rem;
		        column-gap: 4rem;
	}
	.md\:gap-y-20 {
		row-gap: 5rem;
	}
	.md\:place-self-end {
		-ms-flex-item-align: end;
		    align-self: end;
		justify-self: end;
		place-self: end;
	}
	.md\:pr-10 {
		padding-right: 2.5rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-\[9\.25rem\] {
		font-size: 9.25rem;
	}
	.md\:first\:-mt-3:first-child {
		margin-top: -0.75rem;
	}
}
@media (min-width: 1024px) {
	.lg\:absolute {
		position: absolute;
	}
	.lg\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
	.lg\:top-12 {
		top: 3rem;
	}
	.lg\:top-\[100\%\] {
		top: 100%;
	}
	.lg\:z-10 {
		z-index: 10;
	}
	.lg\:order-3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.lg\:my-\[-180px\] {
		margin-top: -180px;
		margin-bottom: -180px;
	}
	.lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.lg\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}
	.lg\:mb-20 {
		margin-bottom: 5rem;
	}
	.lg\:mb-24 {
		margin-bottom: 6rem;
	}
	.lg\:mb-28 {
		margin-bottom: 7rem;
	}
	.lg\:mb-36 {
		margin-bottom: 9rem;
	}
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	.lg\:mb-8 {
		margin-bottom: 2rem;
	}
	.lg\:mb-\[52px\] {
		margin-bottom: 52px;
	}
	.lg\:mb-\[60px\] {
		margin-bottom: 60px;
	}
	.lg\:ml-auto {
		margin-left: auto;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}
	.lg\:mt-20 {
		margin-top: 5rem;
	}
	.lg\:mt-64 {
		margin-top: 16rem;
	}
	.lg\:mt-\[-90px\] {
		margin-top: -90px;
	}
	.lg\:mt-\[112px\] {
		margin-top: 112px;
	}
	.lg\:mt-\[165px\] {
		margin-top: 165px;
	}
	.lg\:mt-\[80vh\] {
		margin-top: 80vh;
	}
	.lg\:block {
		display: block;
	}
	.lg\:\!flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.lg\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-3\/5 {
		height: 60%;
	}
	.lg\:h-\[70px\] {
		height: 70px;
	}
	.lg\:min-h-\[1355px\] {
		min-height: 1355px;
	}
	.lg\:min-h-\[calc\(100vh-50px\)\] {
		min-height: calc(100vh - 50px);
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-3 {
		width: 0.75rem;
	}
	.lg\:w-64 {
		width: 16rem;
	}
	.lg\:w-9 {
		width: 2.25rem;
	}
	.lg\:w-\[150px\] {
		width: 150px;
	}
	.lg\:w-\[153px\] {
		width: 153px;
	}
	.lg\:w-\[35px\] {
		width: 35px;
	}
	.lg\:w-\[515px\] {
		width: 515px;
	}
	.lg\:w-\[600px\] {
		width: 600px;
	}
	.lg\:w-\[680px\] {
		width: 680px;
	}
	.lg\:w-full {
		width: 100%;
	}
	.lg\:w-max {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.lg\:w-min {
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.lg\:flex-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lg\:place-items-center {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		justify-items: center;
		place-items: center;
	}
	.lg\:items-end {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.lg\:items-center {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.lg\:gap-10 {
		gap: 2.5rem;
	}
	.lg\:gap-2 {
		gap: 0.5rem;
	}
	.lg\:gap-20 {
		gap: 5rem;
	}
	.lg\:gap-4 {
		gap: 1rem;
	}
	.lg\:gap-40 {
		gap: 10rem;
	}
	.lg\:gap-9 {
		gap: 2.25rem;
	}
	.lg\:gap-x-9 {
		-webkit-column-gap: 2.25rem;
		   -moz-column-gap: 2.25rem;
		        column-gap: 2.25rem;
	}
	.lg\:gap-y-10 {
		row-gap: 2.5rem;
	}
	.lg\:gap-y-20 {
		row-gap: 5rem;
	}
	.lg\:gap-y-5 {
		row-gap: 1.25rem;
	}
	.lg\:gap-y-8 {
		row-gap: 2rem;
	}
	.lg\:justify-self-end {
		justify-self: end;
	}
	.lg\:overflow-hidden {
		overflow: hidden;
	}
	.lg\:whitespace-nowrap {
		white-space: nowrap;
	}
	.lg\:rounded {
		border-radius: 20px;
	}
	.lg\:rounded-4xl {
		border-radius: 90px;
	}
	.lg\:rounded-none {
		border-radius: 0px;
	}
	.lg\:rounded-b {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.lg\:rounded-b-4xl {
		border-bottom-right-radius: 90px;
		border-bottom-left-radius: 90px;
	}
	.lg\:rounded-t-4xl {
		border-top-left-radius: 90px;
		border-top-right-radius: 90px;
	}
	.lg\:rounded-br-\[10px\] {
		border-bottom-right-radius: 10px;
	}
	.lg\:rounded-tr-\[10px\] {
		border-top-right-radius: 10px;
	}
	.lg\:border {
		border-width: 1px;
	}
	.lg\:border-2 {
		border-width: 2px;
	}
	.lg\:border-dashed {
		border-style: dashed;
	}
	.lg\:border-blue {
		--tw-border-opacity: 1;
		border-color: rgba(39, 170, 225, var(--tw-border-opacity));
	}
	.lg\:bg-light-grey {
		--tw-bg-opacity: 1;
		background-color: rgba(229, 238, 235, var(--tw-bg-opacity));
	}
	.lg\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.lg\:\!p-20 {
		padding: 5rem !important;
	}
	.lg\:p-10 {
		padding: 2.5rem;
	}
	.lg\:p-16 {
		padding: 4rem;
	}
	.lg\:p-3 {
		padding: 0.75rem;
	}
	.lg\:p-32 {
		padding: 8rem;
	}
	.lg\:p-4 {
		padding: 1rem;
	}
	.lg\:p-9 {
		padding: 2.25rem;
	}
	.lg\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.lg\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.lg\:py-3\.5 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}
	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.lg\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}
	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.lg\:py-64 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}
	.lg\:pb-12 {
		padding-bottom: 3rem;
	}
	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}
	.lg\:pb-2 {
		padding-bottom: 0.5rem;
	}
	.lg\:pb-20 {
		padding-bottom: 5rem;
	}
	.lg\:pb-3 {
		padding-bottom: 0.75rem;
	}
	.lg\:pb-40 {
		padding-bottom: 10rem;
	}
	.lg\:pb-48 {
		padding-bottom: 12rem;
	}
	.lg\:pb-52 {
		padding-bottom: 13rem;
	}
	.lg\:pb-80 {
		padding-bottom: 20rem;
	}
	.lg\:pl-10 {
		padding-left: 2.5rem;
	}
	.lg\:pl-5 {
		padding-left: 1.25rem;
	}
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	.lg\:pl-\[25px\] {
		padding-left: 25px;
	}
	.lg\:pr-0 {
		padding-right: 0px;
	}
	.lg\:pr-20 {
		padding-right: 5rem;
	}
	.lg\:pr-4 {
		padding-right: 1rem;
	}
	.lg\:pr-5 {
		padding-right: 1.25rem;
	}
	.lg\:pr-\[130px\] {
		padding-right: 130px;
	}
	.lg\:pt-20 {
		padding-top: 5rem;
	}
	.lg\:pt-3\.5 {
		padding-top: 0.875rem;
	}
	.lg\:pt-4 {
		padding-top: 1rem;
	}
	.lg\:pt-40 {
		padding-top: 10rem;
	}
	.lg\:pt-44 {
		padding-top: 11rem;
	}
	.lg\:pt-64 {
		padding-top: 16rem;
	}
	.lg\:pt-\[270px\] {
		padding-top: 270px;
	}
	.lg\:text-center {
		text-align: center;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-4xl\/\[1\.389\] {
		font-size: 2.25rem;
		line-height: 1.389;
	}
	.lg\:text-9xl {
		font-size: 6.5rem;
	}
	.lg\:text-\[22px\] {
		font-size: 22px;
	}
	.lg\:text-\[3\.5rem\] {
		font-size: 3.5rem;
	}
	.lg\:text-\[30px\] {
		font-size: 30px;
	}
	.lg\:text-\[40px\] {
		font-size: 40px;
	}
	.lg\:text-\[56px\]\/\[1\] {
		font-size: 56px;
		line-height: 1;
	}
	.lg\:text-\[7\.25rem\] {
		font-size: 7.25rem;
	}
	.lg\:text-\[74px\] {
		font-size: 74px;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:font-medium {
		font-weight: 500;
	}
	.lg\:leading-\[0\.6\] {
		line-height: 0.6;
	}
	.lg\:underline-offset-8 {
		text-underline-offset: 8px;
	}
	.lg\:opacity-0 {
		opacity: 0;
	}
	.lg\:first\:-mt-6:first-child {
		margin-top: -1.5rem;
	}
	.prose-h3\:lg\:pt-10 :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		padding-top: 2.5rem;
	}
	.prose-h3\:lg\:text-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.prose-p\:lg\:text-\[22px\] :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 22px;
	}
	.prose-ul\:lg\:text-\[22px\] :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
		font-size: 22px;
	}
}
@media (min-width: 1280px) {
	.xl\:sticky {
		position: sticky;
	}
	.xl\:w-1\/2 {
		width: 50%;
	}
	.xl\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.xl\:items-center {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.xl\:pb-8 {
		padding-bottom: 2rem;
	}
	.xl\:text-\[20px\] {
		font-size: 20px;
	}
	.xl\:text-\[40px\] {
		font-size: 40px;
	}
	.xl\:text-\[9\.25rem\] {
		font-size: 9.25rem;
	}
}
@media (min-width: 1536px) {
	.\32xl\:-right-\[60rem\] {
		right: -60rem;
	}
	.\32xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.\32xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.\32xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.\32xl\:text-\[10rem\] {
		font-size: 10rem;
	}
	.\32xl\:leading-\[0\.58\] {
		line-height: 0.58;
	}
}
@media (max-width: 767px) {
	.to-md\:-mx-5 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
}
@media (max-width: 1023px) {
	.to-lg\:relative {
		position: relative;
	}
	.to-lg\:top-4 {
		top: 1rem;
	}
	.to-lg\:z-30 {
		z-index: 30;
	}
	.to-lg\:row-start-1 {
		grid-row-start: 1;
	}
	.to-lg\:-mx-10 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
	.to-lg\:-mx-5 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
	.to-lg\:mx-\[-40px\] {
		margin-left: -40px;
		margin-right: -40px;
	}
	.to-lg\:mb-12 {
		margin-bottom: 3rem;
	}
	.to-lg\:mb-14 {
		margin-bottom: 3.5rem;
	}
	.to-lg\:mt-1 {
		margin-top: 0.25rem;
	}
	.to-lg\:mt-10 {
		margin-top: 2.5rem;
	}
	.to-lg\:mt-16 {
		margin-top: 4rem;
	}
	.to-lg\:mt-5 {
		margin-top: 1.25rem;
	}
	.to-lg\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.to-lg\:hidden {
		display: none;
	}
	.to-lg\:h-9 {
		height: 2.25rem;
	}
	.to-lg\:max-h-\[1070px\] {
		max-height: 1070px;
	}
	.to-lg\:grow {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.to-lg\:justify-center {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.to-lg\:gap-10 {
		gap: 2.5rem;
	}
	.to-lg\:gap-2 {
		gap: 0.5rem;
	}
	.to-lg\:rounded-\[12px\] {
		border-radius: 12px;
	}
	.to-lg\:rounded-t-3xl {
		border-top-left-radius: 45px;
		border-top-right-radius: 45px;
	}
	.to-lg\:border-2 {
		border-width: 2px;
	}
	.to-lg\:pb-16 {
		padding-bottom: 4rem;
	}
	.to-lg\:pb-40 {
		padding-bottom: 10rem;
	}
	.to-lg\:pb-6 {
		padding-bottom: 1.5rem;
	}
	.to-lg\:pt-5 {
		padding-top: 1.25rem;
	}
	.to-lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.to-lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.to-lg\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.to-lg\:font-light {
		font-weight: 300;
	}
	.to-lg\:font-medium {
		font-weight: 500;
	}
	.to-lg\:leading-none {
		line-height: 1;
	}
	.to-lg\:text-blue-dark {
		--tw-text-opacity: 1;
		color: rgba(14, 25, 56, 1);
		color: rgba(14, 25, 56, var(--tw-text-opacity));
	}
	.to-lg\:drop-shadow-md {
		--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
		-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
		        filter: 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);
	}
	.to-lg\:before\:mr-1::before {
		content: var(--tw-content);
		margin-right: 0.25rem;
	}
	.to-lg\:before\:text-blue::before {
		content: var(--tw-content);
		--tw-text-opacity: 1;
		color: rgba(39, 170, 225, 1);
		color: rgba(39, 170, 225, var(--tw-text-opacity));
	}
	.to-lg\:before\:content-\[\'\2013\'\]::before {
		--tw-content: '–';
		content: var(--tw-content);
	}
}
@media (min-width: 480px) {
	.xs\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1600px) {
	.\33xl\:text-\[12\.125rem\] {
		font-size: 12.125rem;
	}
}
@media (min-width: 1800px) {
	.\34xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.\[\&_a\]\:underline a {
	text-decoration-line: underline;
}
.\[\&_a\]\:decoration-blue a {
	text-decoration-color: #27AAE1;
}
.\[\&_a\]\:underline-offset-8 a {
	text-underline-offset: 8px;
}
.\[\&_a\]\:transition-colors a {
	-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
}
.\[\&_a\]\:hover\:text-blue:hover a {
	--tw-text-opacity: 1;
	color: rgba(39, 170, 225, 1);
	color: rgba(39, 170, 225, var(--tw-text-opacity));
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  -webkit-font-feature-settings: ;
          font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.DdVGqAAsf2OzrcRrZMFSgg\=\= {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	overflow: hidden;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div {
	position: absolute;
	will-change: transform;
	border-radius: 50%;
	background: rgb(247, 43, 145);
	opacity: 1;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div:nth-child(1) {
	width: 20px;
	height: 20px;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div:nth-child(2) {
	width: 125px;
	height: 125px;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div:nth-child(3) {
	width: 75px;
	height: 75px;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div:nth-child(2)::after {
	top: 35px;
	left: 35px;
	width: 35px;
	height: 35px;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= > div:nth-child(3)::after {
	top: 25px;
	left: 25px;
	width: 25px;
	height: 25px;
}

.k870oBe\+MKqbKsiOtVKcgQ\=\= {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: url("#goo");
	        filter: url("#goo");
	overflow: hidden;
	background: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

