.sampo-wl,
.sampo-wl * {
	box-sizing: border-box;
}

.sampo-wl {
	--swl-ink: #112044;
	--swl-muted: #64748b;
	--swl-line: #d9e4f2;
	--swl-blue: #0b65d8;
	--swl-blue-dark: #064eb1;
	--swl-soft: #f4f9ff;
	--swl-shadow: 0 18px 54px rgba(17, 32, 68, .10);
	background: #fff;
	color: var(--swl-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.75;
	margin: 0;
	overflow-x: clip;
}

.sampo-wl a {
	color: inherit;
	text-decoration: none;
}

html.sampo-wl-modal-open {
	overflow: hidden;
}

.sampo-wl button,
.sampo-wl input,
.sampo-wl select {
	font: inherit;
}

.sampo-wl .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sampo-wl-header {
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid #e8eef7;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 78px;
	padding: 0 54px;
	position: sticky;
	top: 0;
	z-index: 30;
}

.sampo-wl-logo {
	align-items: center;
	color: var(--swl-ink);
	display: inline-flex;
	font-size: 19px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0;
	white-space: nowrap;
}

.sampo-wl-logo__mark {
	background:
		radial-gradient(circle at 50% 50%, #fff 0 22%, transparent 23%),
		linear-gradient(135deg, #0b65d8, #30a6ff);
	border-radius: 9px;
	display: inline-block;
	height: 24px;
	position: relative;
	transform: rotate(-18deg);
	width: 24px;
}

.sampo-wl-logo__mark::before,
.sampo-wl-logo__mark::after {
	background: #0b65d8;
	border-radius: 999px;
	content: "";
	height: 8px;
	position: absolute;
	width: 8px;
}

.sampo-wl-logo__mark::before {
	left: -5px;
	top: 3px;
}

.sampo-wl-logo__mark::after {
	bottom: 2px;
	right: -5px;
}

.sampo-wl-nav {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
	min-width: 0;
}

.sampo-wl-nav a {
	color: #1f2d4d;
	font-size: 14px;
	font-weight: 700;
	padding: 27px 0 23px;
	position: relative;
	white-space: nowrap;
}

.sampo-wl-nav a.is-active {
	color: var(--swl-blue);
}

.sampo-wl-nav a.is-active::after {
	background: var(--swl-blue);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.sampo-wl-header-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
}

.sampo-wl-login,
.sampo-wl-primary,
.sampo-wl-download,
.sampo-wl-form__submit {
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
	white-space: nowrap;
}

.sampo-wl-login {
	background: #fff;
	border: 1px solid #adc7ea;
	color: var(--swl-blue);
	font-size: 14px;
	min-height: 42px;
	padding: 0 23px;
}

.sampo-wl-primary {
	background: var(--swl-blue);
	border: 1px solid var(--swl-blue);
	box-shadow: 0 10px 22px rgba(11, 101, 216, .18);
	color: #fff;
	font-size: 14px;
	min-height: 42px;
	padding: 0 24px;
}

.sampo-wl-login:hover,
.sampo-wl-primary:hover,
.sampo-wl-download:hover,
.sampo-wl-form__submit:hover {
	transform: translateY(-1px);
}

.sampo-wl-main {
	background:
		linear-gradient(180deg, #f4f9ff 0, #fff 560px),
		#fff;
}

.sampo-wl-hero {
	min-height: 500px;
	padding: 78px 42px 18px;
}

.sampo-wl-hero__inner {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.1fr);
	margin: 0 auto;
	max-width: 1220px;
}

.sampo-wl-eyebrow {
	color: var(--swl-blue);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 18px;
}

.sampo-wl-hero h1 {
	color: var(--swl-ink);
	font-size: clamp(42px, 4.7vw, 62px);
	letter-spacing: 0;
	line-height: 1.28;
	margin: 0;
}

.sampo-wl-hero p:not(.sampo-wl-eyebrow) {
	color: #2b3d63;
	font-size: 17px;
	font-weight: 600;
	margin: 28px 0 0;
	max-width: 560px;
}

.sampo-wl-hero__visual {
	height: 420px;
	isolation: isolate;
	position: relative;
}

.sampo-wl-hero__circle {
	display: none;
}

.sampo-wl-hero-book {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 20px 42px rgba(42, 82, 140, .2);
	color: #12244d;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 276px;
	justify-content: center;
	line-height: 1.5;
	padding: 0;
	position: absolute;
	text-align: center;
	transform-origin: center center;
	width: 206px;
}

.sampo-wl-hero-book img {
	background: #fff;
	border: 1px solid #d7e4f5;
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.sampo-wl-hero-book.sampo-wl-cover--landscape {
	height: 184px;
	width: 330px;
}

.sampo-wl-hero-book.sampo-wl-cover--portrait {
	height: 318px;
	width: 226px;
}

.sampo-wl-hero-book.sampo-wl-cover--square,
.sampo-wl-hero-book.sampo-wl-cover--auto {
	height: 218px;
	width: 218px;
}

.sampo-wl-hero-book span {
	align-items: center;
	background: #fff;
	border: 1px solid #d7e4f5;
	border-radius: 8px;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 18px;
	position: relative;
	z-index: 1;
}

.sampo-wl-hero-book--0 {
	left: 58px;
	top: 128px;
	transform: rotate(-2deg);
	z-index: 4;
}

.sampo-wl-hero-book--1 {
	right: 48px;
	top: 54px;
	transform: rotate(5deg);
	z-index: 5;
}

.sampo-wl-hero-book--2 {
	left: 225px;
	top: 194px;
	transform: rotate(-4deg);
	z-index: 2;
}

.sampo-wl-hero-book--3 {
	left: 16px;
	top: 252px;
	transform: rotate(3deg);
	z-index: 1;
}

.sampo-wl-hero-book--4 {
	right: 190px;
	top: 248px;
	transform: rotate(-3deg);
	z-index: 3;
}

.sampo-wl-hero-book--0.sampo-wl-cover--landscape {
	height: 198px;
	width: 356px;
}

.sampo-wl-hero-book--1.sampo-wl-cover--landscape {
	height: 158px;
	top: 70px;
	width: 284px;
}

.sampo-wl-hero-book--1.sampo-wl-cover--portrait {
	height: 286px;
	width: 204px;
}

.sampo-wl-hero-book--2.sampo-wl-cover--landscape {
	height: 130px;
	width: 236px;
}

.sampo-wl-hero-book--2.sampo-wl-cover--portrait {
	height: 240px;
	width: 172px;
}

.sampo-wl-hero-book--3.sampo-wl-cover--landscape,
.sampo-wl-hero-book--4.sampo-wl-cover--landscape {
	height: 112px;
	width: 184px;
}

.sampo-wl-hero-book--3.sampo-wl-cover--portrait,
.sampo-wl-hero-book--4.sampo-wl-cover--portrait {
	height: 214px;
	width: 154px;
}

.sampo-wl-hero-book--3,
.sampo-wl-hero-book--4 {
	opacity: .92;
}

.sampo-wl-stats {
	align-items: stretch;
	background: #fff;
	border: 1px solid #d9e7f7;
	border-radius: 10px;
	box-shadow: 0 22px 50px rgba(45, 91, 145, .12);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: -4px auto 70px;
	max-width: 1040px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.sampo-wl-stats--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px;
}

.sampo-wl-stat {
	align-items: center;
	display: grid;
	gap: 0 18px;
	grid-template-columns: 54px 1fr;
	min-height: 94px;
	padding: 22px 42px;
}

.sampo-wl-stat + .sampo-wl-stat {
	border-left: 1px solid var(--swl-line);
}

.sampo-wl-stat__icon {
	align-items: center;
	border: 3px solid #0b65d8;
	border-radius: 16px;
	color: #0b65d8;
	display: flex;
	font-size: 24px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	line-height: 1;
	width: 48px;
}

.sampo-wl-stat span:not(.sampo-wl-stat__icon) {
	color: #65738c;
	font-size: 13px;
	font-weight: 800;
	grid-column: 2;
}

.sampo-wl-stat strong {
	color: #1a2a50;
	display: block;
	font-size: 30px;
	font-weight: 900;
	grid-column: 2;
	line-height: 1.1;
}

.sampo-wl-stat small {
	font-size: 13px;
	font-weight: 800;
	margin-left: 2px;
}

.sampo-wl-library {
	align-items: start;
	display: grid;
	gap: 38px;
	grid-template-columns: 266px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 30px 72px;
}

.sampo-wl-filter {
	background: #fff;
	border: 1px solid var(--swl-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(20, 43, 78, .05);
	overflow: hidden;
}

.sampo-wl-filter h2 {
	font-size: 19px;
	font-weight: 900;
	margin: 0;
	padding: 22px 20px 16px;
}

.sampo-wl-search {
	border-bottom: 1px solid #e8eef7;
	display: block;
	padding: 0 18px 18px;
}

.sampo-wl-search input {
	background: #fff;
	border: 1px solid #cedbec;
	border-radius: 6px;
	color: var(--swl-ink);
	height: 42px;
	padding: 0 13px;
	width: 100%;
}

.sampo-wl-filter-group {
	border-bottom: 1px solid #e8eef7;
	padding: 18px;
}

.sampo-wl-filter-group h3 {
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 12px;
}

.sampo-wl-filter-group label {
	align-items: center;
	color: #33445f;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	margin: 10px 0;
}

.sampo-wl-filter-group input {
	accent-color: var(--swl-blue);
	height: 16px;
	width: 16px;
}

.sampo-wl-clear {
	background: #fff;
	border: 1px solid #9fbbe1;
	border-radius: 6px;
	color: #175da8;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	height: 44px;
	margin: 18px;
	width: calc(100% - 36px);
}

.sampo-wl-request-box {
	background: #eef7ff;
	color: #264363;
	font-size: 14px;
	margin: 0 18px 18px;
	padding: 18px;
}

.sampo-wl-request-box strong {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.sampo-wl-request-box a {
	color: var(--swl-blue);
	font-weight: 900;
}

.sampo-wl-results {
	min-width: 0;
}

.sampo-wl-results__head {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.sampo-wl-results__head h2 {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
}

.sampo-wl-results__head select {
	background: #fff;
	border: 1px solid #cad8ec;
	border-radius: 7px;
	color: #1f2d4d;
	font-size: 14px;
	font-weight: 700;
	height: 42px;
	min-width: 150px;
	padding: 0 36px 0 14px;
}

.sampo-wl-card-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sampo-wl-card {
	background: #fff;
	border: 1px solid var(--swl-line);
	border-radius: 7px;
	box-shadow: 0 16px 36px rgba(20, 43, 78, .06);
	display: flex;
	flex-direction: column;
	min-height: 430px;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sampo-wl-card:hover {
	border-color: #b4cbea;
	box-shadow: 0 22px 42px rgba(20, 43, 78, .10);
	transform: translateY(-2px);
}

.sampo-wl-card.is-hidden {
	display: none;
}

.sampo-wl-card__cover {
	align-items: center;
	display: flex;
	height: 174px;
	justify-content: center;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

.sampo-wl-card__cover img {
	border-radius: 4px;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.sampo-wl-cover-fit--cover img {
	object-fit: cover;
}

.sampo-wl-cover--portrait img {
	filter: drop-shadow(0 12px 18px rgba(20, 43, 78, .18));
}

.sampo-wl-card__cover.sampo-wl-cover--portrait {
	padding: 10px 14px;
}

.sampo-wl-card__cover.sampo-wl-cover--landscape {
	padding: 12px;
}

.sampo-wl-card__cover-title {
	background: rgba(255, 255, 255, .86);
	border-radius: 6px;
	color: #152a51;
	display: block;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.45;
	padding: 18px;
	text-align: center;
	width: 100%;
}

.sampo-wl-card-cover--blue {
	background: linear-gradient(135deg, #deefff, #f8fbff);
}

.sampo-wl-card-cover--green {
	background: linear-gradient(135deg, #dff7e9, #f7fffb);
}

.sampo-wl-card-cover--purple {
	background: linear-gradient(135deg, #efe6ff, #fbf8ff);
}

.sampo-wl-card-cover--yellow {
	background: linear-gradient(135deg, #fff3c6, #fffdf3);
}

.sampo-wl-card-cover--sky {
	background: linear-gradient(135deg, #dff4ff, #f7fcff);
}

.sampo-wl-card-cover--orange {
	background: linear-gradient(135deg, #ffe7c8, #fff9f1);
}

.sampo-wl-card__new {
	background: var(--swl-blue);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	left: 14px;
	line-height: 1;
	padding: 7px 11px;
	position: absolute;
	top: 14px;
	z-index: 2;
}

.sampo-wl-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 10px;
}

.sampo-wl-pill {
	align-self: flex-start;
	background: #eef5ff;
	border-radius: 999px;
	color: #245f9f;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 12px;
	padding: 6px 10px;
}

.sampo-wl-card h3 {
	color: var(--swl-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.48;
	margin: 0 0 10px;
}

.sampo-wl-card__excerpt {
	color: #33445f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
}

.sampo-wl-card__excerpt-full {
	display: none;
}

.sampo-wl-card.is-expanded .sampo-wl-card__excerpt-short {
	display: none;
}

.sampo-wl-card.is-expanded .sampo-wl-card__excerpt-full {
	display: inline;
}

.sampo-wl-card__more {
	align-self: flex-start;
	background: transparent;
	border: 0;
	color: #0b65d8;
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
	margin: 8px 0 0;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sampo-wl-card__more:hover,
.sampo-wl-card__more:focus-visible {
	color: #064aa8;
}

.sampo-wl-card__foot {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: flex-end;
	padding: 16px 22px 22px;
}

.sampo-wl-card__meta {
	align-items: center;
	color: #586b88;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	line-height: 1.45;
	min-height: 20px;
}

.sampo-wl-card__meta span + span::before {
	color: #9aa9bc;
	content: "/";
	margin-right: 8px;
}

.sampo-wl-card__foot > span {
	color: #586b88;
	font-size: 13px;
	font-weight: 800;
}

.sampo-wl-download {
	background: var(--swl-blue);
	border: 0;
	color: #fff;
	font-size: 13px;
	min-height: 40px;
	min-width: 0;
	padding: 0 17px;
	width: 100%;
}

.sampo-wl-download::before {
	content: "↓";
	font-size: 16px;
	font-weight: 900;
	margin-right: 7px;
}

.sampo-wl--trigger {
	display: contents;
}

.sampo-wl--trigger button {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
}

.sampo-wl--trigger .scintro-btn {
	text-decoration: none;
}

.sampo-wl--doctor-stop-popup .sampo-wl-auto-trigger {
	position: fixed;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.sampo-wl-empty {
	background: #f6f9fd;
	border: 1px dashed #b8c9e1;
	border-radius: 8px;
	color: #586b88;
	font-weight: 800;
	margin: 22px 0 0;
	padding: 28px;
	text-align: center;
}

.sampo-wl-footer {
	align-items: center;
	border-top: 1px solid #e8eef7;
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 106px;
	padding: 24px 54px;
}

.sampo-wl-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	justify-content: center;
}

.sampo-wl-footer nav a,
.sampo-wl-footer p {
	color: #5e6f89;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.sampo-wl-modal[hidden] {
	display: none;
}

.sampo-wl-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 22px;
	position: fixed;
	z-index: 100000;
}

.sampo-wl-modal__backdrop {
	background: rgba(8, 22, 48, .58);
	inset: 0;
	position: absolute;
}

.sampo-wl-modal__panel {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
	max-height: min(760px, calc(100vh - 44px));
	max-width: 560px;
	overflow-y: auto;
	padding: 34px;
	position: relative;
	width: min(100%, 560px);
}

.sampo-wl-modal__close {
	align-items: center;
	background: #f3f6fb;
	border: 0;
	border-radius: 999px;
	color: #253755;
	cursor: pointer;
	display: flex;
	font-size: 28px;
	font-weight: 500;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 38px;
}

.sampo-wl-modal h2 {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 8px;
}

.sampo-wl-modal__material {
	background: #f2f7fd;
	border-radius: 8px;
	color: #233b63;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 20px;
	padding: 12px 14px;
}

.sampo-wl-modal--doctor-stop .sampo-wl-modal__panel {
	max-width: 620px;
	width: min(100%, 620px);
}

.sampo-wl-doctor-stop-cover {
	align-items: center;
	background: #f3f8ff;
	border: 1px solid #d7e5f6;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	margin: 4px 46px 18px 0;
	min-height: 156px;
	overflow: hidden;
	padding: 12px;
}

.sampo-wl-doctor-stop-cover img {
	display: block;
	height: auto;
	max-height: 220px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.sampo-wl-doctor-stop-copy {
	color: #263858;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 10px;
}

.sampo-wl-doctor-stop-note {
	background: #eef8fa;
	border-left: 4px solid #2a8c93;
	border-radius: 8px;
	color: #1e747b;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.6;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.sampo-wl-form {
	display: grid;
	gap: 14px;
}

.sampo-wl-form label {
	color: #263858;
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 6px;
}

.sampo-wl-form input[type="text"],
.sampo-wl-form input[type="email"] {
	border: 1px solid #cbd8ea;
	border-radius: 8px;
	color: var(--swl-ink);
	height: 48px;
	padding: 0 13px;
	width: 100%;
}

.sampo-wl-form__check {
	align-items: start;
	display: flex !important;
	gap: 10px !important;
	grid-template-columns: none !important;
	line-height: 1.55;
	margin-top: 4px;
}

.sampo-wl-form__check input {
	accent-color: var(--swl-blue);
	height: 18px;
	margin-top: 3px;
	width: 18px;
}

.sampo-wl-form__check a {
	color: #0b65d8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sampo-wl-form__check small {
	color: #6a7890;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
}

.sampo-wl-form__check--optional {
	background: #f6f9fd;
	border: 1px solid #e1e9f4;
	border-radius: 8px;
	padding: 12px;
}

.sampo-wl-form__reassurance {
	color: #1e3658;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.sampo-wl-form__submit {
	background: var(--swl-blue);
	border: 0;
	color: #fff;
	font-size: 17px;
	min-height: 54px;
	margin-top: 4px;
	width: 100%;
}

.sampo-wl-form__submit[disabled] {
	cursor: wait;
	opacity: .68;
	transform: none;
}

.sampo-wl-form__result {
	color: #1f7a49;
	font-size: 14px;
	font-weight: 800;
	margin: 0;
	min-height: 1.6em;
}

.sampo-wl-form__result.is-error {
	color: #b42318;
}

@media (max-width: 1180px) {
	.sampo-wl-header {
		grid-template-columns: 1fr auto;
		padding: 0 24px;
	}

	.sampo-wl-nav {
		display: none;
	}

	.sampo-wl-hero__inner {
		grid-template-columns: 1fr 1fr;
	}

	.sampo-wl-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.sampo-wl-header {
		min-height: 66px;
	}

	.sampo-wl-header-actions {
		display: none;
	}

	.sampo-wl-hero {
		min-height: 0;
		padding: 48px 22px 28px;
	}

	.sampo-wl-hero__inner {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.sampo-wl-hero h1 {
		font-size: 42px;
	}

	.sampo-wl-hero p:not(.sampo-wl-eyebrow) {
		font-size: 15px;
	}

	.sampo-wl-hero__visual {
		height: 300px;
	}

	.sampo-wl-hero__circle {
		display: none;
	}

	.sampo-wl-hero-book {
		font-size: 14px;
		height: 190px;
		width: 142px;
	}

	.sampo-wl-hero-book.sampo-wl-cover--landscape {
		height: 120px;
		width: 216px;
	}

	.sampo-wl-hero-book.sampo-wl-cover--portrait {
		height: 224px;
		width: 158px;
	}

	.sampo-wl-hero-book.sampo-wl-cover--square,
	.sampo-wl-hero-book.sampo-wl-cover--auto {
		height: 154px;
		width: 154px;
	}

	.sampo-wl-hero-book--0 {
		left: 22px;
		top: 96px;
		transform: rotate(-2deg);
	}

	.sampo-wl-hero-book--1 {
		left: auto;
		right: 24px;
		top: 34px;
		transform: rotate(5deg);
	}

	.sampo-wl-hero-book--2 {
		left: 132px;
		right: auto;
		top: 158px;
		transform: rotate(-4deg);
	}

	.sampo-wl-hero-book--0.sampo-wl-cover--landscape {
		height: 124px;
		left: 22px;
		top: 96px;
		transform: rotate(-2deg);
		width: 224px;
	}

	.sampo-wl-hero-book--1.sampo-wl-cover--landscape {
		height: 100px;
		top: 58px;
		width: 180px;
	}

	.sampo-wl-hero-book--1.sampo-wl-cover--portrait {
		height: 190px;
		width: 134px;
	}

	.sampo-wl-hero-book--3,
	.sampo-wl-hero-book--4 {
		display: none;
	}

	.sampo-wl-stats {
		grid-template-columns: 1fr;
		margin: 0 22px 44px;
	}

	.sampo-wl-stat {
		min-height: 82px;
		padding: 18px 22px;
	}

	.sampo-wl-stat + .sampo-wl-stat {
		border-left: 0;
		border-top: 1px solid var(--swl-line);
	}

	.sampo-wl-library {
		grid-template-columns: 1fr;
		padding: 0 22px 54px;
	}

	.sampo-wl-filter {
		position: static;
	}

	.sampo-wl-results__head {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.sampo-wl-results__head select {
		width: 100%;
	}

	.sampo-wl-card-grid {
		grid-template-columns: 1fr;
	}

	.sampo-wl-card {
		min-height: 0;
	}

	.sampo-wl-footer {
		grid-template-columns: 1fr;
		padding: 28px 22px;
		text-align: center;
	}

	.sampo-wl-footer .sampo-wl-logo {
		justify-content: center;
	}

	.sampo-wl-footer nav {
		gap: 14px 20px;
	}

	.sampo-wl-modal__panel {
		padding: 28px 20px;
	}
}

@media (max-width: 430px) {
	.sampo-wl-logo {
		font-size: 17px;
	}

	.sampo-wl-hero h1 {
		font-size: 36px;
	}

	.sampo-wl-hero__visual {
		height: 250px;
	}

	.sampo-wl-hero-book {
		width: 122px;
	}

	.sampo-wl-hero-book.sampo-wl-cover--landscape {
		height: 106px;
		width: 192px;
	}

	.sampo-wl-hero-book.sampo-wl-cover--portrait {
		height: 184px;
		width: 130px;
	}

	.sampo-wl-hero-book.sampo-wl-cover--square,
	.sampo-wl-hero-book.sampo-wl-cover--auto {
		height: 132px;
		width: 132px;
	}

	.sampo-wl-hero-book--0 {
		left: 8px;
		top: 104px;
		transform: none;
	}

	.sampo-wl-hero-book--1 {
		left: auto;
		right: 8px;
		top: 26px;
		transform: none;
	}

	.sampo-wl-hero-book--2 {
		left: 122px;
		right: auto;
		top: 134px;
		transform: none;
		opacity: .22;
	}

	.sampo-wl-hero-book--0.sampo-wl-cover--landscape {
		height: 106px;
		left: 8px;
		top: 104px;
		transform: none;
		width: 192px;
	}

	.sampo-wl-hero-book--1.sampo-wl-cover--landscape {
		height: 72px;
		top: 44px;
		width: 130px;
	}

	.sampo-wl-hero-book--1.sampo-wl-cover--portrait {
		height: 184px;
		width: 130px;
	}

	.sampo-wl-card__foot {
		align-items: stretch;
		flex-direction: column;
	}

	.sampo-wl-download {
		width: 100%;
	}
}
