<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* SHUTOKO_MULTILINGUAL
* /driving/discount/index.css
*
*/
/* --------------------------------
   Discount
-------------------------------- */
.ui-discount-menu {
	padding: 32px 0; 
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.ui-discount-menu {
		display: -ms-flexbox;
		display: flex;
	}
	.ui-discount-menu:not(:first-child) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.ui-discount-menu {
		margin: 0 auto; 
		padding: 16px;
		max-width: 476px;
	}
	.ui-discount-menu:not(:first-child) {
		margin-top: 16px;
	}
}
.ui-discount-menu .icon {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.ui-discount-menu .icon {
		width: 80px; 

		-ms-flex-item-align: center; 

		    -ms-grid-row-align: center; 

		    align-self: center;
	}
}
@media screen and (max-width: 767px) {
	.ui-discount-menu .icon {
		padding-top: 4px; 
		padding-bottom: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.ui-discount-menu .text {
		padding: 8px 40px; 
		border-left: 1px solid #f4f4f4;
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 767px) {
	.ui-discount-menu .text {
		padding: 12px;
		border-top: 1px solid #f4f4f4;
	}
}
.ui-discount-menu .text h3 {
	letter-spacing: -0.01em; 
	font-weight: 300;
	line-height: 1.25;
}
.ui-discount-menu .text h3:before {
	content: "";
	display: inline-block;
	margin-top: -4px; 
	margin-right: 8px;
	margin-left: 2px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #007b8e;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	vertical-align: middle;
}
.ui-discount-menu .text h3.is-hover:before {
	border-color: #126172;
}
.ui-discount-menu .text h3:visited:before {
	border-color: #294c70;
}
@media print, screen and (min-width: 768px) {
	.ui-discount-menu .text h3 {
		text-indent: -22px; 
		font-size: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.ui-discount-menu .text h3 {
		text-indent: -20px; 
		font-size: 2.5rem;
	}
}
.ui-discount-menu .text a {
	color: #007b8e;
}
.ui-discount-menu .text a.is-hover {
	text-decoration: none; 
	color: #126172;
}
.ui-discount-menu .text a.is-hover span {
	border-bottom: 1px solid #126172;
}
.ui-discount-menu .text p {
	margin-top: 8px; 
	font-size: 25.6px; 
	font-size: 1.6rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.ui-discount-menu .text p {
		line-height: 1.9;
	}
}</pre></body></html>