a{
    color: unset;
    text-decoration: none;
}

.break-line{
    display: block;
}

.image-50{
    width: 50%;
}

.carret-right{
    position: relative;
}

.carret-right::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #00eaff;
    position: absolute;
    right: 0;
    top: 77%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}

@media screen and (min-width: 992px) {
    .carret-right::after{
        right: 88px;
    }
    #vivid .featured-image {
        object-position: -550px;
    }
    #technology .featured-image{
        object-position: 18%;
    }
    #distance-calculator{
        min-height: 530px;
    }
    .gray-bg .card-body{
        padding-top: 40px;
    }
    #software .col{
        width: 25%;
    }
    #software .row{
        gap: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
    #vivid .featured-image,
    #technology .featured-image {
        object-position: unset;
    }
}


/* @media screen and (max-width: 992px) {
    
} */

/*Table start*/

.tabelka {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;  
    overflow-x: auto;
    margin: 2.5em 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* border: 1px solid black; */
}
/* .tabelka .tabelka-highvol tr th {
    border: 1px solid black;
}
.tabelka .tabelka-highvol tr td {
    border: 1px solid black;
} */

@media (min-width: 1024px){
	.tabelka-highvol.eb-l3000u{
		margin: 0 auto !important;
		width: 100%;
/*		height: 65vh;*/
	}
	/* h2{
		font-size: 2.5vw;
	} */
	#acc2 > div > div > div:nth-child(7) > div > h2,
	#acc2 > div > div > div:nth-child(8) > div > h2{
		font-size: 2.3vw!important;
	}
	

	#acc2 > div > div > section:nth-child(6) > article > div > div{
		padding: 0;
	}
	
}

@media (max-width: 1024px){
	.simple-responsive-banner-component.full-bleed-hdic.left-content.display-60-40 .module-content.hero-text{
		width: 100%!important;
		padding: 0;
	}
	
	.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner p{
		font-size: initial!important;
	}
	
	.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner.view-range-container{
		vertical-align: top!important;
	}

/*
	.row.last-row{
		max-height: 300px;
		overflow: hidden;
	}
*/
	
		#ao-form-fd3edaf3-5c8b-427b-8757-a566e7b2749d{
		padding: 0!important;
	}
	#acc2 > div > div > section.row.last-row > article:nth-child(2) > div > section{
		width: 450px;
	}
}


.tabelka-highvol {
	margin: 0 auto !important;
	min-width: 90%;
}




.tabelka .tb-aleft {
    text-align: left !important;
    font-weight: 400;
    /* padding-right: 30px; */
    line-height: 24px;
	vertical-align: middle;
	font-size: 16px;
	position: sticky;
	left: 0px;
}
/*
midgrey td, .tabelka-highvol th {
    border-right: 3px solid #ffffff;
}
*/
/*
.tabelka-highvol tr {
    border-bottom: 3px solid #ffffff;
}
*/
.tabelka td, .tabelka th {   
    text-align: center;
    padding: 8px;
    line-height: 18px; 
}
td {
    vertical-align: middle !important;
}
.tbdiv-center {
    margin: 0 auto;
}
.pcore-body2 {
    width: 100%;
    margin: 0 auto;
}
.pcore-body2 h2 {
    color: black;
    max-width: 90%;
    margin: 0em auto 0px auto;
    text-align: center;
}
.tabelka-img {
    width: 75px;
    height: 63px;
}
/* table colors */
.leftwing1 {
    background: #979b9d !important;
    color: #ffffff;
	
}
.leftwing2 {
    background: #878b8d !important;
    color: #ffffff;
	vertical-align: middle;
}
td.midgrey { 
	background: #e9ebec;
	border-bottom: 1px solid #f4f6f7;
}
td.midwhite { background: #fff;}

.mghov { background: #ec0080 !important;
         color: #ffffff;
         -webkit-transition: background ease-out 0.3s;
    -moz-transition: background ease-out 0.3s;
    -o-transition: background ease-out 0.3s;
    transition: background ease-out 0.3s;  
    }
.ylhov { background: #efaf12 !important;
    color: #ffffff;
    -webkit-transition: background ease-out 0.3s;
    -moz-transition: background ease-out 0.3s;
    -o-transition: background ease-out 0.3s;
    transition: background ease-out 0.3s;  
 }

.cnhov { background: #1e9cd7 !important;
        color: #ffffff;
        -webkit-transition: background ease-out 0.3s;
        -moz-transition: background ease-out 0.3s;
        -o-transition: background ease-out 0.3s;
        transition: background ease-out 0.3s;   }


.midgrey a, .tabelka-pname a {
    text-decoration: none;    
}
.midgrey a:hover, .tabelka-pname a:hover {
    color: #01c0ff;
    -webkit-transition: color ease-out 0.15s;
    -moz-transition: color ease-out 0.15s;
    -o-transition: color ease-out 0.15s;
    transition: color ease-out 0.15s;
}

tr td img{
	width: initial!important;
}

.left-border{
	border-left: 0px solid #f4f6f7;
}

.bottom-border{
	border-bottom: 0px solid #f4f6f7;
}

table tr td.nested, table tr th.nested{
	padding: 5px;
	line-height: 31px;
	
}

/* .leftwing1.bottom-border.nested.merged{
	position: sticky;
	left: 101.5px;
    -webkit-left: 104.5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .leftwing1.bottom-border.nested.merged{
        position: sticky;
        left: 104.5px;
    }
} */
@supports (-webkit-transform: translateX(0)) {
    .leftwing1.bottom-border.nested.merged{
        position: sticky;
        left: 104.5px;
    }
}
    

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
        width: 12px;
    }

::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/*
.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner a.view-the-range:hover{
	opacity: .7!important;
}
*/

.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner a.view-the-range{
	text-decoration: none;
}

a.btn.btn-with-arrow:after{
	content: '\e072'!important;
	text-decoration: none!important;
}

@media only screen and (max-width: 1024px){
	.last-section .full-bleed-tout-outer.tout-height-adjuster{
		height: fit-content!important;
		min-height: initial;
	}
	.pcore-float-wrap.tbdiv-center h2{
		font-size: 35px;
	}
}

@media only screen and (min-width: 1024px){
	.row.last-row{
		margin-top: 4.5em;
	}
	.tabelka .tb-aleft, td.midwhite, td.midgrey{
    
    font-size: 16px;
}
/*
	.leftwing2 {
    min-width: 170px;
}
*/
	
	#acc2 > div > div > div.mwd_contentBox{
		width: 960px!important;
		margin: 75px auto 50px auto;
	}

}


#acc2 > div > div > div:nth-child(7) > div > div > table > tbody > tr:nth-child(2) > th{
	border-top: 1px solid #f4f6f7;
	border-right: 1px solid #f4f6f7;
}

table{
	border-collapse: separate;
}

.right-border{
	border-right: 0px solid #f4f6f7;
}




#acc2 > div > div > section.row.last-row > article:nth-child(2) > div > div > h3 > a:hover,
#acc2 > div > div > section.row.last-row > article:nth-child(1) > div > div > div > a:hover{
	text-decoration: underline!important;
}

#acc2 > div > div > div:nth-child(8) > div > div:nth-child(2) > table > tbody > tr:nth-child(2) > th,
#acc2 > div > div > div:nth-child(8) > div > div:nth-child(3) > table > tbody > tr:nth-child(2) > th{
	border-top: 1px solid #f4f6f7;
}

#acc2 > div > div > div.mwd_contentBox > div > h4{
	color: #506A98 !important;
	font-size: 14px !important;
	text-align: left;
	margin-bottom: 20px;
}


	#acc2 > div > div > div.mwd_contentBox{
		width: 80%;
		margin: 75px auto 50px auto;
	}

#aoform-fd3edaf3-5c8b-427b-8757-a566e7b2749d{
	width: 950px;
	margin: 50px auto;
}
    
.acton-text {
    text-align: left;
    font-size: 14px;
    color: #506A98 !important;
	margin-bottom: 40px;
    font-weight: bold;
}

@media (max-width: 376px){
	#acc2 > div > div > section.row.last-row > article:nth-child(2) > div > div{
		padding: 134px 0 10px 0!important;
	}
}
/*Table end*/


.btn.btn-primary-inverse.VC::after, .btn.btn-primary-inverse__white::after {
    border-left : 10px solid black !important;
}