/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/build/images/ui-icons_444444_256x240.2bf13b17.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/build/images/ui-icons_444444_256x240.2bf13b17.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/build/images/ui-icons_555555_256x240.d184ebcf.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/build/images/ui-icons_ffffff_256x240.74e9fe3d.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/build/images/ui-icons_777620_256x240.8003dc8c.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/build/images/ui-icons_cc0000_256x240.0085819b.png);
}
.ui-button .ui-icon {
	background-image: url(/build/images/ui-icons_777777_256x240.961d6729.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.bm-m-0 {
  margin: 0px !important;
}

.bm-mb-0 {
  margin-bottom: 0px !important;
}

.bm-mt-0 {
  margin-top: 0px !important;
}

.bm-ml-0 {
  margin-left: 0px !important;
}

.bm-mr-0 {
  margin-right: 0px !important;
}

.bm-m-10 {
  margin: 10px !important;
}

.bm-mb-10 {
  margin-bottom: 10px !important;
}

.bm-mt-10 {
  margin-top: 10px !important;
}

.bm-ml-10 {
  margin-left: 10px !important;
}

.bm-mr-10 {
  margin-right: 10px !important;
}

.bm-m-20 {
  margin: 20px !important;
}

.bm-mb-20 {
  margin-bottom: 20px !important;
}

.bm-mt-20 {
  margin-top: 20px !important;
}

.bm-ml-20 {
  margin-left: 20px !important;
}

.bm-mr-20 {
  margin-right: 20px !important;
}

.bm-m-30 {
  margin: 30px !important;
}

.bm-mb-30 {
  margin-bottom: 30px !important;
}

.bm-mt-30 {
  margin-top: 30px !important;
}

.bm-ml-30 {
  margin-left: 30px !important;
}

.bm-mr-30 {
  margin-right: 30px !important;
}

.bm-m-40 {
  margin: 40px !important;
}

.bm-mb-40 {
  margin-bottom: 40px !important;
}

.bm-mt-40 {
  margin-top: 40px !important;
}

.bm-ml-40 {
  margin-left: 40px !important;
}

.bm-mr-40 {
  margin-right: 40px !important;
}

.bm-m-50 {
  margin: 50px !important;
}

.bm-mb-50 {
  margin-bottom: 50px !important;
}

.bm-mt-50 {
  margin-top: 50px !important;
}

.bm-ml-50 {
  margin-left: 50px !important;
}

.bm-mr-50 {
  margin-right: 50px !important;
}

.bm-m-60 {
  margin: 60px !important;
}

.bm-mb-60 {
  margin-bottom: 60px !important;
}

.bm-mt-60 {
  margin-top: 60px !important;
}

.bm-ml-60 {
  margin-left: 60px !important;
}

.bm-mr-60 {
  margin-right: 60px !important;
}

body {
  color: #000;
  font-family: Sanomat Sans Web;
  font-size: 16px;
}

h1 {
  font-family: "Sanomat Alt Extrabold", Georgia, serif;
  font-size: 45px;
}

h2 {
  font-family: "Sanomat Alt", Georgia, serif;
  font-size: 31px;
}

h3 {
  font-family: "Sanomat Alt", Georgia, serif;
  font-size: 24px;
}

p {
  font-family: "Guardian Text Egyptian Web", georgia, times, serif;
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 17px;
  }
}

.bm-strong {
  font-family: inherit;
  font-weight: 700;
}

.bm-text-center {
  text-align: center !important;
}

.bm-text-left {
  text-align: left !important;
}

.bm-text-right {
  text-align: right !important;
}

.bm-font-12 {
  font-size: 12px !important;
}

.bm-font-14 {
  font-size: 14px !important;
}

.bm-font-16 {
  font-size: 16px !important;
}

.bm-font-30 {
  font-size: 30px !important;
}

.bm-font-42 {
  font-size: 42px !important;
}

.bm-lh-12 {
  line-height: 12px !important;
}

.bm-lh-16 {
  line-height: 16px !important;
}

.bm-lh-17 {
  line-height: 17px !important;
}

.bm-lh-19 {
  line-height: 19px !important;
}

.bm-lh-35 {
  line-height: 35px !important;
}

.bm-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-family: Sanomat Sans Web;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  padding: 0 32px;
}
.bm-button span {
  pointer-events: none;
}
.bm-button:hover {
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.bm-button--width-container {
  display: flex;
  width: 100%;
}
.bm-button--primary {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 2px;
}
.bm-button--primary:hover {
  background-color: #333;
  color: #fff;
}
.bm-button--primary .bm-throbber {
  border-color: #fff;
}
.bm-button--primary[disabled] {
  background-color: #d3d3d3;
  color: #626262;
  opacity: 1;
  cursor: not-allowed;
}
.bm-button--primary[disabled] .bm-throbber {
  border-color: #626262;
}
.bm-button--secondary {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
}
.bm-button--secondary:hover {
  background-color: #eee;
  color: #333;
}
.bm-button--secondary .bm-throbber {
  border-color: #333;
}
.bm-button--secondary[disabled] {
  background-color: #fff;
  border-color: #d3d3d3;
  color: #626262;
  opacity: 1;
  cursor: not-allowed;
}
.bm-button--secondary[disabled] .bm-throbber {
  border-color: #626262;
}

.bm-radio-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: 15px;
  justify-content: center;
}
.bm-radio-button label {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 0;
  border: 1px solid #9499a7;
  color: #9499a7;
  transition: color 0.2s, border-color 0.2s;
}
.bm-radio-button label:hover {
  border-color: #333;
  color: #333;
}
.bm-radio-button input {
  display: none;
  pointer-events: none;
}
.bm-radio-button input:checked ~ label {
  border-color: #333;
  color: #333;
  cursor: default;
}

.bm-throbber {
  animation: throbber__spin 0.9s linear infinite;
  border: 2px solid white;
  border-left-color: #fff;
  border-radius: 50%;
  display: block;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}
.bm-throbber-enter {
  opacity: 0;
}
.bm-throbber-enter-active {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.bm-throbber-exit {
  opacity: 1;
}
.bm-throbber-exit-active {
  opacity: 0;
  transition: opacity 0.2s linear;
}

@keyframes throbber__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

/*# sourceMappingURL=berlingske.css.map */

@charset "UTF-8";
/* ----------------------------------------- */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #b95050;
  --orange: #f7af4e;
  --yellow: #ffe400;
  --green: #6ebd84;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #6ebd84;
  --info: #17a2b8;
  --warning: #ffe400;
  --danger: #b95050;
  --light: #f8f9fa;
  --dark: #343a40;
  --black-grey: #333;
  --grey: #9b9b9b;
  --lighter-grey: #757575;
  --nyheder: #007cbb;
  --opinion: #017787;
  --business: #a10e4b;
  --aok: #6a2889;
  --breakpoint-xs: 0;
  --breakpoint-sm: 320px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1290px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d6eddd;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b4ddbf;
}

.table-hover .table-success:hover {
  background-color: #c4e5ce;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c4e5ce;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff7b8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff17a;
}

.table-hover .table-warning:hover {
  background-color: #fff49f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff49f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebcece;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #dba4a4;
}

.table-hover .table-danger:hover {
  background-color: #e4bcbc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e4bcbc;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-black-grey,
.table-black-grey > th,
.table-black-grey > td {
  background-color: #c6c6c6;
}

.table-black-grey th,
.table-black-grey td,
.table-black-grey thead th,
.table-black-grey tbody + tbody {
  border-color: #959595;
}

.table-hover .table-black-grey:hover {
  background-color: #b9b9b9;
}

.table-hover .table-black-grey:hover > td,
.table-hover .table-black-grey:hover > th {
  background-color: #b9b9b9;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #e3e3e3;
}

.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: #cbcbcb;
}

.table-hover .table-grey:hover {
  background-color: #d6d6d6;
}

.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #d6d6d6;
}

.table-lighter-grey,
.table-lighter-grey > th,
.table-lighter-grey > td {
  background-color: #d8d8d8;
}

.table-lighter-grey th,
.table-lighter-grey td,
.table-lighter-grey thead th,
.table-lighter-grey tbody + tbody {
  border-color: #b7b7b7;
}

.table-hover .table-lighter-grey:hover {
  background-color: #cbcbcb;
}

.table-hover .table-lighter-grey:hover > td,
.table-hover .table-lighter-grey:hover > th {
  background-color: #cbcbcb;
}

.table-nyheder,
.table-nyheder > th,
.table-nyheder > td {
  background-color: #b8daec;
}

.table-nyheder th,
.table-nyheder td,
.table-nyheder thead th,
.table-nyheder tbody + tbody {
  border-color: #7abbdc;
}

.table-hover .table-nyheder:hover {
  background-color: #a4d0e7;
}

.table-hover .table-nyheder:hover > td,
.table-hover .table-nyheder:hover > th {
  background-color: #a4d0e7;
}

.table-opinion,
.table-opinion > th,
.table-opinion > td {
  background-color: #b8d9dd;
}

.table-opinion th,
.table-opinion td,
.table-opinion thead th,
.table-opinion tbody + tbody {
  border-color: #7bb8c1;
}

.table-hover .table-opinion:hover {
  background-color: #a7d0d5;
}

.table-hover .table-opinion:hover > td,
.table-hover .table-opinion:hover > th {
  background-color: #a7d0d5;
}

.table-business,
.table-business > th,
.table-business > td {
  background-color: #e5bccd;
}

.table-business th,
.table-business td,
.table-business thead th,
.table-business tbody + tbody {
  border-color: #ce82a1;
}

.table-hover .table-business:hover {
  background-color: #deaabf;
}

.table-hover .table-business:hover > td,
.table-hover .table-business:hover > th {
  background-color: #deaabf;
}

.table-aok,
.table-aok > th,
.table-aok > td {
  background-color: #d5c3de;
}

.table-aok th,
.table-aok td,
.table-aok thead th,
.table-aok tbody + tbody {
  border-color: #b28fc2;
}

.table-hover .table-aok:hover {
  background-color: #c9b3d5;
}

.table-hover .table-aok:hover > td,
.table-hover .table-aok:hover > th {
  background-color: #c9b3d5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.1);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 319.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1289.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #71adf2;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #333;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #6ebd84;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(110, 189, 132, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #6ebd84;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236ebd84' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #6ebd84;
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #6ebd84;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236ebd84' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #6ebd84;
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6ebd84;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #6ebd84;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6ebd84;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #91cda2;
  background-color: #91cda2;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6ebd84;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6ebd84;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6ebd84;
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #b95050;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(185, 80, 80, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b95050;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b95050' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b95050' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b95050;
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b95050;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b95050' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b95050' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b95050;
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b95050;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b95050;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b95050;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c87474;
  background-color: #c87474;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b95050;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b95050;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b95050;
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 320px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .checkout__button {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .checkout__button {
    transition: none;
  }
}

.btn:hover, .checkout__button:hover {
  color: #333;
  text-decoration: none;
}

.btn:focus, .checkout__button:focus, .btn.focus, .focus.checkout__button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .disabled.checkout__button, .btn:disabled, .checkout__button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .checkout__button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, a.disabled.checkout__button,
fieldset:disabled a.btn,
fieldset:disabled a.checkout__button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #6ebd84;
  border-color: #6ebd84;
}

.btn-success:hover {
  color: #fff;
  background-color: #54b16e;
  border-color: #4eaa67;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #54b16e;
  border-color: #4eaa67;
  box-shadow: 0 0 0 0.2rem rgba(98, 166, 118, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6ebd84;
  border-color: #6ebd84;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4eaa67;
  border-color: #4aa262;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 166, 118, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffe400;
  border-color: #ffe400;
}

.btn-warning:hover {
  color: #212529;
  background-color: #d9c200;
  border-color: #ccb600;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9c200;
  border-color: #ccb600;
  box-shadow: 0 0 0 0.2rem rgba(222, 199, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffe400;
  border-color: #ffe400;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ccb600;
  border-color: #bfab00;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 199, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b95050;
  border-color: #b95050;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a24141;
  border-color: #993d3d;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a24141;
  border-color: #993d3d;
  box-shadow: 0 0 0 0.2rem rgba(196, 106, 106, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b95050;
  border-color: #b95050;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #993d3d;
  border-color: #903a3a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 106, 106, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-black-grey {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-black-grey:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.btn-black-grey:focus, .btn-black-grey.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-black-grey.disabled, .btn-black-grey:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-black-grey:not(:disabled):not(.disabled):active, .btn-black-grey:not(:disabled):not(.disabled).active,
.show > .btn-black-grey.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

.btn-black-grey:not(:disabled):not(.disabled):active:focus, .btn-black-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-black-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-grey {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-grey:hover {
  color: #fff;
  background-color: #888888;
  border-color: #828282;
}

.btn-grey:focus, .btn-grey.focus {
  color: #fff;
  background-color: #888888;
  border-color: #828282;
  box-shadow: 0 0 0 0.2rem rgba(137, 137, 138, 0.5);
}

.btn-grey.disabled, .btn-grey:disabled {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #828282;
  border-color: #7b7b7b;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 137, 138, 0.5);
}

.btn-lighter-grey {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.btn-lighter-grey:hover {
  color: #fff;
  background-color: #626262;
  border-color: #5c5c5c;
}

.btn-lighter-grey:focus, .btn-lighter-grey.focus {
  color: #fff;
  background-color: #626262;
  border-color: #5c5c5c;
  box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}

.btn-lighter-grey.disabled, .btn-lighter-grey:disabled {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.btn-lighter-grey:not(:disabled):not(.disabled):active, .btn-lighter-grey:not(:disabled):not(.disabled).active,
.show > .btn-lighter-grey.dropdown-toggle {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #555555;
}

.btn-lighter-grey:not(:disabled):not(.disabled):active:focus, .btn-lighter-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5);
}

.btn-nyheder {
  color: #fff;
  background-color: #007cbb;
  border-color: #007cbb;
}

.btn-nyheder:hover {
  color: #fff;
  background-color: #006395;
  border-color: #005a88;
}

.btn-nyheder:focus, .btn-nyheder.focus {
  color: #fff;
  background-color: #006395;
  border-color: #005a88;
  box-shadow: 0 0 0 0.2rem rgba(38, 144, 197, 0.5);
}

.btn-nyheder.disabled, .btn-nyheder:disabled {
  color: #fff;
  background-color: #007cbb;
  border-color: #007cbb;
}

.btn-nyheder:not(:disabled):not(.disabled):active, .btn-nyheder:not(:disabled):not(.disabled).active,
.show > .btn-nyheder.dropdown-toggle {
  color: #fff;
  background-color: #005a88;
  border-color: #00527b;
}

.btn-nyheder:not(:disabled):not(.disabled):active:focus, .btn-nyheder:not(:disabled):not(.disabled).active:focus,
.show > .btn-nyheder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 144, 197, 0.5);
}

.btn-opinion {
  color: #fff;
  background-color: #017787;
  border-color: #017787;
}

.btn-opinion:hover {
  color: #fff;
  background-color: #015661;
  border-color: #014a54;
}

.btn-opinion:focus, .btn-opinion.focus {
  color: #fff;
  background-color: #015661;
  border-color: #014a54;
  box-shadow: 0 0 0 0.2rem rgba(39, 139, 153, 0.5);
}

.btn-opinion.disabled, .btn-opinion:disabled {
  color: #fff;
  background-color: #017787;
  border-color: #017787;
}

.btn-opinion:not(:disabled):not(.disabled):active, .btn-opinion:not(:disabled):not(.disabled).active,
.show > .btn-opinion.dropdown-toggle {
  color: #fff;
  background-color: #014a54;
  border-color: #013f48;
}

.btn-opinion:not(:disabled):not(.disabled):active:focus, .btn-opinion:not(:disabled):not(.disabled).active:focus,
.show > .btn-opinion.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 139, 153, 0.5);
}

.btn-business {
  color: #fff;
  background-color: #a10e4b;
  border-color: #a10e4b;
}

.btn-business:hover {
  color: #fff;
  background-color: #7e0b3b;
  border-color: #720a35;
}

.btn-business:focus, .btn-business.focus {
  color: #fff;
  background-color: #7e0b3b;
  border-color: #720a35;
  box-shadow: 0 0 0 0.2rem rgba(175, 50, 102, 0.5);
}

.btn-business.disabled, .btn-business:disabled {
  color: #fff;
  background-color: #a10e4b;
  border-color: #a10e4b;
}

.btn-business:not(:disabled):not(.disabled):active, .btn-business:not(:disabled):not(.disabled).active,
.show > .btn-business.dropdown-toggle {
  color: #fff;
  background-color: #720a35;
  border-color: #660930;
}

.btn-business:not(:disabled):not(.disabled):active:focus, .btn-business:not(:disabled):not(.disabled).active:focus,
.show > .btn-business.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 50, 102, 0.5);
}

.btn-aok {
  color: #fff;
  background-color: #6a2889;
  border-color: #6a2889;
}

.btn-aok:hover {
  color: #fff;
  background-color: #531f6b;
  border-color: #4b1c62;
}

.btn-aok:focus, .btn-aok.focus {
  color: #fff;
  background-color: #531f6b;
  border-color: #4b1c62;
  box-shadow: 0 0 0 0.2rem rgba(128, 72, 155, 0.5);
}

.btn-aok.disabled, .btn-aok:disabled {
  color: #fff;
  background-color: #6a2889;
  border-color: #6a2889;
}

.btn-aok:not(:disabled):not(.disabled):active, .btn-aok:not(:disabled):not(.disabled).active,
.show > .btn-aok.dropdown-toggle {
  color: #fff;
  background-color: #4b1c62;
  border-color: #441a58;
}

.btn-aok:not(:disabled):not(.disabled):active:focus, .btn-aok:not(:disabled):not(.disabled).active:focus,
.show > .btn-aok.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 72, 155, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #6ebd84;
  border-color: #6ebd84;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #6ebd84;
  border-color: #6ebd84;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6ebd84;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #6ebd84;
  border-color: #6ebd84;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffe400;
  border-color: #ffe400;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffe400;
  border-color: #ffe400;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffe400;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe400;
  border-color: #ffe400;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 0, 0.5);
}

.btn-outline-danger {
  color: #b95050;
  border-color: #b95050;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #b95050;
  border-color: #b95050;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b95050;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b95050;
  border-color: #b95050;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-black-grey {
  color: #333;
  border-color: #333;
}

.btn-outline-black-grey:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-black-grey:focus, .btn-outline-black-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-black-grey.disabled, .btn-outline-black-grey:disabled {
  color: #333;
  background-color: transparent;
}

.btn-outline-black-grey:not(:disabled):not(.disabled):active, .btn-outline-black-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-black-grey.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-black-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-black-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-grey {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-grey:hover {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #9b9b9b;
  background-color: transparent;
}

.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-lighter-grey {
  color: #757575;
  border-color: #757575;
}

.btn-outline-lighter-grey:hover {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.btn-outline-lighter-grey:focus, .btn-outline-lighter-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);
}

.btn-outline-lighter-grey.disabled, .btn-outline-lighter-grey:disabled {
  color: #757575;
  background-color: transparent;
}

.btn-outline-lighter-grey:not(:disabled):not(.disabled):active, .btn-outline-lighter-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter-grey.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.btn-outline-lighter-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-lighter-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);
}

.btn-outline-nyheder {
  color: #007cbb;
  border-color: #007cbb;
}

.btn-outline-nyheder:hover {
  color: #fff;
  background-color: #007cbb;
  border-color: #007cbb;
}

.btn-outline-nyheder:focus, .btn-outline-nyheder.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 187, 0.5);
}

.btn-outline-nyheder.disabled, .btn-outline-nyheder:disabled {
  color: #007cbb;
  background-color: transparent;
}

.btn-outline-nyheder:not(:disabled):not(.disabled):active, .btn-outline-nyheder:not(:disabled):not(.disabled).active,
.show > .btn-outline-nyheder.dropdown-toggle {
  color: #fff;
  background-color: #007cbb;
  border-color: #007cbb;
}

.btn-outline-nyheder:not(:disabled):not(.disabled):active:focus, .btn-outline-nyheder:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-nyheder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 187, 0.5);
}

.btn-outline-opinion {
  color: #017787;
  border-color: #017787;
}

.btn-outline-opinion:hover {
  color: #fff;
  background-color: #017787;
  border-color: #017787;
}

.btn-outline-opinion:focus, .btn-outline-opinion.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 119, 135, 0.5);
}

.btn-outline-opinion.disabled, .btn-outline-opinion:disabled {
  color: #017787;
  background-color: transparent;
}

.btn-outline-opinion:not(:disabled):not(.disabled):active, .btn-outline-opinion:not(:disabled):not(.disabled).active,
.show > .btn-outline-opinion.dropdown-toggle {
  color: #fff;
  background-color: #017787;
  border-color: #017787;
}

.btn-outline-opinion:not(:disabled):not(.disabled):active:focus, .btn-outline-opinion:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-opinion.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 119, 135, 0.5);
}

.btn-outline-business {
  color: #a10e4b;
  border-color: #a10e4b;
}

.btn-outline-business:hover {
  color: #fff;
  background-color: #a10e4b;
  border-color: #a10e4b;
}

.btn-outline-business:focus, .btn-outline-business.focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 14, 75, 0.5);
}

.btn-outline-business.disabled, .btn-outline-business:disabled {
  color: #a10e4b;
  background-color: transparent;
}

.btn-outline-business:not(:disabled):not(.disabled):active, .btn-outline-business:not(:disabled):not(.disabled).active,
.show > .btn-outline-business.dropdown-toggle {
  color: #fff;
  background-color: #a10e4b;
  border-color: #a10e4b;
}

.btn-outline-business:not(:disabled):not(.disabled):active:focus, .btn-outline-business:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-business.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 14, 75, 0.5);
}

.btn-outline-aok {
  color: #6a2889;
  border-color: #6a2889;
}

.btn-outline-aok:hover {
  color: #fff;
  background-color: #6a2889;
  border-color: #6a2889;
}

.btn-outline-aok:focus, .btn-outline-aok.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 40, 137, 0.5);
}

.btn-outline-aok.disabled, .btn-outline-aok:disabled {
  color: #6a2889;
  background-color: transparent;
}

.btn-outline-aok:not(:disabled):not(.disabled):active, .btn-outline-aok:not(:disabled):not(.disabled).active,
.show > .btn-outline-aok.dropdown-toggle {
  color: #fff;
  background-color: #6a2889;
  border-color: #6a2889;
}

.btn-outline-aok:not(:disabled):not(.disabled):active:focus, .btn-outline-aok:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-aok.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 40, 137, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: #4183a7;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .checkout__button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .checkout__button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 320px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1290px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .checkout__button,
.btn-group-vertical > .btn,
.btn-group-vertical > .checkout__button {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group > .checkout__button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .checkout__button:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .checkout__button:focus, .btn-group > .btn:active, .btn-group > .checkout__button:active, .btn-group > .btn.active, .btn-group > .active.checkout__button,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .checkout__button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .checkout__button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.checkout__button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .checkout__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .checkout__button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .checkout__button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .checkout__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .checkout__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .checkout__button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .checkout__button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .checkout__button,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .checkout__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .checkout__button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .checkout__button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .checkout__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .checkout__button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .checkout__button,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .checkout__button {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .checkout__button input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .checkout__button input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .checkout__button input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .checkout__button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .checkout__button,
.input-group-append .btn,
.input-group-append .checkout__button {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .checkout__button:focus,
.input-group-append .btn:focus,
.input-group-append .checkout__button:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .checkout__button + .btn, .input-group-prepend .btn + .checkout__button, .input-group-prepend .checkout__button + .checkout__button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .checkout__button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .checkout__button,
.input-group-append .btn + .btn,
.input-group-append .checkout__button + .btn,
.input-group-append .btn + .checkout__button,
.input-group-append .checkout__button + .checkout__button,
.input-group-append .btn + .input-group-text,
.input-group-append .checkout__button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .checkout__button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .checkout__button,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .checkout__button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .checkout__button,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .checkout__button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .checkout__button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .checkout__button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .checkout__button,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .checkout__button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .checkout__button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .checkout__button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .checkout__button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar .scrollvideo-wrap-box-xs, .navbar .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar .scrollvideo-wrap-box-sm, .navbar .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar .scrollvideo-wrap-box-md, .navbar .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar .scrollvideo-wrap-box-lg, .navbar .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-xl, .scroll_video--body .scrollingvideo-asset_inner .navbar .scrollvideo-wrap-box-xl, .navbar > .container-xs, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 319.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-xl, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-sm > .scrollvideo-wrap-box-xl, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-xl, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-md > .scrollvideo-wrap-box-xl, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-xl, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-lg > .scrollvideo-wrap-box-xl, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1289.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-xl, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1290px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand-xl > .scrollvideo-wrap-box-xl, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-xl, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-xs, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .navbar-expand > .scrollvideo-wrap-box-xl, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 0.625rem;
}

@media (min-width: 320px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

.card-group > .card {
  margin-bottom: 0.625rem;
}

@media (min-width: 320px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 320px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .checkout__button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #6ebd84;
}

a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #4eaa67;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 189, 132, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffe400;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ccb600;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 228, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b95050;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #993d3d;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 80, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-black-grey {
  color: #fff;
  background-color: #333;
}

a.badge-black-grey:hover, a.badge-black-grey:focus {
  color: #fff;
  background-color: #1a1a1a;
}

a.badge-black-grey:focus, a.badge-black-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-grey {
  color: #212529;
  background-color: #9b9b9b;
}

a.badge-grey:hover, a.badge-grey:focus {
  color: #212529;
  background-color: #828282;
}

a.badge-grey:focus, a.badge-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.badge-lighter-grey {
  color: #fff;
  background-color: #757575;
}

a.badge-lighter-grey:hover, a.badge-lighter-grey:focus {
  color: #fff;
  background-color: #5c5c5c;
}

a.badge-lighter-grey:focus, a.badge-lighter-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5);
}

.badge-nyheder {
  color: #fff;
  background-color: #007cbb;
}

a.badge-nyheder:hover, a.badge-nyheder:focus {
  color: #fff;
  background-color: #005a88;
}

a.badge-nyheder:focus, a.badge-nyheder.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 187, 0.5);
}

.badge-opinion {
  color: #fff;
  background-color: #017787;
}

a.badge-opinion:hover, a.badge-opinion:focus {
  color: #fff;
  background-color: #014a54;
}

a.badge-opinion:focus, a.badge-opinion.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 119, 135, 0.5);
}

.badge-business {
  color: #fff;
  background-color: #a10e4b;
}

a.badge-business:hover, a.badge-business:focus {
  color: #fff;
  background-color: #720a35;
}

a.badge-business:focus, a.badge-business.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 14, 75, 0.5);
}

.badge-aok {
  color: #fff;
  background-color: #6a2889;
}

a.badge-aok:hover, a.badge-aok:focus {
  color: #fff;
  background-color: #4b1c62;
}

a.badge-aok:focus, a.badge-aok.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(106, 40, 137, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #396245;
  background-color: #e2f2e6;
  border-color: #d6eddd;
}

.alert-success hr {
  border-top-color: #c4e5ce;
}

.alert-success .alert-link {
  color: #26422e;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #857700;
  background-color: #fffacc;
  border-color: #fff7b8;
}

.alert-warning hr {
  border-top-color: #fff49f;
}

.alert-warning .alert-link {
  color: #524900;
}

.alert-danger {
  color: #602a2a;
  background-color: #f1dcdc;
  border-color: #ebcece;
}

.alert-danger hr {
  border-top-color: #e4bcbc;
}

.alert-danger .alert-link {
  color: #3d1a1a;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-black-grey {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

.alert-black-grey hr {
  border-top-color: #b9b9b9;
}

.alert-black-grey .alert-link {
  color: #020202;
}

.alert-grey {
  color: #515151;
  background-color: #ebebeb;
  border-color: #e3e3e3;
}

.alert-grey hr {
  border-top-color: #d6d6d6;
}

.alert-grey .alert-link {
  color: #383838;
}

.alert-lighter-grey {
  color: #3d3d3d;
  background-color: #e3e3e3;
  border-color: #d8d8d8;
}

.alert-lighter-grey hr {
  border-top-color: #cbcbcb;
}

.alert-lighter-grey .alert-link {
  color: #242424;
}

.alert-nyheder {
  color: #004061;
  background-color: #cce5f1;
  border-color: #b8daec;
}

.alert-nyheder hr {
  border-top-color: #a4d0e7;
}

.alert-nyheder .alert-link {
  color: #001e2e;
}

.alert-opinion {
  color: #013e46;
  background-color: #cce4e7;
  border-color: #b8d9dd;
}

.alert-opinion hr {
  border-top-color: #a7d0d5;
}

.alert-opinion .alert-link {
  color: #001114;
}

.alert-business {
  color: #540727;
  background-color: #eccfdb;
  border-color: #e5bccd;
}

.alert-business hr {
  border-top-color: #deaabf;
}

.alert-business .alert-link {
  color: #250311;
}

.alert-aok {
  color: #371547;
  background-color: #e1d4e7;
  border-color: #d5c3de;
}

.alert-aok hr {
  border-top-color: #c9b3d5;
}

.alert-aok .alert-link {
  color: #190920;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #333;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 320px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1290px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #396245;
  background-color: #d6eddd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #396245;
  background-color: #c4e5ce;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #396245;
  border-color: #396245;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #857700;
  background-color: #fff7b8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857700;
  background-color: #fff49f;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857700;
  border-color: #857700;
}

.list-group-item-danger {
  color: #602a2a;
  background-color: #ebcece;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #602a2a;
  background-color: #e4bcbc;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #602a2a;
  border-color: #602a2a;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-black-grey {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

.list-group-item-black-grey.list-group-item-action:hover, .list-group-item-black-grey.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

.list-group-item-black-grey.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.list-group-item-grey {
  color: #515151;
  background-color: #e3e3e3;
}

.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #515151;
  background-color: #d6d6d6;
}

.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}

.list-group-item-lighter-grey {
  color: #3d3d3d;
  background-color: #d8d8d8;
}

.list-group-item-lighter-grey.list-group-item-action:hover, .list-group-item-lighter-grey.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #cbcbcb;
}

.list-group-item-lighter-grey.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.list-group-item-nyheder {
  color: #004061;
  background-color: #b8daec;
}

.list-group-item-nyheder.list-group-item-action:hover, .list-group-item-nyheder.list-group-item-action:focus {
  color: #004061;
  background-color: #a4d0e7;
}

.list-group-item-nyheder.list-group-item-action.active {
  color: #fff;
  background-color: #004061;
  border-color: #004061;
}

.list-group-item-opinion {
  color: #013e46;
  background-color: #b8d9dd;
}

.list-group-item-opinion.list-group-item-action:hover, .list-group-item-opinion.list-group-item-action:focus {
  color: #013e46;
  background-color: #a7d0d5;
}

.list-group-item-opinion.list-group-item-action.active {
  color: #fff;
  background-color: #013e46;
  border-color: #013e46;
}

.list-group-item-business {
  color: #540727;
  background-color: #e5bccd;
}

.list-group-item-business.list-group-item-action:hover, .list-group-item-business.list-group-item-action:focus {
  color: #540727;
  background-color: #deaabf;
}

.list-group-item-business.list-group-item-action.active {
  color: #fff;
  background-color: #540727;
  border-color: #540727;
}

.list-group-item-aok {
  color: #371547;
  background-color: #d5c3de;
}

.list-group-item-aok.list-group-item-action:hover, .list-group-item-aok.list-group-item-action:focus {
  color: #371547;
  background-color: #c9b3d5;
}

.list-group-item-aok.list-group-item-action.active {
  color: #fff;
  background-color: #371547;
  border-color: #371547;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 320px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1290px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Sanomat Sans Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Sanomat Sans Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.2rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ececec;
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ececec;
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ececec;
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ececec;
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #6ebd84 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #4eaa67 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffe400 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ccb600 !important;
}

.bg-danger {
  background-color: #b95050 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #993d3d !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-black-grey {
  background-color: #333 !important;
}

a.bg-black-grey:hover, a.bg-black-grey:focus,
button.bg-black-grey:hover,
button.bg-black-grey:focus {
  background-color: #1a1a1a !important;
}

.bg-grey {
  background-color: #9b9b9b !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #828282 !important;
}

.bg-lighter-grey {
  background-color: #757575 !important;
}

a.bg-lighter-grey:hover, a.bg-lighter-grey:focus,
button.bg-lighter-grey:hover,
button.bg-lighter-grey:focus {
  background-color: #5c5c5c !important;
}

.bg-nyheder {
  background-color: #007cbb !important;
}

a.bg-nyheder:hover, a.bg-nyheder:focus,
button.bg-nyheder:hover,
button.bg-nyheder:focus {
  background-color: #005a88 !important;
}

.bg-opinion {
  background-color: #017787 !important;
}

a.bg-opinion:hover, a.bg-opinion:focus,
button.bg-opinion:hover,
button.bg-opinion:focus {
  background-color: #014a54 !important;
}

.bg-business {
  background-color: #a10e4b !important;
}

a.bg-business:hover, a.bg-business:focus,
button.bg-business:hover,
button.bg-business:focus {
  background-color: #720a35 !important;
}

.bg-aok {
  background-color: #6a2889 !important;
}

a.bg-aok:hover, a.bg-aok:focus,
button.bg-aok:hover,
button.bg-aok:focus {
  background-color: #4b1c62 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #6ebd84 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffe400 !important;
}

.border-danger {
  border-color: #b95050 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-black-grey {
  border-color: #333 !important;
}

.border-grey {
  border-color: #9b9b9b !important;
}

.border-lighter-grey {
  border-color: #757575 !important;
}

.border-nyheder {
  border-color: #007cbb !important;
}

.border-opinion {
  border-color: #017787 !important;
}

.border-business {
  border-color: #a10e4b !important;
}

.border-aok {
  border-color: #6a2889 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 320px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1290px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 320px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1290px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 320px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1290px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 5rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.mt-10,
.my-10 {
  margin-top: 6rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 5rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6rem !important;
}

.pr-10,
.px-10 {
  padding-right: 6rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6rem !important;
}

.pl-10,
.px-10 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}

.m-n9 {
  margin: -5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -5rem !important;
}

.m-n10 {
  margin: -6rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -6rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -6rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5rem !important;
  }
  .m-sm-10 {
    margin: 6rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5rem !important;
  }
  .p-sm-10 {
    padding: 6rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important;
  }
  .m-sm-n9 {
    margin: -5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5rem !important;
  }
  .m-sm-n10 {
    margin: -6rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 5rem !important;
  }
  .m-md-10 {
    margin: 6rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 6rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 6rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 5rem !important;
  }
  .p-md-10 {
    padding: 6rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 6rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 6rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important;
  }
  .m-md-n9 {
    margin: -5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5rem !important;
  }
  .m-md-n10 {
    margin: -6rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5rem !important;
  }
  .m-lg-10 {
    margin: 6rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5rem !important;
  }
  .p-lg-10 {
    padding: 6rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important;
  }
  .m-lg-n9 {
    margin: -5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5rem !important;
  }
  .m-lg-n10 {
    margin: -6rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1290px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5rem !important;
  }
  .m-xl-10 {
    margin: 6rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5rem !important;
  }
  .p-xl-10 {
    padding: 6rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important;
  }
  .m-xl-n9 {
    margin: -5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5rem !important;
  }
  .m-xl-n10 {
    margin: -6rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 320px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1290px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #6ebd84 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #46995d !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffe400 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b3a000 !important;
}

.text-danger {
  color: #b95050 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #873636 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-black-grey {
  color: #333 !important;
}

a.text-black-grey:hover, a.text-black-grey:focus {
  color: #0d0d0d !important;
}

.text-grey {
  color: #9b9b9b !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: #757575 !important;
}

.text-lighter-grey {
  color: #757575 !important;
}

a.text-lighter-grey:hover, a.text-lighter-grey:focus {
  color: #4f4f4f !important;
}

.text-nyheder {
  color: #007cbb !important;
}

a.text-nyheder:hover, a.text-nyheder:focus {
  color: #00496f !important;
}

.text-opinion {
  color: #017787 !important;
}

a.text-opinion:hover, a.text-opinion:focus {
  color: #00343b !important;
}

.text-business {
  color: #a10e4b !important;
}

a.text-business:hover, a.text-business:focus {
  color: #5b082a !important;
}

.text-aok {
  color: #6a2889 !important;
}

a.text-aok:hover, a.text-aok:focus {
  color: #3c174e !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.checkout__button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/build/images/ajax-loader.fb6f3c23.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/build/fonts/slick.a4e97f5a.eot);
  src: url(/build/fonts/slick.a4e97f5a.eot) format("embedded-opentype"), url(/build/fonts/slick.29518378.woff) format("woff"), url(/build/fonts/slick.c94f7671.ttf) format("truetype"), url(/build/images/slick.2630a3e3.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.font-s1, .paywall-article .paywall-article-conditions-container h4, .paywall-buy h4, .scribble-live .scribble-post blockquote.comment-blockquote__processed + div {
  font-family: 'Sanomat Serif', Georgia, serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
}

.font-s2, .btn-blue, .checkout__button, input.outline-border, .jwplayer.jw-skin-audio-berlingske .jw-text-elapsed,
.jwplayer.jw-skin-audio-berlingske .jw-text-duration, .site-footer, .site-footer p,
.site-footer ul,
.site-footer li,
.site-footer a, .paywall-article, .paywall-article h2.paywall-article__enjoy, .paywall-article h4, .paywall-article p, .paywall-article p.paywall-article__user-email, .paywall-article p.paywall-password__input-helper, .paywall-article input.full-width, .paywall-article .alert.alert--danger > p, .paywall-article__inner .offer-description-default .paywall-time, .paywall-article__inner .offer-description-default .paywall-article__price, .paywall-article__inner .paywall-article__updated-notice p,
.paywall-article__inner .paywall-article__notice p, .paywall-article-conditions__text, .paywall-article-conditions__text a, .paywall-article .paywall-article-options label, .teaser--img-aligned .teaser__label, .loadMore, .paywall-buy-conditions__text, .paywall-legal_text, .paywall-buy .alert.alert--danger > p, .paywall-buy__notice, .paywall-buy__updated-notice, .embedded-factbox__body__text,
.embedded-factbox__body .embedded-factbox__body__text > p,
.embedded-factbox__body .embedded-factbox__body__text ul li,
.embedded-factbox__body .embedded-factbox__body__text ol li, .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__text,
.section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text > p,
.section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text ul li,
.section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text ol li, .stock-widget, .article-scribble, .scribble-blog-title, .scribble-blog-title--space, .scribble-live .load-more-post, .scribble-live .scribble-post__creation-date, .scribble-live .scribble-pinned__creation-date, .scribble-live .scribble-vote__creation-date, .scribble-live .scribble-gallery__creation-date, .scribble-live .scribble-post__creator, .scribble-live .scribble-vote__creator, .scribble-live .scribble-gallery__creator, .scribble-live .scribble-post blockquote.comment-blockquote__processed b, .scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author .author-avatar,
.scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author .author-name, .scribble-live .input-label, .scribble-live .button-submit, .scribble-live .scribble-vote__total-votes, .scribble-comment-trigger button, .scribble-live .scribble-gallery .scribble-gallery-slider__item figure .slide-image-caption,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content .slide-image-caption, .scribble-live .scribble-gallery .scribble-gallery-slider__item figure .image-caption-btn,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content .image-caption-btn {
  font-family: 'Sanomat Sans Web', Helvetica, 'Helvetica Neue', arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
}

.font-sa2 {
  font-family: 'Sanomat Alt', Georgia, serif;
  font-weight: 400;
  font-stretch: normal;
}

.font-s3, .paywall-article h2, .paywall-article-bottom p.small-go-to-login, .scribble-live .scribble-post blockquote.comment-blockquote__processed {
  font-family: 'Sanomat Alt', Georgia, serif;
  font-style: normal;
  font-stretch: normal;
}

.font-s4, .article-body h2, .paywall-article.paywall-ios h2, .teaser--img-aligned .teaser__title {
  font-family: 'Sanomat Alt Extrabold', Georgia, serif;
  font-style: normal;
  font-stretch: normal;
}

.font-g1, .article-body ul,
.article-body ol, .scribble-live .scribble-post__content {
  font-family: 'Guardian Text Egyptian Web', georgia, times, serif;
  font-style: normal;
  font-stretch: normal;
}

.font-CPH, .site-footer__item-header p,
.site-footer__item-header span {
  font-family: 'CPH-signs', georgia, times, serif;
  font-style: normal;
  font-stretch: normal;
}

[class^='bicon-']::before,
[class*=' icon-']::before {
  font-family: 'b-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bicon-angle-left::before {
  content: '\e800';
}

/* '' */
.bicon-angle-right::before {
  content: '\e801';
}

/* '' */
.bicon-angle-up::before {
  content: '\e802';
}

/* '' */
.bicon-angle-down::before {
  content: '\e803';
}

/* '' */
.bicon-right-1::before {
  content: '\e804';
}

/* '' */
.bicon-menu::before {
  content: '\e805';
}

/* '' */
.bicon-chart-line::before {
  content: '\e806';
}

/* '' */
.bicon-twitter::before {
  content: '\e807';
}

/* '' */
.bicon-facebook::before {
  content: '\e808';
}

/* '' */
.bicon-user::before {
  content: '\e809';
}

/* '' */
.bicon-down::before {
  content: '\e80a';
}

/* '' */
.bicon-left::before {
  content: '\e80b';
}

/* '' */
.bicon-right::before {
  content: '\e80c';
}

/* '' */
.bicon-up::before {
  content: '\e80d';
}

/* '' */
.bicon-search::before {
  content: '\e80e';
}

/* '' */
.bicon-cancel::before {
  content: '\e80f';
}

/* '' */
.bicon-home::before {
  content: '\e810';
}

/* '' */
.bicon-clock-alt::before {
  content: '\e811';
}

/* '' */
.bicon-asterisk::before {
  content: '\e812';
}

/* '' */
.bicon-link::before {
  content: '\e813';
}

/* '' */
.bicon-quote::before {
  content: '\e814';
}

/* '' */
.bicon-down-open-big::before {
  content: '\e815';
}

/* '' */
.bicon-up-open-big::before {
  content: '\e816';
}

/* '' */
.bicon-print::before {
  content: '\e817';
}

/* '' */
.bicon-ok-circled::before {
  content: '\e818';
}

/* '' */
.bicon-camera::before {
  content: '\e819';
}

/* '' */
.bicon-star::before {
  content: '\e81a';
}

/* '' */
.bicon-comment-inv-alt2::before {
  content: '\e81b';
}

/* '' */
.bicon-linkedin::before {
  content: '\e81c';
}

/* '' */
.bicon-instagram::before {
  content: '\e81d';
}

/* '' */
.bicon-mail::before {
  content: '\e81e';
}

/* '' */
.bicon-search-1::before {
  content: '\e81f';
}

/* '' */
.bicon-cog::before {
  content: '\e820';
}

/* '' */
.bicon-doc-text::before {
  content: '\e821';
}

/* '' */
.bicon-download-alt::before {
  content: '\e822';
}

/* '' */
.bicon-play::before {
  content: '\e823';
}

/* '' */
.bicon-play-circled::before {
  content: '\e824';
}

/* '' */
.bicon-record::before {
  content: '\e825';
}

/* '' */
.bicon-bicon::before {
  content: '\e826';
}

/* '' */
.bicon-right-open-mini::before {
  content: '\e827';
}

/* '' */
.bicon-ccw::before {
  content: '\e828';
}

/* '' */
.bicon-arrow::before {
  content: '\e829';
}

/* '' */
.bicon-ok::before {
  content: '\e82a';
}

/* '' */
.bicon-phone::before {
  content: '\e899';
}

/* '' */
.bicon-share::before {
  content: '\e82b';
}

.icon-mobile-pay {
  width: 26px;
  height: 28px;
  background: url(/build/images/mobile-pay-color.a93154dc.svg) center center no-repeat;
  background-size: contain;
}

.icon-card {
  width: 25px;
  height: 15px;
  background: url(/build/images/credit-card.028a3ba1.svg) center center no-repeat;
  background-size: contain;
}

button,
a {
  outline: 0 !important;
}

button:focus, button:active,
a:focus,
a:active {
  box-shadow: none !important;
}

.btn, .checkout__button {
  border-radius: 2px;
  text-transform: none;
  transition: all 400ms;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}

.btn.btn-primary, .btn-primary.checkout__button {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-primary:hover, .btn-primary.checkout__button:hover {
  color: #fff;
  background: #333;
}

.btn.btn-primary:active, .btn-primary.checkout__button:active {
  outline: 0;
  box-shadow: none;
}

.btn.btn-primary.btn--disabled, .btn-primary.btn--disabled.checkout__button {
  background: #d3d3d3;
  border-color: #d3d3d3;
  color: #626262;
  cursor: not-allowed;
}

.btn.btn-tertiary, .btn-tertiary.checkout__button {
  background: #fff;
  color: #201748;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  box-shadow: none;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  padding: 15px;
  min-height: 60px;
}

.btn.btn-tertiary:hover, .btn-tertiary.checkout__button:hover {
  border-color: #201748;
  color: #201748;
  background: #fff;
  text-decoration: none;
}

.btn-stock {
  font-size: 14px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 15px 13px;
  height: 52px;
}

@media (min-width: 320px) {
  .btn-stock {
    height: 52px;
  }
}

.btn--disabled, .btn--disabled:hover, .btn[disabled], .checkout__button[disabled], .btn[disabled]:hover, .checkout__button[disabled]:hover {
  background: #d3d3d3;
  border-color: #d3d3d3;
  color: #626262;
  cursor: not-allowed;
}

.btn--ok::before {
  content: '';
  display: none;
  background: url(/build/images/checkmark.d51e759b.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 10px;
  margin-right: 10px;
  margin-left: -10px;
}

.btn__readmore, .btn__readmore:hover {
  background: none;
  border-left: 1px dotted #373a3c;
  border-right: 1px dotted #373a3c;
  color: #373a3c;
  border-radius: 0;
  font-size: 14px;
  padding: 0 25px;
}

.btn-close {
  background: transparent;
  position: relative;
  width: 38.5px;
  height: 38.5px;
  border: 2px solid #333;
  border-radius: 50%;
}

.btn-close:hover {
  opacity: 0.5;
}

.btn-close::before, .btn-close::after {
  content: ' ';
  position: absolute;
  top: 9px;
  right: 16px;
  height: 18px;
  width: 2px;
  background-color: #333;
}

.btn-close::before {
  transform: rotate(45deg);
}

.btn-close::after {
  transform: rotate(-45deg);
}

.btn-close--white {
  border-color: #fff;
  background-color: #333;
}

.btn-close--white::before, .btn-close--white::after {
  background-color: #fff;
}

.btn-close--white:hover {
  background-color: #fff;
  opacity: 1;
}

.btn-close--white:hover::before, .btn-close--white:hover::after {
  background-color: #333;
}

.btn-link {
  font-weight: 500;
}

@media (min-width: 320px) {
  .see-all-c25 {
    margin: 0 auto;
  }
}

@media (min-width: 320px) {
  .see-all-c25 .btn, .see-all-c25 .checkout__button {
    height: 35px;
  }
}

.link-blue {
  color: #007cbb;
}

.link-blue:hover {
  background: transparent;
  color: #005a88;
}

.btn-blue, .checkout__button {
  color: #fff;
  background-color: #007cbb;
  border-color: #007cbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  font-weight: 400;
  border: 0;
  font-size: 15px;
}

.btn-blue:hover, .checkout__button:hover {
  color: #fff;
  background-color: #007cbb;
  border-color: #005a88;
}

.btn-blue:focus, .checkout__button:focus, .btn-blue.focus, .focus.checkout__button {
  color: #fff;
  background-color: #007cbb;
  border-color: #005a88;
  box-shadow: 0 0 0 0.2rem rgba(38, 144, 197, 0.5);
}

.btn-blue.disabled, .disabled.checkout__button, .btn-blue:disabled, .checkout__button:disabled {
  color: #fff;
  background-color: #007cbb;
  border-color: #007cbb;
}

.btn-blue:not(:disabled):not(.disabled):active, .checkout__button:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .checkout__button:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle,
.show > .dropdown-toggle.checkout__button {
  color: #fff;
  background-color: #005a88;
  border-color: #00527b;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .checkout__button:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .checkout__button:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus,
.show > .dropdown-toggle.checkout__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 144, 197, 0.5);
}

.btn-blue:focus, .checkout__button:focus, .btn-blue:active, .checkout__button:active {
  box-shadow: none;
}

.btn-blue:hover, .checkout__button:hover {
  background-color: #005a88;
}

.form-control {
  border-radius: 2px;
  border-color: #9b9b9b;
}

.form-control::placeholder {
  color: #333;
}

@media (min-width: 320px) {
  .form-control {
    padding: 0 10px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .form-control {
    padding: 0 10px;
    height: 42px;
  }
}

select.form-control {
  -webkit-appearance: none;
  background-image: linear-gradient(55deg, transparent 50%, #d3d3d3 50%), linear-gradient(125deg, #d3d3d3 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 8px;
  background-repeat: no-repeat;
}

textarea.form-control {
  min-height: 100px;
  padding: 10px;
}

.checkbox-wrap {
  padding-left: 35px;
  font-weight: 500;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  font-size: 14px;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-wrap input:checked ~ .checkbox-wrap__checkmark::after {
  display: block;
}

.checkbox-wrap__checkmark {
  content: '';
  background: url(/build/images/checkmark.d51e759b.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  top: 0;
  left: 0;
}

.checkbox-wrap__checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #201748;
  border-width: 0 3px 3px 0;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input.full-width {
  width: 100%;
}

input.outline-border {
  border-radius: 0;
  line-height: normal;
  color: #333;
  min-height: 52px;
  padding: 14px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  /* Chrome only overwrite autofill */
}

input.outline-border::-webkit-input-placeholder {
  color: #333;
  opacity: 1 !important;
}

input.outline-border:-moz-placeholder {
  color: #333;
  opacity: 1 !important;
}

input.outline-border::-moz-placeholder {
  color: #333;
  opacity: 1 !important;
}

input.outline-border:-ms-input-placeholder {
  color: #333;
  opacity: 1 !important;
}

input.outline-border:active, input.outline-border:focus {
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px 2px rgba(113, 173, 242, 0.99);
  -moz-box-shadow: 0 0 3px 2px rgba(113, 173, 242, 0.99);
  box-shadow: 0 0 3px 2px rgba(113, 173, 242, 0.99);
  outline: none;
  /* Chrome only overwrite autofill */
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  input.outline-border:active, input.outline-border:focus {
    outline-color: #71adf2;
    outline-offset: -2px;
    outline: #71adf2 auto 5px;
    outline-style: auto;
    outline-width: 5px;
  }
}

input.outline-border:-webkit-autofill {
  background-color: #fff !important;
  color: #333 !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -moz-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
  border-color: #e5e5e5 !important;
}

.radio-styled-hidden {
  display: none;
}

.radio-styled {
  width: 50%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0 14px;
  padding: 0;
  float: left;
  text-align: left;
}

.radio-styled:last-child {
  border-left: none;
}

.radio-styled-hidden + .radio-styled {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.radio-styled input[type='radio'] {
  display: none;
}

.radio-styled input[type='radio'] + label > span.radio {
  position: relative;
  display: inline-block;
  background: none;
  width: 16px;
  height: 16px;
  margin: -1px 16px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width: 1289.98px) {
  .radio-styled input[type='radio'] + label > span.radio {
    margin-right: 10px;
  }
}

@media (max-width: 1023.98px) {
  .radio-styled input[type='radio'] + label > span.radio {
    margin-right: 15px;
  }
}

.radio-styled input[type='radio'] + label > span.radio::after {
  content: '';
  position: absolute;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 13px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -6px;
  top: -6px;
}

.radio-styled input[type='radio'] + label > span.radio::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 10;
}

.radio-styled input[type='radio']:checked + label > span::before {
  transition: background-color 0.2s ease-in;
  background-color: #160c4b;
}

.checkbox-styled input[type='checkbox'] {
  appearance: none;
  border: none;
  position: relative;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  outline: 0;
  vertical-align: middle;
}

.checkbox-styled input[type='checkbox']::before {
  background: #fff;
  position: absolute;
  content: '';
  display: block;
  visibility: visible;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkbox-styled input[type='checkbox']:checked::after {
  background: transparent;
  position: absolute;
  left: 4px;
  content: '';
  display: block;
  visibility: visible;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  width: 18px;
  height: 7px;
  transform: rotate(-50deg);
}

.checkbox-styled input[type='checkbox'].large::before {
  width: 21px;
  height: 21px;
}

.checkbox-styled input[type='checkbox'].large:checked::after {
  left: 3px;
  width: 24px;
  height: 10px;
}

.checkbox-styled span {
  display: inline-block;
  margin-top: 6px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
}

.placeholder {
  width: 100%;
  background-color: #d9d9d9;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 20px);
  text-align: center;
  color: #000;
}

.placeholder--block {
  height: 300px;
  padding-top: 130px;
}

.placeholder--inline {
  display: inline;
}

.jw-skin-berlingske .jw-title {
  display: none !important;
}

.jw-skin-berlingske .jw-icon.jw-icon-display.jw-button-color.jw-reset[aria-label='Start Playback'] {
  border-radius: 100%;
  border: 2px solid #fff;
  width: 61px;
  height: 61px;
}

.jw-skin-berlingske .jw-icon.jw-icon-display.jw-button-color.jw-reset[aria-label='Start Playback'] svg.jw-svg-icon-play {
  width: 32px !important;
}

.jw-skin-berlingske .jw-video.jw-reset {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
}

.jwplayer.jw-skin-audio-berlingske {
  background-color: #fff;
  width: 100% !important;
  overflow: hidden;
}

.jwplayer.jw-skin-audio-berlingske .jw-rightclick {
  display: none !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-controls {
  overflow: hidden;
  background: #fff !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-volume-tip {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 20px;
}

.jwplayer.jw-skin-audio-berlingske .jw-button-container {
  background-color: #fff;
}

.jwplayer.jw-skin-audio-berlingske .jw-slider-horizontal .jw-slider-container {
  height: 12px;
}

.jwplayer.jw-skin-audio-berlingske .jw-slider-time .jw-rail {
  background-color: #a5a5a5;
}

.jwplayer.jw-skin-audio-berlingske .jw-slider-time .jw-progress {
  background-color: #333;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-rewind {
  display: none !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-playback {
  margin-right: 13px;
  background: #333;
  height: 24px;
  width: 24px;
  border-radius: 100%;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-playback .jw-svg-icon-play,
.jwplayer.jw-skin-audio-berlingske .jw-icon-playback .jw-svg-icon-stop,
.jwplayer.jw-skin-audio-berlingske .jw-icon-playback .jw-svg-icon-pause {
  transform: scale(0.6);
  fill: #fff;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-volume.jw-icon-tooltip .jw-rail {
  background-color: #d9d9d9;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-volume.jw-icon-tooltip .jw-progress {
  background-color: #333;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-volume {
  color: #000;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-volume svg {
  transform: scale(0.6);
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-volume:hover, .jwplayer.jw-skin-audio-berlingske .jw-icon-volume:focus {
  color: currentColor !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-slider-time .jw-rail,
.jwplayer.jw-skin-audio-berlingske .jw-slider-time .jw-buffer,
.jwplayer.jw-skin-audio-berlingske .jw-slider-time .jw-progress,
.jwplayer.jw-skin-audio-berlingske .jw-slider-time .jw-cue {
  transform: translate(0, -50%) scale(1);
}

.jwplayer.jw-skin-audio-berlingske .jw-text-countdown {
  display: none !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-next {
  display: none !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-text-duration {
  color: #373a3c;
  display: flex !important;
  padding-right: 0 !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-text-duration::before {
  display: none;
}

.jwplayer.jw-skin-audio-berlingske .jw-text-elapsed,
.jwplayer.jw-skin-audio-berlingske .jw-text-duration {
  font-size: 13px;
  letter-spacing: 0.18px;
  width: 41px;
  margin-right: 0;
  display: flex !important;
}

.jwplayer.jw-skin-audio-berlingske .jw-text-elapsed {
  color: #333;
}

.jwplayer.jw-skin-audio-berlingske .jw-text-duration {
  color: #000;
}

.jwplayer.jw-skin-audio-berlingske .jw-icon-volume svg {
  transform: scale(1);
}

@media (min-width: 768px) {
  .jwplayer.jw-skin-audio-berlingske .jw-icon-playback {
    margin-left: 300px;
  }
  .jwplayer.jw-skin-audio-berlingske .jw-icon-playback {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .jwplayer.jw-skin-audio-berlingske {
    height: 85px;
  }
  .jwplayer.jw-skin-audio-berlingske .jw-wrapper {
    height: 85px;
  }
  .jwplayer.jw-skin-audio-berlingske .jw-controls {
    padding-left: 280px;
  }
  .jwplayer.jw-skin-audio-berlingske .jw-icon-playback {
    margin-left: 228px;
  }
  .jwplayer.jw-skin-audio-berlingske .jw-icon-volume {
    margin-right: -15px;
  }
}

.mediaplayer-empty {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.jwplayer-stream-idle {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.jwplayer-stream-idle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jwplayer .jw-custom-mobile-controls-container {
  display: none;
}

.jwplayer .jw-display-container {
  height: 100%;
}

.jwplayer .jw-display-container .jw-display-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating {
  overflow: visible;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-flag-ads .jw-wrapper .jw-controlbar .jw-text {
  order: 0;
  margin: 10px 0 0;
  width: auto;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-flag-ads .jw-wrapper .jw-controls .jw-display-icon-rewind,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-flag-ads .jw-wrapper .jw-controls .jw-display-icon-forward, .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-buffering .jw-wrapper .jw-controls .jw-display-icon-rewind,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-buffering .jw-wrapper .jw-controls .jw-display-icon-forward, .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-idle .jw-wrapper .jw-controls .jw-display-icon-rewind,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-idle .jw-wrapper .jw-controls .jw-display-icon-forward, .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-complete .jw-wrapper .jw-controls .jw-display-icon-rewind,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-complete .jw-wrapper .jw-controls .jw-display-icon-forward {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-flag-fullscreen .jw-wrapper .jw-controls .jw-float-icon {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-playing .jw-wrapper .jw-controls .jw-display .jw-icon-display {
  background-size: 32px;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-captions .jw-text-track-display {
  bottom: 20% !important;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
  max-width: 340px !important;
  max-height: 192px !important;
  transform: translate3d(0, 0, 0);
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display-icon-next {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display-icon-rewind,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display-icon-forward {
  display: block;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display .jw-icon-rewind,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display .jw-icon-forward {
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display .jw-icon-display {
  background-size: 42px;
  opacity: 1;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-float-icon {
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-float-icon .jw-svg-icon {
  color: #fff !important;
  width: 30px;
  height: 30px;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-icon.jw-settings-sharing {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-slider-time {
  padding: 0;
  bottom: 0;
  position: absolute;
  height: auto;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-slider-time.jw-slider-horizontal .jw-slider-container {
  height: 6px;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-button-container {
  padding-bottom: 0;
  bottom: 6px;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-button-container .jw-icon-forward {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-button-container .jw-icon-volume,
.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-button-container .jw-icon-fullscreen {
  color: #fff !important;
  opacity: 1;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container {
  display: block;
  background-color: #000;
  color: #fff;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-skip.jw-skippable .jw-skip-icon {
  padding: 0;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-skip .jw-text {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-ads .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind, .jwplayer:not(.jw-flag-audio-player).jw-flag-ads .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-forward, .jwplayer:not(.jw-flag-audio-player).jw-state-buffering .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind, .jwplayer:not(.jw-flag-audio-player).jw-state-buffering .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-forward, .jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind, .jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-forward, .jwplayer:not(.jw-flag-audio-player).jw-state-complete .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind, .jwplayer:not(.jw-flag-audio-player).jw-state-complete .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-forward {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-ads.jw-flag-small-player .jw-controlbar {
  height: auto;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-ads.jw-flag-small-player .jw-media video {
  width: 100% !important;
  height: 100% !important;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-ads .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-state-paused:not(.jw-flag-touch):not(.jw-flag-small-player):not(.jw-flag-casting) .jw-display {
  display: block !important;
}

.jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-controls {
  background: rgba(0, 0, 0, 0) !important;
}

.jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display {
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display {
    width: 60px;
    height: 60px;
  }
}

.jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display .jw-icon-display {
  background-size: 30px;
  background-position: 58% center;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display .jw-icon-display {
    width: 60px;
    height: 60px;
    background-size: 24px;
  }
}

.jwplayer:not(.jw-flag-audio-player).jw-state-idle .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-live .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind, .jwplayer:not(.jw-flag-audio-player).jw-flag-live .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-forward {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controls .jw-settings-menu .jw-settings-topbar-buttons .jw-settings-quality,
.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controls .jw-settings-menu .jw-settings-topbar-buttons .jw-settings-sharing {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-icon-rewind,
.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-icon-forward {
  width: 60px;
  height: 60px;
  background-size: 36px;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container {
  vertical-align: middle;
  padding: 0;
  float: none;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-rewind {
  display: inline-block;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-next {
  display: none;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container.jw-display-icon-display .jw-icon-display {
  width: 80px;
  height: 80px;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-controlbar .jw-button-container {
  padding: 0 5px;
  position: relative;
  z-index: 1;
  bottom: 8px;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-text-duration {
  order: 1;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-text-duration::before {
  content: '';
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-icon-fullscreen {
  order: 2;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-text-elapsed, .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-text-duration {
  font-family: SequelSansRoman, Helvetica, Arial, sans-serif;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-slider-time.jw-slider-horizontal .jw-slider-container {
  height: 8px;
  transition: height 150ms ease-in-out;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-slider-time .jw-knob {
  display: none;
}

.jwplayer-error-container.related-audio-player-controls {
  display: none;
}

.jwplayer-error-container .jw-error {
  background-color: #ffe9e8 !important;
  height: auto !important;
}

.jwplayer-error-container .jw-error .jw-error-msg {
  background-color: #ffe9e8;
  position: static;
  transform: none;
  padding: 1em 1.25em;
  border: 1px solid #f32f1b;
}

.jwplayer-error-container .jw-error .jw-error-msg .jw-icon {
  display: none;
}

.jwplayer-error-container .jw-error .jw-error-msg .jw-info-container {
  overflow: hidden;
}

.jwplayer-error-container .jw-error .jw-error-msg .jw-error-text {
  text-transform: uppercase;
  color: #f32f1b;
  font-family: 'Sanomat Sans Web', Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 1290px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
    right: calc(50% - 615px);
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper.lift {
    bottom: 75px;
  }
}

@media screen and (max-width: 1290px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
    right: calc(50% - 485px);
  }
}

@media screen and (min-width: 1200px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container {
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player) .jw-controlbar .jw-tooltip {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
    bottom: 123px !important;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper.lift {
    bottom: 183px !important;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls {
    background: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display,
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-float-icon,
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-nextup-container {
    display: none !important;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls-backdrop {
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-button-container {
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container {
    height: 109px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-title-container {
    font-family: "Sanomat Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    flex: 1 0 auto;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-title-container span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls {
    flex: 0 0 auto;
    font-size: 0;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls .jw-custom-button {
    width: 25px;
    height: 25px;
    flex: 0 0 15px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls .jw-custom-button.jw-custom-play {
    background-image: url(/build/images/icon_play.bf31eaa1.svg);
    width: 22px;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls .jw-custom-button.jw-custom-play.jw-custom-pause {
    background-image: url(/build/images/icon_pause.bc4da11a.svg);
    background-size: 16px;
    background-position-x: 25%;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls .jw-custom-button.jw-custom-volume {
    background-image: url(/build/images/icon_volume_play.36c1a2c3.svg);
    background-size: 30px;
    margin-left: 30px;
    width: 35px;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls .jw-custom-button.jw-custom-volume.jw-custom-mute {
    background-image: url(/build/images/icon_volume_mute.250c6bd0.svg);
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-mobile-controls .jw-custom-button.jw-custom-close {
    float: right;
    background-image: url(/build/images/icon_close_white.62be8fc5.svg);
  }
}

@media screen and (max-width: 1024px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
    right: calc(50% - 345px);
  }
}

@media screen and (max-width: 768px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
    right: 25px;
  }
}

@media screen and (max-width: 480px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper {
    height: 99px;
    border: 0;
    padding-bottom: 0;
    animation: jw-float-slide-up 100ms ease-out forwards;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper > * {
    pointer-events: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper > *:not(.jw-custom) {
    width: 176px !important;
    height: 99px !important;
    top: 0 !important;
    left: 0 !important;
    transform: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-media,
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-custom {
    pointer-events: all;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-controls {
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-custom-mobile-controls-container {
    width: calc(100% - 176px);
    height: 100%;
    display: flex;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-button.jw-custom-fullscreen, .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-custom-mobile-controls-container .jw-custom-button.jw-custom-volume {
    margin-left: 20px;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating.jw-state-custom-compact:not(.jw-flag-ads) .jw-wrapper .jw-custom-title-container {
    font-size: 14px;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper {
    top: 0 !important;
    left: 0 !important;
    bottom: auto;
    background: #fff;
    height: 0;
    padding-bottom: 56.25%;
    max-width: 100% !important;
    border-bottom: 2px solid #f0f0f0;
    animation: jw-float-slide-down 200ms ease forwards;
    margin-top: 0;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper > *:not(.jw-custom) {
    overflow: visible;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper > *:not(.jw-custom) .jw-ads-view > div:not(:empty),
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper > *:not(.jw-custom) .jw-ads-view > div:not(:empty) iframe {
    position: static !important;
    width: 258px !important;
    height: 145px !important;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-display {
    display: block !important;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-float-icon {
    display: flex !important;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-nextup-container {
    display: block;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controls .jw-controlbar .jw-slider-time {
    bottom: -2px;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-controlbar .jw-button-container {
    display: flex;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-flag-floating .jw-wrapper .jw-custom-mobile-controls-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player).jw-state-playing .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container .jw-icon-display {
    background-size: 28px;
  }
  .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container {
    margin: 0 8px;
  }
  .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container .jw-icon-display {
    width: 60px;
    height: 60px;
    background-size: 32px;
  }
  .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container .jw-icon-rewind,
  .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container .jw-icon-forward {
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
  .jwplayer:not(.jw-flag-audio-player) .jw-skip.jw-skippable .jw-skip-icon {
    padding: 0;
  }
  .jwplayer:not(.jw-flag-audio-player) .jw-skip .jw-text {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .jwplayer:not(.jw-flag-audio-player).jw-flag-ads .jw-display-icon-forward {
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player):not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint-0 .jw-text-countdown {
    display: none;
  }
  .jwplayer:not(.jw-flag-audio-player):not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint-0 .jw-text-elapsed,
  .jwplayer:not(.jw-flag-audio-player):not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint-0 .jw-text-duration {
    display: flex;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-text-duration, .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controlbar .jw-icon.jw-text-elapsed {
    position: relative;
    top: 1px;
  }
}

@keyframes jw-float-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes jw-float-slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.related-videos-container {
  clear: both;
  padding-top: 20px;
  overflow: hidden;
  overscroll-behavior-x: none;
}

@media (max-width: 1023.98px) {
  .related-videos-container {
    margin-right: -40px;
  }
}

.related-videos-carousel {
  vertical-align: top;
}

.related-videos-carousel .related-video-item {
  width: 200px;
  cursor: pointer;
}

.related-videos-carousel .related-video-item:hover .related-video-image-overlay {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .related-videos-carousel .related-video-item {
    width: 193px;
  }
  .related-videos-carousel .related-video-item .related-video-image-overlay {
    opacity: 0 !important;
  }
}

@media (max-width: 319.98px) {
  .related-videos-carousel .related-video-item {
    width: 140px;
  }
}

.related-videos-carousel .related-video-item p {
  font-size: 17px;
  line-height: 23px;
  margin: 10px 0;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Sanomat Sans Web", sans-serif;
}

@media (max-width: 1023.98px) {
  .related-videos-carousel .related-video-item p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .related-videos-carousel .related-video-item p {
    font-size: 14px;
    line-height: 19px;
  }
}

.related-videos-carousel .related-video-image-container {
  position: relative;
}

.related-videos-carousel .related-video-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 400ms;
}

.related-videos-carousel .related-video-image-overlay::after {
  content: '';
  background-image: url(/build/images/play.2677ebf9.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.related-videos-carousel .related-video-image {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 56.25%;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls {
  outline: none;
}

.tns-outer .tns-controls button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 94px;
  z-index: 1;
  text-indent: -10000px;
  opacity: 0;
  transition: all 400ms;
  border: 0;
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  .tns-outer .tns-controls button {
    display: none;
  }
}

@media screen and (max-width: 830px) and (orientation: portrait) {
  .tns-outer .tns-controls button {
    display: none;
  }
}

.tns-outer .tns-controls button::after {
  content: "";
  background-image: url(/build/images/chevron-right.1b305fe5.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  position: absolute;
  top: 60px;
  left: 50%;
  width: 35px;
  height: 55px;
  padding: 0;
}

.tns-outer .tns-controls button:hover {
  opacity: 1;
}

.tns-outer .tns-controls button[data-controls="prev"] {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0));
}

.tns-outer .tns-controls button[data-controls="prev"]::after {
  left: 25%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.tns-outer .tns-controls button[data-controls="next"] {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0));
}

.tns-outer .tns-controls button[data-controls="next"]::after {
  left: 75%;
  transform: translate(-50%, -50%);
}

.site-footer {
  position: relative;
  z-index: 1;
  background: #333;
  font-size: 14px;
}

.site-footer p,
.site-footer ul,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.site-footer__wrap {
  position: relative;
  height: 100%;
  padding: 73px 0 200px;
}

.site-footer__inner {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 320px) {
  .site-footer__inner {
    width: 320px;
  }
}

@media (min-width: 1024px) {
  .site-footer__inner {
    width: 390px;
  }
}

.site-footer__logo {
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 19px;
}

@media (min-width: 320px) {
  .site-footer__logo {
    width: 255px;
  }
}

@media (min-width: 1024px) {
  .site-footer__logo {
    width: 335px;
  }
}

@media (max-width: 767.98px) {
  .site-footer__logo {
    margin-bottom: 13px;
  }
}

.site-footer__logo img {
  margin-left: 18px;
  width: 100%;
}

.site-footer__founded-by {
  line-height: 12px;
  margin-bottom: 28px;
  margin-bottom: 28px;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .site-footer__founded-by {
    margin-bottom: 18px;
  }
}

@media (max-width: 767.98px) {
  .site-footer__founded-by {
    font-size: 10px;
  }
}

.site-footer__address {
  text-align: center;
  margin-bottom: 71px;
}

.site-footer__address ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  width: inherit;
  vertical-align: middle;
  width: inherit;
}

.site-footer__address ul::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 1023.98px) {
  .site-footer__address ul {
    padding: 12px 0;
  }
}

@media (max-width: 767.98px) {
  .site-footer__address ul {
    width: 207px;
  }
}

.site-footer__address ul li {
  float: left;
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .site-footer__address ul li {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .site-footer__address ul li {
    height: 46px;
  }
}

.site-footer__address ul li p {
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 320px) {
  .site-footer__address ul li p {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .site-footer__address ul li p {
    margin-top: 16px;
  }
}

@media (min-width: 320px) {
  .site-footer__address ul li p {
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  .site-footer__address ul li p {
    font-size: 14px;
  }
}

@media (min-width: 320px) {
  .site-footer__address ul li p {
    line-height: 16px;
  }
}

@media (min-width: 1024px) {
  .site-footer__address ul li p {
    line-height: 14px;
  }
}

@media (max-width: 1023.98px) {
  .site-footer__address ul li:nth-of-type(2) p {
    border-right: none;
  }
}

@media (max-width: 1023.98px) {
  .site-footer__address ul li:last-of-type {
    clear: both;
  }
}

@media (max-width: 1023.98px) {
  .site-footer__address ul li:last-of-type {
    width: 100%;
  }
}

.site-footer__address ul li:last-of-type p {
  border-right: none;
}

.site-footer__accordion-menu {
  margin: 0 auto;
  margin-bottom: 52px;
}

.site-footer__menu-item {
  background: none;
  border: none;
  text-align: center;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
  cursor: pointer;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.site-footer__menu-item:last-of-type .site-footer__item-header {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.site-footer__menu-item:last-of-type .site-footer__submenu-item:first-of-type {
  border-top: none;
}

.site-footer__item-body {
  border-collapse: collapse;
}

.site-footer__submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer__submenu-item {
  border-collapse: collapse;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

.site-footer__submenu-item:last-of-type {
  border-bottom: none;
}

.site-footer__submenu-item:first-of-type {
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}

.site-footer__submenu-item a {
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
  line-height: 44px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 320px) {
  .site-footer__submenu-item a {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .site-footer__submenu-item a {
    font-size: 17px;
  }
}

.site-footer__submenu-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.site-footer__item-header p,
.site-footer__item-header span {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0;
  margin-top: 5px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (min-width: 320px) {
  .site-footer__item-header p,
  .site-footer__item-header span {
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .site-footer__item-header p,
  .site-footer__item-header span {
    line-height: 45px;
  }
}

@media (min-width: 320px) {
  .site-footer__item-header p,
  .site-footer__item-header span {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .site-footer__item-header p,
  .site-footer__item-header span {
    font-size: 29px;
  }
}

.site-footer__item-header p:hover,
.site-footer__item-header span:hover {
  opacity: 0.7;
}

.site-footer__item-header a {
  font-weight: 400;
}

.site-footer__item-header a:hover {
  text-decoration: none;
}

.site-footer__item-header::after {
  content: '';
  background: url(/build/images/arrow-down.304b8881.svg);
  position: absolute;
  right: 10px;
  width: 12px;
  height: 6px;
  background-size: contain;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

@media (min-width: 320px) {
  .site-footer__item-header::after {
    top: 19px;
  }
}

@media (min-width: 1024px) {
  .site-footer__item-header::after {
    top: 23px;
  }
}

.site-footer__item-header#kob-abonnement-link::after {
  transform: rotate(270deg);
}

.site-footer__item-header[aria-expanded='true'] p,
.site-footer__item-header[aria-expanded='true'] span {
  opacity: 0.7;
}

.site-footer__item-header[aria-expanded='true']::after {
  transform: rotate(180deg);
}

.site-footer__staff p {
  line-height: 16px;
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 320px) {
  .site-footer__staff {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .site-footer__staff {
    margin-bottom: 36px;
  }
}

.site-footer__social-icons {
  margin-bottom: 37px;
}

.site-footer__icon {
  opacity: 0.5;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.site-footer__icon-inverted {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.site-footer__follow {
  color: rgba(255, 255, 255, 0.43) !important;
  font-size: 12px;
}

@media (min-width: 320px) {
  .site-footer__follow {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .site-footer__follow {
    margin-bottom: 35px;
  }
}

.site-footer__social-link {
  display: inline-block;
  margin-right: 24px;
  position: relative;
}

.site-footer__social-link:last-of-type {
  margin-right: 0;
}

.site-footer__social-link:hover .site-footer__icon {
  opacity: 0;
}

.site-footer__social-link:hover .site-footer__icon-inverted {
  opacity: 0.7;
}

.site-footer__terms-and-conditions p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
}

.site-footer__terms-and-conditions a {
  font-weight: normal;
}

.site-footer__terms-and-conditions span {
  padding-left: 5px;
}

@media (max-width: 1023.98px) {
  .site-footer__terms-and-conditions span {
    display: block;
  }
}

.site-footer__terms-and-conditions span::before {
  content: '';
  margin-right: 4px;
  width: 1px;
  height: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

@media (max-width: 1023.98px) {
  .site-footer__terms-and-conditions span::before {
    display: none;
  }
}

.register-box {
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #fff;
  height: 0;
  padding-top: 20px;
}

.register-box__email-wrap, .register-box__password-wrap,
.register-box button {
  flex-grow: 1;
  flex-basis: 100%;
}

@media (min-width: 1024px) {
  .register-box__email-wrap, .register-box__password-wrap,
  .register-box button {
    flex-basis: 30%;
    margin-right: 20px;
    max-width: 265px;
  }
}

.register-box button.register-box__submit {
  margin: 0;
}

.register-box__recaptcha-wrap {
  margin: 10px 0 20px -5px;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .register-box__recaptcha-wrap {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .register-box__recaptcha-wrap {
    order: 5;
  }
}

.register-box__error {
  color: #d0021b;
  font-size: 11px;
  padding-left: 12px;
  margin: 5px 0 10px;
  display: none;
}

.register-box__error--register-failed {
  margin-top: 0;
}

.register-box__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.register-box__form.hidden {
  display: none;
}

.register-box__title {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .register-box__title {
    font-size: 48px;
    margin-bottom: 24px;
  }
}

.register-box__title-wrap {
  width: 100%;
}

.register-box__spacer {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .register-box__spacer {
    margin: 22px 0 40px;
  }
}

.register-box.slidedown {
  height: auto;
  display: block;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.register-box .has-error .register-box__error {
  display: block;
}

.register-box .btn--loading,
.register-box .btn--ok {
  display: none;
}

.register-box button.register-box__btn-success {
  width: 100%;
  margin: auto;
  display: block;
}

@media (min-width: 768px) {
  .register-box button.register-box__btn-success {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .register-box button.register-box__btn-success {
    width: 265px;
  }
}

.register-box .loads .btn--loading {
  display: inline-flex;
}

.register-box .loads .submit {
  display: none;
}

.register-box .login-success .btn--ok {
  display: block;
}

.register-box .login-success .submit {
  display: none;
}

.mobile-player .play-button {
  background-color: #333 !important;
}

@media (min-width: 320px) {
  .embedded-element,
  .embedded-video,
  .embedded-gallery {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .embedded-element,
  .embedded-video,
  .embedded-gallery {
    margin-bottom: 29px;
  }
}

@media (min-width: 1024px) {
  .embedded-element,
  .embedded-video,
  .embedded-gallery {
    margin-bottom: 40px;
  }
}

.embedded-element img {
  width: 100%;
}

@media (min-width: 320px) {
  .embedded-element {
    overflow: hidden;
  }
  .embedded-element .fb_iframe_widget_fluid_desktop iframe {
    left: 0;
    top: 0;
    height: calc(100% + 89px) !important;
    position: absolute;
  }
  .embedded-element .fb_iframe_widget_fluid span {
    overflow: hidden;
  }
  .embedded-element.fb-responsive-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .embedded-element.fb-responsive-video > iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .embedded-element .facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .embedded-element .facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .embedded-element .fb_iframe_widget_fluid_desktop iframe {
    height: auto;
    position: static;
  }
}

.embedded-element--standard {
  clear: both;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .embedded-element--standard {
    width: 690px;
    margin-left: -59px;
  }
}

.embedded-element--left {
  clear: left;
}

@media (min-width: 320px) {
  .embedded-element--left {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .embedded-element--left {
    margin-top: 8px;
    margin-bottom: 32px;
    width: 690px;
    margin-left: -59px;
  }
}

@media (min-width: 1024px) {
  .embedded-element--left {
    width: calc(232px + (7px * 2));
    margin-right: 68px;
    margin-bottom: 34px;
    margin-left: -82px;
  }
}

@media (min-width: 1290px) {
  .embedded-element--left {
    width: 340px;
    margin-left: -105px;
    margin-right: 50px;
  }
}

.embedded-element--fullscreen {
  clear: both;
}

@media (min-width: 320px) {
  .embedded-element--fullscreen {
    width: 100vw;
    margin-left: -4vw;
  }
}

@media (min-width: 768px) {
  .embedded-element--fullscreen {
    width: 690px;
    margin-left: -59px;
  }
}

@media (min-width: 1024px) {
  .embedded-element--fullscreen {
    width: calc(642px);
    margin-left: -82px;
  }
}

@media (min-width: 1290px) {
  .embedded-element--fullscreen {
    width: calc(810px + (15px * 2));
    margin-left: -105px;
  }
}

@media (min-width: 320px) {
  .embedded-element--fullscreen .image-caption {
    padding: 6px 4vw 0;
  }
}

@media (min-width: 768px) {
  .embedded-element--fullscreen .image-caption {
    padding: 6px 0 0;
  }
}

@media (max-width: 767.98px) {
  .embedded-element--fullscreen .embedded-image__image-figure img {
    margin: 0;
    width: 100%;
  }
}

.embedded-image__image-figure img {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .embedded-image__image-figure img {
    width: 100vw;
    margin-left: calc(((-100vw + 768px)/2) - 39px);
    margin-right: calc(((-100vw + 768px)/2) - 39px);
  }
}

@media (max-width: 767.98px) {
  .embedded-image__image-figure img {
    width: 100vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

@media (max-width: 1023.98px) {
  .embed-facebook {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .embed-facebook > iframe {
    max-width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .instagram-media {
    min-width: 280px !important;
  }
}

@media (min-width: 320px) {
  .embedded-quote {
    padding-left: 18px;
    margin-top: 31px;
    margin-bottom: 31px;
    border-left: 1px dotted #201748;
  }
}

@media (min-width: 768px) {
  .embedded-quote {
    width: 631px;
    margin-left: -59px;
    padding-left: 0;
    border-left: none;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .embedded-quote {
    width: 642px;
    margin-left: -82px;
  }
}

@media (min-width: 1290px) {
  .embedded-quote {
    width: 840px;
    margin-left: -105px;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media (min-width: 320px) {
  .embedded-quote__text {
    font-size: 18px;
    line-height: 23px;
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .embedded-quote__text {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 31px;
    margin-top: 4px;
  }
}

@media (min-width: 1024px) {
  .embedded-quote__text {
    margin-top: 10px;
  }
}

@media (min-width: 1290px) {
  .embedded-quote__text {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 49px;
    margin-top: 28px;
  }
}

.embedded-quote__author {
  font-weight: 500;
  color: #7f7f7f;
  line-height: 24px;
}

@media (min-width: 320px) {
  .embedded-quote__author {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .embedded-quote__author {
    font-size: 13px;
  }
}

@media (min-width: 1290px) {
  .embedded-quote__author {
    font-size: 14px;
  }
}

.article-body h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .article-body h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

.article-body p {
  margin-bottom: 21px;
}

@media (max-width: 767.98px) {
  .article-body p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}

.article-body ul,
.article-body ol {
  padding-left: 43px;
  margin-top: -8px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .article-body ul,
  .article-body ol {
    padding-left: 26px;
    margin-bottom: 13px;
    margin-top: -5px;
  }
}

.article-body ul li,
.article-body ol li {
  font-size: 17px;
  line-height: 31px;
  padding-left: 13px;
}

@media (max-width: 767.98px) {
  .article-body ul li,
  .article-body ol li {
    font-size: 17px;
    line-height: 26px;
    padding-left: 7px;
  }
}

.article-body.speechkit-margin {
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 115px;
}

.paywall-wrapper {
  position: relative;
  clear: both;
  top: -35px;
  background: #fff;
}

.paywall-wrapper::before {
  position: absolute;
  top: -100px;
  height: 100px;
  left: 0;
  right: 0;
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+77,ffffff+100&0+0,0.75+29,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 29%, rgba(255, 255, 255, 0.82) 77%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 29%, rgba(255, 255, 255, 0.82) 77%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 29%, rgba(255, 255, 255, 0.82) 77%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: 0;
}

.paywall-article {
  text-align: center;
  padding: 55px 35px 35px;
  position: relative;
  -webkit-box-shadow: 0 1px 43px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 1px 43px 20px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 43px 20px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1289.98px) {
  .paywall-article {
    padding: 45px 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article {
    padding: 30px 20px;
    -webkit-box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
  }
}

@media all and (max-width: 320px) {
  .paywall-article {
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.paywall-article h2 {
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 48px;
}

@media (max-width: 1289.98px) {
  .paywall-article h2 {
    font-size: 31px;
    margin-bottom: 37px;
  }
}

@media (max-width: 1023.98px) {
  .paywall-article h2 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article h2 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 28px;
  }
}

.paywall-article h2.paywall-article__enjoy {
  font-weight: 400;
  font-size: 29px;
  margin-bottom: 10px;
}

@media (max-width: 1289.98px) {
  .paywall-article h2.paywall-article__enjoy {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1023.98px) {
  .paywall-article h2.paywall-article__enjoy {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .paywall-article h2.paywall-article__enjoy {
    font-size: 20px;
    line-height: 25px;
  }
}

.paywall-article h4 {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

.paywall-article p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1289.98px) {
  .paywall-article p {
    font-size: 15px;
  }
}

.paywall-article .paywall-text-bottom,
.paywall-article .paywall-text-top {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}

.paywall-article .paywall-text-bottom b,
.paywall-article .paywall-text-top b {
  font-weight: 500;
}

.paywall-article .paywall-text-bottom a,
.paywall-article .paywall-text-top a {
  font-weight: normal;
}

.paywall-article .checkbox-styled {
  width: auto;
  float: left;
  text-align: left;
  margin-top: -3px;
  margin-right: 10px;
}

.paywall-article .checkbox-styled > input[type='checkbox'] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.paywall-article .checkbox-styled > input[type='checkbox']::before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.paywall-article .checkbox-styled > input[type='checkbox']:checked::before {
  border: 1px solid #201748;
}

.paywall-article .checkbox-styled > input[type='checkbox']:checked::after {
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 10px;
  height: 7px;
  top: 5px;
  left: 5px;
}

.paywall-article .paywall__button.btn--loading, .paywall-article .paywall__button.btn--ok {
  display: none;
}

.paywall-article .loads .paywall__button.btn--loading {
  display: flex;
}

.paywall-article .loads .paywall__button.submit {
  display: none;
}

.paywall-article .login-success .paywall__button.btn--ok {
  display: block;
}

.paywall-article .login-success .paywall__button.submit {
  display: none;
}

.paywall-article input.outline-border {
  min-height: 50px;
}

.paywall-article input.full-width {
  margin: 4px 0 20px;
}

@media (max-width: 1289.98px) {
  .paywall-article input.full-width {
    margin: 4px 0 10px;
  }
}

.paywall-article .form-message--error {
  color: #d9534f;
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 16px;
  display: none;
}

.paywall-article .has-error .form-message--error {
  display: block;
}

.paywall-article .alert.alert--danger {
  margin-top: 30px;
  background-color: #f2dede;
  border-color: rgba(217, 83, 79, 0.2);
}

.paywall-article .alert.alert--danger > p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #d9534f;
}

.paywall-article__inner {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.paywall-article__inner.wide {
  max-width: 100%;
}

.paywall-article__inner .form-default-info {
  padding: 0 30px 0 15px;
  margin-bottom: 20px;
  margin-top: -5px;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .form-default-info {
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .form-default-info {
    padding-left: 0;
  }
}

.paywall-article__inner .form-default-info p {
  text-align: left;
  line-height: 20px;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .form-default-info p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .form-default-info p {
    font-size: 14px;
    line-height: 18px;
  }
}

.paywall-article__inner .offer-description-default {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .paywall-article__inner .offer-description-default {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default {
    margin-bottom: 25px;
  }
}

.paywall-article__inner .offer-description-default .doted-spacer {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .paywall-article__inner .offer-description-default .doted-spacer {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default .doted-spacer {
    margin-bottom: 30px;
  }
}

.paywall-article__inner .offer-description-default .paywall-time {
  display: inline-block;
  font-size: 26px;
  padding-right: 5px;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .offer-description-default .paywall-time {
    font-size: 23px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default .paywall-time {
    font-size: 19px;
  }
}

.paywall-article__inner .offer-description-default .paywall-article__price {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .offer-description-default .paywall-article__price {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default .paywall-article__price {
    font-size: 23px;
  }
}

.paywall-article__inner .offer-description-default-info {
  font-size: 17px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default-info {
    margin-bottom: 30px;
  }
}

.paywall-article__inner .offer-description-default-info p {
  font-size: inherit;
  line-height: inherit;
}

.paywall-article__inner .offer-description-default-info a {
  color: #007cbb;
  font-size: inherit;
  display: inline-block;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .offer-description-default-info a {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default-info a {
    font-size: 14px;
    margin-top: 15px;
  }
}

.paywall-article__inner .offer-description-default-info .doted-spacer {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default-info .doted-spacer {
    margin-top: 20px;
  }
}

.paywall-article__inner .offer-description-default .paywall-article__user-email {
  font-size: 18px;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .offer-description-default .paywall-article__user-email {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default .paywall-article__user-email {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .offer-description-default p {
    font-size: 14px;
  }
}

.paywall-article__inner .paywall-article__updated-notice,
.paywall-article__inner .paywall-article__notice {
  width: 100%;
  background: #eee;
  padding: 15px;
  margin-bottom: 20px;
}

@media (max-width: 1289.98px) {
  .paywall-article__inner .paywall-article__updated-notice,
  .paywall-article__inner .paywall-article__notice {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article__inner .paywall-article__updated-notice,
  .paywall-article__inner .paywall-article__notice {
    margin-bottom: 20px;
  }
}

.paywall-article__inner .paywall-article__updated-notice p,
.paywall-article__inner .paywall-article__notice p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .paywall-article__inner .paywall-article__updated-notice p,
  .paywall-article__inner .paywall-article__notice p {
    font-size: 11px;
    line-height: 16px;
  }
}

.paywall-article__inner .paywall-article__updated-notice p .paywall__user-email,
.paywall-article__inner .paywall-article__notice p .paywall__user-email {
  font-weight: 500;
}

.paywall-article__inner .paywall-article__updated-notice p:last-of-type,
.paywall-article__inner .paywall-article__notice p:last-of-type {
  margin-bottom: 0;
}

.paywall-article-conditions {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 1289.98px) {
  .paywall-article-conditions {
    margin-bottom: 25px;
    margin-top: 5px;
  }
}

.paywall-article-conditions__text {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  width: 93%;
}

@media (max-width: 1289.98px) {
  .paywall-article-conditions__text {
    font-size: 11px;
  }
}

.paywall-article-conditions__text a {
  font-size: 12px;
  font-weight: 400;
  color: #747474;
  text-decoration: none;
}

@media (max-width: 1289.98px) {
  .paywall-article-conditions__text a {
    font-size: 11px;
  }
}

.paywall-article-conditions__text a:hover {
  text-decoration: underline;
}

.paywall-article .paywall-article-options {
  display: flex;
}

.paywall-article .paywall-article-options-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 1289.98px) {
  .paywall-article .paywall-article-options-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-options-wrapper {
    margin-top: 10px;
  }
}

.paywall-article .paywall-article-options .radio-styled {
  margin: 10px 0 0;
}

@media (max-width: 1289.98px) {
  .paywall-article .paywall-article-options .radio-styled {
    margin: 0;
  }
}

.paywall-article .paywall-article-options label {
  width: 100%;
  color: #333;
  margin: 0;
  font-weight: 300;
  min-height: 48px;
  padding: 14px 0 0 15px;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-options label {
    padding: 2px 0 0 15px;
    display: flex;
    align-items: center;
  }
}

.paywall-article .paywall-article-options label:hover {
  background: #fff;
}

.paywall-article .paywall-article-options label i {
  position: absolute;
  top: 9px;
  font-size: 18px;
  right: 25px;
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-options label i {
    top: 12px;
    right: 12px;
  }
}

@media all and (max-width: 320px) {
  .paywall-article .paywall-article-options label i {
    right: 5px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-options label i.icon-mobile-pay {
    height: 24px;
    width: 21px;
  }
}

.paywall-article .paywall-article-options label i.icon-card {
  top: 17px;
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-options label i.icon-card {
    top: 18px;
    height: 13px;
    width: 19px;
  }
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-options label {
    display: flex;
    align-items: center;
  }
}

.paywall-article .paywall-article-options-info p {
  font-size: 11px;
  width: 100%;
  text-align: left;
  color: #747474;
}

.paywall-article .paywall-article-conditions__text {
  font-size: 12px;
  color: #747474;
}

@media (max-width: 1023.98px) {
  .paywall-article .paywall-article-conditions__text {
    font-size: 11px;
    line-height: 13px;
  }
}

.paywall-article .paywall-article-conditions-container {
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .paywall-article .paywall-article-conditions-container {
    margin-top: 15px;
  }
}

.paywall-article .paywall-article-conditions-container h4 {
  font-weight: 800;
  font-size: 15px;
  margin-left: 0;
  margin-bottom: 10px;
}

.paywall-article .paywall-article-conditions {
  display: flex;
}

.paywall-article-bottom .paywall-article-conditions__text {
  width: 100%;
}

.paywall-article-bottom p.small-go-to-login {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

@media (max-width: 1289.98px) {
  .paywall-article-bottom p.small-go-to-login {
    font-size: 15px;
    margin-top: 20px;
  }
}

.paywall-article-bottom p.small-go-to-login a {
  color: #333;
  text-decoration: underline;
}

.paywall-article.paywall-soft .paywall-article__inner .offer-description-default .doted-spacer {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .paywall-article.paywall-soft .paywall-article__inner .offer-description-default .doted-spacer {
    margin-bottom: 25px;
  }
}

.paywall-article.paywall-ios {
  padding-bottom: 12px;
}

.paywall-article.paywall-ios .paywall-article__updated-notice {
  margin-bottom: 15px;
}

.paywall-article.paywall-ios .paywall-article__inner .paywall-article__updated-notice p .paywall__user-email {
  font-weight: 400;
}

.paywall-article.paywall-ios .payment-password {
  margin-top: 15px;
}

.paywall-article.paywall-ios .lost-password {
  margin-top: 5px;
  margin-bottom: 10px;
}

.paywall-article.paywall-ios .go-to-profil {
  margin-bottom: 10px;
}

.paywall-article.paywall-ios .login-box--slidedown {
  width: 100%;
  max-height: none;
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (min-width: 1024px) {
  .paywall-article.paywall-ios .login-box--slidedown {
    max-height: none;
  }
}

.col-md-6 .teaser__title {
  font-size: 22px;
  line-height: 25px;
}

@media (min-width: 320px) {
  .col-md-6 .teaser__title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .col-md-6 .teaser__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1290px) {
  .col-md-6 .teaser__title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 321px) {
  .col-md-6 .teaser__title--no-image {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .col-md-6 .teaser__title--no-image {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1290px) {
  .col-md-6 .teaser__title--no-image {
    font-size: 38px;
    line-height: 43px;
  }
}

@media (max-width: 767.98px) {
  .col-md-6 .teaser .stock-widget tbody {
    font-size: 13px;
  }
}

.teaser img {
  max-width: 100%;
}

.teaser__section-link {
  color: #333;
}

@media (min-width: 320px) {
  .teaser__section-link {
    font-size: 11px;
    line-height: 11px;
  }
}

@media (min-width: 768px) {
  .teaser__section-link {
    font-size: 12px;
    line-height: 12px;
  }
}

.teaser__section-link::after {
  content: '|';
  margin: 0 10px;
  color: #9b9b9b;
}

.teaser__section-link:last-of-type::after {
  content: none;
}

.teaser__title {
  margin-top: 14px;
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .teaser__title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .teaser__title {
    font-size: 32px;
    line-height: 37px;
  }
}

.teaser__title--no-image {
  font-size: 24px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .teaser__title--no-image {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .teaser__title--no-image {
    font-size: 34px;
    line-height: 39px;
  }
}

@media (min-width: 1290px) {
  .teaser__title--no-image {
    font-size: 37px;
    line-height: 42px;
  }
}

.teaser__title-link, .teaser__title-link:hover {
  color: #333;
}

@media (min-width: 320px) {
  .teaser__text {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .teaser__text {
    margin-top: 10px;
  }
}

.teaser__text p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}

.teaser__text p:last-of-type {
  margin-bottom: 0;
}

.teaser__premium-badge {
  margin-top: 11px;
}

@media (min-width: 1024px) {
  .teaser__premium-badge {
    margin-top: 15px;
  }
}

.teaser__badge-img {
  margin-right: 7px;
}

.teaser__badge-text {
  margin-top: 4px;
  font-size: 11px;
  line-height: 11px;
}

@media (min-width: 1024px) {
  .teaser__badge-text {
    font-size: 13px;
    line-height: 13px;
  }
}

.teaser--border-bottom {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

@media (min-width: 320px) {
  .teaser--border-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .teaser--border-bottom {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 320px) {
  .teaser--journalist .teaser__sections {
    margin-top: 13px;
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .teaser--journalist .teaser__sections {
    margin-top: 14px;
  }
}

@media (min-width: 1024px) {
  .teaser--journalist .teaser__sections {
    margin-top: 17px;
  }
}

@media (min-width: 1290px) {
  .teaser--journalist .teaser__sections {
    margin-top: 15px;
  }
}

@media (min-width: 320px) {
  .teaser--journalist .teaser__title {
    margin-top: 13px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .teaser--journalist .teaser__title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1290px) {
  .teaser--journalist .teaser__title {
    margin-top: 16px;
  }
}

@media (min-width: 320px) {
  .teaser--journalist .teaser__text {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .teaser--journalist .teaser__text {
    margin-top: 9px;
  }
}

@media (min-width: 1024px) {
  .teaser--journalist .teaser__text {
    margin-top: 11px;
  }
}

@media (min-width: 1290px) {
  .teaser--journalist .teaser__text {
    margin-top: 7px;
  }
}

.teaser--journalist.teaser--border-bottom {
  border: 0;
  position: relative;
}

.teaser--journalist.teaser--border-bottom::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  width: 100%;
}

.teaser--journalist .teaser__image-wrap {
  margin-bottom: 0;
}

.teaser--no-sideimage {
  border-bottom: 0;
}

.teaser--no-sideimage::before {
  content: '';
  position: absolute;
  left: 1%;
  bottom: 20px;
  width: 98%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .teaser--no-sideimage::before {
    left: 9px;
    width: calc(100% - 18px);
  }
}

@media (min-width: 1024px) {
  .teaser--no-sideimage::before {
    bottom: 30px;
    left: 7px;
    width: calc(100% - 14px);
  }
}

@media (min-width: 1290px) {
  .teaser--no-sideimage::before {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.teaser--sideimage {
  flex-wrap: nowrap;
  border-bottom: 0;
}

.teaser--sideimage::before {
  content: '';
  position: absolute;
  left: 1%;
  bottom: 20px;
  width: 98%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .teaser--sideimage {
    flex-wrap: wrap;
  }
  .teaser--sideimage::before {
    left: 9px;
    width: calc(100% - 18px);
  }
}

@media (min-width: 1024px) {
  .teaser--sideimage {
    flex-wrap: nowrap;
  }
  .teaser--sideimage::before {
    bottom: 30px;
    left: 7px;
    width: calc(100% - 14px);
  }
}

@media (min-width: 1290px) {
  .teaser--sideimage::before {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.teaser--sideimage .teaser__date {
  display: none;
}

.teaser--sideimage .teaser__image-wrap {
  margin-right: 15px;
  width: 33%;
}

@media (min-width: 768px) {
  .teaser--sideimage .teaser__image-wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .teaser--sideimage .teaser__image-wrap {
    width: calc(50% - 4.5px);
    margin-right: 9px;
  }
}

@media (min-width: 1290px) {
  .teaser--sideimage .teaser__image-wrap {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

.teaser--sideimage .teaser__image-wrap picture {
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .teaser--sideimage .teaser__image-wrap picture {
    overflow: visible;
  }
}

.teaser--sideimage .teaser__image-wrap img {
  position: relative;
  z-index: 1;
  height: auto;
  width: 150% !important;
  left: -25%;
  max-width: none;
}

@media (min-width: 768px) {
  .teaser--sideimage .teaser__image-wrap img {
    position: static;
    width: 100% !important;
  }
}

.teaser--sideimage .teaser_img {
  width: 84px;
}

@media (min-width: 768px) {
  .teaser--sideimage .teaser_img {
    width: 218px;
  }
}

@media (min-width: 1024px) {
  .teaser--sideimage .teaser_img {
    width: 252px;
  }
}

@media (min-width: 1290px) {
  .teaser--sideimage .teaser_img {
    width: 317px;
  }
}

.teaser--sideimage .teaser__description {
  padding-top: 5px;
  margin-left: 15px;
  width: 50%;
}

@media (min-width: 320px) {
  .teaser--sideimage .teaser__description {
    margin-left: 0;
    width: calc(67% - 15px);
  }
}

@media (min-width: 768px) {
  .teaser--sideimage .teaser__description {
    padding-top: 15px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .teaser--sideimage .teaser__description {
    width: calc(50% - 4.5px);
    padding-top: 0;
    margin-left: 4.5px;
  }
}

@media (min-width: 1290px) {
  .teaser--sideimage .teaser__description {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

.teaser--search {
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.teaser--search h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .teaser--search h4 {
    margin: 0 0 8px;
  }
}

.teaser--search .teaser__description {
  overflow: hidden;
}

.teaser--search .teaser__label-and-date {
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .teaser--search .teaser__label-and-date {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .teaser--search .teaser__label-and-date {
    margin-bottom: 16px;
  }
}

@media (min-width: 1290px) {
  .teaser--search .teaser__label-and-date {
    margin-bottom: 10px;
  }
}

.teaser--search .teaser__text {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 21px;
}

.teaser--search .teaser__text--not-empty::before {
  content: '...';
}

.teaser--search .teaser__text--over-1-line, .teaser--search .teaser__text--over-2-lines, .teaser--search .teaser__text--over-3-lines {
  padding-right: 15px;
}

.teaser--search .teaser__text--over-1-line::after, .teaser--search .teaser__text--over-2-lines::after, .teaser--search .teaser__text--over-3-lines::after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 320px) {
  .teaser--search .teaser__text--over-1-line {
    max-height: 42px;
  }
  .teaser--search .teaser__text--over-1-line::after {
    content: ' ';
  }
}

@media (min-width: 1024px) {
  .teaser--search .teaser__text--over-1-line {
    max-height: 63px;
  }
}

@media (min-width: 1290px) {
  .teaser--search .teaser__text--over-1-line {
    max-height: 42px;
  }
}

@media (min-width: 320px) {
  .teaser--search .teaser__text--over-2-lines {
    max-height: 42px;
  }
}

@media (min-width: 1024px) {
  .teaser--search .teaser__text--over-2-lines {
    max-height: 63px;
  }
  .teaser--search .teaser__text--over-2-lines::after {
    content: ' ';
  }
}

@media (min-width: 1290px) {
  .teaser--search .teaser__text--over-2-lines {
    max-height: 42px;
  }
}

@media (min-width: 320px) {
  .teaser--search .teaser__text--over-3-lines {
    max-height: 42px;
  }
}

@media (min-width: 1024px) {
  .teaser--search .teaser__text--over-3-lines {
    max-height: 63px;
  }
}

@media (min-width: 1290px) {
  .teaser--search .teaser__text--over-3-lines {
    max-height: 42px;
  }
}

.teaser--search .teaser__date {
  color: #9b9b9b;
  font-size: 11px;
  line-height: 11px;
}

.teaser--search .teaser__image-wrap {
  display: none;
}

@media (min-width: 768px) {
  .teaser--search .teaser__image-wrap {
    display: block;
    width: 218px;
    margin-right: 18px;
  }
}

@media (min-width: 1024px) {
  .teaser--search .teaser__image-wrap {
    width: 234px;
  }
}

@media (min-width: 1290px) {
  .teaser--search .teaser__image-wrap {
    width: 188px;
    margin-right: 23px;
  }
}

.teaser--vertical-timeline {
  padding-bottom: 20px;
  padding-right: 0;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .teaser--vertical-timeline {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline {
    margin-bottom: 15px;
  }
}

.teaser--vertical-timeline figure {
  margin: 0;
}

.teaser--vertical-timeline .label {
  align-items: flex-start;
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline .label {
    display: block;
  }
}

.teaser--vertical-timeline .label__stars {
  margin-top: 1px;
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline .label__stars {
    border: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 0;
    margin-top: 4px;
  }
}

.teaser--vertical-timeline .label__star {
  height: 9px;
  width: 9px;
}

.teaser--vertical-timeline .label--breaking-news .label__type, .teaser--vertical-timeline .label--annonce .label__type {
  font-size: 11px;
  line-height: 11px;
  padding: 3px 4px 0;
}

.teaser--vertical-timeline .label--direkte .label__type {
  line-height: 18px;
  font-size: 11px;
}

.teaser--vertical-timeline .label__pulsating-circle-wrap {
  height: 16px;
  width: 16px;
}

.teaser--vertical-timeline .label__type {
  height: 16px;
  margin-right: 8px;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 11px;
  padding: 0 6px 0 0;
  margin-bottom: 2px;
  margin-top: -1px;
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline .label__type {
    margin-bottom: 4px;
  }
}

.teaser--vertical-timeline .label__category,
.teaser--vertical-timeline .label .label__abonnement {
  font-size: 11px;
}

.teaser--vertical-timeline .label--premium.label--regular .label__abonnement,
.teaser--vertical-timeline .label--premium.teaser__sections .label__abonnement {
  margin-top: -1px;
}

.teaser--vertical-timeline .label--premium.label--regular .label__abonnement,
.teaser--vertical-timeline .label--premium.teaser__sections .label__abonnement {
  margin-top: 0;
}

@media screen and (max-width: 320px) {
  .teaser--vertical-timeline .label--premium.label--regular .label__abonnement,
  .teaser--vertical-timeline .label--premium.teaser__sections .label__abonnement {
    margin-left: 0;
    padding-left: 0;
    margin-top: 3px;
  }
}

.teaser--vertical-timeline .label--premium.label--regular .label__abonnement::before, .teaser--vertical-timeline .label--premium.teaser__sections .label__abonnement::before {
  height: 8px;
  margin-right: 5px;
}

@media screen and (max-width: 320px) {
  .teaser--vertical-timeline .label--premium.label--regular .label__abonnement::before, .teaser--vertical-timeline .label--premium.teaser__sections .label__abonnement::before {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .teaser--vertical-timeline .label__category {
    display: block;
  }
}

.teaser--vertical-timeline .teaser-container {
  display: flex;
}

.teaser--vertical-timeline .teaser__ticker-wrap table {
  margin-top: 0 !important;
}

.teaser--vertical-timeline .teaser__date {
  font-size: 0;
  color: #9b9b9b;
  min-width: 40px;
}

@media (min-width: 768px) {
  .teaser--vertical-timeline .teaser__date {
    min-width: 60px;
    padding: 0 0 0 7px;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline .teaser__date {
    min-width: 84px;
    padding: 0 0 0 22px;
  }
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline .teaser__date {
    margin-bottom: 20px;
  }
}

.teaser--vertical-timeline .teaser__date span {
  line-height: 11px;
  font-size: 11px;
}

.teaser--vertical-timeline .teaser__title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 7px;
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline .teaser__title {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .teaser--vertical-timeline .teaser__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline .teaser__title {
    margin-top: 5px;
  }
}

.teaser--vertical-timeline .teaser__ticker-wrap {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .teaser--vertical-timeline .teaser__ticker-wrap {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline .teaser__ticker-wrap {
    margin-top: 16px;
  }
}

.teaser--vertical-timeline .teaser__text {
  flex: 1;
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline .teaser__text {
    width: 100%;
  }
}

.teaser--vertical-timeline .stock-name {
  padding: 6px 5px 4px;
}

.teaser--vertical-timeline .stock-name a {
  font-size: 13px;
}

.teaser--vertical-timeline div.teaser__image-wrap {
  height: 88px;
  width: 88px;
  margin-left: 30px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .teaser--vertical-timeline div.teaser__image-wrap {
    margin-left: 15px;
  }
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline div.teaser__image-wrap {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .teaser--vertical-timeline div.teaser__image-wrap {
    margin-left: 0;
    margin-right: 0;
    height: 120px;
    width: 120px;
    right: 20px;
    top: 0;
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline div.teaser__image-wrap {
    width: 110px;
    height: 110px;
  }
}

.teaser--vertical-timeline figure.teaser__image-wrap {
  height: 88px;
  width: 88px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .teaser--vertical-timeline figure.teaser__image-wrap {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline figure.teaser__image-wrap {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 768px) {
  .teaser--vertical-timeline.teaser--with-image {
    min-height: 142px;
  }
  .teaser--vertical-timeline.teaser--with-image .teaser__content {
    flex-direction: column;
    margin-right: 155px;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline.teaser--with-image {
    min-height: 132px;
  }
  .teaser--vertical-timeline.teaser--with-image .teaser__content {
    margin-right: 148px;
  }
}

@media (max-width: 767.98px) {
  .teaser--vertical-timeline.teaser--with-image .label__category {
    max-width: calc(100% - 99px);
  }
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline.teaser--with-image .label__category {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .teaser--vertical-timeline.teaser--with-image .teaser__text {
    max-width: calc(100% - 113px);
  }
}

@media all and (max-width: 320px) {
  .teaser--vertical-timeline.teaser--with-image .teaser__text {
    max-width: calc(100% - 98px);
  }
}

.teaser--vertical-timeline.full-width.teaser--with-image .label__category {
  max-width: none;
}

.teaser--vertical-timeline.full-width .teaser-container {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .teaser--vertical-timeline.full-width .teaser-container {
    margin-right: 0;
  }
}

@media (min-width: 320px) {
  .teaser--vertical-timeline.full-width .teaser__date {
    display: inline-block;
    vertical-align: top;
  }
}

.teaser--vertical-timeline.full-width div.teaser__image-wrap {
  height: auto;
  width: calc(100% - 44px);
  margin: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .teaser--vertical-timeline.full-width div.teaser__image-wrap {
    position: static;
    height: auto;
    width: calc(100% - 60px);
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline.full-width div.teaser__image-wrap {
    width: calc(100% - 104px);
  }
}

.teaser--vertical-timeline.full-width figure.teaser__image-wrap {
  height: auto;
  width: 100%;
  padding-bottom: 56%;
}

.teaser--vertical-timeline.full-width .teaser__content {
  width: calc(100% - 44px);
  margin-left: 44px;
}

@media (min-width: 768px) {
  .teaser--vertical-timeline.full-width .teaser__content {
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .teaser--vertical-timeline.full-width .teaser__content {
    width: calc(100% - 104px);
    margin-left: 84px;
  }
}

.teaser--vertical-timeline.full-width .teaser__content .teaser__text {
  max-width: 100%;
}

.teaser--read-more {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.teaser--read-more figure {
  margin: 0 !important;
}

@media (min-width: 320px) {
  .teaser--read-more {
    padding-bottom: 18px;
  }
  .teaser--read-more .teaser__title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 6px;
  }
  .teaser--read-more .teaser__image-wrap img,
  .teaser--read-more .teaser__image-wrap picture {
    width: 80px;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .teaser--read-more {
    padding-bottom: 30px;
  }
  .teaser--read-more .teaser__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 11px;
  }
  .teaser--read-more .teaser__image-wrap img,
  .teaser--read-more .teaser__image-wrap picture {
    width: 160px;
  }
}

@media (min-width: 1024px) {
  .teaser--read-more .teaser__title {
    font-size: 32px;
    line-height: 36px;
    margin-top: 16px;
  }
  .teaser--read-more .teaser__image-wrap img,
  .teaser--read-more .teaser__image-wrap picture {
    width: 115px;
  }
}

.teaser--most-read {
  padding-bottom: 18px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  width: 100%;
}

.teaser--most-read figure {
  margin-bottom: 0 !important;
}

.teaser--most-read .teaser__number {
  font-size: 0;
}

@media (min-width: 320px) {
  .teaser--most-read .teaser__title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
  }
  .teaser--most-read .teaser__image-wrap img,
  .teaser--most-read .teaser__image-wrap picture {
    width: 80px;
    max-width: none;
  }
  .teaser--most-read .teaser__number {
    margin-right: 20px;
  }
  .teaser--most-read .teaser__number span {
    font-size: 18px;
    line-height: 24px;
  }
  .teaser--most-read figure {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .teaser--most-read {
    width: calc(50% - 15px);
    padding: 0 10px 18px;
  }
  .teaser--most-read .teaser__title {
    margin-top: 15px;
  }
  .teaser--most-read:nth-of-type(2n) {
    margin-left: 15px;
  }
  .teaser--most-read .teaser__number {
    margin-right: 30px;
  }
  .teaser--most-read .teaser__image-wrap img,
  .teaser--most-read .teaser__image-wrap picture {
    width: 75px;
  }
  .teaser--most-read figure {
    padding-left: 25px;
  }
}

@media (min-width: 1024px) {
  .teaser--most-read {
    padding-bottom: 18px;
  }
  .teaser--most-read .teaser__title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 17px;
  }
  .teaser--most-read .teaser__image-wrap img,
  .teaser--most-read .teaser__image-wrap picture {
    width: 115px;
  }
  .teaser--most-read .teaser__number {
    margin-right: 15px;
  }
  .teaser--most-read .teaser__number span {
    font-size: 24px;
    line-height: 24px;
  }
  .teaser--most-read figure {
    padding-left: 20px;
  }
}

@media all and (max-width: 320px) {
  .teaser--most-read figure {
    padding-left: 10px;
  }
  .teaser--most-read .teaser__title {
    font-size: 15px;
    line-height: 18px;
  }
  .teaser--most-read .teaser__number {
    margin-right: 10px;
  }
}

.teaser--img-aligned {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(148, 153, 167, 0.4);
}

@media (min-width: 768px) {
  .teaser--img-aligned {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned {
    margin-bottom: 40px;
  }
}

.teaser--img-aligned .teaser__link {
  display: flex;
  transition: all 400ms;
}

.teaser--img-aligned .teaser__link:hover {
  opacity: 0.94;
}

.teaser--img-aligned .teaser__image-wrap {
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  margin: 0;
  width: 133px;
  height: 195px;
}

@media (min-width: 768px) {
  .teaser--img-aligned .teaser__image-wrap {
    width: 315px;
    height: 236px;
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned .teaser__image-wrap {
    width: 285px;
    height: 243px;
  }
}

.teaser--img-aligned .teaser__content {
  padding-left: 30px;
  align-self: flex-end;
  width: calc(100% - 133px);
}

@media (min-width: 768px) {
  .teaser--img-aligned .teaser__content {
    width: calc(100% - 315px);
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned .teaser__content {
    width: calc(100% - 285px);
  }
}

.teaser--img-aligned .teaser__label {
  font-weight: 400;
  color: #626262;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 768px) {
  .teaser--img-aligned .teaser__label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned .teaser__label {
    margin-bottom: 13px;
  }
}

.teaser--img-aligned .teaser__title {
  font-size: 20px;
  line-height: 28px;
  max-height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

@media (min-width: 768px) {
  .teaser--img-aligned .teaser__title {
    font-size: 32px;
    line-height: 38px;
    max-height: 190px;
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned .teaser__title {
    font-size: 24px;
    line-height: 30px;
    max-height: 150px;
  }
}

@media (min-width: 1290px) {
  .teaser--img-aligned .teaser__title {
    font-size: 28px;
    line-height: 34px;
    max-height: 170px;
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned.teaser--aligned-right-desktop .teaser__link {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .teaser--img-aligned.teaser--aligned-right-desktop .teaser__content {
    padding-left: 8px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .teaser--img-aligned.teaser--aligned-right-tablet .teaser__link {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .teaser--img-aligned.teaser--aligned-right-tablet .teaser__content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .teaser--img-aligned.teaser--aligned-right-mobile .teaser__link {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767.98px) {
  .teaser--img-aligned.teaser--aligned-right-mobile .teaser__content {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 .teaser--img-aligned {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 .teaser--img-aligned .teaser__image-wrap {
    height: 204px;
    width: 152px;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 .teaser--img-aligned .teaser__content {
    width: calc(100% - 152px);
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .col-lg-4 .teaser--img-aligned .teaser__title {
      padding-bottom: 2px;
    }
  }
}

@media (min-width: 1024px) {
  .col-lg-4 .teaser--img-aligned .teaser__title {
    font-size: 20px;
    line-height: 24px;
    max-height: 120px;
  }
}

@media (min-width: 1290px) {
  .col-lg-4 .teaser--img-aligned .teaser__title {
    font-size: 26px;
    line-height: 28px;
    max-height: 139px;
  }
}

.loadMore {
  font-size: 14px;
  padding: 15px 95px;
  margin: 20px auto 60px;
  height: 48px;
}

.section-page__title {
  font-size: 36px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-page__title {
    font-size: 44px;
  }
}

.section-page__title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-page__title-container {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .section-page__title-container {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}

.section-page__title--aok-logo {
  display: block;
  height: 27px;
  margin: 10px 0 25px;
  font-size: unset;
}

@media (min-width: 768px) {
  .section-page__title--aok-logo {
    height: 29px;
    margin: 5px 0 20px;
  }
}

@media (min-width: 1024px) {
  .section-page__title--aok-logo {
    margin: 0 0 40px;
  }
}

@media (min-width: 1290px) {
  .section-page__title--aok-logo {
    height: 33px;
  }
}

.section-header-sponsored {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section-header-sponsored {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .section-header-sponsored {
    align-items: flex-start;
    justify-content: space-between;
  }
}

.section-header-sponsored__tooltip {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 1px;
  cursor: pointer;
  transition: all 800ms;
  text-align: center;
  line-height: 13px;
}

@media (min-width: 768px) {
  .section-header-sponsored__tooltip {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .section-header-sponsored__tooltip {
    margin-top: 2px;
  }
}

.section-header-sponsored__tooltip-icon {
  height: 13px;
  width: 13px;
}

.section-header-sponsored__tooltip-window {
  color: #212121;
  text-transform: none;
  pointer-events: none;
  transition: all 300ms;
  opacity: 0;
  position: absolute;
  width: 335px;
  background: #fff;
  padding: 15px;
  z-index: 3;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
  text-align: left;
}

@media (max-width: 767.98px) {
  .section-header-sponsored__tooltip-window {
    left: 0;
    width: 100%;
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  .section-header-sponsored__tooltip-window {
    left: -143px;
    top: 21px;
  }
}

.section-header-sponsored__tooltip-window::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -8px;
  left: 77px;
}

@media (max-width: 767.98px) {
  .section-header-sponsored__tooltip-window::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 74px;
  }
}

@media (min-width: 768px) {
  .section-header-sponsored__tooltip-window::before {
    top: -6px;
    left: 140px;
  }
}

.section-header-sponsored__tooltip-window label {
  font-size: 17px;
  font-family: "Sanomat Sans Web", sans-serif;
  margin: 5px 0 9px;
  font-weight: 500;
  color: #333;
}

.section-header-sponsored__tooltip-window p {
  font-size: 16px;
  font-family: "Sanomat Sans Web", sans-serif;
  line-height: 21px;
  margin: 0;
  color: #333;
}

.section-header-sponsored__tooltip:hover .section-header-sponsored__tooltip-window {
  opacity: 1;
}

.section-header-sponsored__info {
  background: transparent;
  font-style: normal;
  font-size: 14px;
  color: #333;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 1px;
  width: auto;
  line-height: 16px;
  margin: 2px 7px 0 0;
}

@media (max-width: 767.98px) {
  .section-header-sponsored__info {
    margin-top: 3px;
  }
}

.section-header-sponsored__info-title {
  color: #333;
  font-family: "Sanomat Alt", sans-serif;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
}

.section-header-sponsored__info--container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section-header-sponsored__info--container {
    display: flex;
    align-items: center;
    padding-right: 40px;
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  .section-header-sponsored__info--container {
    padding-top: 10px;
  }
}

.section-header-sponsored__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .section-header-sponsored__logos {
    margin-top: 8px;
    max-width: 280px;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .section-header-sponsored__logos {
    margin-top: 6px;
  }
}

@media (max-width: 767.98px) {
  .section-header-sponsored__logos {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: -20px;
  }
  .section-header-sponsored__logos img:first-child {
    margin-left: 0;
  }
}

.section-header-sponsored__logo {
  height: 24px;
  margin-left: 24px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .section-header-sponsored__logo {
    margin-left: 0;
    margin-right: 20px;
  }
}

.gallery .label__category {
  color: #fff;
}

.gallery .label__abonnement {
  color: #fff;
}

.gallery .label__star--full {
  background: url(/build/images/star_full_white.2bef4759.svg);
}

.gallery .label__star--empty {
  background: url(/build/images/star_empty_white.edd17060.svg);
}

.gallery .label--annonce .label__type {
  background-color: #fff;
  color: #373a3c;
}

.gallery-overlay {
  background: #333;
  color: #fff;
}

.gallery-overlay p {
  color: inherit;
}

.gallery-overlay .main-content {
  padding-top: 0;
}

.gallery-section {
  padding-bottom: 150px;
}

@media (max-width: 767.98px) {
  .gallery-section {
    padding-bottom: 70px;
  }
}

.gallery-section .gallery-redirect-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .gallery-section .gallery-redirect-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.gallery-section .btn-gallery {
  margin-top: 50px;
  min-width: 300px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 2px;
  height: 40px;
  padding-top: 11px;
}

.gallery-section .btn-gallery:hover {
  border-color: #fff !important;
  color: #fff !important;
  background: #333 !important;
}

.gallery-section .btn-gallery:focus {
  background: #333 !important;
}

.gallery-list {
  list-style: none;
  padding: 0;
}

.gallery-list__content {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .gallery-list__content {
    margin-bottom: 30px;
  }
}

.gallery-list__content .gallery-image {
  width: 100%;
}

@media (max-width: 767.98px) {
  .gallery-list__content .gallery-image {
    margin-left: calc(-4% - 0.625rem);
    margin-right: calc(-4% - 0.625rem);
    max-width: none;
    width: calc(108% + 1.2rem);
  }
}

.gallery-list__content .gallery-description {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gallery-list__content .gallery-description__author {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .gallery-list__content .gallery-description__author {
    max-width: 80%;
    min-height: 20px;
  }
}

.gallery-list__content .gallery-description__author p {
  font-style: italic;
  color: #939393;
  font-size: 13px;
  margin: 0;
  max-width: 900px;
}

.gallery-list__content .gallery-description__caption p {
  font-size: 14px;
  line-height: 21px;
  max-width: 900px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .gallery-list__content .gallery-description__caption p {
    max-width: 100%;
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
  }
}

.gallery-list__content .gallery-tools {
  padding-top: 15px;
}

@media (max-width: 767.98px) {
  .gallery-list__content .gallery-tools {
    position: absolute;
    right: 0;
    top: -1px;
  }
}

.gallery-list__content .gallery-tools__counter p {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .gallery-list__content .gallery-tools__counter p {
    font-size: 11px;
  }
}

.gallery-list__content .gallery-tools__counter-current {
  margin-right: 5px;
}

.gallery-list__content .gallery-tools__counter-total {
  margin-left: 5px;
}

.paywall-buy input.full-width {
  width: 100%;
  margin: 2px 0 11px;
  padding: 14px;
}

.paywall-buy p {
  margin: 0;
}

.paywall-buy h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 14px;
}

.paywall-buy .separator {
  margin: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .paywall-buy .paywall__button {
    white-space: normal;
  }
}

.paywall-buy .paywall-buy__input-helper {
  text-align: left;
  margin-bottom: 9px;
}

.paywall-buy .form-message--error {
  margin-bottom: 16px;
}

.paywall-buy-conditions {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}

.paywall-buy-conditions a {
  color: #333;
  text-decoration: underline;
  font-weight: 400;
}

.paywall-buy-conditions > .checkbox-styled {
  width: 7%;
  float: left;
  text-align: left;
  margin-top: -3px;
}

@media (max-width: 767.98px) {
  .paywall-buy-conditions > .checkbox-styled {
    margin-top: 2px;
  }
}

.paywall-buy-conditions > .checkbox-styled > input[type='checkbox']::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .paywall-buy-conditions > .checkbox-styled {
    width: 25px;
  }
}

.paywall-buy-conditions__text {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  width: 93%;
}

@media (max-width: 1023.98px) {
  .paywall-buy-conditions__text {
    padding-left: 10px;
  }
}

.paywall-legal_text {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  width: 93%;
  margin-top: 10px;
}

@media (max-width: 1023.98px) {
  .paywall-legal_text {
    padding-left: 10px;
  }
}

.paywall-buy .alert.alert--danger {
  margin-top: 34px;
}

.paywall-buy .alert.alert--danger > p {
  font-size: 13px;
  text-align: left;
}

.paywall-buy__inner {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.paywall-buy__inner .confirmation-email {
  font-size: 13px;
}

.paywall-buy__inner.wide {
  max-width: 100%;
}

.paywall-buy__notice, .paywall-buy__updated-notice {
  width: 100%;
  background: #eee;
  padding: 11px 18px;
  margin: 0 0 18px;
  font-size: 13px;
}

.paywall-buy__notice > p, .paywall-buy__updated-notice > p {
  text-align: left;
  color: #666;
}

@media (min-width: 768px) {
  .paywall-buy .offer-description-default h2 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .paywall-buy .offer-description-updated h2 {
    margin-bottom: 16px;
  }
}

.paywall-buy-options {
  display: flex;
}

.paywall-buy .form-message--error {
  display: none;
  margin: -5.5px 0 18px 5.5px;
}

@media (max-width: 767.98px) {
  .paywall-buy h2 {
    font-size: 25px;
  }
  .paywall-buy h2.paywall-buy__updated-price {
    font-size: 30px;
  }
}

.checkout__button {
  display: block;
  margin-bottom: 16px;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
  min-width: 100%;
  margin-top: 18px;
  padding: 14px;
}

@media (max-width: 767.98px) {
  .checkout__button {
    max-width: 300px;
    white-space: normal;
  }
}

.social-icons__icon-wrap {
  width: 39px;
}

@media only screen and (max-width: 370px) {
  .social-icons__icon-wrap {
    width: 31px;
  }
}

.social-icons__icon {
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  z-index: 1;
  opacity: 1;
  -moz-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social-icons__icon:hover {
  opacity: 0;
}

.social-icons__icon--inverted {
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  top: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 1024px) {
  .btn-send-messenger {
    display: none !important;
  }
}

.embedded-factbox {
  overflow-y: hidden;
  margin-top: 35px;
  margin-bottom: 35px;
  background: #f2f2f2;
}

@media (min-width: 768px) {
  .embedded-factbox {
    width: 631px;
    margin-left: -59px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .embedded-factbox {
    width: 642px;
    margin-left: -82px;
  }
}

@media (min-width: 1290px) {
  .embedded-factbox {
    width: 810px;
    margin-left: -105px;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.embedded-factbox__wrap--expanded {
  max-height: 10000px;
  -moz-transition: max-height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: max-height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: max-height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.embedded-factbox__wrap--expanded .embedded-factbox__body__overlay {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.embedded-factbox__wrap--expanded .embedded-factbox__body__text {
  max-height: none;
}

.embedded-factbox__wrap--expanded .embedded-factbox__body__read-more::after {
  transform: rotate(180deg);
}

.embedded-factbox__header {
  padding: 8px 14px 0;
}

@media (min-width: 768px) {
  .embedded-factbox__header {
    padding: 12px 20px 0;
  }
}

.embedded-factbox__header__name {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .embedded-factbox__header__name {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.embedded-factbox__header__title {
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 320px) {
  .embedded-factbox__header__title {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 768px) {
  .embedded-factbox__header__title {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (min-width: 1290px) {
  .embedded-factbox__header__title {
    font-size: 26px;
    line-height: 35px;
  }
}

.embedded-factbox__header .doted-spacer {
  margin-bottom: 15px;
}

.embedded-factbox__body {
  padding: 0 14px 40px;
}

@media (min-width: 768px) {
  .embedded-factbox__body {
    padding: 0 20px 40px;
  }
}

.embedded-factbox__body__text {
  max-height: 38px;
  overflow: hidden;
  display: block;
  padding-top: 2px;
}

@media (min-width: 768px) {
  .embedded-factbox__body__text {
    max-height: 108px;
    min-height: 43px;
  }
}

.embedded-factbox__body__text p:last-of-type {
  margin-bottom: 0;
}

.embedded-factbox__body__text p:last-of-type + ul,
.embedded-factbox__body__text p:last-of-type + ol {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .embedded-factbox__body__text p:last-of-type + ul,
  .embedded-factbox__body__text p:last-of-type + ol {
    margin-top: 20px;
  }
}

@media (min-width: 320px) {
  .embedded-factbox__body__text,
  .embedded-factbox__body .embedded-factbox__body__text > p,
  .embedded-factbox__body .embedded-factbox__body__text ul li,
  .embedded-factbox__body .embedded-factbox__body__text ol li {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .embedded-factbox__body__text,
  .embedded-factbox__body .embedded-factbox__body__text > p,
  .embedded-factbox__body .embedded-factbox__body__text ul li,
  .embedded-factbox__body .embedded-factbox__body__text ol li {
    font-size: 15px;
    line-height: 27px;
  }
}

.embedded-factbox__body__table {
  display: none;
}

.embedded-factbox__body__read-more {
  font-size: 12px;
  font-weight: 600;
  bottom: 0;
  right: 10px;
  padding: 20px 36px 15px 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .embedded-factbox__body__read-more {
    padding: 20px 36px 20px 20px;
  }
}

.embedded-factbox__body__read-more::after {
  content: '';
  background: url(/build/images/arrow-down.304b8881.svg);
  position: absolute;
  top: 25px;
  right: 10px;
  width: 12px;
  height: 6px;
  transition: all 300ms;
  background-size: 11px 6px;
  background-repeat: no-repeat;
}

.embedded-factbox__body__border_bottom {
  display: none;
}

.embedded-factbox__body__overlay {
  height: 250px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.embedded-factbox__body__overlay::before {
  content: ' ';
  width: 100%;
  height: 40px;
  bottom: 40px;
  right: 0;
  position: absolute;
  display: inline-block;
  -webkit-box-shadow: inset 0 -59px 40px -19px rgba(242, 242, 242, 0.98);
  -moz-box-shadow: inset 0 -59px 40px -19px rgba(242, 242, 242, 0.98);
  box-shadow: inset 0 -59px 40px -19px rgba(242, 242, 242, 0.98);
}

@media (min-width: 768px) {
  .embedded-factbox__body__overlay::before {
    height: 80px;
    bottom: 40px;
    -webkit-box-shadow: inset 0 -80px 40px -19px rgba(242, 242, 242, 0.98);
    -moz-box-shadow: inset 0 -80px 40px -19px rgba(242, 242, 242, 0.98);
    box-shadow: inset 0 -80px 40px -19px rgba(242, 242, 242, 0.98);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .embedded-factbox__body__overlay::before {
    box-shadow: inset 0 -49px 50px -10px rgba(242, 242, 242, 0.94);
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .embedded-factbox__body__overlay::before {
    box-shadow: inset 9px -78px 60px -29px rgba(242, 242, 242, 0.96);
  }
}

@supports (-ms-ime-align: auto) {
  .embedded-factbox__body__overlay::before {
    box-shadow: inset 0 -49px 50px -10px rgba(242, 242, 242, 0.94);
  }
  @media (min-width: 768px) {
    .embedded-factbox__body__overlay::before {
      box-shadow: inset 9px -78px 60px -29px rgba(242, 242, 242, 0.96);
    }
  }
}

.article_content--fullwidth .embedded-factbox.section-cat-aok-guide {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-factbox.section-cat-aok-guide {
    margin-left: 0;
    width: 100%;
  }
}

.section-cat-aok-guide.embedded-factbox {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body {
  padding: 7px 0 0;
}

@media (max-width: 767.98px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body {
    padding-top: 12px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__overlay::before {
  content: ' ';
  width: 100%;
  height: 80px;
  bottom: 40px;
  right: 0;
  -webkit-box-shadow: inset 0 -59px 40px -19px rgba(255, 255, 255, 0.98);
  -moz-box-shadow: inset 0 -59px 40px -19px rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 -59px 40px -19px rgba(255, 255, 255, 0.98);
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__overlay::before {
    height: 110px;
    bottom: 40px;
    -webkit-box-shadow: inset 0 -80px 40px -19px rgba(255, 255, 255, 0.98);
    -moz-box-shadow: inset 0 -80px 40px -19px rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 -80px 40px -19px rgba(255, 255, 255, 0.98);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__overlay::before {
    box-shadow: inset 0 -49px 50px -10px rgba(255, 255, 255, 0.94);
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__overlay::before {
    box-shadow: inset 9px -78px 60px -29px rgba(255, 255, 255, 0.96);
  }
}

@supports (-ms-ime-align: auto) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__overlay::before {
    box-shadow: inset 0 -49px 50px -10px rgba(255, 255, 255, 0.94);
  }
  @media (min-width: 768px) {
    .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__overlay::before {
      box-shadow: inset 9px -78px 60px -29px rgba(255, 255, 255, 0.96);
    }
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__read-more {
  display: none;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__read-more .section-cat-aok-guide.embedded-factbox .embedded-factbox__body {
  padding: 7px 0 0;
}

@media (max-width: 767.98px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__text {
    min-height: 77px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__text,
.section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text > p,
.section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text ul li,
.section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text ol li {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__text,
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text > p,
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text ul li,
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body .embedded-factbox__body__text ol li {
    font-size: 16px;
    line-height: 26px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__border_bottom {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  margin: 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__header {
  padding: 8px 0;
}

@media (max-width: 767.98px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__header {
    padding: 8px 0 0;
  }
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__header {
    padding: 12px 0 8px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__header__title {
  border-bottom: 1px solid #d3d3d3;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__header__name {
  display: none;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__header #factbox__header__title {
  font-size: 20px;
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__header .doted-spacer {
  display: none !important;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__subheader {
  padding: 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__subheader__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__subheader__title {
    font-size: 16px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__footer {
  padding: 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__footer_border {
  border-bottom: 1px solid #d3d3d3;
}

.teaser-page {
  padding-top: 30px;
}

.teaser-page__teaser-type {
  margin-bottom: 60px;
}

.teaser-page .teaser {
  margin-bottom: 50px;
}

.list {
  margin-bottom: 90px;
  padding-top: 10px;
}

.list__wrap {
  overflow: hidden;
}

.list__title-wrap {
  border-top: 1px solid #373a3c;
  padding-top: 9px;
}

.list__title {
  font-size: 33px;
  margin-bottom: 54px;
  line-height: 33px;
}

.list__title::after {
  content: '';
  height: 34px;
  width: 1px;
  display: block;
  position: absolute;
  top: -10px;
  right: -14px;
  background: #373a3c;
}

.list__blur {
  z-index: 1;
  top: 0;
  right: -1px;
  background-color: white 100%;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left, from(rgba(255, 255, 255, 0.8) 0%), to(white 100%));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, white 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, white 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, white 100%);
  /* IE10 */
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, white 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=$angle,StartColorStr='rgba(255, 255, 255, 0.8) 0%', EndColorStr='white 100%');
}

@media (min-width: 1024px) {
  .list__blur {
    width: 151px;
  }
}

@media (min-width: 1290px) {
  .list__blur {
    width: 181px;
  }
}

.list__slider {
  /* Arrows */
}

@media (min-width: 320px) {
  .list__slider {
    width: 154.66667vw;
  }
}

@media (min-width: 768px) {
  .list__slider {
    width: 1044px;
  }
}

@media (min-width: 1024px) {
  .list__slider {
    width: 1216px;
  }
}

@media (min-width: 1290px) {
  .list__slider {
    width: 1230px;
  }
}

.list__slider .slick-slide {
  margin-right: 0;
  width: 277px !important;
  margin-left: 18px;
}

@media (min-width: 768px) {
  .list__slider .slick-slide {
    margin-left: 18px;
  }
}

@media (min-width: 1024px) {
  .list__slider .slick-slide {
    margin-left: 14px;
  }
}

@media (min-width: 1290px) {
  .list__slider .slick-slide {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .list__slider .slick-slide {
    width: 336px !important;
  }
}

@media (min-width: 1024px) {
  .list__slider .slick-slide {
    width: 396px !important;
  }
}

@media (min-width: 1290px) {
  .list__slider .slick-slide {
    width: 390px !important;
  }
}

.list__slider .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.list__slider .slick-prev,
.list__slider .slick-next {
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .list__slider .slick-prev,
  .list__slider .slick-next {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .list__slider .slick-prev,
  .list__slider .slick-next {
    top: 100px;
  }
}

@media (min-width: 1290px) {
  .list__slider .slick-prev,
  .list__slider .slick-next {
    top: 105px;
  }
}

.list__slider .slick-prev.slick-disabled::before,
.list__slider .slick-next.slick-disabled::before {
  opacity: 0;
}

.list__slider .slick-prev::before,
.list__slider .slick-next::before {
  content: '';
  background: url(/build/images/list-arrow.43ae77d4.svg);
  width: 20px;
  height: 32px;
  display: block;
  background-size: contain;
}

@media (min-width: 1024px) {
  .list__slider .slick-next {
    right: 265px;
  }
}

@media (min-width: 1290px) {
  .list__slider .slick-next {
    right: 230px;
  }
}

.list__slider .slick-prev {
  left: 20px;
}

.list__slider .slick-prev::before {
  transform: rotate(180deg);
}

.stock-widget td {
  padding: 5px 0;
  position: relative;
}

.stock-widget thead {
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px dotted #373a3c;
}

.stock-widget tbody {
  font-size: 13px;
}

@media (min-width: 321px) {
  .stock-widget tbody {
    font-size: 15px;
  }
}

.stock-widget tbody td:first-child {
  font-weight: 500;
}

.stock-widget tbody td:first-child a {
  color: inherit;
  font-weight: 500;
}

.dre-item--bg-highlight .stock-widget tbody td:first-child a,
.dre-item--bg-image .stock-widget tbody td:first-child a {
  color: #333;
}

.dre-item--bg-highlight .stock-widget tbody td:nth-child(2),
.dre-item--bg-image .stock-widget tbody td:nth-child(2) {
  color: #333;
}

.stock-widget .stock-indicator {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 319.98px) {
  .stock-widget .stock-indicator {
    min-width: 65px;
  }
}

.stock-widget .stock-indicator::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: cover;
  margin-right: 3px;
}

.stock-widget .stock-indicator--negative {
  color: #b95050;
}

.stock-widget .stock-indicator--negative::before {
  background-image: url(/build/images/arrow-red.89c0c779.svg);
}

.stock-widget .stock-indicator--positive {
  color: #12aa7c;
}

.stock-widget .stock-indicator--positive::before {
  background-image: url(/build/images/arrow-green.2da2e892.svg);
}

.stock-widget .stock-refresh {
  display: inline-block;
  min-width: 80px;
}

.stock-widget .stock-refresh::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.stock-widget .stock-refresh--realtime::before {
  background-image: url(/build/images/lightning.663f0dbf.svg);
}

.stock-widget .stock-refresh--delayed::before {
  background-image: url(/build/images/delay.a47f610b.svg);
}

.stock-widget--teaser {
  background-color: #f8f8f8;
}

.stock-widget--teaser td {
  padding: 5px;
}

@media (max-width: 767.98px) {
  .dre-item--sm-half .stock-widget td,
  .col-6 .stock-widget td,
  .col-sm-6 .stock-widget td,
  .teaser--sideimage .stock-widget td {
    display: inline-block;
    width: calc(50% - 2px);
    padding-top: 0;
  }
  .dre-item--sm-half .stock-widget td:nth-child(2),
  .col-6 .stock-widget td:nth-child(2),
  .col-sm-6 .stock-widget td:nth-child(2),
  .teaser--sideimage .stock-widget td:nth-child(2) {
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .dre-item--sm-half .stock-widget tbody td:first-child,
  .col-6 .stock-widget tbody td:first-child,
  .col-sm-6 .stock-widget tbody td:first-child,
  .teaser--sideimage .stock-widget tbody td:first-child {
    display: block;
    padding: 5px 5px 0;
  }
}

@media (max-width: 767.98px) {
  .dre-item--sm-half .stock-widget .stock-indicator,
  .dre-item--sm-half .stock-widget .stock-refresh,
  .col-6 .stock-widget .stock-indicator,
  .col-6 .stock-widget .stock-refresh,
  .col-sm-6 .stock-widget .stock-indicator,
  .col-sm-6 .stock-widget .stock-refresh,
  .teaser--sideimage .stock-widget .stock-indicator,
  .teaser--sideimage .stock-widget .stock-refresh {
    display: inline;
    min-width: auto;
    white-space: nowrap;
  }
}

.dre-item--size-third.dre-item--bg-highlight {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .dre-item--size-third.dre-item--bg-highlight .stock-widget {
    position: relative;
    left: -25px;
    width: calc(100% + 50px) !important;
    bottom: -25px;
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .dre-item--size-third.dre-item--bg-highlight .stock-widget {
    position: relative;
    left: -4.82vw;
    width: calc(100% + 10vw) !important;
    bottom: -6.67vw;
    border: 0;
  }
}

.section-cat-aktier .Graph__top {
  border-top: 1px solid #333;
  margin-top: 20px;
}

.alert-container .alert {
  padding: 20px;
}

.alert-container .alert p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
}

.alert-container .alert button {
  background: transparent;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.alert-container .alert button img {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}

.related-audio-play-teaser {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.related-audio-play-teaser__show-player {
  background: #fff;
  box-shadow: none;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 12px;
  display: flex;
}

.related-audio-play-teaser__icons {
  display: inline-block;
}

.related-audio-play-teaser span {
  align-self: center;
  margin-left: 10px;
  margin-top: 4px;
  color: #333;
  letter-spacing: 0.5px;
}

.related-audio-play-teaser__icon-stop {
  display: none;
  background: #373a3c;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
}

.related-audio-play-teaser__icon-stop::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.related-audio-play-teaser__icon-play {
  background: #373a3c;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
}

.related-audio-play-teaser__icon-play::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}

.related-audio-play-teaser--enabled .related-audio-play-teaser__icon-play {
  display: none;
}

.related-audio-play-teaser--enabled .related-audio-play-teaser__icon-stop {
  display: block;
}

.related-audio-player-controls {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 5;
  border-top: 1px solid #d7d7d7;
  background: #fff;
  transition: bottom 0.3s ease-out;
  bottom: -87px;
  transform: translateZ(0);
  overflow: visible;
  backface-visibility: visible;
}

.related-audio-player-controls--enabled {
  bottom: 0;
}

.article-embedded-audio-info__title-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: flex;
}

.article-embedded-audio-info__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 17px;
}

.article-embedded-audio-info__author {
  display: none;
  font-size: 13px;
  line-height: 13px;
  color: #333;
  position: absolute;
  bottom: 35px;
  z-index: 22;
  margin-left: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 195px;
}

.article-embedded-audio-info__title {
  display: none;
  font-size: 14px;
  line-height: 18px;
  width: 270px;
}

.article-embedded-audio__container {
  background: #fff;
  padding: 8px 0 8px 20px;
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .related-audio-player-controls .container {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .related-audio-player-controls {
    background: #fff;
  }
  .related-audio-player-controls .container {
    max-width: 100%;
  }
  .related-audio-player-controls .row {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .article-embedded-audio-info__title {
    display: flex;
  }
  .article-embedded-audio__container {
    padding: 14px 0 14px 20px;
  }
  .article-embedded-audio-info__title-wrapper {
    height: 72px;
  }
}

@media (min-width: 1024px) {
  .article-embedded-audio-info__author {
    display: block;
  }
  .article-embedded-audio__container {
    padding: 20px 0;
  }
  .article-embedded-audio-info__title-wrapper {
    height: 85px;
  }
}

.back-to-frontpage__button {
  width: 100%;
  font-size: 15px;
  padding: 0;
}

@media (min-width: 1024px) {
  .back-to-frontpage__button {
    width: 642px;
  }
}

.social-icons-bottom {
  display: flex;
  justify-content: center;
  padding-top: 18px;
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .social-icons-bottom {
    padding: 40px 0 25px;
  }
}

@media (min-width: 768px) {
  .social-icons-bottom {
    width: 690px;
    margin-left: -59px;
  }
}

@media (min-width: 1024px) {
  .social-icons-bottom {
    width: 642px;
    margin-left: -82px;
  }
}

@media (min-width: 1290px) {
  .social-icons-bottom {
    width: 100%;
    margin-left: 0;
  }
}

.social-icons-bottom .article-byline__icon {
  margin-right: 10px;
}

@media (max-width: 319.98px) {
  .social-icons-bottom .article-byline__icon {
    margin-right: 0;
  }
}

.list-read-more {
  margin-top: 13px;
  width: 100%;
}

.list-read-more__title {
  padding-top: 15px;
  padding-right: 16px;
  border-right: 1px solid #333;
  line-height: 17px;
  font-size: 23px;
}

@media (min-width: 768px) {
  .list-read-more__title {
    padding-top: 24px;
    font-size: 33px;
  }
}

.list-read-more__title-wrap {
  border-top: 1px solid #333;
  margin-bottom: 22px;
}

@media (min-width: 1024px) {
  .list-read-more__title-wrap {
    margin-bottom: 33px;
  }
}

.list-most-read {
  margin-top: 13px;
  width: 100%;
}

.list-most-read__title {
  padding-top: 15px;
  padding-right: 16px;
  border-right: 1px solid #333;
  line-height: 17px;
  font-size: 23px;
}

@media (min-width: 768px) {
  .list-most-read__title {
    padding-top: 24px;
    font-size: 33px;
  }
}

.list-most-read__title-wrap {
  border-top: 1px solid #333;
  margin-bottom: 22px;
}

@media (min-width: 1024px) {
  .list-most-read__title-wrap {
    margin-bottom: 33px;
  }
}

.custom-page-body .list-vertical-timeline,
.list-vertical-timeline {
  margin-top: 13px;
  width: 100%;
}

.custom-page-body .list-vertical-timeline .list-vertical-timeline__title,
.list-vertical-timeline .list-vertical-timeline__title {
  padding-right: 16px;
  border-right: 1px solid #333;
  line-height: 17px;
  font-size: 23px;
  margin-bottom: 0.5rem;
  padding-top: 19px;
}

@media (min-width: 768px) {
  .custom-page-body .list-vertical-timeline .list-vertical-timeline__title,
  .list-vertical-timeline .list-vertical-timeline__title {
    padding-top: 22px;
    padding-right: 15px;
    font-size: 33px;
  }
}

.custom-page-body .list-vertical-timeline .font-CPH, .custom-page-body .list-vertical-timeline .site-footer__item-header p, .site-footer__item-header .custom-page-body .list-vertical-timeline p,
.custom-page-body .list-vertical-timeline .site-footer__item-header span, .site-footer__item-header .custom-page-body .list-vertical-timeline span,
.list-vertical-timeline .font-CPH,
.list-vertical-timeline .site-footer__item-header p,
.site-footer__item-header .list-vertical-timeline p,
.list-vertical-timeline .site-footer__item-header span,
.site-footer__item-header .list-vertical-timeline span {
  font-family: CPH-signs, georgia, times, serif;
}

.custom-page-body .list-vertical-timeline__title-wrap,
.list-vertical-timeline__title-wrap {
  border-top: 1px solid #333;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .custom-page-body .list-vertical-timeline__title-wrap,
  .list-vertical-timeline__title-wrap {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .custom-page-body .list-vertical-timeline__title-wrap,
  .list-vertical-timeline__title-wrap {
    margin-bottom: 33px;
  }
}

@media (max-width: 767.98px) {
  .list-presentation {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

@media (min-width: 768px) {
  .list-presentation {
    width: 690px;
    margin-left: -59px;
  }
}

@media (min-width: 1024px) {
  .list-presentation {
    width: calc(642px);
    margin-left: -82px;
  }
}

@media (min-width: 1290px) {
  .list-presentation {
    width: calc(810px + (15px * 2));
    margin-left: -105px;
  }
}

.list-presentation .teaser-presentation {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.list-presentation .teaser-presentation__header {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding-right: 20px;
}

.list-presentation .teaser-presentation__punctuation-mark {
  background-color: #6c2889;
  color: #fff;
  height: 40px;
  min-width: 40px;
  padding: 11px 15px;
  font-weight: 500;
  line-height: 23px;
  font-size: 23px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 1;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation__punctuation-mark {
    height: 42px;
    min-width: 42px;
  }
}

.list-presentation .teaser-presentation__title {
  flex-shrink: 90000000;
  margin-left: 15px;
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation__title {
    margin-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .list-presentation .teaser-presentation__title {
    margin-top: 9px;
    margin-bottom: 7px;
  }
}

.list-presentation .teaser-presentation__img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation__img {
    height: 420px;
  }
}

@media (min-width: 1024px) {
  .list-presentation .teaser-presentation__img {
    height: 561px;
  }
}

.list-presentation .teaser-presentation__body {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation__body {
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .list-presentation .teaser-presentation__body {
    margin-left: 55px;
    margin-right: 55px;
  }
}

@media (max-width: 767.98px) {
  .list-presentation .teaser-presentation__body p,
  .list-presentation .teaser-presentation__body li {
    font-size: 16px;
    line-height: 26px;
  }
}

.list-presentation .teaser-presentation__body .embedded-factbox,
.list-presentation .teaser-presentation__body .embedded-quote,
.list-presentation .teaser-presentation__body .embedded-element--fullscreen {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation__body .embedded-factbox,
  .list-presentation .teaser-presentation__body .embedded-quote,
  .list-presentation .teaser-presentation__body .embedded-element--fullscreen {
    width: 100%;
  }
}

.list-presentation .teaser-presentation__body .embedded-image__image-figure img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1023.98px) {
  .list-presentation .teaser-presentation__body .embedded-element--left,
  .list-presentation .teaser-presentation__body .embedded-element--standard {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.list-presentation .teaser-presentation__tags-list {
  list-style: none;
  padding: 0;
  margin-left: -5px;
  margin-top: 13px;
  margin-bottom: 0;
  max-width: 80%;
  font-size: 0;
}

@media (min-width: 768px) {
  .list-presentation .teaser-presentation__tags-list {
    margin-top: 28px;
  }
}

.list-presentation .teaser-presentation__tags-list-item {
  margin: 6px;
  display: inline-block;
  padding: 0;
}

.list-presentation .teaser-presentation__tags-list-item a {
  background: #eee;
  color: #6a2889;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 9px 10px 8px;
  display: inline-block;
  transition: all 300ms;
  border-radius: 2px;
}

.list-presentation .teaser-presentation__tags-list-item a:hover {
  background: #e1e1e1;
}

.list-presentation .label__stars {
  border: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .list-presentation .label__stars {
    margin-bottom: 13px;
  }
}

.list-presentation .label__star {
  background: url(/build/images/star_full-aok.a58044ef.svg);
  height: 18.75px;
  width: 18.75px;
  margin-top: 0;
  margin-right: 3px;
}

@media (min-width: 1024px) {
  .list-presentation .label__star {
    margin-right: 2px;
  }
}

@media (max-width: 767.98px) {
  .list-presentation .label__star {
    height: 16px;
    width: 16px;
    margin-right: 1px;
  }
}

.list-presentation .label__star--empty {
  background: url(/build/images/star_empty.2aa790ce.svg) !important;
}

.list-presentation + p:empty {
  display: none;
}

.article_content--fullwidth .list-presentation .label__stars {
  margin-left: 0;
  padding-left: 0;
}

#mstar-components {
  min-height: 475px;
}

#mstar-components > p {
  display: none;
}

#mstar-components.mstar-loading > div,
#mstar-components.mstar-loading > button {
  visibility: hidden;
}

#mstar-components .mstar-components__btn-container {
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #mstar-components .mstar-components__btn-container {
    padding: 0 63px;
  }
}

@media (min-width: 1024px) {
  #mstar-components .mstar-components__btn-container {
    padding: 0 83px;
    display: flex;
    justify-content: space-between;
  }
}

#mstar-components .btn-stock {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  #mstar-components .btn-stock {
    width: calc(50% - 9px);
  }
}

@media (min-width: 1024px) {
  #mstar-components .btn-stock#c25aktier {
    order: 2;
  }
}

@media (min-width: 1024px) {
  #mstar-components .btn-stock#showmore {
    order: 1;
  }
}

#mstar-components #ec-sal-stock-report-container-sal-stock-report-section-panel-nav {
  display: none;
}

#mstar-components #ec-sal-stock-report2-container-sal-stock-report-section-panel-financials table.report-table td:first-child,
#mstar-components #ec-sal-stock-report2-container-sal-stock-report-section-panel-financials table.fixed-table td:first-child {
  background-color: #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 3px;
  max-width: 200px;
  min-width: 130px;
  width: 150px;
}

#mstar-components .sal-component-key-stats .sal-full-key-ratios a,
#mstar-components #sal-components-financials .sal-component-footer a,
#mstar-components .sal-component-nav ul.sal-nav-horizontal li:nth-child(2),
#mstar-components .sal-component-nav ul.sal-nav-horizontal li:nth-child(3),
#mstar-components .sal-component-nav ul.sal-nav-horizontal li:nth-child(9),
#mstar-components .sal-component-nav ul.sal-nav-horizontal li:nth-child(10),
#mstar-components .sal-component-body .sal-component-segment-band-wrapper ul li:last-child,
#mstar-components .sal-component-body .sal-component-segment-band-wrapper ul li:nth-child(4),
#mstar-components .sal-component-quote .security-info-star-chiclet {
  display: none;
}

#mstar-components .sal-component-header {
  border-top: 0;
}

@media (max-width: 767.98px) {
  #mstar-components .ec-sal-stock-report .ms-neat-row .ec-section {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .mstar-banner-container .banner--labeled > div {
    margin-top: 13px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .mstar-banner-container .banner--labeled > div {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
}

@media (max-width: 767.98px) {
  .mstar-banner-container .banner--labeled > div {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }
}

.article-scribble .article__share-bottom {
  margin-top: 0;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .article-scribble .article__share-bottom {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .article-scribble .main-content {
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .article-scribble .main-content .article-content {
    padding: 45px 30px 0;
    margin-left: -30px;
    background: #f8f8f8;
    margin-top: -45px;
  }
}

@media (min-width: 1024px) {
  .article-scribble .sidebar {
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .article-scribble .article-related {
    padding: 30px;
    margin-left: -30px;
    background: #f8f8f8;
  }
}

@media (min-width: 1024px) {
  .article-scribble .scribble-live .scribble-post,
  .article-scribble .scribble-live .scribble-gallery {
    padding: 0;
  }
}

.article-scribble .scribble-live .scrbbl-sitePreview .LinkImage {
  margin-bottom: 18px;
}

.article-scribble .scribble-live .scrbbl-sitePreview-inner h3 {
  margin-bottom: 0;
}

.article-scribble .scribble-live .scrbbl-sitePreview-inner h3 a {
  font-weight: 400;
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .article-scribble .scribble-live .scrbbl-sitePreview-inner h3 a {
    font-size: 15px;
  }
}

.article-scribble .scribble-live .scrbbl-sitePreview-inner .LinkSiteName,
.article-scribble .scribble-live .scrbbl-sitePreview-inner .LinkDescription {
  display: none;
}

.article-scribble .scribble-live .scribble-gallery .scribble-gallery-slider__list {
  position: relative;
}

@media (min-width: 1024px) {
  .article-scribble .scribble-live .scribble-gallery .scribble-gallery-slider__list .slick-next {
    width: 100px;
    margin-right: 0;
    top: 0;
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(96%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1);
    z-index: 0;
    bottom: 0;
  }
}

.article-scribble .scribble-live .scribble-pinned-slider-container {
  position: relative;
}

@media (min-width: 1024px) {
  .article-scribble .scribble-live .scribble-pinned-slider-container {
    padding: 28px 0 17px;
  }
}

.article-scribble .scribble-live .scribble-pinned-slider .scribble-pinned-slider__list {
  position: static;
}

@media (min-width: 1024px) {
  .article-scribble .scribble-live .slider .slick-next {
    width: 100px;
    margin-top: 0;
    margin-right: 0;
    top: 0;
    transform: none;
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(96%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 96%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 0;
  }
  .article-scribble .scribble-live .slider .slick-next::before {
    opacity: 1;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .article-scribble .scribble-live .slider .slick-prev {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .article-scribble .scribble-live .load-more-post::before {
    bottom: 106px;
  }
}

.scribble-blog-title {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.41px;
  line-height: 18px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 8px;
}

@media (max-width: 1023.98px) {
  .scribble-blog-title {
    font-size: 14px;
    line-height: 17px;
  }
}

.scribble-blog-title--space {
  margin-bottom: 24px;
  margin-top: 28px;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  background-color: #be2a2a;
  padding: 5px 8px 5px 5px;
  letter-spacing: 0;
}

@media (max-width: 1023.98px) {
  .scribble-blog-title--space {
    font-size: 11px;
    line-height: 11px;
  }
}

.scribble-blog-title--space::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/build/images/liveblog_title_icon.7d172705.png);
  background-size: cover;
  margin-right: 3px;
  vertical-align: middle;
}

.scribble-live {
  color: #333;
  padding-bottom: 0.625rem;
  font-size: 17px;
  line-height: 23px;
}

@media (max-width: 767.98px) {
  .scribble-live {
    font-size: 15px;
    line-height: 24px;
  }
}

.scribble-live .scribble-pinned-slider .scribble-pinned-slider__list.overflow-hidden {
  overflow: hidden;
}

.scribble-live .scribble-pinned-slider .scribble-pinned-slider__list.overflow-hidden .slider-scribble-container {
  width: max-content;
}

.scribble-live .scribble-pinned-slider .scribble-pinned-slider__list .slider-scribble-container {
  margin-bottom: 0;
}

.scribble-live .slider-scribble {
  width: 100%;
}

.scribble-live .slider-scribble.overflow-hidden {
  overflow: hidden;
}

.scribble-live .slider-scribble.overflow-hidden > ul {
  width: max-content;
}

.scribble-live .slider-scribble > ul li {
  display: inline-block;
  float: left;
}

.scribble-live .slider-scribble .scribble-pinned-slider__item {
  display: inline-block;
  float: left;
}

.scribble-live .load-more-post {
  background-color: #201748;
  border: 0;
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  height: 52px;
  line-height: 16px;
  padding: 18px;
  width: 100%;
  text-align: center;
  max-width: 398px;
  margin: 0 auto;
  cursor: pointer;
}

.scribble-element {
  word-break: break-word;
}

.scribble-live .scribble-post, .scribble-live .advert-unit, .scribble-live .scribble-vote, .scribble-live .scribble-gallery, .scribble-live .scribble-pinned {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px dotted #211748;
  display: block;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post, .scribble-live .advert-unit, .scribble-live .scribble-vote, .scribble-live .scribble-gallery, .scribble-live .scribble-pinned {
    padding: 12px 0;
  }
}

.scribble-live .scribble-post:not(:last-child), .scribble-live .advert-unit:not(:last-child), .scribble-live .scribble-vote:not(:last-child), .scribble-live .scribble-gallery:not(:last-child), .scribble-live .scribble-pinned:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post:not(:last-child), .scribble-live .advert-unit:not(:last-child), .scribble-live .scribble-vote:not(:last-child), .scribble-live .scribble-gallery:not(:last-child), .scribble-live .scribble-pinned:not(:last-child) {
    margin-bottom: 12px;
  }
}

.scribble-live .scribble-post__creation-date, .scribble-live .scribble-pinned__creation-date, .scribble-live .scribble-vote__creation-date, .scribble-live .scribble-gallery__creation-date, .scribble-live .scribble-post__creator, .scribble-live .scribble-vote__creator, .scribble-live .scribble-gallery__creator {
  color: #be2a2a;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post__creation-date, .scribble-live .scribble-pinned__creation-date, .scribble-live .scribble-vote__creation-date, .scribble-live .scribble-gallery__creation-date, .scribble-live .scribble-post__creator, .scribble-live .scribble-vote__creator, .scribble-live .scribble-gallery__creator {
    font-size: 14px;
    line-height: 17px;
    float: none;
  }
}

.scribble-live .scribble-post__creator, .scribble-live .scribble-vote__creator, .scribble-live .scribble-gallery__creator {
  color: #9499a7;
  font-weight: normal;
  padding-left: 4px;
}

.scribble-live .scribble-post h1, .scribble-live .advert-unit h1, .scribble-live .scribble-vote h1, .scribble-live .scribble-gallery h1, .scribble-live .scribble-pinned h1,
.scribble-live .scribble-post h2,
.scribble-live .advert-unit h2,
.scribble-live .scribble-vote h2,
.scribble-live .scribble-gallery h2,
.scribble-live .scribble-pinned h2,
.scribble-live .scribble-post h3,
.scribble-live .advert-unit h3,
.scribble-live .scribble-vote h3,
.scribble-live .scribble-gallery h3,
.scribble-live .scribble-pinned h3,
.scribble-live .scribble-post h4,
.scribble-live .advert-unit h4,
.scribble-live .scribble-vote h4,
.scribble-live .scribble-gallery h4,
.scribble-live .scribble-pinned h4 {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post h1, .scribble-live .advert-unit h1, .scribble-live .scribble-vote h1, .scribble-live .scribble-gallery h1, .scribble-live .scribble-pinned h1,
  .scribble-live .scribble-post h2,
  .scribble-live .advert-unit h2,
  .scribble-live .scribble-vote h2,
  .scribble-live .scribble-gallery h2,
  .scribble-live .scribble-pinned h2,
  .scribble-live .scribble-post h3,
  .scribble-live .advert-unit h3,
  .scribble-live .scribble-vote h3,
  .scribble-live .scribble-gallery h3,
  .scribble-live .scribble-pinned h3,
  .scribble-live .scribble-post h4,
  .scribble-live .advert-unit h4,
  .scribble-live .scribble-vote h4,
  .scribble-live .scribble-gallery h4,
  .scribble-live .scribble-pinned h4 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 3px;
  }
}

.scribble-live .scribble-post p, .scribble-live .advert-unit p, .scribble-live .scribble-vote p, .scribble-live .scribble-gallery p, .scribble-live .scribble-pinned p {
  margin-bottom: 0;
}

.scribble-live .scribble-post img, .scribble-live .advert-unit img, .scribble-live .scribble-vote img, .scribble-live .scribble-gallery img, .scribble-live .scribble-pinned img {
  width: 100%;
}

.scribble-live .scribble-post__content {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post__content {
    width: 100%;
  }
}

.scribble-live .scribble-post__content > img + * {
  margin-top: 10px;
}

.scribble-live .scribble-post__content .youtube-post,
.scribble-live .scribble-post__content .jwplayer {
  position: relative;
  height: 0 !important;
  padding-bottom: 56.25%;
}

.scribble-live .scribble-post__content .youtube-post iframe,
.scribble-live .scribble-post__content .jwplayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post__content .jwplayer {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post__content .col-1,
  .scribble-live .scribble-post__content .col-2,
  .scribble-live .scribble-post__content .col-3,
  .scribble-live .scribble-post__content .col-main,
  .scribble-live .scribble-post__content .col-sidebar {
    max-width: 100%;
    flex-basis: auto;
    padding-bottom: 1em;
  }
}

.scribble-live .scribble-post__content .scrbbl-sitePreview__processed .LinkSiteName {
  display: none;
}

.scribble-live .scribble-post__content .scrbbl-sitePreview__processed .LinkDescription {
  display: inline-block;
  margin-top: 1em;
}

.scribble-live .scribble-post__content .scrbbl-sitePreview,
.scribble-live .scribble-post__content .scrbbl-sitePreview__processed {
  display: flex;
  flex-direction: column;
}

.scribble-live .scribble-post__content .scrbbl-sitePreview > h3,
.scribble-live .scribble-post__content .scrbbl-sitePreview__processed > h3 {
  order: -1;
}

.scribble-live .scribble-post ul,
.scribble-live .scribble-post ol {
  -webkit-padding-start: 30px;
  -moz-padding-start: 30px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.scribble-live .scribble-post ul li,
.scribble-live .scribble-post ol li {
  padding-left: 10px;
}

.scribble-live .scribble-post ul li:not(:last-child),
.scribble-live .scribble-post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.scribble-live .scribble-post figure {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post figure {
    margin-top: 10px;
    max-width: calc(100% + 40px);
    margin-left: 0;
    margin-right: 0;
  }
}

.scribble-live .scribble-post figure figcaption {
  color: #9499a7;
  font-size: 13px;
  letter-spacing: -0.16px;
  line-height: 17px;
  padding-top: 8px;
}

.scribble-live .scribble-post blockquote {
  font-style: italic;
  margin: 40px 0 20px;
  font-size: 28px;
  line-height: 35px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post blockquote {
    margin: 25px 0 10px;
    font-size: 24px;
    line-height: 29px;
  }
}

.scribble-live .scribble-post blockquote.instagram-media::before, .scribble-live .scribble-post blockquote.twitter-tweet::before {
  display: none;
}

.scribble-live .scribble-post blockquote.comment-blockquote__processed {
  background-color: #eee;
  border-radius: 23px;
  border-bottom-left-radius: 0;
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  letter-spacing: 0;
  color: #212121;
  padding: 15px 20px;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post blockquote.comment-blockquote__processed {
    font-size: 15px;
    line-height: 20px;
  }
}

.scribble-live .scribble-post blockquote.comment-blockquote__processed br {
  display: none;
}

.scribble-live .scribble-post blockquote.comment-blockquote__processed b {
  font-weight: normal;
  color: #656565;
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post blockquote.comment-blockquote__processed b {
    font-size: 12px;
    margin-top: 7px;
  }
}

.scribble-live .scribble-post blockquote.comment-blockquote__processed::before {
  content: none;
}

.scribble-live .scribble-post blockquote.comment-blockquote__processed + div {
  margin-top: 20px;
  padding-left: 60px;
  padding-top: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post blockquote.comment-blockquote__processed + div {
    width: 100%;
    margin-top: 24px;
    padding-top: 11px;
    padding-left: 0;
  }
}

.scribble-live .scribble-post.scribble-post__quote .scribble-post__creator {
  display: none;
}

.scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author {
  text-align: right;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: block;
  color: #be2a2a;
}

.scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author .author-avatar,
.scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author .author-name {
  display: inline-block;
  vertical-align: middle;
}

.scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author .author-avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #979797;
  margin-right: 7px;
  position: relative;
}

.scribble-live .scribble-post.scribble-post__quote .scribble-post__quote--author .author-avatar > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scribble-live .scribble-post .scrbbl-post-embed blockquote::before {
  display: none;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post .fb-post span iframe {
    max-width: 100% !important;
    width: 300px !important;
    min-width: 0 !important;
  }
}

@media (max-width: 319.98px) {
  .scribble-live .scribble-post .fb-post span iframe {
    width: 290px !important;
  }
}

@media only screen and (orientation: landscape) {
  .scribble-live .scribble-post .fb-post span iframe {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .scribble-live .scribble-post .fb-post span iframe {
    width: 500px !important;
  }
}

.scribble-live .scribble-post .instagram-body {
  width: calc(100% - 100px);
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-post .instagram-body {
    width: 100%;
  }
}

.scribble-live .scribble-post .instagram-media {
  min-width: 0 !important;
  max-width: 100% !important;
}

.scribble-live .scribble-post__author-text {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  margin-top: 10px;
}

.scribble-live .scribble-post__author-text--quote {
  color: #201748;
}

.scribble-live .scribble-post__author-text--answer {
  color: #be2a2a;
}

.scribble-live .scribble-post .youtube-post iframe {
  width: 100%;
  min-height: 300px;
}

.scribble-live .scribble-post .fb_iframe_widget > span {
  width: 100% !important;
}

.scribble-live .scribble-post .fb_iframe_widget iframe {
  width: 100% !important;
}

.scribble-live .scribble-post .fb-post {
  display: block;
}

.scribble-live .scribble-post .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.liveblog-iframe__parent {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.liveblog-iframe__custom-processed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-embedded-scribble {
  clear: both;
  position: relative;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .article-embedded-scribble {
    padding: 0 0 20px;
  }
}

.scribble-live .radio-styled__input {
  display: none;
}

.scribble-live .radio-styled__label {
  align-items: center;
  color: currentColor;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.32px;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
  transition: color 0.2s;
}

.scribble-live .radio-styled__button {
  align-self: flex-start;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
  top: 0.125em;
}

.scribble-live .radio-styled__button::after {
  backface-visibility: hidden;
  background-color: currentColor;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  width: 10px;
}

.scribble-live .radio-styled__button-text {
  margin: 0;
  transform: translateY(1px);
}

.scribble-live .radio-styled__input:checked ~ .radio-styled__label .radio-styled__button::after {
  opacity: 1;
}

.scribble-live .progress {
  background-color: #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  height: 30px;
  position: relative;
  border-radius: 0;
}

.scribble-live .progress-bar {
  background-color: rgba(33, 33, 33, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.scribble-live .input-group {
  margin-bottom: 20px;
}

.scribble-live .input-label {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.41px;
  line-height: 18px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 7px;
}

@media (max-width: 1023.98px) {
  .scribble-live .input-label {
    font-size: 14px;
    line-height: 17px;
  }
}

.scribble-live .input-text {
  background-color: transparent;
  border: 1px solid #5c5c5c;
  display: block;
  font-family: inherit;
  font-size: 17px;
  height: 52px;
  letter-spacing: -0.38px;
  line-height: 20px;
  padding: 17px 18px;
  width: 100%;
  border-radius: 0.2rem;
}

@media (max-width: 1023.98px) {
  .scribble-live .input-text {
    padding: 10px 18px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .input-text {
    padding: 10px 18px;
  }
}

.scribble-live textarea {
  border-radius: 0.2rem;
}

.scribble-live textarea.input-text {
  height: auto;
}

.scribble-live .button-submit {
  background-color: #201748;
  border: 0;
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  height: 52px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 454px;
}

@media (max-width: 1023.98px) {
  .scribble-live .button-submit {
    max-width: 396px;
    letter-spacing: -0.41px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .button-submit {
    max-width: 282px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
  }
}

.scribble-live .share-section {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scribble-live .share-section li:not(:last-child) {
  margin-right: 10px;
}

.scribble-live .share-section a {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.scribble-live .share-section a i {
  font-size: 20px;
  transform: translateY(1px);
}

.scribble-live .slider .slick-prev {
  margin-left: -50px;
}

@media (max-width: 1023.98px) {
  .scribble-live .slider .slick-prev {
    margin-left: -30px;
  }
}

.scribble-live .slider .slick-prev::before {
  background-image: url(/build/images/angle_right-red.958cd2ae.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: -2px;
  opacity: 0.2;
  width: 32px;
}

@media (max-width: 1023.98px) {
  .scribble-live .slider .slick-prev::before {
    margin-left: -12px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .slider .slick-prev::before {
    display: none;
  }
}

.scribble-live .slider .slick-next {
  margin-right: -50px;
}

@media (max-width: 1023.98px) {
  .scribble-live .slider .slick-next {
    margin-right: -30px;
  }
}

.scribble-live .slider .slick-next::before {
  background-image: url(/build/images/angle_right-red.958cd2ae.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: -2px;
  opacity: 0.2;
  width: 16px;
}

@media (max-width: 1023.98px) {
  .scribble-live .slider .slick-next::before {
    margin-right: -12px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .slider .slick-next::before {
    display: none;
  }
}

.scribble-live .slider .slick-arrow {
  background: transparent;
  height: 36px;
  margin-top: -17px;
  width: 30px;
}

.scribble-live .slider .slick-arrow::before {
  line-height: 36px;
}

@media (max-width: 1023.98px) {
  .scribble-live .slider .slick-arrow.slick-prev {
    display: none !important;
  }
}

.scribble-live .slider .image-caption {
  width: 70%;
}

@media (min-width: 1024px) {
  .scribble-live .slider .image-caption {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .slider .image-caption {
    width: 70%;
  }
}

.scribble-live .slider .image-caption.expanded {
  width: 100%;
}

.scribble-live .scribble-vote {
  position: relative;
  padding: 10px 15px;
}

.scribble-live .scribble-vote.btn-loader {
  background-color: #fff;
}

.scribble-live .scribble-vote.btn-loader::before {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-top: 7px solid rgba(56, 116, 255, 0.2);
  border-right: 7px solid rgba(56, 116, 255, 0.2);
  border-bottom: 7px solid rgba(56, 116, 255, 0.2);
  border-left: 7px solid #363636;
}

.scribble-live .scribble-vote.btn-loader .scribble-vote__creation-date {
  opacity: 0;
}

.scribble-live .scribble-vote.btn-loader .scribble-vote__content {
  opacity: 0;
}

.scribble-live .scribble-vote--poll {
  background-color: #363636;
  color: #fff;
}

.scribble-live .scribble-vote--poll h1,
.scribble-live .scribble-vote--poll h2,
.scribble-live .scribble-vote--poll h3,
.scribble-live .scribble-vote--poll h4 {
  color: inherit;
}

.scribble-live .scribble-vote--poll .progress-bar {
  background-color: currentColor;
}

.scribble-live .scribble-vote--quiz .scribble-vote__content h1 {
  border-color: #211748;
}

.scribble-live .scribble-vote--quiz .scribble-vote__answers .radio-styled__button {
  color: #be2a2a;
}

.scribble-live .scribble-vote--quiz .scribble-vote__score .progress {
  background-color: rgba(33, 33, 33, 0.2);
  border-color: rgba(51, 51, 51, 0.2);
}

.scribble-live .scribble-vote--quiz .scribble-vote__score .progress-bar {
  background-color: #363636;
}

.scribble-live .scribble-vote--quiz .scribble-vote__score--correct .progress {
  background-color: rgba(190, 42, 42, 0.2);
}

.scribble-live .scribble-vote--quiz .scribble-vote__score--correct .progress-bar {
  background-color: #be2a2a;
}

.scribble-live .scribble-vote__creation-date--poll {
  color: #fff;
}

.scribble-live .scribble-vote__separator {
  display: none;
}

.scribble-live .scribble-vote__content {
  margin-bottom: 10px;
}

.scribble-live .scribble-vote__content h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  margin: 0 -15px;
  padding: 0 15px 15px;
  border-bottom: 1px dotted #d9d9d9;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-vote__content {
    width: 100%;
  }
}

.scribble-live .scribble-vote__answers, .scribble-live .scribble-vote__results {
  padding-top: 15px;
}

.scribble-live .scribble-vote__answers {
  padding-left: 25px;
}

.scribble-live .scribble-vote__answer-radio:not(:last-child) {
  margin-bottom: 18px;
}

.scribble-live .scribble-vote__results {
  padding-bottom: 30px;
}

.scribble-live .scribble-vote__result:not(:last-child) {
  margin-bottom: 15px;
}

.scribble-live .scribble-vote__answer-text {
  margin-bottom: 5px;
}

.scribble-live .scribble-vote__score {
  align-items: center;
  display: flex;
}

.scribble-live .scribble-vote__score--correct {
  color: #be2a2a;
}

.scribble-live .scribble-vote__score--correct .progress-bar {
  background-color: currentColor;
}

.scribble-live .scribble-vote__score-value {
  flex-basis: 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px;
  text-align: right;
}

.scribble-live .scribble-vote__score-bar {
  flex: 1;
}

.scribble-live .scribble-vote__total-votes {
  font-size: 12px;
  letter-spacing: -0.35px;
  position: absolute;
  bottom: 2px;
  right: 9px;
}

.scribble-comment-trigger {
  align-items: center;
  background-color: #fff;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.scribble-comment-trigger.active .scribble-comment-trigger__label::after {
  transform: rotate(-90deg);
}

.scribble-comment-trigger button {
  align-items: center;
  display: flex;
  border: 0;
  padding: 0;
  background: none;
  height: 40px;
  cursor: pointer;
}

.scribble-comment-trigger button:focus {
  outline: 0;
}

.scribble-comment-trigger__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  margin-right: 2px;
  text-transform: uppercase;
  transform: translateY(1px);
  color: #333;
}

@media (max-width: 1023.98px) {
  .scribble-comment-trigger__label {
    font-size: 13px;
    transform: translateY(2px);
  }
}

@media (max-width: 767.98px) {
  .scribble-comment-trigger__label {
    font-size: 12px;
  }
}

.scribble-comment-trigger__label::after {
  content: '';
  width: 18px;
  height: 19px;
  background-image: url(/build/images/angle_right.05630a68.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.75em;
  transform: rotate(90deg);
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.scribble-comment-box {
  background-color: #fff;
  padding: 30px 20px;
  width: 100%;
  border-bottom: 1px solid #333;
  min-height: 230px;
  display: none;
}

.scribble-comment-box .scribble-comment-box__notification,
.scribble-comment-box .input-group {
  max-width: 454px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 20px;
}

@media (max-width: 1023.98px) {
  .scribble-comment-box .scribble-comment-box__notification,
  .scribble-comment-box .input-group {
    max-width: 396px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767.98px) {
  .scribble-comment-box .scribble-comment-box__notification,
  .scribble-comment-box .input-group {
    max-width: 282px;
    font-size: 15px;
    line-height: 18px;
  }
}

.scribble-comment-box.scribble-active {
  display: block;
}

.scribble-comment-box.comment-sent .scribble-comment-box__notification {
  display: flex;
}

.scribble-comment-box.comment-sent .input-group,
.scribble-comment-box.comment-sent .button-submit {
  display: none;
}

.scribble-comment-box__link {
  color: #007cbb;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.41px;
  line-height: 18px;
  text-transform: uppercase;
  max-width: 454px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023.98px) {
  .scribble-comment-box__link {
    max-width: 396px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767.98px) {
  .scribble-comment-box__link {
    max-width: 282px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.38px;
  }
}

.scribble-comment-box__link--logout {
  display: block;
  margin-bottom: 7px;
  text-align: right;
}

.scribble-comment-box__link--logout + .input-group .input-label {
  display: none;
}

.scribble-comment-box__notification {
  align-items: center;
  border: 1px solid #09ba5b;
  border-radius: 5px;
  display: none;
  font-size: 17px;
  justify-content: center;
  line-height: 20px;
  margin-top: 17px;
  text-align: center;
  padding: 30px;
  margin-bottom: -10px;
  color: #333;
}

.scribble-comment-box__notification--success {
  background-color: #dbf0d5;
}

.scribble-comment-box__social-login {
  margin-top: 27px;
}

.scribble-comment-box__login-option {
  border-bottom: 1px solid #09ba5b;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.scribble-live .scribble-gallery {
  display: block;
}

.scribble-live .scribble-gallery__creation-date {
  float: none;
  margin-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .scribble-live .scribble-gallery .slider .slick-prev {
    margin-left: -50px;
  }
}

@media (max-width: 1023.98px) {
  .scribble-live .scribble-gallery .slider .slick-next {
    margin-right: -50px;
  }
}

.scribble-live .scribble-gallery .scribble-gallery-slider__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scribble-live .scribble-gallery .scribble-gallery-slider__list li {
  margin: 0;
  padding: 0;
}

.scribble-live .scribble-gallery .scribble-gallery-slider__item figure,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content {
  width: 380px;
  margin-right: 10px;
  float: none;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-gallery .scribble-gallery-slider__item figure,
  .scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content {
    width: 299px;
  }
}

@media (max-width: 319.98px) {
  .scribble-live .scribble-gallery .scribble-gallery-slider__item figure,
  .scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content {
    width: 210px;
  }
}

.scribble-live .scribble-gallery .scribble-gallery-slider__item figure > a[class^='scrible-gallery-item_'],
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content > a[class^='scrible-gallery-item_'] {
  display: block;
  height: 0;
  width: 380px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 56.25%;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-gallery .scribble-gallery-slider__item figure > a[class^='scrible-gallery-item_'],
  .scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content > a[class^='scrible-gallery-item_'] {
    width: 299px;
  }
}

@media (max-width: 319.98px) {
  .scribble-live .scribble-gallery .scribble-gallery-slider__item figure > a[class^='scrible-gallery-item_'],
  .scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content > a[class^='scrible-gallery-item_'] {
    width: 210px;
  }
}

.scribble-live .scribble-gallery .scribble-gallery-slider__item figure .slide-image-caption,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content .slide-image-caption {
  opacity: 1;
  font-size: 13px;
  line-height: 17px;
  color: #939393;
  white-space: normal;
  text-overflow: initial;
  width: 100%;
  display: inline-block;
  padding-left: 0;
  float: left;
  overflow: hidden;
  padding-top: 6px;
}

.scribble-live .scribble-gallery .scribble-gallery-slider__item figure .slide-image-caption.wrapped,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content .slide-image-caption.wrapped {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
}

.scribble-live .scribble-gallery .scribble-gallery-slider__item figure .slide-image-caption.wrapped + .image-caption-btn,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content .slide-image-caption.wrapped + .image-caption-btn {
  display: inline;
}

.scribble-live .scribble-gallery .scribble-gallery-slider__item figure .image-caption-btn,
.scribble-live .scribble-gallery .scribble-gallery-slider__item .scribble-post__content .image-caption-btn {
  font-size: 13px;
  line-height: 17px;
  color: #939393;
  text-decoration: none;
  font-weight: bold;
  padding-top: 6px;
  float: left;
  padding-left: 2px;
  display: none;
}

.article-scribble .mfp-counter {
  display: none;
}

.scribble-live .scribble-pinned-slider-container {
  padding: 30px 20px 17px;
  background-color: #fff;
  border-bottom: 1px solid #333;
}

@media (max-width: 1023.98px) {
  .scribble-live .scribble-pinned-slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-pinned-slider-container {
    padding-left: 10px;
    padding-right: 0;
  }
}

.scribble-live .scribble-pinned-slider-container .scribble-blog-title {
  margin-left: 4px;
}

.scribble-live .scribble-pinned-slider__list {
  margin-top: 8px;
  margin-bottom: 0;
}

.scribble-live .scribble-pinned-slider__list--fullwidth .slick-track {
  width: 100% !important;
  padding-right: 30px;
}

@media (max-width: 1023.98px) {
  .scribble-live .scribble-pinned-slider__list--fullwidth .slick-track {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-pinned-slider__list--fullwidth .slick-track {
    padding-right: 20px;
  }
}

.scribble-live .scribble-pinned-slider__list--fullwidth .slick-track .scribble-pinned-slider__item {
  width: 100%;
}

.scribble-live .scribble-pinned-slider__list--fullwidth .slick-track .scribble-pinned-slider__item .scribble-pinned--slide {
  width: 100%;
}

.scribble-live .scribble-pinned-slider__item {
  position: relative;
}

.scribble-live .scribble-pinned-slider__item > * {
  margin-bottom: 4px;
  margin-right: 14px;
}

.scribble-live .scribble-pinned-slider__item:focus {
  outline: none;
}

.scribble-live .scribble-pinned-slider__item-expand .scribble-pinned__readmore {
  display: block;
}

.scribble-live .scribble-pinned-slider__item-expand .scribble-pinned--slide {
  height: auto;
}

.scribble-live .scribble-pinned {
  padding: 12px 0;
  background-color: #fff;
  border-top: 3px solid #be2a2a;
  border-bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.scribble-live .scribble-pinned ol {
  padding-left: 25px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .scribble-live .scribble-pinned ol {
    padding-left: 30px;
  }
}

.scribble-live .scribble-pinned--slide {
  width: 380px;
  margin-left: 4px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-pinned--slide {
    width: 299px;
  }
}

@media all and (max-width: 320px) {
  .scribble-live .scribble-pinned--slide {
    width: 250px;
  }
}

.scribble-live .scribble-pinned--slide .scribble-post__creation-date, .scribble-live .scribble-pinned--slide .scribble-pinned__creation-date {
  padding: 6px 0 0 18px;
}

.scribble-live .scribble-pinned--slide .scribble-pinned-container {
  display: block;
  height: 205px;
  overflow: hidden;
  position: relative;
  padding: 0 18px;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-pinned--slide .scribble-pinned-container {
    width: 100%;
    float: none;
  }
}

.scribble-live .scribble-pinned--slide .scribble-pinned-container.open {
  height: auto;
}

.scribble-live .scribble-pinned--slide .scribble-pinned-container.open .scribble-pinned__readmore {
  background: none;
}

.scribble-live .scribble-pinned--slide .scribble-pinned-container .scribble-post__content {
  width: 100%;
  padding-top: 5px;
}

.scribble-live .scribble-pinned--slide > span {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100px;
  float: left;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .scribble-live .scribble-pinned--slide > span {
    margin-bottom: 10px;
    flex-direction: row;
    width: 100%;
    height: auto;
    float: none;
  }
}

.scribble-live .scribble-pinned--full-width {
  border-color: #211748;
}

.scribble-live .scribble-pinned--full-width.scribble-post {
  padding: 12px 0;
}

.scribble-live .scribble-pinned--full-width .scribble-post__creation-date, .scribble-live .scribble-pinned--full-width .scribble-pinned__creation-date {
  padding: 6px 0 0 18px;
}

.scribble-live .scribble-pinned--full-width .scribble-post__content {
  padding: 5px 18px;
  border-top: 1px dotted rgba(0, 0, 0, 0.3);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.scribble-live .scribble-pinned--full-width + .scribble-element {
  padding-top: 20px;
  border-top: 1px dotted #211748;
}

.scribble-live .scribble-pinned__readmore {
  display: none;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  background: #fff;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.3) 90%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.3) 90%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.3) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  padding: 26px 0 0;
}

.scribble-live .scribble-pinned__readmore .modal-btn-toggle {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  display: block;
  text-align: right;
  color: #212121;
  font-weight: 600;
  padding-top: 10px;
  text-decoration: none;
  background-color: #fff;
}

.scribble-live .scribble-pinned__readmore .modal-btn-toggle:focus {
  outline: none;
}

.scribble-live .scribble-pinned__readmore .modal-btn-toggle::after {
  content: ' ';
  background-image: url(/build/images/angle_right.05630a68.svg);
  display: inline-block;
  width: 24px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-top: -5px;
}

.scribble-live .scribble-pinned__readmore .modal-btn-toggle.open::after {
  transform: rotate(270deg);
}

.scribble-live .scribble-pinned__creation-date {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.scribble-live .scribble-pinned__creation-date::after {
  content: '';
  background: url(/build/images/star_full-aok.a58044ef.svg);
  width: 11px;
  height: 11px;
}

.scribble-live.scribble-live__sport-feed::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .scribble-live.scribble-live__sport-feed .scribble-post {
    margin-bottom: 12px;
  }
}

.scribble-live.scribble-live__sport-feed .scribble-post[data-filters~='overview'] {
  position: relative;
  overflow: visible;
}

.scribble-live.scribble-live__sport-feed .scribble-post[data-filters~='overview']::before {
  content: url(/build/images/chevron-right.3bde087d.svg);
  position: absolute;
  top: -6px;
  left: 4px;
  width: 20px;
  height: 27px;
}

@media (max-width: 1023.98px) {
  .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 767.98px) {
  .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector ul li {
  flex: 1 0 25%;
  text-align: center;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector label {
  width: 100%;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector label div {
  padding: 16px 0;
  font-weight: bold;
  transition: all 200ms ease;
  font-size: 12px;
  line-height: 1;
  width: 100%;
  font-family: 'SequelSansBold', sans-serif;
}

@media (max-width: 767.98px) {
  .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector label div {
    font-size: 10px;
  }
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector label div::before {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 8px;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector label div.scribble-active, .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector label div:hover {
  background-color: #dae0ec;
  color: #0035b8;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input {
  display: none;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value=''] + div::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value=''] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value=''] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='overview'] + div::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='overview'] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='overview'] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='quote'] + div::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='quote'] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='quote'] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='video'] + div::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='video'] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed .scribble-post-feed-selector input[value='video'] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed .sport-feed-sort {
  float: right;
  display: none;
}

.scribble-live.scribble-live__sport-feed .sport-feed-sort span {
  display: inline;
}

.scribble-live.scribble-live__sport-feed .sport-feed-sort span + span {
  display: none;
}

.scribble-live.scribble-live__sport-feed .sport-feed-sort.old-first span {
  display: none;
}

.scribble-live.scribble-live__sport-feed .sport-feed-sort.old-first span + span {
  display: inline;
}

.scribble-live.scribble-live__sport-feed .scribble-post-feed.filter__overview .scribble-element:not([data-filters~='overview']),
.scribble-live.scribble-live__sport-feed .scribble-post-feed.filter__quote .scribble-element:not([data-filters~='quote']),
.scribble-live.scribble-live__sport-feed .scribble-post-feed.filter__video .scribble-element:not([data-filters~='video']) {
  display: none;
}

.scribble-live.scribble-live__sport-feed .load-more-post {
  margin: 10px auto;
}

@media (max-width: 1023.98px) {
  .scribble-live.scribble-live__sport-feed .load-more-post {
    margin: 5px auto;
  }
}

.scribble-live.scribble-live__sport-feed .load-more-post::before {
  content: none;
  position: static;
  background: none;
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post[data-filters~='overview'] {
  position: relative;
  overflow: visible;
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post[data-filters~='overview']::before {
  content: url(/build/images/chevron-right.3bde087d.svg);
  width: 20px;
  height: 27px;
  position: absolute;
  top: -6px;
  left: 4px;
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value=''] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value=''] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value='overview'] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value='overview'] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value='quote'] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value='quote'] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value='video'] + div.scribble-active::before, .scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector input[value='video'] + div:hover::before {
  background-image: url(/build/images/chevron-right.3bde087d.svg);
}

.scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector label div.scribble-active, .scribble-live.scribble-live__sport-feed.scribble-live__regular-feed .scribble-post-feed-selector label div:hover {
  background-color: rgba(240, 50, 40, 0.06);
  color: #f03228;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /*! ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*! Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.95;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 1rem;
}

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 1rem;
  right: 1rem;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -0.5rem;
  text-align: right;
  padding-right: 0.5rem;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  line-height: 1.4;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  margin: 0;
  top: 50%;
  margin-top: -2.5rem;
  padding: 0;
  width: 5rem;
  height: 5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow::after {
  background-image: url(/build/images/angle_right-white.b63dffc7.svg);
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  content: '';
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  transform: rotate(180deg);
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/*! Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0;
  margin: 0 auto;
}

/*! The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  color: #999;
  padding-right: 2.5rem;
  padding-top: 1rem;
  line-height: 1rem;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*!
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.revealable-password {
  position: relative;
}

.revealable-password__reveal-button {
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUgMTJjMCAxLjY1NC0xLjM0NiAzLTMgM3MtMy0xLjM0Ni0zLTMgMS4zNDYtMyAzLTMgMyAxLjM0NiAzIDN6bTktLjQ0OXMtNC4yNTIgOC40NDktMTEuOTg1IDguNDQ5Yy03LjE4IDAtMTIuMDE1LTguNDQ5LTEyLjAxNS04LjQ0OXM0LjQ0Ni03LjU1MSAxMi4wMTUtNy41NTFjNy42OTQgMCAxMS45ODUgNy41NTEgMTEuOTg1IDcuNTUxem0tNyAuNDQ5YzAtMi43NTctMi4yNDMtNS01LTVzLTUgMi4yNDMtNSA1IDIuMjQzIDUgNSA1IDUtMi4yNDMgNS01eiIvPjwvc3ZnPg==");
  border: none;
  cursor: pointer;
  height: 100%;
  max-height: 22px;
  max-width: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.revealable-password__reveal-button--revealed {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuODg1IDE0Ljk4OGwzLjEwNC0zLjA5OC4wMTEuMTFjMCAxLjY1NC0xLjM0NiAzLTMgM2wtLjExNS0uMDEyem04LjA0OC04LjAzMmwtMy4yNzQgMy4yNjhjLjIxMi41NTQuMzQxIDEuMTQ5LjM0MSAxLjc3NiAwIDIuNzU3LTIuMjQzIDUtNSA1LS42MzEgMC0xLjIyOS0uMTMtMS43ODUtLjM0NGwtMi4zNzcgMi4zNzJjMS4yNzYuNTg4IDIuNjcxLjk3MiA0LjE3Ny45NzIgNy43MzMgMCAxMS45ODUtOC40NDkgMTEuOTg1LTguNDQ5cy0xLjQxNS0yLjQ3OC00LjA2Ny00LjU5NXptMS40MzEtMy41MzZsLTE4LjYxOSAxOC41OC0xLjM4Mi0xLjQyMiAzLjQ1NS0zLjQ0N2MtMy4wMjItMi40NS00LjgxOC01LjU4LTQuODE4LTUuNThzNC40NDYtNy41NTEgMTIuMDE1LTcuNTUxYzEuODI1IDAgMy40NTYuNDI2IDQuODg2IDEuMDc1bDMuMDgxLTMuMDc1IDEuMzgyIDEuNDJ6bS0xMy43NTEgMTAuOTIybDEuNTE5LTEuNTE1Yy0uMDc3LS4yNjQtLjEzMi0uNTM4LS4xMzItLjgyNyAwLTEuNjU0IDEuMzQ2LTMgMy0zIC4yOTEgMCAuNTY3LjA1NS44MzMuMTM0bDEuNTE4LTEuNTE1Yy0uNzA0LS4zODItMS40OTYtLjYxOS0yLjM1MS0uNjE5LTIuNzU3IDAtNSAyLjI0My01IDUgMCAuODUyLjIzNSAxLjY0MS42MTMgMi4zNDJ6Ii8+PC9zdmc+");
}

.video-msg-fallback {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  font-family: 'Guardian Text Egyptian Web', Georgia, Times, serif;
}

.video-msg-fallback > p {
  margin: 1em auto;
  color: #fff;
}

@media (max-width: 767.98px) {
  .video-msg-fallback > p {
    font-size: 16px;
  }
}

.video-msg-fallback-hidden {
  display: none;
}

.revealable-password {
  position: relative;
}

.revealable-password__reveal-button {
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUgMTJjMCAxLjY1NC0xLjM0NiAzLTMgM3MtMy0xLjM0Ni0zLTMgMS4zNDYtMyAzLTMgMyAxLjM0NiAzIDN6bTktLjQ0OXMtNC4yNTIgOC40NDktMTEuOTg1IDguNDQ5Yy03LjE4IDAtMTIuMDE1LTguNDQ5LTEyLjAxNS04LjQ0OXM0LjQ0Ni03LjU1MSAxMi4wMTUtNy41NTFjNy42OTQgMCAxMS45ODUgNy41NTEgMTEuOTg1IDcuNTUxem0tNyAuNDQ5YzAtMi43NTctMi4yNDMtNS01LTVzLTUgMi4yNDMtNSA1IDIuMjQzIDUgNSA1IDUtMi4yNDMgNS01eiIvPjwvc3ZnPg==");
  border: none;
  cursor: pointer;
  height: 100%;
  max-height: 22px;
  max-width: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.revealable-password__reveal-button--revealed {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuODg1IDE0Ljk4OGwzLjEwNC0zLjA5OC4wMTEuMTFjMCAxLjY1NC0xLjM0NiAzLTMgM2wtLjExNS0uMDEyem04LjA0OC04LjAzMmwtMy4yNzQgMy4yNjhjLjIxMi41NTQuMzQxIDEuMTQ5LjM0MSAxLjc3NiAwIDIuNzU3LTIuMjQzIDUtNSA1LS42MzEgMC0xLjIyOS0uMTMtMS43ODUtLjM0NGwtMi4zNzcgMi4zNzJjMS4yNzYuNTg4IDIuNjcxLjk3MiA0LjE3Ny45NzIgNy43MzMgMCAxMS45ODUtOC40NDkgMTEuOTg1LTguNDQ5cy0xLjQxNS0yLjQ3OC00LjA2Ny00LjU5NXptMS40MzEtMy41MzZsLTE4LjYxOSAxOC41OC0xLjM4Mi0xLjQyMiAzLjQ1NS0zLjQ0N2MtMy4wMjItMi40NS00LjgxOC01LjU4LTQuODE4LTUuNThzNC40NDYtNy41NTEgMTIuMDE1LTcuNTUxYzEuODI1IDAgMy40NTYuNDI2IDQuODg2IDEuMDc1bDMuMDgxLTMuMDc1IDEuMzgyIDEuNDJ6bS0xMy43NTEgMTAuOTIybDEuNTE5LTEuNTE1Yy0uMDc3LS4yNjQtLjEzMi0uNTM4LS4xMzItLjgyNyAwLTEuNjU0IDEuMzQ2LTMgMy0zIC4yOTEgMCAuNTY3LjA1NS44MzMuMTM0bDEuNTE4LTEuNTE1Yy0uNzA0LS4zODItMS40OTYtLjYxOS0yLjM1MS0uNjE5LTIuNzU3IDAtNSAyLjI0My01IDUgMCAuODUyLjIzNSAxLjY0MS42MTMgMi4zNDJ6Ii8+PC9zdmc+");
}

@media (min-width: 1024px) {
  .article_content--fullwidth .article-body,
  .article_content--fullwidth .list-read-more,
  .article_content--fullwidth .article--fullscreen__summary,
  .article_content--fullwidth .article-genre-tag__container,
  .article_content--fullwidth .label__stars {
    width: 735px;
    max-width: 735px;
    margin-left: 0;
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .article-body,
  .article_content--fullwidth .list-read-more,
  .article_content--fullwidth .article--fullscreen__summary,
  .article_content--fullwidth .article-genre-tag__container,
  .article_content--fullwidth .label__stars {
    margin-left: 145px;
  }
}

.article_content--fullwidth .col-lg-7 + .col-lg-4 {
  display: none !important;
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-element--fullscreen {
    width: calc(100vw);
    margin-left: calc(((100vw - 970px)/-2) - 82px);
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .embedded-element--fullscreen {
    margin-left: calc(((100vw - 735px)/-2) - 3px);
  }
}

.article_content--fullwidth .embedded-element--fullscreen .embedded-image__fulwidth-content {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .article_content--fullwidth .embedded-element--fullscreen .embedded-image__fulwidth-content {
    margin-left: calc((100vw - 690px)/-2);
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-element--fullscreen .image-caption {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .embedded-element--fullscreen .image-caption {
    max-width: 1015px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-element--left {
    margin-left: -55px;
  }
}

@media (min-width: 768px) {
  .article_content--fullwidth .embedded-quote {
    margin-left: -30px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-quote {
    margin-left: -55px;
  }
}

@media (min-width: 768px) {
  .article_content--fullwidth .embedded-factbox {
    margin-left: -30px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-factbox {
    width: 845px;
    margin-left: -55px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .embedded-element--standard {
    text-align: center;
  }
}

.article_content--fullwidth .embedded-element--standard .twitter-tweet,
.article_content--fullwidth .embedded-element--standard .instagram-media {
  margin: 0 auto !important;
  text-align: center;
}

@media (min-width: 1024px) {
  .article_content--fullwidth .article-byline {
    width: 735px;
    max-width: 735px;
    margin-left: 0;
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .article-byline {
    margin-left: 145px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .article-byline .article-byline__authors {
    width: 70%;
  }
}

.article_content--fullwidth .article-byline .article-byline__author-item:nth-child(3n + 4)::before {
  width: 735px;
}

@media (min-width: 1024px) {
  .article_content--fullwidth .article-byline__freetext-container {
    width: 735px;
    max-width: 735px;
    margin-left: 0;
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .article-byline__freetext-container {
    margin-left: 145px;
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .paywall-wrapper {
    margin-left: 145px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .paywall-wrapper {
    width: 735px;
  }
}

.article_content--fullwidth .social-icons-bottom {
  width: 100%;
  margin-left: 0;
}

@media (min-width: 768px) {
  .article_content--fullwidth .list-presentation {
    width: 631px;
    margin-left: -30px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .list-presentation {
    width: 845px;
    margin-left: -55px;
  }
}

.article_content--fullwidth .list-presentation .embedded-element--fullscreen .embedded-image__fulwidth-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.scroll_video--body .scrollingvideo-asset {
  margin: 25px auto;
  width: calc(100% - 40px);
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: none;
}

.scroll_video--body .scrollingvideo-asset img {
  width: 100%;
}

.scroll_video--body .scrollingvideo-asset p {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  max-width: 600px;
  border-radius: 2px;
  border: none;
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.15);
  text-align: left;
}

@media (max-width: 1024px) {
  .scroll_video--body .scrollingvideo-asset p {
    max-width: 500px;
  }
}

@media (max-width: 767.98px) {
  .scroll_video--body .scrollingvideo-asset p {
    padding: 20px;
  }
}

.scroll_video--body .scrollingvideo-asset strong {
  display: block;
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.scroll_video--body .scrollingvideo-asset .scrollingvideo-wrap {
  width: 100vw;
  right: 0;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
}

.scroll_video--body .scrollingvideo-asset .scrollingvideo-wrap .scrollingvideo-container {
  height: 100vh;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
}

.scroll_video--body .scrollingvideo-asset .scrollingvideo-wrap .scrollingvideo-container video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media (max-width: 1024px) {
  .scroll_video--body .scrollingvideo-asset .scrollingvideo-wrap .scrollingvideo-container video {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.scroll_video--body .scrollingvideo-asset_inner {
  position: relative;
}

.scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box_inner {
    position: relative;
    width: calc(100% - 45px);
    margin: 0 auto;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box_inner {
    width: 100%;
  }
}

.scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box .scrollvideo-wrap-box-text {
  position: absolute;
  z-index: 101;
}

.scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box .scrollvideo-wrap-box-text.box--left {
  left: 15px;
}

.scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box .scrollvideo-wrap-box-text.box--right {
  right: 15px;
}

@media (max-width: 767.98px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box .scrollvideo-wrap-box-text.box--right, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box .scrollvideo-wrap-box-text.box--left {
    right: 15px;
    left: 15px;
  }
}

.scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box {
  max-width: 100%;
}

@media (min-width: 320px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-md {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-lg {
    max-width: 1000px;
  }
}

@media (min-width: 1290px) {
  .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-sm, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-md, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-lg, .scroll_video--body .scrollingvideo-asset_inner .scrollvideo-wrap-box-xl {
    max-width: 1260px;
  }
}

@media (max-width: 767.98px) {
  .scroll_video--body.article_content--fullwidth .main-wrapper,
  .scroll_video--body.article_content--fullwidth .embedded-element--fullscreen {
    overflow-x: visible !important;
  }
}

.interscroll--body .main-wrapper {
  overflow-x: visible !important;
}

.embedded-parallax {
  overflow: visible;
}

.interscroll {
  position: relative;
  padding-top: 100vh;
  padding-bottom: 100vh;
}

.interscroll .content-flow-container {
  position: relative;
  z-index: 1;
}

.interscroll .interscroll-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.interscroll .interscroll-bg-stick {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
}

.interscroll .interscroll-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.interscroll .content-flow-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100vh;
}

.interscroll .content-flow-wrapper:last-child {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .interscroll .interscroll-bg-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .interscroll .content-flow-wrapper.left {
    justify-content: flex-start;
  }
  .interscroll .content-flow-wrapper.right {
    justify-content: flex-end;
  }
  .interscroll .interscroll-bg-mobile {
    display: none;
  }
}

.interscroll .content-flow {
  width: 500px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.15);
}

.interscroll .content-flow h2 {
  margin-bottom: 12px;
}

#speechkit-toggle {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f4f6;
  padding: 10px;
  color: #333;
  font-family: "Sanomat Sans Web", sans-serif;
  margin-bottom: 21px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  #speechkit-toggle {
    margin-bottom: 16px;
  }
}

#speechkit-toggle::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/build/images/tts_pause.35e63a11.svg);
}

#speechkit-toggle.active {
  display: flex;
}

#speechkit-toggle .speechkit-toggle-button,
#speechkit-toggle .speechkit-toggle-estimate {
  flex: 0 0 auto;
}

#speechkit-toggle .speechkit-toggle-label {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 17px;
  padding-left: 10px;
  font-weight: 500;
}

#speechkit-toggle .speechkit-toggle-button {
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  background-image: url(/build/images/tts_play.fff769b5.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#speechkit-toggle .speechkit-toggle-button.pause {
  background-image: url(/build/images/tts_pause.35e63a11.svg);
}

#speechkit-toggle .speechkit-toggle-estimate {
  color: #9499a7;
  font-size: 13px;
  line-height: 16px;
  padding-right: 10px;
}

#speechkit-notice,
#speechkit-shift {
  margin-bottom: -160px;
}

@media (max-width: 1023.98px) {
  #speechkit-notice,
  #speechkit-shift {
    margin-bottom: -173px;
  }
}

@media (max-width: 767.98px) {
  #speechkit-notice,
  #speechkit-shift {
    margin-bottom: -178px;
  }
}

#speechkit-notice.speechkit-notice-login {
  margin-bottom: -196px;
}

@media (max-width: 1023.98px) {
  #speechkit-notice.speechkit-notice-login {
    margin-bottom: -209px;
  }
}

@media (max-width: 767.98px) {
  #speechkit-notice.speechkit-notice-login {
    margin-bottom: -213px;
  }
}

#speechkit-consent-box {
  margin-bottom: -115px;
}

@media (max-width: 1023.98px) {
  #speechkit-consent-box {
    margin-bottom: -133px;
  }
}

@media (max-width: 767.98px) {
  #speechkit-consent-box {
    margin-bottom: -129px;
  }
}

#speechkit-notice,
#speechkit-shift,
#speechkit-consent-box {
  min-height: 98px;
  opacity: 0;
  background-color: #f4f4f6;
  overflow: hidden;
  padding: 20px;
  position: relative;
  top: -90px;
  display: none;
}

@media (min-width: 768px) {
  #speechkit-notice,
  #speechkit-shift,
  #speechkit-consent-box {
    text-align: center;
  }
}

#speechkit-notice.active,
#speechkit-shift.active,
#speechkit-consent-box.active {
  display: block;
}

#speechkit-notice h2,
#speechkit-shift h2,
#speechkit-consent-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 1023.98px) {
  #speechkit-notice h2,
  #speechkit-shift h2,
  #speechkit-consent-box h2 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  #speechkit-notice h2,
  #speechkit-shift h2,
  #speechkit-consent-box h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

#speechkit-notice h2::after,
#speechkit-shift h2::after,
#speechkit-consent-box h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 40px;
  background-image: url(/build/images/tts_lock.f9cb82da.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-7px);
}

@media (max-width: 767.98px) {
  #speechkit-notice h2::after,
  #speechkit-shift h2::after,
  #speechkit-consent-box h2::after {
    height: 34px;
    width: 14px;
  }
}

#speechkit-notice p,
#speechkit-shift p,
#speechkit-consent-box p {
  font-size: 15px;
  line-height: 17px;
  font-family: "Sanomat Sans Web", sans-serif;
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  display: block;
}

@media (max-width: 767.98px) {
  #speechkit-notice p,
  #speechkit-shift p,
  #speechkit-consent-box p {
    font-size: 13px;
    line-height: 15px;
  }
}

#speechkit-notice p a,
#speechkit-shift p a,
#speechkit-consent-box p a {
  color: #000;
  text-decoration: underline;
}

#speechkit-notice.fadeInAnimation,
#speechkit-shift.fadeInAnimation,
#speechkit-consent-box.fadeInAnimation {
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1ms;
  opacity: 1;
  top: -19px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #speechkit-notice.fadeInAnimation,
  #speechkit-shift.fadeInAnimation,
  #speechkit-consent-box.fadeInAnimation {
    top: -14px;
  }
}

#speechkit-notice.fadeInAnimation h2,
#speechkit-notice.fadeInAnimation p,
#speechkit-shift.fadeInAnimation h2,
#speechkit-shift.fadeInAnimation p,
#speechkit-consent-box.fadeInAnimation h2,
#speechkit-consent-box.fadeInAnimation p {
  transition-delay: 200ms;
  opacity: 1;
}

#speechkit-notice .speechkit-notice-button,
#speechkit-notice .speechkit-shift-button,
#speechkit-shift .speechkit-notice-button,
#speechkit-shift .speechkit-shift-button,
#speechkit-consent-box .speechkit-notice-button,
#speechkit-consent-box .speechkit-shift-button {
  margin: 20px 20px 0;
  width: 200px;
  background-color: #000;
}

#speechkit-notice .speechkit-notice-button:hover,
#speechkit-notice .speechkit-shift-button:hover,
#speechkit-shift .speechkit-notice-button:hover,
#speechkit-shift .speechkit-shift-button:hover,
#speechkit-consent-box .speechkit-notice-button:hover,
#speechkit-consent-box .speechkit-shift-button:hover {
  background-color: #333;
}

@media (max-width: 767.98px) {
  #speechkit-notice .speechkit-notice-button,
  #speechkit-notice .speechkit-shift-button,
  #speechkit-shift .speechkit-notice-button,
  #speechkit-shift .speechkit-shift-button,
  #speechkit-consent-box .speechkit-notice-button,
  #speechkit-consent-box .speechkit-shift-button {
    width: 100%;
    margin: 20px 0 0;
  }
}

#speechkit-notice .speechkit-notice-login,
#speechkit-shift .speechkit-notice-login,
#speechkit-consent-box .speechkit-notice-login {
  display: none;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

#speechkit-notice .speechkit-notice-login.active,
#speechkit-shift .speechkit-notice-login.active,
#speechkit-consent-box .speechkit-notice-login.active {
  display: block;
}

@media (max-width: 767.98px) {
  #speechkit-notice .speechkit-notice-login,
  #speechkit-shift .speechkit-notice-login,
  #speechkit-consent-box .speechkit-notice-login {
    text-align: center;
  }
}

#speechkit-consent-box {
  text-align: center;
}

#speechkit-consent-box p {
  max-width: 90%;
  margin: 0 auto;
  line-height: 19px;
}

@media (max-width: 767.98px) {
  #speechkit-consent-box p {
    max-width: 100%;
    line-height: 15px;
    text-align: left;
  }
}

#speechkit-consent-box.playing {
  transition-delay: 200ms;
  top: -19px;
  height: 124px;
}

@media (max-width: 767.98px) {
  #speechkit-consent-box.playing {
    top: -14px;
    height: 119px;
  }
}

@keyframes fadeInDown {
  0% {
    position: absolute;
    margin: -115px 0 20px;
    opacity: 0;
    height: 0;
    top: -115px;
    left: 0;
  }
  to {
    opacity: 1;
    margin: -19px 0 20px;
    height: auto;
    top: 100px;
    left: 0;
  }
}

#speechkit-player {
  height: 0;
  overflow: hidden;
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f6;
  z-index: 1003;
  transition: transform 200ms ease;
}

#speechkit-player.playing {
  height: auto;
  overflow: visible;
  transform: translateY(0);
}

#speechkit-player .sk-app-container {
  width: 1320px;
  max-width: 100%;
  background-color: transparent !important;
  margin: 0 auto;
  padding: 0 10px;
  height: 70px;
}

@media (min-width: 768px) {
  #speechkit-player .sk-app-container {
    padding: 0 40px;
  }
}

#speechkit-player .sk-app-container .sk-play-button {
  margin: 4px !important;
}

#speechkit-player .sk-app-progress-bar {
  max-width: calc(100% - 200px);
  justify-content: center;
  margin: 0 10px;
}

@media (min-width: 1024px) {
  #speechkit-player .sk-app-progress-bar {
    padding-right: 90px;
  }
}

#speechkit-player .sk-app-progress-bar .with-ad-link {
  display: none;
}

#speechkit-player .sk-app-progress-bar .sk-app-custom-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#speechkit-player .sk-app-progress-bar .sk-app-custom-title,
#speechkit-player .sk-app-progress-bar .sk-message {
  font-size: 13px;
  line-height: 16px;
}

#speechkit-player .sk-app-progress-bar .sk-cell {
  height: auto;
  flex-grow: 0;
}

#speechkit-player .sk-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#speechkit-player .sk-progress-bar .played-bar {
  color: #333;
}

#speechkit-player .sk-progress-duration .sk-message,
#speechkit-player .sk-progress-duration .sk-btn-speed-rate {
  color: #9499a7 !important;
}

@media (max-width: 1023.98px) {
  #speechkit-player .sk-progress-duration .ios-progress-fix > span {
    font-family: arial;
  }
}

#speechkit-player .sk-app-custom-controls {
  align-self: center;
  display: flex;
  width: 140px;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
}

#speechkit-player .sk-app-custom-controls button {
  text-indent: -10000px;
  border: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

#speechkit-player .sk-app-custom-controls button.sk-button-rewind {
  background-image: url(/build/images/tts_rewind.48415c42.svg);
}

#speechkit-player .sk-app-custom-controls button.sk-button-forward {
  background-image: url(/build/images/tts_forward.d37cde3b.svg);
}

#speechkit-player .sk-app-custom-controls button.sk-button-close {
  background-image: url(/build/images/tts_close.be9974df.svg);
}

#speechkit-player .sk-copyright-link,
#speechkit-player .sk-btn-speed-rate {
  display: none;
}

.notification-row.notification-error {
  background: #f2d4da;
  color: #c60029;
}

.notification-row.notification-error .check {
  display: none;
}

.notification-row {
  background: #6a7085;
  color: #fff;
  min-height: 50px;
  position: relative;
  width: 100%;
  margin-top: -40px;
}

@media (max-width: 1023.98px) {
  .notification-row {
    margin-top: -20px;
  }
}

.notification-row object.check {
  display: inline-block;
  margin-right: 12px;
  margin-top: 11px;
}

.notification-row span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 50px;
  width: 100%;
  font-size: 15px;
}

.notification-row .row .col-md-12 {
  display: table;
  height: 50px;
}

.notification-row .close-notification {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.notification-row .close-notification:hover {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .notification-row .close-notification {
    width: 30px;
  }
}

.notification-row .close-notification object.close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.notification-row .close-notification object.close img {
  width: 12px;
}

.recommended-content-relative {
  height: 0;
  width: 100%;
  position: relative;
  top: 0;
}

.recommended-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.closing-icon-container {
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.recommendations-elements-wrapper {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.recommendations-elements-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 45%;
  padding: 0 10px;
}

.recommended-element-item {
  margin: 0 10px;
  width: 33%;
  height: 100%;
  padding-bottom: 10px;
}

.recommended-item-elements {
  height: 100%;
  cursor: pointer;
}

.recommended-item-elements:hover .play-icon {
  opacity: 1;
}

.recommended-element-background {
  border: 1px solid #fff;
  width: 100%;
  height: 70%;
  background-size: 100% 100%;
  max-height: 170px;
  max-width: 277px;
}

.play-icon {
  width: 100%;
  height: 100%;
  background-image: url(/build/images/play.2677ebf9.svg);
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.recommended-element-title {
  font-family: Sanomat Sans Web;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.closing-icon {
  background-image: url(/build/images/close.93c34db7.svg);
  width: 15.1px;
  height: 15.1px;
  background-size: 15.1px 15.1px;
  margin-right: 20px;
  margin-top: 20px;
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  .recommended-element-item:nth-child(4) {
    display: none;
  }
  .recommended-element-title {
    font-size: 15px;
    line-height: 22px;
  }
  .play-icon:hover {
    background-image: unset;
  }
  .recommendations-elements-content {
    height: 70%;
  }
  .recommended-element-background {
    height: 62%;
  }
}

@media (max-width: 767.98px) {
  .recommended-element-item:nth-child(3) {
    display: none;
  }
  .recommended-element-item:nth-child(4) {
    display: none;
  }
  .recommended-element-item {
    width: 50%;
  }
  .recommendations-elements-content {
    height: 85%;
  }
  .recommended-element-title {
    font-size: 14px;
    line-height: 19px;
    max-height: 42px;
  }
  .recommended-element-title-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) and (orientation: landscape) {
  .recommended-element-item {
    width: 38% !important;
  }
  .recommended-element-background {
    max-height: 165px !important;
  }
}

.seenext-content-relative {
  right: 0;
  position: relative;
}

.seenext-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  background: transparent;
  z-index: 99;
}

.seenext-closing-icon-container {
  height: 15%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.seenext-single-content {
  cursor: pointer;
}

.seenext-single-content:hover .play-icon {
  opacity: 1;
}

.seenext-content-wrapper {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 20px;
}

.seenext-thumbnail {
  border: 1px solid #fff;
  max-height: 250px;
  width: 100%;
}

.play-icon {
  background-image: url(/build/images/play.2677ebf9.svg);
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all 400ms;
  opacity: 0;
}

.seenext-title {
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  font-family: Sanomat Sans Web;
  font-weight: 500;
  margin-bottom: 10px;
}

.seenext-subtitle {
  color: #fff;
  font-family: Sanomat Sans Web;
  margin-top: 10px;
  font-size: 17px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jwplayer:not(.jw-flag-audio-player).jw-flag-user-inactive.jw-state-playing .jw-wrapper .jw-controls {
  background: transparent;
}

.jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-controls {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

@media (max-width: 1023.98px) {
  .seenext-content-wrapper {
    height: 77%;
  }
  .seenext-title {
    line-height: 21px;
    font-size: 17px;
    margin-bottom: 8px;
  }
  .seenext-subtitle {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .seenext-closing-icon-container {
    height: 20%;
  }
  .seenext-subtitle {
    line-height: 19px;
    font-size: 14px;
    max-height: 35px;
    margin-top: 8px;
  }
  .seenext-title {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .recommended-element-background {
    max-height: 110px;
  }
  .seenext-subtitle-text {
    max-height: 35px;
    text-overflow: ellipsis;
  }
  .seenext-thumbnail {
    max-height: 60px;
    width: 90%;
  }
  .seenext-content-wrapper {
    margin-right: 10px;
    height: 76%;
  }
  .seenext-content {
    width: 35%;
  }
  .seenext-single-content {
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .seenext-thumbnail {
    max-height: 30px;
    max-width: 70px;
  }
}

@media all and (min-width: 576px) {
  .jwplayer:not(.jw-flag-audio-player) .jw-wrapper .jw-display .jw-display-controls .jw-display-icon-container {
    visibility: visible !important;
  }
}

@media (max-width: 767.98px) and (orientation: landscape) {
  .seenext-content {
    width: 30% !important;
  }
  .seenext-thumbnail {
    max-height: 85px !important;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table {
  display: block;
  margin: 0 0 22px;
  padding: 0 0 12px;
  border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 767.98px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table {
    margin: 0 0 20px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table #table__header {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table #table__header {
    font-size: 20px;
    line-height: 26px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__items {
  padding: 5px 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__items__with_divider {
  border-bottom: 1px solid #eee;
  padding: 13px 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__items:first-child {
  padding-top: 2px;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__items:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__header {
  font-family: "Sanomat Alt", sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 767.98px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__header {
    padding-bottom: 12px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item_subheader {
  font-family: "Sanomat Sans Web", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 22px;
  padding-top: 7px;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item_subheader {
    font-size: 16px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item_name {
  font-family: "Sanomat Sans Web", sans-serif;
  color: #333;
  margin-bottom: 0;
  flex-grow: 2;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item_name::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  bottom: 7px;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item_value {
  font-family: "Sanomat Sans Web", sans-serif;
  color: #333;
  margin-bottom: 0;
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item #table__item_name {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  padding: 0 14px 0 0;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item #table__item_name {
    font-size: 16px;
    line-height: 26px;
  }
}

.section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item #table__item_value {
  font-family: 'Sanomat Sans Web';
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  z-index: 0;
  white-space: nowrap;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-cat-aok-guide.embedded-factbox .embedded-factbox__body__table .table__item #table__item_value {
    font-size: 16px;
    line-height: 26px;
  }
}

.article--fullscreen .article-header-section .article-top-media--aok-guide-container {
  height: calc(100vh - 38px);
}

@media all and (orientation: portrait) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide-container {
    height: calc(100vh - 38px);
    height: calc((var(--vh, 1vh) * 100) - 38px);
  }
}

@media all and (max-width: 500px) and (orientation: landscape) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide-container {
    height: calc(100vh - 58px);
  }
}

@media (min-width: 768px) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide-container .container {
    max-width: 700px;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide-container .container {
    max-width: 855px;
    padding: 0 15px;
  }
}

.article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__content-container {
  height: calc(100vh - 38px);
  left: 0;
  width: 100%;
}

@media all and (orientation: portrait) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__content-container {
    height: calc(100vh - 38px);
    height: calc((var(--vh, 1vh) * 100) - 38px);
  }
}

@media all and (max-width: 500px) and (orientation: landscape) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__content-container {
    height: calc(100vh - 58px);
  }
}

.article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__image-figure {
  position: absolute;
  width: 100%;
  left: 0;
  background-size: cover;
  background-color: #ccc;
  background-position: center;
  height: calc(100vh - 38px);
}

@media all and (orientation: portrait) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__image-figure {
    height: calc(100vh - 38px);
    height: calc((var(--vh, 1vh) * 100) - 38px);
  }
}

@media all and (max-width: 500px) and (orientation: landscape) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__image-figure {
    height: calc(100vh - 58px);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .article--fullscreen .article-header-section .article-top-media--aok-guide .article-top-media__image-figure {
    position: -ms-page;
  }
}

.article--fullscreen .article-header-section .article-top-media__title-container {
  width: 100%;
  bottom: 0;
}

.article--fullscreen .article-header-section .article-top-media .article-header__title--aok-guide {
  max-height: none;
  -webkit-line-clamp: unset;
  overflow: visible;
}

@media (max-width: 767.98px) {
  .article--fullscreen .article-header-section .article-top-media .article-header__title--aok-guide {
    font-size: 24px;
    margin-bottom: 42px;
  }
}

.article--fullscreen .label__stars {
  border: none;
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .article--fullscreen .label__stars {
    margin-top: 32px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1024px) {
  .article--fullscreen .label__stars {
    margin-top: 36px;
    margin-bottom: 31px;
  }
}

.article--fullscreen .label__stars + .article--fullscreen__summary {
  margin-top: 0;
}

.article--fullscreen .label__star {
  background: url(/build/images/star_full-aok.a58044ef.svg);
  height: 22px;
  width: 22px;
  margin-top: 0;
  margin-right: 3px;
}

.article--fullscreen .label__star--empty {
  background: url(/build/images/star_empty.2aa790ce.svg);
}

.article-genre-tag {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}

@media (max-width: 767.98px) {
  .article-genre-tag {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

@media all and (max-width: 320px) {
  .article-genre-tag {
    font-size: 13px;
  }
}

.article-genre-tag__category {
  background-color: #6c2889;
  color: #fff;
  min-height: 38px;
  min-width: 68px;
  padding: 11px 15px;
  text-align: center;
  margin-right: 12px;
  line-height: 16px;
}

@media all and (max-width: 320px) {
  .article-genre-tag__category {
    padding: 11px 10px;
    min-width: 60px;
  }
}

.article-genre-tag__subcategory {
  margin-right: 12px;
  max-width: 50%;
}

@media (max-width: 767.98px) {
  .article-genre-tag__subcategory {
    max-width: 45%;
  }
}

@media all and (max-width: 320px) {
  .article-genre-tag__subcategory {
    max-width: 40%;
  }
}

.article-genre-tag__guide {
  min-width: 92px;
}

.article-genre-tag__guide::before {
  content: '';
  display: inline-block;
  left: 0;
  width: 1px;
  height: 12px;
  border-left: 1px solid #333;
  margin-right: 12px;
}

@media all and (max-width: 320px) {
  .article-genre-tag__guide::before {
    height: 9px;
  }
}

@media (max-width: 767.98px) {
  .article-genre-tag__container + .article--fullscreen__summary {
    margin-top: 19px;
  }
}

@media (max-width: 767.98px) {
  .article_content--fullwidth .article-genre-tag {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

@media (min-width: 768px) {
  .article_content--fullwidth .article-genre-tag {
    width: 631px;
    margin-left: -30px;
  }
}

@media (min-width: 1024px) {
  .article_content--fullwidth .article-genre-tag {
    width: 845px;
    margin-left: -55px;
  }
}

@media (min-width: 1290px) {
  .article_content--fullwidth .label__stars {
    margin-left: 145px;
  }
}

.map-wrapper {
  position: relative;
}

.map-wrapper .map-address-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  margin: 18px;
  padding: 12px;
  border-radius: 2px;
  display: flex;
  flex-flow: row nowrap;
  max-width: 339px;
  align-items: stretch;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  color: #333;
}

.map-wrapper .map-address-box .map-address {
  text-align: left;
}

.map-wrapper .map-address-box strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.map-wrapper .map-address-box .map-copy-icon {
  border-left: 1px solid #d3d3d3;
  padding: 0 3px 0 15px;
  margin: 6px 0 6px 15px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.map-wrapper .map-address-box .map-copy-icon img {
  width: 24px;
}

.map-wrapper .map-address-box .map-tooltip-copy {
  position: absolute;
  display: none;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background-color: #626262;
  padding: 6px 8px;
  white-space: nowrap;
  bottom: -37px;
  right: 0;
  border-radius: 2px;
}

.map-wrapper .map-address-box .map-tooltip-copy .map-tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #626262;
  position: absolute;
  top: -8px;
  right: 16px;
}

.map-wrapper > div > div:first-child {
  cursor: pointer;
}

.map-wrapper > div > div:first-child > div {
  pointer-events: none;
}

.mobile-player {
  margin: 12px 0 40px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.mobile-player .player-header {
  display: inline-block;
  opacity: .7;
  height: 32px;
  vertical-align: top;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}

.mobile-player .player-display {
  display: block;
  margin: 5px 0 10px;
}

.mobile-player .play-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  transition: transform .1s;
  background: #41a8e2;
  outline: none;
}

.mobile-player .play-button:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' class='icon-play' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M4.693 14.724C3.76 15.335 3 14.897 3 13.75V2.25C3 1.1 3.76.666 4.693 1.276l8.606 5.62c.935.61.934 1.6 0 2.21l-8.606 5.62v-.002z'%3E%3C/path%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  position: absolute;
  top: 13px;
  left: 15px;
}

.mobile-player .player-body-text {
  display: inline-block;
  height: 60px;
  width: calc(100% - 70px);
  vertical-align: middle;
  line-height: 1.4;
  font-size: 18px;
  padding: 6px 0 0 3px;
  color: #000;
  vertical-align: top;
}

.mobile-player .player-body-text .playtime-duration {
  font-size: 14px;
  opacity: .7;
  font-weight: 600;
}

.mobile-player .player-body-text .title,
.mobile-player .player-body-text a[href^="tel:"] {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.mobile-player .player-body-text .title:after,
.mobile-player .player-body-text a[href^="tel:"]:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  width: 20px;
  height: 27px;
  z-index: 2;
  display: block;
}

.mobile-player .player-body-text .title > span,
.mobile-player .player-body-text a[href^="tel:"] > span {
  position: relative;
}

.playlist-wrapper {
  max-height: 350px;
  overflow-y: auto;
  position: relative;
}

.playlist-wrapper:before {
  content: '';
  display: block;
  background: #333;
  opacity: .2;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
}

.playlist-header {
  padding: 10px;
  line-height: 20px;
}

.playlist-header .playlist-title {
  font-size: 13px;
  font-weight: 700;
}

.playlist-header .playlist-description,
.playlist-header .playlist-description p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333;
}

.playlist-content {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.playlist-content .clips {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border: 0;
}

.playlist-content .clips li {
  position: relative;
  transition: all .1s;
  padding: 0;
  border: 0;
}

.playlist-content .clips li:before {
  content: '';
  display: block;
  background: #333;
  opacity: .1;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.playlist-content .clips li a {
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  position: relative;
  color: #333;
  font-size: 12px;
}

.playlist-content .clip.with-images {
  padding-left: 46px;
}

.playlist-content .clip.with-images .artwork {
  margin: 2px 0 0 -46px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
}

.playlist-content .clip.with-images .artwork img {
  width: 100%;
  height: 100%;
}

.playlist-content .clip .clip-1 {
  font-size: 12px;
  line-height: 20px;
}

.playlist-content .clip .clip-1 .title,
.playlist-content .clip .clip-1 a[href^="tel:"] {
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 55px);
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.playlist-content .clip .clip-1 .time {
  text-align: right;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.playlist-content .clip .clip-2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: .7;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}

.playlist-content .clip .clip-2 .description {
  width: calc(100% - 58px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.playlist-content .clip .clip-2 .published {
  width: 50px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.playlist-content .clip .playing {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  background: #41a8e2;
}

.playlist-content .clip .playing:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' class='icon-play' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M4.693 14.724C3.76 15.335 3 14.897 3 13.75V2.25C3 1.1 3.76.666 4.693 1.276l8.606 5.62c.935.61.934 1.6 0 2.21l-8.606 5.62v-.002z'%3E%3C/path%3E%3C/svg%3E");
}

.playlist-content .active-track {
  background: rgba(33, 37, 41, 0.08);
}

.playlist-content .active-track .clip.with-images .artwork img {
  display: none;
}

.playlist-content .active-track .clip .playing {
  display: block;
  opacity: 1;
}

.playlist-content .active-track .clip .playing:after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s all;
}

@keyframes animateText {
  0%, 25% {
    transform: translateX(0%);
    right: 0;
  }
  75%,
  100% {
    transform: translateX(70%);
    right: 70%;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}


/*# sourceMappingURL=article_page-css.5ea46e26.css.map*/