._box_1udy3_1 {
	border: 1px solid #eee;
	box-shadow: var(--basic-shadow);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

._box_1udy3_1:focus-within {
	border-color: rgb(244, 63, 94);
}

._description_1udy3_14 {
	border-top: 1px solid #eee;
	padding: 16px;
}

._label_1udy3_19 {
	font-weight: bold;
	padding: 4px 16px;
}

._box_1udy3_1:focus-within ._label_1udy3_19 {
	color: white;
	background: rgb(244, 63, 94);
}

._content_1udy3_29 {
	border-top: 1px solid #eee;
	flex-grow: 1;
}
._item_1v7p6_1 {
	font-weight: bold;
	background: #eee;
	padding: 2px 8px;
	border: 1px solid #ccc;
}

._item_1v7p6_1:focus-within {
	outline: none;
	color: white;
	background: rgb(244, 63, 94);
	border-color: rgb(244, 63, 94);
}
._container_88pmr_1 {
	position: relative;
	min-height: 250px;
}

@keyframes _move_88pmr_1 {
	from {
		transform: translateX(0);
	}

	50% {
		transform: translateX(700px);
	}

	to {
		transform: translateX(0);
	}
}

._item_88pmr_20 {
	position: absolute;
}

._item_88pmr_20[data-moving="true"] {
	animation: _move_88pmr_1 5s linear infinite reverse;
}
._grid_10qvw_1 {
	min-height: 100%;
	display: grid;
	grid-template-columns: repeat(var(--cols), 1fr);
}

._grid_10qvw_1 > * {
	display: flex;
	justify-content: center;
	align-items: center;
}
._page_1c58t_1 {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

._pageHeader_1c58t_8 {
	top: 0;
	position: sticky;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-inline: -32px;
	padding-inline: 32px;
	background: white;
}

._pageTitle_1c58t_19 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

._pageTitle_1c58t_19 strong {
	font-weight: 700;
	color: var(--primary-color);
}

._titleLinks_1c58t_30 {
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 16px;
}

._layout_1c58t_38 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

._infoBox_1c58t_44 {
	border: 1px solid #eee;
	box-shadow: var(--basic-shadow);
	border-radius: 12px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 16px;
}

._infoBox_1c58t_44 strong {
	color: var(--primary-color);
}

._infoBox_1c58t_44 p {
	max-width: 80ch;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
	margin: 0;
}

/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
	font: inherit;
}

/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

:root {
	--primary-color: #f43f5e;
	--accent-color: #e11d48;

	--basic-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

body {
	font-family:
		"Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
}
