@font-face {
	font-family: "Anteras";
	src: url("../fonts/anteras.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--rikster-navy: #14235f;
	--rikster-orange: #bf7208;
	--rikster-blue: #078af0;
	--rikster-purple: #bb35dc;
	--rikster-text: #343434;
	--rikster-muted: #696969;
	--rikster-page: #f0f0f0;
	--rikster-card: #ffffff;
	--rikster-footer: #2f2f2f;
	--rikster-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #f4f4f4;
	color: var(--rikster-text);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35;
}

.rikster-site,
.rikster-site * {
	box-sizing: border-box;
}

.rikster-site a {
	color: inherit;
	text-decoration: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #ffffff;
	color: #000000;
}

.rikster-header,
.rikster-main {
	width: min(100%, 1142px);
	margin: 0 auto;
}

.rikster-header {
	background: #ffffff;
}

.rikster-header__strip {
	height: 54px;
	background-image: url("../images/hero-desktop.png");
	background-position: center 10%;
	background-size: cover;
}

.rikster-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 103px;
	padding: 0 66px;
	background: #ffffff;
}

.rikster-logo {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: #050505;
	font-family: "Anteras", Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.rikster-site .rikster-logo {
	color: #050505;
}

.rikster-logo__s {
	color: var(--rikster-navy);
}

.rikster-language {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.rikster-language span {
	margin-right: 8px;
}

.rikster-language a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	height: 25px;
	border-radius: 999px;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.rikster-language a.is-active {
	background: var(--rikster-navy);
	color: #ffffff;
	box-shadow: 0 3px 5px rgba(20, 35, 95, 0.45);
}

.rikster-menu-toggle,
.rikster-menu-close,
.rikster-hero-cta button {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

.rikster-menu-toggle,
.rikster-menu-close {
	display: none;
	padding: 0;
}

.rikster-menu-toggle svg,
.rikster-menu-close svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: #0b0b0b;
	stroke-width: 2;
	filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, 0.28));
}

.rikster-mobile-menu {
	display: none;
	background: #ffffff;
}

.rikster-main {
	overflow: hidden;
	background: var(--rikster-page);
}

.rikster-hero {
	position: relative;
	min-height: 660px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/hero-desktop.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.rikster-hero__content {
	position: absolute;
	top: 160px;
	left: 66px;
	width: min(760px, calc(100% - 132px));
}

.rikster-hero h1,
.rikster-hero p,
.rikster-section h2,
.rikster-follow h2,
.rikster-company-footer h2,
.rikster-why-card h2 {
	margin: 0;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rikster-hero h1 {
	max-width: 750px;
	font-size: 48px;
	line-height: 1.23;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.18);
}

.rikster-hero p {
	max-width: 720px;
	margin-top: 28px;
	font-size: 39px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.18);
}

.rikster-hero-cta {
	position: relative;
	width: 130px;
	height: 130px;
	margin-top: 58px;
}

.rikster-hero-cta__primary,
.rikster-hero-cta__close,
.rikster-hero-cta__mail,
.rikster-hero-cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--rikster-shadow);
}

.rikster-hero-cta__primary {
	position: relative;
	isolation: isolate;
	width: 86px;
	height: 86px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	background: var(--rikster-orange);
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: 12px;
	animation: rikster-phone-breathe 2.8s ease-in-out infinite;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rikster-hero-cta__primary::before,
.rikster-hero-cta__primary::after {
	position: absolute;
	z-index: -1;
	inset: -12px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	content: "";
	animation: rikster-phone-ring 2.8s ease-out infinite;
}

.rikster-hero-cta__primary::after {
	animation-delay: 1.4s;
}

.rikster-hero-cta__primary:hover,
.rikster-hero-cta__primary:focus-visible {
	transform: translateY(-1px) scale(1.03);
}

.rikster-hero-cta svg {
	width: 43px;
	height: 43px;
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.rikster-hero-cta__primary svg {
	animation: rikster-phone-wiggle 2.8s ease-in-out infinite;
}

.rikster-hero-cta__actions {
	display: none;
}

@keyframes rikster-phone-ring {
	0% {
		opacity: 0.55;
		transform: scale(0.88);
	}

	60%,
	100% {
		opacity: 0;
		transform: scale(1.42);
	}
}

@keyframes rikster-phone-breathe {
	0%,
	100% {
		box-shadow: var(--rikster-shadow);
	}

	45% {
		box-shadow: 0 0 0 8px rgba(191, 114, 8, 0.16), var(--rikster-shadow);
	}
}

@keyframes rikster-phone-wiggle {
	0%,
	64%,
	100% {
		transform: rotate(0deg);
	}

	70% {
		transform: rotate(-10deg);
	}

	76% {
		transform: rotate(8deg);
	}

	82% {
		transform: rotate(-5deg);
	}

	88% {
		transform: rotate(4deg);
	}
}

.rikster-section {
	padding: 22px 66px 0;
}

.rikster-section h2 {
	margin-bottom: 17px;
	text-align: center;
	font-size: 21px;
	line-height: 1.15;
}

.rikster-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rikster-service-card,
.rikster-about-card,
.rikster-why-card {
	border-radius: 6px;
	background: var(--rikster-card);
	box-shadow: var(--rikster-shadow);
}

.rikster-service-card {
	min-height: 153px;
	padding: 19px 18px 16px;
}

.rikster-service-card__heading {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 11px;
	align-items: start;
}

.rikster-service-card__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: var(--rikster-navy);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.rikster-service-card h3 {
	margin: 1px 0 0;
	color: #303030;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.rikster-service-card__copy {
	margin-top: 13px;
	color: #686868;
	font-size: 13px;
	line-height: 1.28;
}

.rikster-service-card__copy p {
	margin: 0;
}

.rikster-about {
	padding-top: 34px;
}

.rikster-about-card {
	max-width: 560px;
	margin: 0 auto;
	padding: 24px;
}

.rikster-about-card h2 {
	margin-bottom: 19px;
	text-align: left;
	font-size: 22px;
	line-height: 1.12;
	text-transform: none;
}

.rikster-about-card img {
	display: block;
	width: 100%;
	aspect-ratio: 260 / 193;
	object-fit: cover;
	border-radius: 4px;
}

.rikster-about-card p {
	margin: 18px 0 0;
	color: #777777;
	font-size: 15px;
	line-height: 1.25;
}

.rikster-features {
	padding-top: 36px;
	padding-bottom: 0;
}

.rikster-feature-list {
	display: grid;
	gap: 22px;
	max-width: 760px;
	margin: 0 auto;
}

.rikster-feature {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 18px;
	align-items: start;
}

.rikster-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--rikster-navy);
}

.rikster-feature__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.rikster-feature h3 {
	margin: 0;
	color: #303030;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.15;
}

.rikster-feature p {
	margin: 4px 0 0;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 1.18;
}

.rikster-why {
	padding-top: 42px;
}

.rikster-why-card {
	max-width: 560px;
	margin: 0 auto;
	padding: 24px;
}

.rikster-why-card__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 18px;
}

.rikster-why-card__heading span {
	display: inline-flex;
	color: var(--rikster-orange);
}

.rikster-why-card__heading svg {
	width: 49px;
	height: 49px;
	fill: currentColor;
}

.rikster-why-card h2 {
	font-size: 22px;
	line-height: 1.1;
	text-align: left;
}

.rikster-why-card p {
	margin: 0;
	color: #636363;
	font-size: 15px;
	line-height: 1.25;
}

.rikster-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 24px;
	border-radius: 999px;
	background: var(--rikster-navy);
	color: #ffffff;
	font-size: 15px;
	box-shadow: var(--rikster-shadow);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.rikster-site .rikster-button {
	color: #ffffff;
}

.rikster-button:hover,
.rikster-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.28);
}

.rikster-follow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 28px 66px 22px;
	background: #ffffff;
}

.rikster-follow h2 {
	font-size: 25px;
	line-height: 1;
}

.rikster-social-icons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.rikster-social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	color: var(--rikster-navy);
	filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, 0.35));
}

.rikster-social-icons svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.rikster-social-icons--large a {
	width: 39px;
	height: 39px;
}

.rikster-social-icons--large svg {
	width: 39px;
	height: 39px;
}

.rikster-company-footer {
	background: var(--rikster-footer);
	color: #ffffff;
	text-align: center;
}

.rikster-company-footer__divider {
	height: 34px;
	background: #303030;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.rikster-company-footer__logo {
	display: flex;
	justify-content: center;
	padding: 30px 20px 24px;
	background: #ffffff;
}

.rikster-company-footer__logo .rikster-logo {
	font-size: 47px;
}

.rikster-company-footer__panel {
	padding: 22px 20px 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.rikster-company-footer__panel h2 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.1;
}

.rikster-company-footer__panel p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
}

.rikster-company-footer__panel--contact p {
	font-size: 16px;
}

.rikster-company-footer__panel a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	color: #ffffff;
	vertical-align: middle;
}

.rikster-company-footer__panel a + br + a {
	margin-top: 8px;
}

.rikster-company-footer__panel span {
	display: inline-flex;
	color: var(--rikster-orange);
}

.rikster-company-footer__panel svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.rikster-company-footer__legal {
	padding: 16px 20px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
}

.rikster-company-footer__legal a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rikster-static-page {
	padding-bottom: 54px;
	background: #f4f4f4;
}

.rikster-page-hero {
	padding: 70px 66px 50px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.58)), url("../images/hero-desktop.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.rikster-page-hero p,
.rikster-page-hero h1,
.rikster-page-hero strong,
.rikster-page-hero span {
	display: block;
	max-width: 830px;
	margin: 0;
	letter-spacing: 0;
}

.rikster-page-hero p {
	margin-bottom: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.rikster-page-hero h1 {
	margin-bottom: 24px;
	font-size: 46px;
	line-height: 1.1;
	text-transform: uppercase;
}

.rikster-page-hero strong {
	margin-bottom: 18px;
	font-size: 25px;
	line-height: 1.25;
}

.rikster-page-hero span {
	font-size: 18px;
	line-height: 1.55;
}

.rikster-page-section,
.rikster-page-card {
	width: min(calc(100% - 132px), 900px);
	margin: 42px auto 0;
}

.rikster-page-section h2,
.rikster-page-card h2,
.rikster-policy h2 {
	margin: 0 0 22px;
	color: #303030;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.rikster-page-list {
	display: grid;
	gap: 22px;
}

.rikster-page-list article {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 16px;
	align-items: start;
}

.rikster-page-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--rikster-navy);
	color: #ffffff;
}

.rikster-page-list svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.rikster-page-list h3,
.rikster-policy h2 {
	margin: 0 0 6px;
}

.rikster-page-list h3 {
	font-size: 18px;
	line-height: 1.15;
}

.rikster-page-list p,
.rikster-page-card p,
.rikster-policy p {
	margin: 0;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 1.5;
}

.rikster-page-card {
	padding: 28px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: var(--rikster-shadow);
}

.rikster-button--inline {
	width: fit-content;
	min-width: 220px;
	padding: 0 28px;
}

.rikster-policy {
	display: grid;
	gap: 26px;
}

.rikster-policy article {
	padding: 26px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: var(--rikster-shadow);
}

.rikster-policy article p + p {
	margin-top: 12px;
}

@media (prefers-reduced-motion: reduce) {
	.rikster-hero-cta__primary,
	.rikster-hero-cta__primary::before,
	.rikster-hero-cta__primary::after,
	.rikster-hero-cta__primary svg {
		animation: none;
	}
}

@media (max-width: 900px) {
	.rikster-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rikster-hero__content {
		left: 44px;
		width: calc(100% - 88px);
	}
}

@media (min-width: 768px) {
	.rikster-about {
		padding-top: 46px;
	}

	.rikster-about-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 440px;
		grid-template-rows: auto 1fr;
		gap: 18px 36px;
		max-width: none;
		padding: 0;
		background: transparent;
		box-shadow: none;
	}

	.rikster-about-card h2 {
		align-self: end;
		grid-column: 1;
		grid-row: 1;
		margin: 0;
		font-size: 29px;
		line-height: 1.12;
	}

	.rikster-about-card img {
		grid-column: 2;
		grid-row: 1 / span 2;
		height: 100%;
		min-height: 315px;
	}

	.rikster-about-card p {
		grid-column: 1;
		grid-row: 2;
		margin: 0;
		font-size: 18px;
		line-height: 1.35;
	}

	.rikster-why-card {
		display: grid;
		grid-template-columns: 270px minmax(0, 1fr);
		gap: 18px 34px;
		max-width: 820px;
	}

	.rikster-why-card__heading {
		justify-content: flex-start;
		margin: 0;
	}

	.rikster-why-card p {
		grid-column: 2;
		grid-row: 1 / span 2;
		font-size: 16px;
		line-height: 1.35;
	}

	.rikster-why-card .rikster-button {
		align-self: end;
		grid-column: 1;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 767px) {
	body {
		background: #f2f2f2;
	}

	.rikster-header,
	.rikster-main {
		width: 100%;
		max-width: 430px;
	}

	.rikster-header__strip {
		height: 24px;
		background-image: url("../images/hero-mobile.png");
		background-position: center top;
	}

	.rikster-header__bar {
		min-height: 70px;
		padding: 0 19px 0 37px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	}

	.rikster-logo {
		gap: 0;
		font-size: 31px;
	}

	.rikster-language--desktop {
		display: none;
	}

	.rikster-menu-toggle,
	.rikster-menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.rikster-menu-toggle svg,
	.rikster-menu-close svg {
		width: 33px;
		height: 33px;
	}

	.rikster-header.is-menu-open .rikster-header__bar {
		display: none;
	}

	.rikster-header.is-menu-open .rikster-mobile-menu {
		display: block;
	}

	.rikster-mobile-menu__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 70px;
		padding: 0 19px 0 37px;
		background: #ffffff;
	}

	.rikster-language--mobile {
		display: grid;
		grid-template-columns: 1fr auto auto auto;
		gap: 18px;
		align-items: center;
		min-height: 48px;
		padding: 0 19px;
		border-bottom: 1px solid #c8c8c8;
		font-size: 16px;
	}

	.rikster-language--mobile span {
		margin-right: 0;
	}

	.rikster-language--mobile a {
		min-width: 44px;
		height: 22px;
	}

	.rikster-mobile-menu__social {
		padding: 17px 19px 20px;
	}

	.rikster-mobile-menu__social p {
		margin: 0 0 18px;
		font-size: 16px;
		text-transform: uppercase;
	}

	.rikster-mobile-menu__social .rikster-social-icons {
		gap: 23px;
	}

	.rikster-hero {
		min-height: 552px;
		background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url("../images/hero-mobile.png");
		background-position: center top;
	}

	.rikster-hero__content {
		top: 205px;
		left: 19px;
		width: calc(100% - 38px);
	}

	.rikster-hero h1 {
		max-width: 285px;
		font-size: 21px;
		line-height: 1.18;
	}

	.rikster-hero p {
		max-width: 280px;
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.23;
	}

	.rikster-hero-cta {
		width: 180px;
		height: 152px;
		margin-top: 43px;
	}

	.rikster-hero-cta__primary {
		width: 63px;
		height: 63px;
		border-width: 3px;
		outline-width: 1px;
		outline-offset: 9px;
	}

	.rikster-hero-cta svg {
		width: 32px;
		height: 32px;
	}

	.rikster-hero-cta.is-open .rikster-hero-cta__primary {
		display: none;
	}

	.rikster-hero-cta.is-open .rikster-hero-cta__actions {
		display: block;
	}

	.rikster-hero-cta__close,
	.rikster-hero-cta__mail,
	.rikster-hero-cta__phone {
		position: absolute;
		border-radius: 8px;
	}

	.rikster-hero-cta__close {
		top: 0;
		left: 0;
		width: 70px;
		height: 70px;
		border: 3px solid #ffffff;
		border-radius: 50%;
		background: #707070;
		outline: 1px solid rgba(255, 255, 255, 0.55);
		outline-offset: 8px;
	}

	.rikster-hero-cta__mail {
		top: 20px;
		left: 114px;
		width: 50px;
		height: 50px;
		background: var(--rikster-purple);
	}

	.rikster-hero-cta__phone {
		top: 98px;
		left: 26px;
		width: 50px;
		height: 50px;
		background: var(--rikster-blue);
	}

	.rikster-section {
		padding: 15px 19px 0;
	}

	.rikster-section h2 {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.rikster-service-grid {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.rikster-service-card {
		min-height: 91px;
		padding: 15px 14px 13px;
	}

	.rikster-service-card__heading {
		grid-template-columns: 28px 1fr;
		gap: 10px;
	}

	.rikster-service-card h3 {
		font-size: 13px;
	}

	.rikster-service-card__copy {
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.25;
	}

	.rikster-about {
		padding-top: 21px;
	}

	.rikster-about-card {
		padding: 16px 14px;
	}

	.rikster-about-card h2 {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 1.08;
	}

	.rikster-about-card p {
		margin-top: 12px;
		font-size: 11px;
		line-height: 1.14;
	}

	.rikster-features {
		padding-top: 24px;
	}

	.rikster-feature-list {
		gap: 18px;
	}

	.rikster-feature {
		grid-template-columns: 47px 1fr;
		gap: 15px;
	}

	.rikster-feature__icon {
		width: 38px;
		height: 38px;
	}

	.rikster-feature__icon svg {
		width: 23px;
		height: 23px;
	}

	.rikster-feature h3 {
		font-size: 13px;
	}

	.rikster-feature p {
		font-size: 10px;
		line-height: 1.12;
	}

	.rikster-why {
		padding-top: 26px;
	}

	.rikster-why-card {
		padding: 16px 14px 17px;
	}

	.rikster-why-card__heading {
		gap: 13px;
		margin-bottom: 13px;
	}

	.rikster-why-card__heading svg {
		width: 43px;
		height: 43px;
	}

	.rikster-why-card h2 {
		font-size: 15px;
	}

	.rikster-why-card p {
		font-size: 11px;
		line-height: 1.18;
	}

	.rikster-button {
		min-height: 36px;
		margin-top: 18px;
		font-size: 12px;
	}

	.rikster-follow {
		justify-content: space-between;
		gap: 16px;
		padding: 24px 19px 18px;
	}

	.rikster-follow h2 {
		font-size: 19px;
	}

	.rikster-social-icons--large {
		gap: 18px;
	}

	.rikster-social-icons--large a,
	.rikster-social-icons--large svg {
		width: 31px;
		height: 31px;
	}

	.rikster-company-footer__divider {
		height: 31px;
	}

	.rikster-company-footer__logo {
		padding: 24px 20px 20px;
	}

	.rikster-company-footer__logo .rikster-logo {
		font-size: 36px;
	}

	.rikster-company-footer__panel {
		padding: 17px 18px 19px;
	}

	.rikster-company-footer__panel h2 {
		font-size: 17px;
	}

	.rikster-company-footer__panel p {
		font-size: 13px;
	}

	.rikster-company-footer__panel--contact p {
		font-size: 13px;
	}

	.rikster-company-footer__panel a {
		overflow-wrap: anywhere;
	}

	.rikster-company-footer__legal {
		padding: 14px 18px 18px;
		font-size: 12px;
	}

	.rikster-static-page {
		padding-bottom: 34px;
	}

	.rikster-page-hero {
		padding: 40px 19px 36px;
		background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.62)), url("../images/hero-mobile.png");
	}

	.rikster-page-hero h1 {
		margin-bottom: 16px;
		font-size: 30px;
	}

	.rikster-page-hero strong {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.rikster-page-hero span {
		font-size: 14px;
		line-height: 1.45;
	}

	.rikster-page-section,
	.rikster-page-card {
		width: calc(100% - 38px);
		margin-top: 28px;
	}

	.rikster-page-section h2,
	.rikster-page-card h2,
	.rikster-policy h2 {
		margin-bottom: 16px;
		font-size: 19px;
	}

	.rikster-page-list {
		gap: 18px;
	}

	.rikster-page-list article {
		grid-template-columns: 42px 1fr;
		gap: 13px;
	}

	.rikster-page-list h3 {
		font-size: 14px;
	}

	.rikster-page-list p,
	.rikster-page-card p,
	.rikster-policy p {
		font-size: 12px;
		line-height: 1.42;
	}

	.rikster-page-card,
	.rikster-policy article {
		padding: 18px;
	}

	.rikster-button--inline {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 340px) {
	.rikster-logo {
		gap: 0;
		font-size: 29px;
	}

	.rikster-language--mobile {
		gap: 10px;
		font-size: 14px;
	}

	.rikster-hero h1 {
		font-size: 20px;
	}

	.rikster-follow h2 {
		font-size: 17px;
	}
}
