:root {
	--button-color: #000;
	/* original #27818F;*/
	--price-color: #000;
	--price-norm-color: #777;
	/* original #cb6aaa;*/
	--button-text-color: #fff;
	--button-hover-color: #333;
	/* original #2a616a;*/
	--button-border-color: var(--button-color);

	--header-button-text-color: #fff;
	--header-button-background-color: #000;
	--header-button-hover-color: #2a616a;
	/* original #2a616a;*/
	--header-button-border-color: var(--button-color);
	/* original var(--button-color);*/

	/* other product buttons */
	--button-color-hollow-bottom: var(--button-color);
	/* border and color of text */
	--button-color-hollow-bottom-hover: var(--button-hover-color);
	/* hover color, text is white */

	/* header */
	--header-text-color: #fff;
	--header-background-color: transparent;
	--header-background-image: url('../hero-images/HS_landari_1600x1030_2024_5.png');
	/*--header-background-image: none;*/
	--header-background-position-y: top;
	/* the following overrides background settings above */
	/*--header-background: radial-gradient(circle, rgba(2,172,111,1) 0%, rgba(23,36,27,1) 100%);*/

	--hs-logo-background: #fff;
	/* on hs logo top left */
	--hs-logo-hs-letters: #191919;
	/* on HS logo top left */

	--hs-uudistunut-color: #00B8E0;
}

body.header-special {
	--button-color: #27818F;
	/* original #27818F;*/
	--price-color: #000;
	--price-norm-color: #777;
	/* original #cb6aaa;*/
	--button-text-color: #fff;
	--button-hover-color: #2a616a;
	/* original #2a616a;*/
	--button-border-color: var(--button-color);

	--header-button-text-color: #000;
	--header-button-background-color: #F6A800;
	--header-button-hover-color: #F1B83A;
	/* original #2a616a;*/
	--header-button-border-color: var(--header-button-hover-color);
	/* original var(--button-color);*/

	/* other product buttons */
	--button-color-hollow-bottom: var(--button-color);
	/* border and color of text */
	--button-color-hollow-bottom-hover: var(--button-hover-color);
	/* hover color, text is white */

	/* header */
	--header-text-color: #fff;
	--header-background-color: transparent;
	--header-background-image: url('https://kampanjat.hs.fi/tarjoukset/black-friday/images/HS_landari_Black_Weekend_2023_11_tausta.png');

	/*--header-background-image: none;*/
	--header-background-position-y: top;
	/* the following overrides background settings above */
	/*--header-background: radial-gradient(circle, rgba(2,172,111,1) 0%, rgba(23,36,27,1) 100%);*/

	--hs-logo-background: #fff;
	/* on hs logo top left */
	--hs-logo-hs-letters: #191919;
	/* on HS logo top left */

	--hs-uudistunut-color: #00B8E0;
}

/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	/* font: inherit; */
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /RESET */

body {
	font-family: HelsinginWeb;
	background-color: #e9eaed;
}

* {
	box-sizing: border-box;
}

.hidden {
	display: none !important;
}

body>.conversionpixel {
	position: absolute;
}

.hss-area {
	max-width: 1200px;
	margin: 0 auto 1em;
	text-align: center;
	vertical-align: top;
	position: relative;
	background-color: transparent;
}

/* header height settings */
.hss-heading {
	display: inline-block;
	margin-bottom: 5em;
	min-height: 500px; /* overran below, adjust automatically */
	min-height: 35vw;
	width: 100%;
	background-position: bottom center;
	background-size: auto 100%;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.hss-header-testimonial {
	margin: 0 auto;
	margin-top: 24px;
	max-width: 600px;
	border-top: 1px solid #f2f2f2;
	padding-top: 40px;
	line-height: 20.7px;
	font-family: HelsinginWeb;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	text-shadow: 0 1px 4px rgb(0 0 0 / 50%);
}

.hss-header-testimonial:before,
.hss-header-testimonial:after {
	content: '\201D';
	font-size: 80px;
	color: #fff;
	opacity: .15;
	font-family: SanomatBannerWeb;
	position: absolute;
}

.hss-header-testimonial:before {
	left: 0;
	top: 34px;
}

.hss-header-testimonial:after {
	right: 0;
	bottom: -40px;
}

#header-special.hss-heading {
	min-height: 450px;
}

#header-special .hss-align-aid {
	margin-top: 112px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
}

.hss-heading,
.hss-heading * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.hss-nosto-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 1.5em;
}

.hss-nosto-flex .image,
.hss-nosto-flex .image img {
	width: 275px;
	height: auto;
	max-width: 100%;
}

.hss-nosto-flex .text-content {
	width: auto;
	/*max-width: calc(1000px - 275px);*/
	max-width: 100%;
	padding: 0px 40px;
	flex-grow: 1;
	text-align: left;
	position: relative;
}

.testimonial-nosto .hss-nosto-flex .text-content:before,
.testimonial-nosto .hss-nosto-flex .text-content:after {
	content: '\201D';
	font-size: 80px;
	color: #222;
	opacity: .15;
	font-family: SanomatBannerWeb;
	position: absolute;
}

.testimonial-nosto .hss-nosto-flex .text-content:before {
	left: 0;
	top: -30px;
}

.testimonial-nosto .hss-nosto-flex .text-content:after {
	right: 0;
	bottom: -40px;
}

.hss-nosto-flex .text-content h3 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2em;
	letter-spacing: normal;
	color: #191919;
	margin-bottom: 0.5em;
	text-align: left;
}

.hss-nosto-flex .text-content p {
	line-height: 1.4;
	font-family: HelsinginWeb;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
}

.hss-nosto-flex .text-content p.testimonial {
	font-size: 14px;
	color: #444;
	margin-top: 1em;
}

.hss-nosto-flex .text-content .hss-button {
	display: block;
	margin-bottom: 1em;
}

#combo {
	display: flex;
	justify-content: space-between;
}

.hss-area {
	top: -13em;
}

.hss-heading .hss-align-aid {
	position: relative;
	width: 100%;
	padding: 0 1em;
	background-image: url('../images/Helsingin-Sanomat_slogan_2024_5.svg');
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	/*height: 80px;
	margin-top: 100px;*/
	height: 7vw;
	margin-top: 9.5vw;

}

.hss-heading .hss-logo-container {
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	height: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
}

.hss-heading .hss-logo-container .hss-hs-logo {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: var(--hs-logo-hs-letters);
}

.hss-heading .hss-logo-container .hss-hs-logo svg {
	width: 100px;
	height: auto;
}

.hss-heading .hss-logo-container .hss-hs-logo svg .hs-logo-background {
	fill: var(--hs-logo-background);
}

.hss-heading {
	background-color: var(--header-background-color);
	background-image: var(--header-background-image);
	background-position-y: var(--header-background-position-y);
	background-size: cover;
	color: var(--header-text-color);
	/*background: var(--header-background);*/
}

.hss-heading .title {
	font-family: SanomatBannerWeb;
	font-size: 3.25em;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	color: var(--header-text-color);
}

.hss-heading .title>span {
	font-size: inherit;
	white-space: nowrap;
}

.hss-heading .subtitle,
.hss-heading .subtitle2,
.hss-heading .disclaimer {
	font-size: 2em;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-top: .5em;
	color: var(--header-text-color);
}

#header-special.hss-heading .title {
	font-family: HelsinginWeb;
	font-style: italic;
	font-weight: 900;
	font-size: 40px;
	text-shadow: 3px 3px 1px rgba(120, 120, 120, .9);
}

#header-special.hss-heading .subtitle {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.hss-heading .subtitle2 {
	font-size: 2em;
	font-weight: 600;
}

.hss-heading .subtitle2>span {
	font-weight: 400;
	font-size: 16px;
}

.hss-heading .disclaimer {
	font-size: 14px;
	font-weight: 400;
}

.hss-heading .disclaimer>svg {
	margin-right: 3px;
	vertical-align: text-top;
	fill: #01b8e0;
}

.hss-heading .button {
	display: inline-block;
	margin-top: 1em;
	border-radius: 30px;
	padding: 12px 28px;
	font-size: 1.2em;
	font-weight: 600;
	background: var(--header-button-background-color);
	color: var(--header-button-text-color);
	text-decoration: none;
	border: 1px solid var(--header-button-border-color);
}

.hss-heading .button:hover,
.hss-heading .button:active,
.hss-heading .button:focus {
	background: var(--header-button-hover-color);
}

/*#header-special .title {
	font-size: 3em;
	color: inherit;
	font-weight: 900;
}

#header-special .title img {
	width: 300px;
    height: auto;
	max-width: 90%;
}

#header-special .subtitle {
	font-size: 1.3em;
	color: inherit;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header-special .subtitle2 {
	font-size: 2em;
	color: inherit;
	font-weight: 900;
}*/

#header-special .countdown {
	margin-top: 1em;
}

#header-special .countdown span {
	display: inline-block;
	border: 1px solid #ddd;
	background: #000;
	border-radius: 6px;
	padding: 4px 8px;
	margin-right: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	min-width: 60px;
}

.hss-align-aid .countdown span:last-child {
	min-width: 68px;
}

#header-special .countdown span>b {
	font-weight: 900;
	font-size: 32px;
	color: var(--header-button-background-color);
}

/*.hss-heading.hss-slideshow-heading .title {*/
.hss-heading .title {
	color: white;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hss-heading.hss-slideshow-heading .image-caption {
	padding: 10px 15px 0 0;
	text-align: right;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
}

.hss-col-container {
	width: 100%;
}

.hss-area.hss-col-container {
	width: 99%;
}

.hss-card-style {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	padding: 2.2em 1em 1em;
}

.hss-card {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	padding: 2.2em 1em 1em;
	/* 5.3.2021 bottom 1em instead of 2.2em */
	position: relative;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 1em;
}

.hss-os-card {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	position: relative;
	padding: 2.2em 1em;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 1em;
}

.hss-col-full {
	width: 100%;
}

.hss-col-50 {
	width: 49%;
}

.hss-col-third {
	width: 19.8em;
}

.hss-normal-plan {
	margin-top: 17px;
}

.hss-suggested-plan {
	border: 2px solid #27818F;
	border-top: 0px;
}

.hss-suggested-plan-label {
	top: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	background: #27818F;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em;
	font-weight: 500;
}

#combo .hss-col-third {
	width: 24.3%;
	border-radius: 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	background: #f2f2f2;
}

.hss-product-ribbon {
	height: 32px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
}

.hss-product-ribbon,
.hss-product-heading,
.hss-product-shot,
.hss-product-info {
	background-color: #fff;
}

.ab-hs-kaikki .hss-product-ribbon,
.ab-hs-kaikki .hss-product-heading,
.ab-hs-kaikki .hss-product-shot,
.ab-hs-kaikki .hss-product-info {
	background-color: #FFF6E5;
}

.ab-hs-kaikki .hss-product-ribbon {
	background: rgb(203,158,51);
	background: linear-gradient(90deg, rgba(203,158,51,1) 0%, rgba(252,234,148,1) 25%, rgba(237,208,106,1) 50%, rgba(252,234,148,1) 75%, rgba(203,158,51,1) 100%);
}

.hss-product-ribbon.blue-ribbon {
	background: #3860FF;
	color: #fff;
	font-size: 13px;
}

.hss-product-ribbon span {
	font-size: inherit;
}

/* change card flexbox to css grid layout */
#combo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	grid-gap: 10px;
}

#combo .hss-col-third {
	width: 100%;
}

.height-adjust {
	display: flex;
    flex-direction: column;
    flex-basis: 720px;
}

.hss-product-info {
	display: flex;
    flex-direction: column;
    flex: 1;
	flex-basis: 430px;
}

.spacer {
	flex-grow: 0;
}

.hss-product-info > .spacer {
	flex-grow: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1170px) {
	.hss-product-ribbon .hide-from-narrow {
		display: none;
	}
}

.hss-product-heading .hss-product-name {
	font-weight: bold;
	color: #191919;
	line-height: normal;
	margin-top: 35px;
	margin-bottom: 0;
	font-size: 26px;
	padding: 0 4px;
}

.hss-card h3 {
	font-size: 14px;
	font-weight: 500;
}

.hss-price span {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	color: var(--price-color);
}

.hss-price-note {
	position: relative;
	color: #cb6aaa;
	color: var(--price-norm-color);
	margin: 1em auto 2px;
	width: 120px;
	font-size: 90%;
}

.hss-price-note.hss-note-striked:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid var(--price-norm-color);
	opacity: 1;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.hss-price-note2 {
	display: none;
	color: #5d6e95;
	margin-top: 0;
	font-size: 13px;
	margin: 1em auto 2px;
}

.hss-feature-list {
	list-style: none;
	text-align: left;
	margin: 1em 0 0;
	padding: 0;
}

.hss-feature-list dd {
	font-size: 15px;
	line-height: 1.4em;
	margin: 0.2em 0 0.4em;
}

.hss-feature-list dt div,
.hss-feature-list dd div {
	display: table-cell;
}

.spacer {
	padding: 0 3px;
	width: 25px;
	max-width: 25px;
	line-height: 1.4em;
}

.row-spacer-1em {
	width: 100%;
	height: 1em;
}

.row-spacer-1-5em {
	width: 100%;
	height: 1.5em;
}

.tick::after {
	/*content: url("https://kampanjat.hs.fi/tilaa/images/checked.svg");*/
	content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13'%3E%3Cpath fill='%234196A4' fill-rule='evenodd' stroke='%234196A4' d='M8.623 8.047a1.092 1.092 0 0 1-1.553-.003l-3.499-3.5a.103.103 0 0 0-.148-.002l-.778.778a.102.102 0 0 0-.002.144L5.46 8.279l2.32 2.32c.038.039.107.031.137.002l5.944-5.944 1.83-1.83a.1.1 0 0 0 0-.145l-.779-.778a.1.1 0 0 0-.142-.004L8.623 8.047z'/%3E%3C/svg%3E%0A");
}

.hss-feature-list dd:last-child {
	margin-bottom: 1em;
}

.hss-feature-list dd.hss-included {
	font-size: 14.5px;
	font-weight: 500;
	color: black;
}

.hss-feature-list .hss-not-included {
	color: #ccc;
	font-size: 14.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hss-feature-list .hss-not-included .tick::after {
	content: " " !important;
}

/* 26.5.2025 added radio buttons for subscription options for print products */
.hss-card.ab-hs-print .product-selector {
	display: flex;
    flex-direction: column;
	width: 200px;
    margin: 10px auto;
}

.hss-card.ab-hs-print .product-selector legend {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
}

.hss-card.ab-hs-print .product-selector .product {
	display: flex;
    flex-direction: row;
    width: 200px;
    margin-bottom: 1em;
    margin: 4px auto 8px;
}

.hss-card.ab-hs-print .product-selector .product input[type="radio"] {
	transform: scale(1.6);
    accent-color: var(--button-color);
    cursor: pointer;
	margin-right: 12px;
}

.hss-card.ab-hs-print .product-selector .product label {
	cursor: pointer;
}

.hss-buttons {
	margin-bottom: 1em;
}

.hss-button {
	font-size: 15px;
	width: 161px;
	padding: 0 30px;
	line-height: 40px;
	border: 1px solid;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.hss-button.solid {
	background: var(--button-color);
	color: var(--button-text-color);
	font-weight: 500;
}

.hss-button.solid:hover,
.hss-button.solid:active,
.hss-button.solid:focus {
	background-color: var(--button-hover-color);
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.hss-button.lu {
	border-color: #EB7104;
	background: #EB7104;
	color: #ffffff;
}

.hss-button.lu:hover {
	background-color: #D66500;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.hss-button.hollow,
.hss-button.smaller {
	border-color: var(--button-color-hollow-bottom);
	color: var(--button-color-hollow-bottom);
}

.hss-button.shadow {
	-moz-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
}

.hss-button.smaller {
	width: auto;
}

.hss-cancellation-info {
	font-size: 12px;
	margin-top: .5em;
	margin-bottom: 1.5em;
	font-weight: 400;
	color: #444;
}

.hss-cancellation-info svg {
	vertical-align: text-bottom;
	width: 12px;
	margin-right: 3px;
}

.hss-feature-list-bottom dt {
	margin: 0 34px !important;
	border-bottom: 1px solid #e9eaed;
}

.hss-feature-list-bottom .hss-button {
	margin: .9em 0;
	max-width: 140px !important;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	transition: 200ms all;
}

/* 5.3.2021 active and focus added in addition to hover */

.hss-feature-list-bottom .hss-button:hover,
.hss-feature-list-bottom .hss-button:active,
.hss-feature-list-bottom .hss-button:focus {
	color: #fff;
	background: var(--button-color-hollow-bottom-hover);
}

.hss-more-options-flex {
	display: flex;
	justify-content: space-between;
}

.hss-more-options {
	margin-top: 1.25em;
}

.hss-more-options .hss-card {
	padding-top: 1em;
}

.hss-more-options .hss-more-options-header {
	width: 100%;
}

.hss-more-options-element {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

dt.hss-more-options-element:last-of-type {
	border: 0;
}

.hss-more-options .hss-product-link {
	display: inline-block;
	margin: 1em 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #000000;
}

/* 5.3.2021 hover+active+focus added to tilausvaihtoehdot buttons */

.hss-more-options .hss-product-link:hover,
.hss-more-options .hss-product-link:active,
.hss-more-options .hss-product-link:focus {
	color: #333;
	text-decoration: underline;
}

.hss-more-options h2 {
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #191919;
	margin-bottom: .5em;
}

.hss-product-shot {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 1em;
}

.hss-product-shot img {
	width: 100%;
	max-width: 250px;
	max-height: 250px;
}

.hss-visio-shot {
	width: 130px;
	height: auto;
	margin-right: 8px;
	margin-left: 8px;
}

.hss-omasanoma-shot {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 34px;
	margin-left: 34px;
}

.hss-price-information {
	margin: 16px 0 1.25em;
	min-height: 60px;
}

.hss-price {
	color: #58585a;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.hss-feature-list dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 34px;
}

.hss-feature-list dt.hss-included {
	font-size: 17px;
	font-weight: 700;
	color: black;
	line-height: 30px;
}

.hss-feature-list dt.hss-partially-included {
	display: none;
	color: black;
}

.hss-feature-list dt .sym {
	display: none;
}

.line-divider {
	margin: 15px 0;
	border: none;
	height: 1px;
	background-color: #ece9e9;
	color: #ece9e9;
}

.select-subs {
	display: none;
}

.hss-product-contains {
	margin: 0 auto;
	position: relative;
	width: 210px;
	padding-bottom: 8px;
	min-height: 55px;
}

.reading-rights,
.nakoislehti,
.benefits {
	display: flex;
	position: relative;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: left;
}

.reading-rights>div>svg,
.nakoislehti>div>svg,
.benefits>div>svg {
	fill: var(--button-color);
	width: 16px;
	height: 16px;
	margin: 0;
    margin-right: 12px;
}

.hss-solid-button-2 {
	background: #8fc6b1;
}

.hss-family,
.hss-no-family {
	float: right;
	display: none;
}

.hss-family img,
.hss-no-family img {
	height: 35px;
	display: none;
}

.hss-family,
.hss-no-family {
	float: right;
	display: none;
}

.hss-family img,
.hss-no-family img {
	height: 35px;
	display: none;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-purple-light {
	background: #dc67b4;
}

.bg-purple {
	background-color: #d44da2 !important;
}

.txt-white,
.txt-white::before,
.txt-white::after {
	color: #ffffff !important;
}

.f-right {
	float: right;
}

.flexy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flexy>div,
.inline-flexy>div {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.top-offset-1-25em {
	position: relative;
	top: -1.25em;
}

.material-icons::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	left: 5px;
	top: 6px;
	transform: rotate(-45deg);
	vertical-align: top;
}

.material-icons.down:before {
	top: 4px;
	transform: rotate(135deg);
}

.material-icons.up {
	display: none;
}

.hss-feature-list-opener {
	display: block;
	background: #f2f2f2;
	height: 50px;
	cursor: pointer;
}

.hss-subscripton-opener-mobile {
	padding: 0;
	margin: 1em auto;
	display: -webkit-inline-box;
	font-size: 0.95em;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	font-weight: 500;
	cursor: pointer;
}

.hss-feature-list-wrapper {
	display: none;
	background: #f2f2f2;
	padding-left: 8px;
	padding-right: 6px;
}

.sales-label {
	background: var(--hs-uudistunut-color);
	color: #fff;
	padding: 2px 6px;
	border-radius: 2px;
	font-family: HelsinginWeb;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.0005em;
	position: absolute;
	top: 10px;
	right: 10px;
}

.ab-hs-mini .hss-feature-list-opener.ab-uudistunut-vertaa-button {
	background: var(--hs-uudistunut-color);
}

.ab-hs-mini .hss-feature-list-opener.ab-uudistunut-vertaa-button>dt {
	color: #fff;
}

.ab-hs-mini .hss-feature-list .ab-uudistunut-included {
	color: #fff;
	background: var(--hs-uudistunut-color);
}

.ab-hs-mini .ab-uudistunut-included span {
	font-weight: bold;
}

.hss-feature-list-wrapper {
	padding: 0;
}

.hss-feature-list-wrapper .hss-feature-list dt,
.hss-feature-list-wrapper .hss-feature-list dd {
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.hss-feature-list-wrapper .ab-uudistunut-included .tick::after {
	content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13'%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' d='M8.623 8.047a1.092 1.092 0 0 1-1.553-.003l-3.499-3.5a.103.103 0 0 0-.148-.002l-.778.778a.102.102 0 0 0-.002.144L5.46 8.279l2.32 2.32c.038.039.107.031.137.002l5.944-5.944 1.83-1.83a.1.1 0 0 0 0-.145l-.779-.778a.1.1 0 0 0-.142-.004L8.623 8.047z'/%3E%3C/svg%3E%0A");
}

.hss-subscripton-opener-mobile .sym {
	margin-left: 5px;
}

.hss-footer .hss-footer-area {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
}

.hss-footer p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.hss-omasanoma-shot {
    margin-bottom: 20px;
    margin-right: 20px;
}

.hss-omasanoma-shot img, .hss-omasanoma-shot svg {
    width: 200px;
    height: auto;
}

.hss-cancellation-additional-info {
	display: block;
	font-size: 14px;
	text-align: left;
	padding: 8px 16px 0;
	position: relative;
}

/* media queries 
	- max-width: 1200px
	- min-width: 1024px
	- max-width: 1023px
	- max-width: 767px
	- max-width: 568px
	- max-width: 399px
	- max-width: 359px

*/

@media only screen and (max-width: 1200px) {
	.hss-area {
		margin: 0 auto 1em;
		max-width: 1180px;
		/* 5.3.2021: was 980px */
	}

	.hss-area.hss-col-container {
		width: 97%;
	}

	.hss-col-third {
		width: 16.15em;
	}
}

@media only screen and (min-width: 1024px) {
	.scroll-for-more {
		display: none;
	}

	.hss-product-heading .hss-product-name {
		min-height: 68px;
		font-size: 22px;
	}

	.hss-product-info {
		flex-basis: 430px;
	}
}

@media only screen and (min-width: 1199px) {
	.hss-product-heading .hss-product-name {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1800px) {
	.hss-heading .hss-align-aid {
		height: 150px;
		margin-top: 150px;
	}

	.hss-heading {
		min-height: 540px;
	}
}

@media only screen and (max-width: 1023px) {

	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 0;
		min-height: 300px;
	}

	#header-default .hss-align-aid {
		/* margin-top: 100px; */
		height: 9vw;
		margin-top: 11vw;
	}

	#header-special.hss-heading {
		min-height: 342px;
	}

	#header-special .hss-align-aid {
		margin-top: 60px;
	}

	.hss-heading .title {
		font-size: 2.1em;
	}

	.hss-heading .subtitle {
		font-size: 1.75em;
	}

	.row-spacer-1-5em {
		height: 1em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo,
	.hss-heading .hss-logo-container .hss-hs-logo svg {
		width: 60px;
		height: 60px;
	}

	.hss-col-container {
		width: 98%;
	}

	.hss-col-third {
		max-width: 48%;
		/* 5.3.2021 was 25% */
		width: 48%;
		/* 5.3.2021 was 25% */
		position: inherit !important;
		min-width: 360px;
	}

	.hss-area {
		max-width: 800px;
		/* 5.3.2021 was 980px */
	}

	#combo {
		/* 5.3.2021 flex */
		display: flex;
		flex-wrap: wrap;
	}

	.hss-area {
		top: -3em;
	}

	.hss-more-options-flex {
		display: flex;
		flex-wrap: wrap;
	}

	.hss-col-50 {
		width: 100%;
	}

	.hss-product-heading .hss-product-name {
		min-height: 52px;
		font-size: 22px;
	}

	.hss-product-contains {
		min-height: 44px;
	}

	.hss-price-information {
		min-height: 40px;
	}

	.height-adjust {
		flex-basis: auto;
	}

	.hss-product-info {
		flex-basis: 420px;
	}
}

@media only screen and (max-width: 767px) {

	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 0;
		min-height: 240px;
	}

	/* #header-default .hss-align-aid {
		margin-top: 100px;
	} */

	#header-special.hss-heading {
		min-height: 320px;
	}

	#header-special .hss-align-aid {
		margin-top: 76px;
	}

	.hss-heading .title,
	#header-special.hss-heading .title {
		font-size: 2em;
	}

	.hss-heading .button {
		font-size: 1em;
	}

	.hss-heading .subtitle {
		font-size: 1.5em;
	}

	.row-spacer-1-5em {
		height: 0.8em;
	}

	.hss-feature-list {
		padding-left: 0;
	}

	.hss-feature-list dt .sym {
		display: inline;
	}

	.hss-col-container {
		width: 90%;
	}

	.hss-col-third {
		max-width: 400px;
		display: block;
		width: 100%;
		-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		margin: 0 auto 1.4em;
		position: inherit !important;
	}

	.hss-product-contains {
		min-height: 30px;
	}

	.sym {
		font-size: 22px !important;
	}

	.open .up {
		display: block;
	}

	.open .down {
		display: none;
	}

	.top-offset-1-25em {
		top: 0;
	}

	.hss-area {
		top: -3em;
	}

	.hide-in-mobile {
		display: none;
	}

	.hss-more-options h2,
	.hss-more-options h3 {
		text-align: center;
	}

	.hss-visio-shot {
		width: 90px;
		height: auto;
	}

	.hss-omasanoma-shot {
		float: none;
	}

	Low .hss-card {
		padding: 2em 0.25em 0.6em;
	}

	.hss-os-card {
		text-align: center;
	}

	.hss-product-heading .hss-product-name {
		min-height: 34px;
		font-size: 26px;
	}

	.hss-product-contains, .hss-price-information {
		min-height: 34px;
	}

	.height-adjust {
		flex-basis: auto;
	}

	.hss-product-info {
		flex-basis: auto;
	}
}

@media only screen and (max-width: 568px) {

	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 2vw;
		min-height: 150px;
	}

	/* #header-default .hss-align-aid {
		margin-top: 80px;
	} */

	#header-special.hss-heading {
		min-height: 260px;
		margin-bottom: 0;
	}

	#header-special .hss-align-aid {
		margin-top: 60px;
	}

	.hss-header-testimonial {
		margin-top: 20px;
		padding-top: 24px;
		line-height: 18px;
		font-size: 14px;
	}

	.hss-header-testimonial:before {
		top: 34px;
		opacity: 0.1;
	}

	.hss-header-testimonial:after {
		bottom: -24px;
		opacity: 0.1;
	}

	.hss-area {
		top: 0;
	}

	.hss-heading .title {
		font-size: 1.5em;
	}

	.hss-heading .subtitle {
		font-size: 1.25em;
	}

	/*#header-special .title { font-size: 1.8em; }
	#header-special .subtitle { font-size: 16px; }
	#header-special .subtitle2 { font-size: 18px; }*/

	#header-special .countdown span {
		font-size: 16px;
		min-width: 58px;
	}

	#header-special .countdown span>b {
		font-size: 26px;
	}

	.hss-heading .hss-logo-container .hss-hs-logo,
	.hss-heading .hss-logo-container .hss-hs-logo svg {
		width: 48px;
		height: 48px;
	}

	.row-spacer-1-5em {
		height: .65em;
	}

	.hss-feature-list-bottom .hss-button:not(.smaller) {
		border: none;
		margin: 0;
		padding: 1em 0 0;
		width: initial;
		text-decoration: underline;
	}

	.hss-feature-list-bottom .hss-button:not(.smaller):hover,
	.hss-feature-list-bottom .hss-button:not(.smaller):active,
	.hss-feature-list-bottom .hss-button:not(.smaller):focus {
		background: none;
		color: #000;
	}

	.hss-feature-list-bottom dt {
		margin: 0 .25em !important;
	}

	.hss-nosto-flex {
		flex-direction: column;
	}

	.hss-footer .hss-footer-area {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
    }

	.hss-omasanoma-shot {
        margin-bottom: 0;
        margin-right: 0;
		margin: 0 auto;
    }

	.hss-omasanoma-shot img, .hss-omasanoma-shot svg {
		width: auto;
		height: 100px;
	}
}

@media only screen and (max-width: 399px) {

	/* header height settings */
	#header-default.hss-heading,
	#header-special.hss-heading {
		margin-bottom: 2vw;
		min-height: 110px;
	}

	/* #header-default .hss-align-aid {
		margin-top: 80px;
	} */

	#header-special.hss-heading {
		min-height: 260px;
		margin-bottom: 0;
	}

	#header-special .hss-align-aid {
		margin-top: 60px;
	}

	.hss-feature-list dd {
		font-size: 0.9em;
	}

	.hss-col-third {
		max-width: 98%;
		min-width: 300px;
		/* 5.3.2021 */
	}
}

@media only screen and (max-width: 359px) {
	.hss-col-third .hss-feature-list-wrapper dt {
		font-size: 16px;
	}

	.hss-col-third .hss-feature-list-wrapper dd {
		font-size: 0.8em;
	}

	.hss-feature-list .tick spacer {
		display: none !important;
	}
}