<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	background: #050E16;
	font-family: 'AxiaRegular';
	font-size: 1.6rem;
	color: #050E16;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
.swiper-no-swiping .swiper-wrapper {
  	justify-content: center;
}
/*=======header=======*/
.header-area{
	font-family: 'AxiaBold';
	padding: 4rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.bosch-img, .header-bovag{
	max-height: 4.8rem;
	border-radius: 5px;
}
.header-logo img{
	max-height: 7.8rem;
}
.header-area .menu-circle{
	width: 4.8rem;
	height: 4.8rem;
	border: 4px solid #e1e1e1;
}
.header-area .menu-circle, .trigger-dot{
	border-radius: 50%;
}
.dots {
    transition: visibility .2s, transform .2s, opacity .1s;
	opacity: 1;
	visibility: visible;
	transform: rotate(0deg);
}
.trigger-dot {
    width: 3px;
  	height: 3px;
  	margin: 0 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menu-icon.active .dots{
	display: none !important;
}
.navbar-nav.nav_menu_right_part.active a{
	visibility: hidden;
	opacity: 0;
}
/*=======dropdwn========*/
header li.d-inline-block.dropdown:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0;
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/next.svg) no-repeat center / cover;
}
header li.d-inline-block .dropdown-menu {
  	min-width: 18rem;
  	padding: 1rem;
	background: #27546E;
}
header li.d-inline-block .dropdown-menu, .menu-items .dropdown-menu{
	font-size: inherit;
}
header li.d-inline-block:hover .dropdown-menu, .menu-items .dropdown:hover .dropdown-menu {
	display: block;
}
header .dropdown-menu li a{
	padding-bottom: .2rem;
}
header li.d-inline-block a.text-white {
	border-bottom: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header li.d-inline-block a.text-white:hover{
	border-color: #fff;
}
header li.d-inline-block .dropdown-menu a:hover{
	color: #e3cbb1 !important;
	border-color: transparent;
}
/*========popup==========*/
.modal-area .position-relative{
	font-size: 1.8rem;
	background: rgba(225, 225, 225, 0.20);
	backdrop-filter: blur(10px); 
	max-width: 50rem;
}
.modal-backdrop{
	background: transparent;
}
.modal-area .modal-dialog{
	margin-left: 14rem;
	max-width: 85rem;
}
.modal-area .modal{
	top: auto !important;
}
.modal-area .position-relative, .modal-area a{
	color: #e1e1e1;
}
/*=========banner========*/
.home-banner .position-absolute.top-50, .service-block .gradient{
	z-index: 1;
}
.angle{
	background: url(../images/bg.png) no-repeat bottom/contain;
  	width: 60%;
  	z-index: 3;
  	height: 80%;
  	bottom: -25%;
  	right: -10%;
  	pointer-events: none;
}
/*=============product===========*/
.product-wrap{
	max-width: 1320px;
}
.product-dtl h4, .product-dtl, .car-content h3{
	color: #fff;
}
.product-dtl span, .car-content span{
	opacity: .5;
}
.product-dtl table{
	margin: 10% 0;
}
.product-dtl table, .car-content table{
	width: 100%;
}
.product-dtl tr, .car-content tr{
	display: flex;
	justify-content: space-between;
}
.product-block .cmn-arw, .overons-gal-slide .cmn-arw, .service-top-slider .cmn-arw{
	border-color: #e1e1e1;
}
.product-block .cmn-arw img, .subpg-slider .cmn-arw img, .overons-gal-slide .cmn-arw img, .subpg-list .cmn-arw img, 
.service-top-slider .cmn-arw img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
/*===========service===========*/
.service-block, .overons-content{
	background: #08141E;
}
.service-block .ms-lg-auto{
	max-width: 79rem;
}
.service-block .gradient{
	background: linear-gradient(180deg, rgba(8, 20, 30, 0.00) 0%, rgba(8, 20, 30, 0.65) 100%);
}
.service-block .position-absolute.end-0{
	z-index: 2;
}
.service-block .swiper-slide img.w-100{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-block .swiper-slide a:hover img.w-100{
	transform: scale(1.1);
}
.cmn-arw.swiper-button-next{
	left: 8rem;
}
.angle-color{
	background: url(../images/bg-color.png) no-repeat top / contain;
  	left: -23%;
  	bottom: -21%;
  	height: 60%;
}
/*============content-top===========*/
.content-block:not(.overons-top, .overons-content, .subpg-content), .product-block .cmn-arw, .trigger-dot, 
.overons-gal-slide .cmn-arw, .service-top-slider .cmn-arw, .aanbod-top-slider .cmn-arw:hover{
	background: #e1e1e1;
}
.content-top:not(.content-top.bg-transparent){
	font-family: 'AxiaBold';
	border-bottom: 2px solid rgba(20,24,30,0.1);
}
.content-top table{
	width: 100%;
}
.content-top td{
	position: relative;
	padding-left: 2.8rem;
	vertical-align: top;
}
.content-top td:before{
	position: absolute;
	top: 4px;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	content: '';
	background: url(../images/star.svg) no-repeat center /cover;
}
.content-wrap h4{
	padding: .35rem 0;
}
.content-wrap #accordian .cursor{
	border-top: 1px solid #050E16;
}
.content-wrap #accordian{
	border-bottom: 1px solid rgba(5, 14, 22, 0.50);
}
.content-wrap .collapsed{
	opacity: .5;
}
.content-wrap #accordian p{
	margin-bottom: 4rem;
}
.content-wrap .text-dark, .aanbod-top-slider .text-white a{
	font-family: 'AxiaBold';
}
.content-block:not(.subpg-content, .overons-top) img.w-100{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*==========slider-btm==========*/
.slider-btm .angle-color{
	right: -10%;
  	top: -24%;
  	height: 95%;
  	left: auto;
  	bottom: auto;
}
.whatsapp-btn{
	height: 8rem;
	max-width: 27rem;
	border-radius: 41.5px;
	background: rgba(37, 211, 102, 0.30); 
	font-size: 1.4rem;
	font-family: 'LamaSansSemiBold';
	text-transform: uppercase;
}
.whatsapp-btn img{
	width: 6.4rem;
}
.whatsapp-btn span{
	font-family: 'LamaSansMedium';
}
.whatsapp-btn.position-fixed{
	bottom: 4rem;
	right: 4rem;
	z-index: 99;
}
/*==========footer========*/
footer a.text-white:hover, .opening a:hover, .aanbod-top-slider .text-white a{
	text-decoration: underline;
}
.logo{
	max-width: 290px;
}
footer h5, .opening h5{
	margin-bottom: 2.5rem;
}
footer td, footer table, .form-block td, .form-block table{
	vertical-align: top;
}
footer table, .form-block table{
	width: 49%;
	display: inline-block;
}
footer td:nth-child(odd), .form-block td:nth-child(odd){
	padding-right: 2.5rem;
}
footer .custom-row, .form-block .custom-row{
	max-width: 950px;
	border-bottom: 1px solid #fff;
}
footer .logos img{
	max-height: 32px;
}
footer .logos{
	gap: 19px;
	width: calc(100% - 200px);
}
.vass-logo{
	max-width: 290px;
}
footer img.oorkonde-logo {
	max-height: 250px;
}
/*=======contact=========*/
.inner-banner .angle{
	width: 65%;
	right: -26%;
	bottom: -42%;
}
.contact-banner:not(.inner-banner), .form-block, .map-block, .subpg-content{
	background: #08141E; 
}
.form-block label {
  	position: absolute;
  	left: 0;
  	top: 10px;
  	background-color: #08141E;
  	z-index: 10;
  	transition: transform 150ms ease-out, opacity 150ms ease-out;
  	pointer-events: none;
  	width: 100%;
}
.form-block .focused label {
  	transform: translateY(-125%);
  	opacity: .5;
}
.form-block .col-lg-5 h5{
	position: relative;
	padding-top: 5rem;
}
.form-block .col-lg-5 h5:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 3.2rem;
  	height: 2.8rem;
  	background: url(../images/hand.png) no-repeat center /contain;
}
.form-styl{
	resize: none;
	border: 0;
	font-family: 'AxiaRegular';
	color: #fff;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 1.2rem 0;
  	transition: border 150ms ease-out;
}
textarea.form-styl{
	height: 50px;
}
.textarea-div.focused textarea.form-styl{
	height: 80px;
}
.form-styl:focus{
	border-color: #fff;
}
.form-styl.filled {
  	border-color: #fff;
}
.form-group.focused .form-styl{
	font-size: 2rem;
	padding-top: 2rem;
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.opening{
	max-width: 500px;
}
.map-block .position-relative{
	height: 48rem;
}
.map-block .bg-white{
	border-radius: 10px;
}
/*==========service-dtl=========*/
.detail-header{
	padding: 1.4rem 0;
  	border-bottom: 1px solid rgba(255,255,255,0.3);
  	transition: all 0s;
  	-webkit-transition: all 0s;
  	background: #050E16;
}
.back-btn, .aanbod-top-slider, .filter{
	padding-top: 15rem;
}
.back-btn a span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/prev.svg) no-repeat center / cover;
}
.subpg-top .product-wrap, .back-btn .product-wrap{
	max-width: 840px;
}
.service-top-slider .swiper-slide{
	padding: 3rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-top-slider .swiper-slide-active{
	padding: 0;
}
.subpg-slider h5, .related-car h5{
	color: #27546E !important;
}
.subpg-slider .cmn-arw{
	border-color: #050E16;
}
.subpg-slider .position-absolute h4{
	color: #fff !important;
}
.subpg-content h2 span, .overons-top h2 span{
	color: #e1e1e1;
}
.content-top.bg-transparent td{
	padding-bottom: 2.4rem;
	padding-right: .75rem;
}
.subpg-form .angle-color{
	bottom: -30%;
  	left: -24%;
}
/*=============overons===========*/
.overons-top .position-absolute{
	width: 40%;
	left: 5rem;
}
.video-div .text-dark{
	color: #A68463 !important;
}
.overons-top hr{
	opacity: .15;
}
.overons-top .position-relative{
	padding-bottom: 9rem;
}
.overons-content h2 span, .overons-content p, .overons-content h4, .aanbod-top-slider h5{
	color: #fff;
}
.overons-content .content-wrap #accordian .cursor{
	border-color: #fff;
}
.overons-content .content-wrap #accordian{
	border-color: rgba(255, 255, 255, 0.5);
}
.overons-content .angle{
  	bottom: -37%;
  	width: 80%;
  	height: 80%;
}
.team-slide span{
	opacity: .7;
}
.team-slide.swiper:not(.swiper-no-swiping):before, .aanbod-top-slider .swiper:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 10.5%;
	content: '';
	height: 100%;
	background: #e1e1e1;
	opacity: .7;
	z-index: 2;
	border-top-left-radius: 20px;
  	border-bottom-left-radius: 20px;
}
/*===========service-list===========*/
.subpg-list-top .angle-color{
	bottom: -37%;
  	height: 100%;
  	left: -33%;
  	z-index: -1;
}
.each-list{
	border: 1px solid rgba(5, 14, 22, 0.3);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.each-list-garantie{
	border: 1px solid rgba(5, 14, 22, 0.3);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.each-list:hover .subpg-hover{
	display: block !important;
}
.each-list a{
	color: inherit;
}
.subpg-hover h5 a{
	color: #fff;
}
.subpg-hover h5{
	display: inline-block;
	vertical-align: top;
	margin-right: 4rem;
}
.subpg-hover{
	border-top: 1px solid rgba(255,255,255,0.15);
}
.subpg-hover h5 a:hover{
	color: #D0B086;
}
.subpg-list .cmn-arw{
	border-color: #050E16;
}
.subpg-list .cmn-arw, .aanbod-top-slider h5{
	opacity: .5;
}
.each-list:hover{
	background: #08141E;
	border-color: #08141E;
}
.each-list:hover h2 span, .each-list:hover p{
	color: #fff;
}
.each-list:hover .cmn-arw{
	background: #D0B086;
	border-color: #D0B086;
	opacity: 1;
}
.subpg-list-top ul{
	margin: 2rem 0;
	padding-left: 1.5rem;
	list-style-type: disc;
}
.subpg-list-top li{
	padding-left: .5rem;
}
/*=========aanbod-list===========*/
.filter .d-flex span{
	width: 4.4rem;
	height: 4.4rem;
	border: 1px solid #949292;
}
.filter .d-flex span, .filter select{
	border: 1px solid #949292; 
}
.filter select{
	font-size: 1.6rem;
	color: #050E16;
	border-radius: 100px;
	padding: 1rem 4rem 1rem 2rem;
	appearance: none;
  	-webkit-appearance: none;
  	background: url(../images/dropdown.svg) transparent no-repeat 85% center;
}
.filter option{
	font-family: arial;
}
.filter select, .wis-part{
	font-family: 'AxiaBold';
}
.wis-part img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.filter-open{
	display: none;
}
.filter-open select{
	background-position: 90%;
}
.aanbod-btn{
	background: #D2D1D1; 
}
.aanbod-btn .default-btn{
	max-width: 15rem;
}
.aanbod-product table{
	margin: 2rem 0 3rem;
}
/*=========aanbod-dtl==========*/
.aanbod-top-slider .swiper:before{
	width: 19.5%;
  	background: #121212;
  	opacity: .6;
}
.aanbod-top-slider .swiper-button-prev, .aanbod-top-slider .swiper-button-next{
	left: auto;
}
.aanbod-top-slider .swiper-button-prev{
  	right: 10%;
}
.aanbod-top-slider .swiper-button-next{
	right: calc(10% - 7rem);
}
.aanbod-top-slider .cmn-arw:not(:hover) img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.car-content, .social-icon a{
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.car-content table{
	max-width: 540px;
}
.car-content .border-right{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.aanbod-top-slider .text-white a:hover{
	color: #D0B086 !important;
}
.car-content .border-right .d-flex{
	max-width: 380px;
  	margin: auto;
}
.social-icon a{
	width: 4.2rem;
	height: 4.2rem;
}
.social-icon a img{
	width: 18px;
}
/****tab****/
.aanbod-detail-tab h3{
	color: #121212;
	text-transform: uppercase;
}
.aanbod-detail-tab ul{
	margin: 0;
	border-bottom: 0;
}
.aanbod-detail-tab .nav-tabs li{
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 2rem;
}
.aanbod-detail-tab .nav-tabs li button {
	padding: 1.3rem 3.2rem;
	border: 1px solid #050E16;
	color: #050E16;
	font-size: 1.6rem;
	border-radius: 100px;
	font-family: 'AxiaBold';
	opacity: .5;
}
.aanbod-detail-tab .nav-tabs li button.active {
	background: #27546E;
	border-color: #27546E;
	color: #fff;
	opacity: 1;
}
.aanbod-detail-tab .nav-tabs li button span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 20px;
	height: 20px;
	content: '';
	background: url(../images/next.svg) no-repeat center / cover;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.aanbod-detail-tab .nav-tabs li button.active span:before{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transform: translateY(-50%) rotate(90deg);
}
.kenmerken-tab span{
	word-break: break-word;
}
.bullet-panel li{
  padding-left: 10px;
}
.bullet-panel li:after {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tab-heading h4{
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
}
.bullet-panel li{
	margin-bottom: 1rem;
	position: relative;
	font-size: 2rem;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #050E16;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 1px solid #050E16;
	border-left: 0;
	padding: 15px;
}
/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
}
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
}
#loader_section img{
    width: 100px;
    margin-bottom: 25px;
}
/*********Morgen Footer************/
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}
.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}
.morgeninternet-footer &gt; img {
    height: 30px;
    padding-top: 15px;
}
.cookie_div{
	position: fixed;
	bottom: 0;
	z-index: 99999999;
	width: 100%;
	padding: 0px 0;
}
.cookie_div{
	color:#9c9c9c;
	font-size: 12px;
	font-family: 'arial';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
	background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 6px 20px;
	color: #000;
	background-size: 152px;
}
.star_icon h4{
	padding: 15px 0 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
	display: inline-block;
}
.star_icon p img{
	width: 15px;
	margin-top: -3px;
 	margin-right: 5px;
}
.star_icon p{
	word-break: break-word;
	font-size: 2rem;
}
.photo_contnt li img{
  	width: 15px;
  	margin-left: 5px;
}
.service_pagination { position: relative; top: 0px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; }
.service_pagination .active a, .service_pagination a:hover { background: #050E16; color: #fff; border-radius: 50%; }
.star_icon h3 {
    margin: 40px 0 30px;
    color: #1c1c1c;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.form-1, .form-2 {
    display:none;
    max-width:100%;
}
.iframe{
	width: 100%;
	height: 950px;
}
.error_top, .privacy_section{
	padding-top: 10rem;
	padding-bottom: 3rem;
}
.bedankt-banner{
	overflow: hidden;
}
.thank-you{
	position: absolute;
	left: 25%;
	top: 50%;
}
.star_part {
	position: fixed;
	right: 0;
	bottom: 25%;
	z-index: 999999;
	text-align: right;
}
.werkplaats-iframe {
	height: 1000px;
}
.fancybox__container{
	z-index: 9999999 !important;
}
.calsty {
    border: 0;
    width: 100%;
    height: 765px;
    background: transparent;
}
img.verkocht-stick {
    position: absolute;
    left: 10px;
    top: 0;
    width: 50rem;
}
.hm-bnr-playbtn img {
  width: 23px;
}
.formargin-r {
  margin-right: 20px;
}
.hm-bnr-playbtn {
    font-size: 1.5rem;
}
.load_img{
    width:150px;
}
.cmn-bg .timer{
	color: #050E16 !important;
}
.ui-datepicker{
	z-index: 99 !important;
}
.form-styl option{
	background-color: #08141E;
}
.widget-btn-area{
	bottom: 2rem;
	left: 3rem;
	z-index: 99;
	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
	background: #d0b087;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	padding: 1.3rem 2.5rem;
	font-size: 1.7rem;
	cursor: pointer;
	color: #000;
	font-weight: 600;
}
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	border-radius: 20px;
	width: 51rem;
	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
	margin-bottom: 1rem;
	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
	font-weight: 500;
	font-size: 2.4rem;
}
.widget-content h5{
	font-weight: 400;
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #d0b087;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #000;
	border: 2px solid #d0b087;
	background: #d0b087;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #27546E !important;
	border-color: #27546E !important;
	color: #FFF !important;
}
.monthly_amount{
	cursor:pointer;
}
.bottom-0{
	bottom:0;
}
.start-0{
	left: 0;
}
/*==========ganatie-block=========*/
.garantie-block .each-list-garantie:nth-child(odd) .flex-row-reverse{
	flex-direction: unset !important;
}	
.garantie-block .each-list-garantie:nth-child(odd) .flex-row-reverse .row{
	justify-content: end;
}
.garantie-block .each-list-garantie:nth-child(odd) .cmn-arw{
	bottom: 0;
  	top: auto;
  	left: calc(37.4% + .75rem) !important;
  	right: auto;
}
.garantie-block .each-list:nth-child(odd) .flex-row-reverse{
	flex-direction: unset !important;
}	
.garantie-block .each-list:nth-child(odd) .flex-row-reverse .row{
	justify-content: end;
}
.garantie-block .each-list:nth-child(odd) .cmn-arw{
	bottom: 0;
  	top: auto;
  	left: calc(37.4% + .75rem) !important;
  	right: auto;
}
.garantie-block ul{
	list-style-type: disc;
	padding-left: 15px;
}

.cal {
    cursor: pointer;
}</pre></body></html>