@font-face {
	font-family: 'Financier Display';
	src: url('fonts/FinancierDisplay-Light.woff2') format('woff2'),
		url('fonts/FinancierDisplay-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Financier Display';
	src: url('fonts/FinancierDisplay-Medium.woff2') format('woff2'),
		url('fonts/FinancierDisplay-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sohne Halbfett';
	src: url('fonts/Sohne-Halbfett.woff2') format('woff2'), url('fonts/Sohne-Halbfett.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sohne';
	src: url('fonts/Sohne-Dreiviertelfett.woff2') format('woff2'),
		url('fonts/Sohne-Dreiviertelfett.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sohne';
	src: url('fonts/Sohne-Buch.woff2') format('woff2'), url('fonts/Sohne-Buch.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

.wrapper {
	overflow: hidden;
}

.wrapper-price * {
	box-sizing: border-box;
}

.intro-price .shell,
.section-widgets .shell,
.section-tiles-list .shell {
	padding-left: 4.6rem;
	padding-right: 4.6rem;
}

@media (max-width: 1199px) {
	.intro-price .shell,
	.section-widgets .shell,
	.section-tiles-list .shell {
		padding-left: 3.7rem;
		padding-right: 3.7rem;
	}
}

@media (max-width: 1023px) {
	.intro-price .shell,
	.section-widgets .shell,
	.section-tiles-list .shell {
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}
}

@media (max-width: 700px) {
	.intro-price .shell,
	.section-widgets .shell,
	.section-tiles-list .shell {
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}
}

/* ------------------------------------------------------------ *\
    label-dark
\* ------------------------------------------------------------ */

.label-dark {
	display: inline-block;
	background-color: #000000;
	color: white;
	font-weight: 500;
	padding: 0.2rem 1.4rem;
	border-radius: 3.3rem;
	font-size: 2.4rem;
	font-family: 'Sohne Halbfett', sans-serif;
}

@media (max-width: 1023px) {
	.label-dark {
		font-size: 1.9rem;
		padding: 0.2rem 1.2rem;
	}
}

@media (max-width: 700px) {
	.label-dark {
		font-size: 1.2rem;
		padding: 0.1rem 0.8rem;
	}
}

/* ------------------------------------------------------------ *\
    intro-price
\* ------------------------------------------------------------ */

.intro-price {
	padding: 4.6rem 0;
}

.intro-price .intro-price__inner {
	background: rgb(204, 240, 254);
	background: linear-gradient(
		135deg,
		rgba(204, 240, 254, 1) 0%,
		rgba(247, 251, 254, 1) 49%,
		rgba(230, 225, 248, 1) 100%
	);
	text-align: center;
	padding: 4.8rem;
	border-radius: 3rem;
}

.intro-price .intro-price__actions {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.intro-price .intro-price__actions .button {
	max-width: 266px;
	min-width: 266px;
}

.intro-price .intro-price__logo {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 2.6rem;
}

.intro-price .intro-price__logo figure {
	margin: 0 1rem 0 0;
}

.intro-price .intro-price__logo .label-dark {
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}

.intro-price .intro-price__entry {
	max-width: 57.7rem;
	margin: 0 auto 3.9rem;
}

.intro-price .intro-price__entry h1 {
	font-family: 'Financier Display', sans-serif;
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 2.1rem;
}

.intro-price .intro-price__entry p {
	margin: 0 0 1.5rem;
	font-size: 2.2rem;
	font-family: 'Sohne', sans-serif;
	font-weight: 500;
	line-height: 1.45;
}

.intro-price .intro-price__entry h5 {
	font-size: 1.8rem;
	line-height: 1.78;
	font-family: 'Sohne', sans-serif;
	font-weight: 400;
	margin: 0;
}

.intro-price .intro-price__foot {
	margin: 0 -4.8rem;
}

@media (max-width: 1199px) {
	.intro-price {
		padding: 4.1rem 0;
	}

	.intro-price .intro-price__inner {
		padding: 6.8rem 2.4rem;
	}

	.intro-price .intro-price__logo {
		padding-left: 1.5rem;
		margin-bottom: 2.7rem;
	}

	.intro-price .intro-price__logo .label-dark {
		margin-right: 0;
	}

	.intro-price .intro-price__foot {
		margin: -1.3rem -4.8rem 1.9rem;
	}
}

@media (max-width: 1023px) {
	.intro-price {
		padding: 3.1rem 0 2.3rem;
	}

	.intro-price .intro-price__entry {
		max-width: 50.7rem;
		margin: 0 auto 2.5rem;
	}

	.intro-price .intro-price__entry h1 {
		font-size: 6rem;
		margin: 0 0 0.7rem;
	}

	.intro-price .intro-price__entry p {
		font-size: 1.8rem;
		line-height: 1.55;
	}

	.intro-price .intro-price__entry h5 {
		font-size: 1.6rem;
	}

	.intro-price .intro-price__actions .button {
		max-width: 249px;
		min-width: 249px;
	}

	.intro-price .intro-price__inner {
		padding: 4.8rem 2.4rem;
	}

	.intro-price .intro-price__logo figure {
		max-width: 25rem;
	}

	.intro-price .intro-price__logo {
		padding-left: 2rem;
		margin-bottom: 1.3rem;
	}

	.intro-price .intro-price__foot {
		margin: -1.6rem -4.8rem 3.2rem;
	}
}

@media (max-width: 700px) {
	.intro-price {
		padding: 2rem 0 3.1rem;
	}

	.intro-price .intro-price__inner {
		border-radius: 1.6rem;
	}

	.intro-price .intro-price__logo {
		padding-left: 0;
	}

	.intro-price .intro-price__logo figure {
		max-width: 16rem;
		margin: 0 0.5rem 0 0;
	}

	.intro-price .intro-price__logo .label-dark {
		margin-bottom: 0.7rem;
	}

	.intro-price .intro-price__inner {
		padding: 2.7rem 2.4rem;
	}

	.intro-price .intro-price__entry {
		margin: 0 auto 2.2rem;
	}

	.intro-price .intro-price__entry h1 {
		font-size: 4rem;
		margin: 0 0 0.9rem;
	}

	.intro-price .intro-price__entry p {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.intro-price .intro-price__foot {
		margin: 0.9rem -4.8rem 7.1rem;
	}
}

/* ------------------------------------------------------------ *\
    Ticker
\* ------------------------------------------------------------ */

@keyframes ticker {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(-100%, 0);
	}
}

.ticker-container {
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.ticker-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.ticker-wrapper .ticker-wrapper__slide {
	display: inline-block;
	animation-name: ticker;
	animation-duration: 12s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.ticker-wrapper ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding-left: 0;
	width: max-content;
	margin-bottom: -8.3rem;
}

.ticker-wrapper ul li {
	flex: 0 0 auto;
}

.ticker-wrapper ul li:nth-child(2),
.ticker-wrapper ul .item-2 {
	margin: 0 2rem 2.7rem -1.1rem;
}

.ticker-wrapper ul li:nth-child(3),
.ticker-wrapper ul .item-3 {
	margin: 0 3.7rem 2.7rem 0;
}

.ticker-wrapper ul li:nth-child(4),
.ticker-wrapper ul .item-4 {
	margin: 0 0 2.6rem;
}

.ticker-wrapper ul li:nth-child(5),
.ticker-wrapper ul .item-5 {
	margin: -1.2rem -5.5rem 1.2rem -5.7rem;
}

.ticker-wrapper ul li:nth-child(6),
.ticker-wrapper ul .item-6 {
	margin: -1.6rem 1.8rem 1.6rem 0;
}

.ticker-wrapper ul li:nth-child(7),
.ticker-wrapper ul .item-7 {
	margin: -1.4rem 1.8rem 1.4rem 0;
}

@media (max-width: 1025px) {
	.ticker-wrapper ul li:nth-child(2),
	.ticker-wrapper ul .item-2 {
		margin: 0 1.6rem 2.2rem -1rem;
	}

	.ticker-wrapper ul li:nth-child(3),
	.ticker-wrapper ul .item-3 {
		margin: 0 2.9rem 2.2rem 0;
	}

	.ticker-wrapper ul li:nth-child(4),
	.ticker-wrapper ul .item-4 {
		margin: 0 0 2.2rem;
	}

	.ticker-wrapper ul li:nth-child(5),
	.ticker-wrapper ul .item-5 {
		margin: -1.2rem -4.4rem 1.2rem -4.6rem;
	}

	.ticker-wrapper ul li:nth-child(6),
	.ticker-wrapper ul .item-6 {
		margin: -1.6rem 1.5rem 1.1rem 0;
	}

	.ticker-wrapper ul li:nth-child(7),
	.ticker-wrapper ul .item-7 {
		margin: -1.4rem 1.8rem 1rem 0;
	}

	.ticker-wrapper .ticker-wrapper__slide {
		animation-duration: 10s;
	}
}

@media (max-width: 700px) {
	.ticker-wrapper ul li:nth-child(2),
	.ticker-wrapper ul .item-2 {
		margin: -1.3rem 0.8rem 0.2rem -0.5rem;
	}

	.ticker-wrapper ul li:nth-child(3),
	.ticker-wrapper ul .item-3 {
		margin: 0 2.2rem 1.8rem 0;
	}

	.ticker-wrapper ul li:nth-child(4),
	.ticker-wrapper ul .item-4 {
		margin: 0 0 1.2rem;
	}

	.ticker-wrapper ul li:nth-child(5),
	.ticker-wrapper ul .item-5 {
		margin: -2.9rem -3.2rem -1.3rem -3.3rem;
	}

	.ticker-wrapper ul li:nth-child(6),
	.ticker-wrapper ul .item-6 {
		margin: -1.6rem -0.2rem 1.1rem 0;
	}

	.ticker-wrapper ul li:nth-child(7),
	.ticker-wrapper ul .item-7 {
		margin: -1.4rem 0.5rem 1rem;
	}

	.ticker-wrapper .ticker-wrapper__slide {
		animation-duration: 8s;
	}
}

/* ------------------------------------------------------------ *\
    section-features-list
\* ------------------------------------------------------------ */

.section-features-list {
	padding: 3.6rem 0 6rem;
}

.section-features-list .section-features-list__head {
	text-align: center;
	margin-bottom: 4.3rem;
}

.section-features-list .section-features-list__head h2 {
	font-size: 5.5rem;
	line-height: 1.2;
	font-family: 'Financier Display', sans-serif;
	font-weight: 500;
	margin: 0;
}

.section-features-list .section-features-list__body {
	padding-left: 1.8rem;
}

.section-features-list .section-features-list__body > ul {
	display: flex;
	justify-content: center;
	margin: 0 -3.9rem;
	list-style-type: none;
	padding-right: 8.5rem;
}

.section-features-list .section-features-list__body > ul > li {
	padding: 0 3.9rem;
}

.section-features-list .section-features-list__foot {
	max-width: 67.7rem;
	margin: 0 auto;
	text-align: center;
	padding: 4.5rem 0;
}

.section-features-list .section-features-list__foot p {
	margin: 0;
	font-family: 'Sohne', sans-serif;
	font-size: 3.3rem;
	font-weight: 400;
	line-height: 1.45;
}

.section-features-list--alt {
	padding: 0.4rem 0 6rem;
}

@media (max-width: 1399px) {
	.section-features-list .section-features-list__body,
	.section-features-list .section-features-list__body > ul {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 1199px) {
	.section-features-list {
		padding: 7.1rem 0 6rem;
	}

	.section-features-list .section-features-list__body > ul {
		margin: 0 auto;
		max-width: 89.1rem;
	}

	.section-features-list .section-features-list__body > ul > li {
		padding: 0 3rem;
		flex: 1;
	}

	.section-features-list .section-features-list__head {
		margin-bottom: 3.6rem;
	}

	.section-features-list .section-features-list__head h2 {
		font-size: 4.5rem;
	}

	.section-features-list--alt {
		padding: 2.5rem 0;
	}

	.section-features-list--alt .section-features-list__head {
		margin-bottom: 3.1rem;
	}

	.section-features-list .section-features-list__foot {
		padding: 4rem 0 0;
		max-width: 61.7rem;
	}

	.section-features-list .section-features-list__foot p {
		font-size: 2.4rem;
	}
}

@media (max-width: 1023px) {
	.section-features-list {
		padding: 1.5rem 0 2.2rem;
	}

	.section-features-list .section-features-list__head {
		margin-bottom: 2.7rem;
	}

	.section-features-list .section-features-list__head h2 {
		font-size: 3.6rem;
	}

	.section-features-list--alt {
		padding: 0 0 1.5rem;
	}

	.section-features-list--alt .section-features-list__head {
		margin-bottom: 2.1rem;
	}

	.section-features-list .section-features-list__body > ul {
		max-width: 67.4rem;
		margin: -1rem auto;
	}

	.section-features-list .section-features-list__body > ul > li {
		padding: 1rem 1.5rem;
	}

	.section-features-list .section-features-list__foot {
		padding: 3rem 0 0;
		max-width: 47.7rem;
	}

	.section-features-list .section-features-list__foot p {
		font-size: 2rem;
	}
}

@media (max-width: 700px) {
	.section-features-list {
		padding: 2.8rem 0 2.7rem;
	}

	.section-features-list .section-features-list__head {
		margin-bottom: 2rem;
	}

	.section-features-list .section-features-list__head h2 {
		font-size: 3rem;
	}

	.section-features-list .section-features-list__body > ul {
		flex-wrap: wrap;
	}

	.section-features-list .section-features-list__body > ul > li {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.section-features-list--alt {
		padding: 0 0 1.8rem;
	}

	.section-features-list--alt .section-features-list__head {
		margin-bottom: 3.2rem;
	}

	.section-features-list .section-features-list__foot {
		padding: 3.5rem 0 0;
		max-width: 32rem;
	}

	.section-features-list .section-features-list__foot p {
		font-size: 1.6rem;
	}
}

/* ------------------------------------------------------------ *\
    feature-price
\* ------------------------------------------------------------ */

.feature-price {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 94.9rem;
	margin: 0 auto;
}

.feature-price .feature-price__image {
	max-width: 20rem;
	flex: 0 0 20rem;
}

.feature-price .feature-price__image figure {
	margin: 0;
}

.feature-price .feature-price__content {
	max-width: 100%;
	flex: 1;
	padding-left: 3rem;
}

.feature-price .feature-price__content h2 {
	font-size: 3rem;
	font-family: 'Sohne', sans-serif;
	margin: 0 0 0.8rem;
}

.feature-price .feature-price__content ul {
	padding-left: 0;
	line-height: 1.4;
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	margin: 0;
}

.feature-price .feature-price__content ul li {
	position: relative;
	list-style-type: none;
	margin-bottom: 1.2rem;
	padding-left: 3.5rem;
}

.feature-price .feature-price__content ul li:before {
	content: '';
	border: 0.3rem solid;
	border-radius: 50%;
	position: absolute;
	top: 1.2rem;
	left: 1rem;
}

.feature-price + .feature-price {
	margin-top: 6.4rem;
}

@media (max-width: 1199px) {
	.feature-price {
		max-width: 79rem;
	}

	.feature-price .feature-price__content h2 {
		font-size: 2.4rem;
		margin-bottom: 1.2rem;
	}

	.feature-price .feature-price__content ul {
		font-size: 1.8rem;
	}

	.feature-price .feature-price__content ul li {
		margin-bottom: 1rem;
	}

	.feature-price + .feature-price {
		margin-top: 1.9rem;
	}
}

@media (max-width: 1023px) {
	.feature-price {
		max-width: 57.4rem;
		align-items: flex-start;
	}

	.feature-price .feature-price__image {
		max-width: 15.5rem;
		flex: 0 0 15.5rem;
	}

	.feature-price .feature-price__content h2 {
		font-size: 2rem;
		margin-bottom: 0.5rem;
	}

	.feature-price .feature-price__content ul {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.feature-price .feature-price__content ul li {
		padding-left: 3.7rem;
		margin-bottom: 1.2rem;
	}

	.feature-price .feature-price__content ul li:before {
		top: 1rem;
		left: 1.2rem;
	}

	.feature-price .feature-price__content {
		padding-left: 5.3rem;
	}

	.feature-price + .feature-price {
		margin-top: 1.85rem;
	}
}

@media (max-width: 700px) {
	.feature-price {
		display: block;
	}

	.feature-price .feature-price__image {
		margin: 0 auto -0.3rem;
	}

	.feature-price .feature-price__content {
		padding-left: 0;
	}

	.feature-price .feature-price__content h2 {
		text-align: center;
		margin-bottom: 1.8rem;
	}

	.feature-price .feature-price__content ul li {
		padding-left: 4rem;
	}

	.feature-price .feature-price__content ul li:before {
		left: 1.5rem;
	}

	.feature-price + .feature-price {
		margin-top: 3.8rem;
	}
}

/* ------------------------------------------------------------ *\
    feature-dev
\* ------------------------------------------------------------ */

.feature-dev {
	text-align: center;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 4rem 6.2rem 4rem 8.6rem;
	height: 100%;
}

.feature-dev h4 {
	font-size: 3.9rem;
	font-family: 'Sohne', sans-serif;
	margin: 0 0 0.4rem;
	line-height: 1.2;
}

.feature-dev p {
	font-size: 3.9rem;
	font-family: 'Sohne', sans-serif;
	font-weight: 400;
	margin: 0 0 3.4rem;
	line-height: 1.2;
}

.feature-dev h6 {
	font-size: 2.9rem;
	font-family: 'Sohne', sans-serif;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.feature-dev img {
	margin: 0 0 2.7rem;
}

.feature-dev picture + p {
	font-size: 3.6rem;
	margin-bottom: 1.2rem;
}

.feature-dev--alt {
	padding: 4rem 7rem 4rem 7rem;
}

.feature-dev--alt p {
	margin: 0 0 1.5rem;
}

@media (max-width: 1199px) {
	.feature-dev {
		padding: 3.5rem 3rem 4rem 4.9rem;
	}

	.feature-dev h4 {
		font-size: 3rem;
		margin: 0 0 0.6rem;
	}

	.feature-dev p {
		font-size: 3rem;
		margin: 0 0 2.7rem;
	}

	.feature-dev img {
		margin: 0 0 2.4rem;
	}

	.feature-dev picture + p {
		font-size: 3rem;
		margin: 0;
	}

	.feature-dev h6 {
		font-size: 2.6rem;
	}

	.feature-dev--alt {
		padding: 3.5rem 3rem 3.5rem 3.9rem;
	}

	.feature-dev--alt p {
		margin: 0 0 1.2rem;
	}

	.feature-dev--alt img {
		margin: 0 0 2.3rem;
	}

	.feature-dev picture + p {
		margin: 0 0 0.8rem;
	}
}

@media (max-width: 1023px) {
	.feature-dev {
		padding: 2.9rem 3rem 3.1rem 4.9rem;
	}

	.feature-dev img {
		max-width: 14rem;
		margin-bottom: 1.8rem;
	}

	.feature-dev p,
	.feature-dev h4,
	.feature-dev picture + p {
		font-size: 2.4rem;
	}

	.feature-dev h6 {
		font-size: 2rem;
	}

	.feature-dev h4 {
		margin-bottom: 0.4rem;
	}

	.feature-dev p {
		margin-bottom: 2.1rem;
	}

	.feature-dev--alt {
		padding: 2.9rem 1rem 3.1rem 1.5rem;
	}

	.feature-dev--alt p {
		margin: 0 0 0.8rem;
	}

	.feature-dev--alt img {
		max-width: 14.8rem;
		margin: 0 0 1.7rem;
	}

	.feature-dev--alt picture + p {
		margin: 0 0 0.6rem;
	}
}

@media (max-width: 700px) {
	.feature-dev {
		padding: 2.3rem 1rem 3.8rem 2.9rem;
		max-width: 24.7rem;
		margin: 0 auto;
	}

	.feature-dev p,
	.feature-dev h4,
	.feature-dev picture + p {
		font-size: 1.9rem;
	}

	.feature-dev p {
		margin-bottom: 1.7rem;
	}

	.feature-dev h6 {
		font-size: 1.6rem;
	}

	.feature-dev img {
		max-width: 11.2rem;
		margin-bottom: 1.3rem;
	}

	.feature-dev--alt {
		padding: 2.3rem 1rem 2.3rem 1.4rem;
	}

	.feature-dev--alt p {
		margin-bottom: 0.7rem;
	}

	.feature-dev--alt img {
		max-width: 11.9rem;
		margin-bottom: 1.1rem;
	}
}

/* ------------------------------------------------------------ *\
    section-tiles-list
\* ------------------------------------------------------------ */

.section-tiles-list {
	padding: 6rem 0;
}

.section-tiles-list .section-tiles-list__inner {
	background-color: #f7f7f7;
	border-radius: 1.6rem;
	padding: 3.4rem 7rem;
}

.section-tiles-list .section-tiles-list__head {
	text-align: center;
	margin-bottom: 4rem;
}

.section-tiles-list .section-tiles-list__head h2 {
	font-size: 5.5rem;
	font-family: 'Financier Display', sans-serif;
	margin: 0;
	font-weight: 500;
}

.section-tiles-list .section-tiles-list__body {
	max-width: 108.5rem;
	margin: 0 auto;
	padding-bottom: 4.8rem;
	border-bottom: 0.1rem solid #dedede;
}

.section-tiles-list .section-tiles-list__body ul {
	display: flex;
	flex-wrap: wrap;
	margin: -2.2rem -1.5rem;
	list-style-type: none;
	padding-left: 0;
}

.section-tiles-list .section-tiles-list__body ul li {
	padding: 2.2rem 1.5rem;
	flex: 1;
}

.section-tiles-list .section-tiles-list__foot {
	text-align: center;
	max-width: 74rem;
	margin: 0 auto;
	padding: 1.1rem 0 2.1rem;
}

.section-tiles-list .section-tiles-list__foot p {
	font-family: 'Sohne', sans-serif;
	font-size: 2rem;
	line-height: 1.4;
}

@media (max-width: 1199px) {
	.section-tiles-list {
		padding: 4.6rem 0;
	}

	.section-tiles-list .section-tiles-list__inner {
		padding: 3.6rem 5rem 0.5rem;
	}

	.section-tiles-list .section-tiles-list__head {
		margin-bottom: 3.2rem;
	}

	.section-tiles-list .section-tiles-list__head h2 {
		font-size: 4.5rem;
	}

	.section-tiles-list .section-tiles-list__body {
		padding-bottom: 3.7rem;
	}

	.section-tiles-list .section-tiles-list__body ul {
		margin: -2.3rem -3.2rem;
		padding-left: 3rem;
	}

	.section-tiles-list .section-tiles-list__body ul li {
		padding: 2.3rem 3.2rem;
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 1023px) {
	.section-tiles-list {
		padding: 1.5rem 0;
	}

	.section-tiles-list .section-tiles-list__inner {
		padding: 2rem 3rem;
	}

	.section-tiles-list .section-tiles-list__head {
		margin-bottom: 2.5rem;
	}

	.section-tiles-list .section-tiles-list__head h2 {
		font-size: 3.6rem;
	}

	.section-tiles-list .section-tiles-list__body {
		padding-bottom: 6.4rem;
	}

	.section-tiles-list .section-tiles-list__body ul {
		padding: 0 1.3rem 0 0.5rem;
		margin: -1.9rem -3.2rem;
	}

	.section-tiles-list .section-tiles-list__body ul li {
		max-width: 50%;
		flex: 0 0 50%;
		min-width: 0;
		padding: 1.9rem 3.2rem;
	}

	.section-tiles-list .section-tiles-list__foot {
		max-width: 56rem;
		padding: 1.6rem 0 0.9rem;
	}

	.section-tiles-list .section-tiles-list__foot p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

@media (max-width: 700px) {
	.section-tiles-list .section-tiles-list__head {
		margin-bottom: 2.3rem;
	}

	.section-tiles-list .section-tiles-list__head h2 {
		font-size: 3rem;
	}

	.section-tiles-list .section-tiles-list__body {
		padding-bottom: 2.1rem;
	}

	.section-tiles-list .section-tiles-list__body ul {
		margin: -1.9rem -1rem;
		padding: 0;
	}

	.section-tiles-list .section-tiles-list__body ul li {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 1.9rem 1rem 2rem;
	}

	.section-tiles-list .section-tiles-list__inner {
		padding: 2rem;
	}

	.section-tiles-list .section-tiles-list__foot {
		padding: 0.3rem 0 0.5rem;
	}

	.section-tiles-list .section-tiles-list__foot p {
		margin-bottom: 0;
	}
}

/* ------------------------------------------------------------ *\
    tile-alt
\* ------------------------------------------------------------ */

.tile-alt figure {
	margin: 0 0 1.6rem;
}

.tile-alt h6 {
	margin: 0 0 0.8rem;
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	line-height: 1.2;
}

.tile-alt p {
	margin: 0;
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	line-height: 1.4;
}

@media (max-width: 1023px) {
	.tile-alt h6 {
		margin: 0 0 1.1rem;
	}

	.tile-alt p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

@media (max-width: 700px) {
	.tile-alt {
		display: flex;
		padding-left: 0.9rem;
	}

	.tile-alt h6 {
		margin: 0 0 0.8rem;
	}

	.tile-alt .tile-alt__icon {
		max-width: 6.4rem;
		flex: 0 0 6.4rem;
	}

	.tile-alt .tile-alt__content {
		margin: -0.7rem 0 0;
	}
}

/* ------------------------------------------------------------ *\
    section-widgets
\* ------------------------------------------------------------ */

.section-widgets {
	padding: 1rem 0;
}

.section-widgets .section-widgets__body > ul {
	margin: -1.6rem -1.5rem;
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
}

.section-widgets .section-widgets__body > ul > li {
	padding: 1.6rem 1.5rem;
	flex: 1;
}

@media (max-width: 1023px) {
	.section-widgets .section-widgets__body > ul {
		display: block;
	}
}

@media (max-width: 700px) {
	.section-widgets .section-widgets__body > ul {
		margin: -0.8rem -1.5rem;
	}

	.section-widgets .section-widgets__body > ul > li {
		padding: 0.8rem 1.5rem;
	}
}

/* ------------------------------------------------------------ *\
    widget-list-checks
\* ------------------------------------------------------------ */

.widget-list-checks,
.widget-ctas {
	background-color: #f7f7f7;
	padding: 6.8rem 2.4rem 9rem;
	border-radius: 1.6rem;
	height: 100%;
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.widget-list-checks h2,
.widget-ctas h2 {
	font-size: 5.5rem;
	font-family: 'Financier Display', sans-serif;
	font-weight: 400;
	line-height: 1;
	max-width: 47.8rem;
	margin: 0 auto 4rem;
}

.widget-list-checks ul {
	text-align-last: left;
	list-style-type: none;
}

.widget-list-checks li {
	position: relative;
	padding-left: 9.3rem;
	margin-bottom: 3.3rem;
}

.widget-list-checks li:before {
	content: '';
	width: 6rem;
	height: 4.6rem;
	mask-image: url('data:image/svg+xml,<svg data-name="1135-checkmark-3" xmlns="http://www.w3.org/2000/svg" width="60" height="46"><path d="M54 0 20 34 6 20l-6 6 20 20L60 6Z" fill="%2373f0a5"/></svg>');
	background-color: #73f0a5;
	mask-size: 100% auto;
	position: absolute;
	top: 1.8rem;
	left: 0.5rem;
}

.widget-list-checks li h6 {
	margin: 0 0 -0.5rem;
	font-size: 2.8rem;
	font-family: 'Sohne', sans-serif;
}

.widget-list-checks li p {
	margin: 0;
	font-family: 'Sohne', sans-serif;
	font-size: 2rem;
}

.widget-ctas {
	padding: 5.2rem 2.4rem;
}

.widget-ctas .button {
	max-width: 26.7rem;
	min-width: 26.7rem;
	margin: 0 auto 0.9rem;
}

.widget-ctas p + .button {
	margin: 0 auto 1.3rem;
}

.widget-ctas h2 {
	margin-bottom: 1rem;
}

.widget-ctas h6 {
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	margin: 0 0 2.9rem;
}

.widget-ctas p {
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	margin: 0 0 4.9rem;
}

@media (max-width: 1399px) {
	.widget-list-checks ul {
		padding-left: 0;
	}
}

@media (max-width: 1199px) {
	.widget-list-checks {
		padding: 4.4rem 2.4rem 6rem;
	}

	.widget-list-checks h2,
	.widget-ctas h2 {
		font-size: 4.5rem;
	}

	.widget-list-checks li {
		padding-left: 11.1rem;
		text-align: left;
		margin-bottom: 2.6rem;
	}

	.widget-list-checks li:last-child {
		margin-bottom: 0;
	}

	.widget-list-checks li:before {
		top: 2rem;
		left: 2.4rem;
	}

	.widget-list-checks li h6 {
		font-size: 2.4rem;
		margin-bottom: 0.4rem;
	}

	.widget-list-checks li p {
		font-size: 1.8rem;
		line-height: 1.33;
		margin-bottom: 0.4rem;
		text-align: left;
		max-width: 27rem;
	}

	.widget-ctas {
		padding: 3.5rem 2.4rem;
	}

	.widget-ctas h2 {
		margin-bottom: 4.3rem;
	}

	.widget-ctas p {
		font-size: 1.8rem;
	}

	.widget-ctas p:last-child {
		margin-bottom: 0;
	}

	.widget-ctas .button {
		margin-bottom: 1.1rem;
	}
}

@media (max-width: 1023px) {
	.widget-list-checks {
		padding: 2rem 2.4rem 4.5rem;
	}

	.widget-list-checks h2,
	.widget-ctas h2 {
		font-size: 3.6rem;
		margin: 0 auto 4.2rem;
	}

	.widget-list-checks ul {
		max-width: 52rem;
		margin: 0 auto;
	}

	.widget-list-checks li {
		margin-bottom: 5rem;
	}

	.widget-list-checks li:before {
		top: 1.2rem;
		left: 2.4rem;
	}

	.widget-list-checks li p {
		max-width: 100%;
	}

	.widget-ctas {
		padding: 4.2rem 2.4rem 3.2rem;
	}

	.widget-ctas h2 {
		margin-bottom: 2.7rem;
	}

	.widget-ctas p {
		font-size: 1.6rem;
	}
}

@media (max-width: 700px) {
	.widget-list-checks {
		padding: 2.4rem 2.4rem 2.9rem;
	}

	.widget-list-checks h2,
	.widget-ctas h2 {
		font-size: 3rem;
		margin: 0 auto 2.6rem;
	}

	.widget-list-checks li p,
	.widget-list-checks li h6 {
		font-size: 1.6rem;
	}

	.widget-list-checks li h6 {
		margin-bottom: 0.2rem;
	}

	.widget-list-checks li p {
		line-height: 1.5;
	}

	.widget-list-checks li {
		padding-left: 7.2rem;
		margin-bottom: 3.15rem;
	}

	.widget-list-checks li:before {
		top: 1.1rem;
		left: 1.1rem;
		width: 3.6rem;
		height: 2.8rem;
	}

	.widget-ctas {
		padding: 3.2rem 2.4rem 3.2rem;
	}

	.widget-ctas h6 {
		font-size: 1.6rem;
		margin: 0 0 2.2rem;
	}

	.widget-ctas p {
		max-width: 27rem;
		margin: 0 auto 2.5rem;
		line-height: 1.5;
	}

	.widget-ctas p + .button {
		margin-bottom: 1.8rem;
	}

	.widget-ctas .button {
		max-width: 20.3rem;
		min-width: 20.3rem;
	}
}

/* ------------------------------------------------------------ *\
    section-tesimonial
\* ------------------------------------------------------------ */

.section-tesimonial {
	padding: 6.7rem 0 7.6rem;
}

.section-tesimonial .section-tesimonial__inner {
	max-width: 90rem;
	margin: 0 auto;
	text-align: center;
}

.section-tesimonial .section-tesimonial__inner blockquote {
	font-size: 3.3rem;
	line-height: 1.46;
	font-family: 'Sohne', sans-serif;
	margin: 0 0 1.6rem;
}

.section-tesimonial .section-tesimonial__inner h6 {
	font-size: 2.7rem;
	line-height: 1.46;
	font-weight: 400;
	font-family: 'Sohne', sans-serif;
	margin: 0;
}

@media (max-width: 1199px) {
	.section-tesimonial {
		padding: 5.9rem 0 4.5rem;
	}

	.section-tesimonial .section-tesimonial__inner {
		max-width: 62.4rem;
	}

	.section-tesimonial .section-tesimonial__inner blockquote {
		font-size: 2.4rem;
		margin: 0 0 1.1rem;
	}

	.section-tesimonial .section-tesimonial__inner h6 {
		font-size: 1.8rem;
	}
}

@media (max-width: 1023px) {
	.section-tesimonial {
		padding: 2.3rem 0 5.6rem;
	}
}

@media (max-width: 700px) {
	.section-tesimonial {
		padding: 3.7rem 0 3.4rem;
	}

	.section-tesimonial .section-tesimonial__inner blockquote {
		font-size: 1.8rem;
		line-height: 1.33;
		margin: 0 0 1.7rem;
	}

	.section-tesimonial .section-tesimonial__inner h6 {
		font-size: 1.6rem;
	}
}

/* ------------------------------------------------------------ *\
    section-outro
\* ------------------------------------------------------------ */

.section-outro .section-outro__inner {
	padding: 4.8rem 0;
	display: flex;
	justify-content: center;
	border-top: 0.1rem solid #d8d8d8;
	max-width: 133.5rem;
	margin: 0 auto;
}

.section-outro .section-outro__head,
.section-outro .section-outro__body {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 3.2rem;
}

.section-outro .section-outro__head {
	padding-left: 4.7rem;
}

.section-outro .section-outro__body {
	padding-top: 1.7rem;
}

.section-outro .section-outro__head h2 {
	font-size: 5.5rem;
	font-family: 'Financier Display', sans-serif;
	font-weight: 400;
	margin: 0 0 1.4rem;
	line-height: 1.1;
}

.section-outro .section-outro__head p {
	margin: 0 0 1.2rem;
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	max-width: 47rem;
	line-height: 1.4;
}

.section-outro .section-outro__head p a {
	color: inherit;
}

.section-outro .section-outro__body h3 {
	margin: 0 0 1.5rem;
	font-family: 'Financier Display', sans-serif;
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 1.1;
}

.section-outro .section-outro__body ul {
	padding-left: 0;
	text-indent: 0.6rem;
	list-style-type: none;
	margin: 0;
}

.section-outro .section-outro__body ul li {
	font-size: 2rem;
	font-family: 'Sohne', sans-serif;
	font-weight: 400;
	position: relative;
	padding-left: 2.8rem;
	margin-bottom: 0.7rem;
}

.section-outro .section-outro__body ul li:before {
	content: '';
	border: 0.3rem solid;
	border-radius: 50%;
	position: absolute;
	top: 1.4rem;
	left: 1rem;
}

@media (max-width: 1199px) {
	.section-outro .section-outro__head {
		padding-left: 4.3rem;
	}

	.section-outro .section-outro__head h2 {
		font-size: 4.5rem;
		margin: 0 0 1.9rem;
	}

	.section-outro .section-outro__head p {
		font-size: 1.8rem;
		margin: 0 0 1.1rem;
	}

	.section-outro .section-outro__body {
		padding-top: 0.2rem;
	}

	.section-outro .section-outro__body ul li {
		font-size: 1.8rem;
		line-height: 1.33;
		padding-left: 3rem;
		margin-bottom: 1.2rem;
	}

	.section-outro .section-outro__body ul li:before {
		top: 1rem;
		left: 1.1rem;
	}

	.section-outro .section-outro__body h3 {
		margin: 0 0 2.1rem;
	}
}

@media (max-width: 1023px) {
	.section-outro .section-outro__inner {
		padding: 3.9rem 0;
		flex-wrap: wrap;
	}

	.section-outro .section-outro__head,
	.section-outro .section-outro__body {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 3.8rem;
	}

	.section-outro .section-outro__body {
		order: -1;
		margin-bottom: 5.1rem;
	}

	.section-outro .section-outro__head {
		padding-left: 3.8rem;
	}

	.section-outro .section-outro__head p {
		max-width: 100%;
	}

	.section-outro .section-outro__head h2 {
		font-size: 3.6rem;
		margin: 0 0 1.1rem;
	}
}

@media (max-width: 700px) {
	.section-outro .section-outro__inner {
		padding: 4.4rem 0;
	}

	.section-outro .section-outro__head,
	.section-outro .section-outro__body {
		padding: 0 1.1rem;
	}

	.section-outro .section-outro__body {
		margin-bottom: 3rem;
	}

	.section-outro .section-outro__head h2 {
		font-size: 3rem;
		margin: 0 0 1.4rem;
	}

	.section-outro .section-outro__body h3 {
		font-size: 3rem;
		margin: 0 0 2.5rem;
	}

	.section-outro .section-outro__body ul li {
		font-size: 1.6rem;
		margin-bottom: 1.6rem;
	}

	.section-outro .section-outro__body ul li:before {
		top: 0.8rem;
		left: 1rem;
	}

	.section-outro .section-outro__head p {
		font-size: 1.6rem;
		margin: 0 0 1.4rem;
	}
}
