@font-face {
	font-family:'Titillium Web';font-display:swap;font-style:normal;font-weight:400;src:local("Titillium Web Regular"),local("TitilliumWeb-Regular"),url(https://fonts.gstatic.com/s/titilliumweb/v7/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot);src:url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: .3em;
	margin-right: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.fa-bars:before {
	content: "\f0c9"
}

h1,h2,h3,body {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

html.show {
	overflow: hidden;
	position: fixed;
	width: 100%
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "Titillium Web",sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5
}

.main-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0.25em 0.25em -0.25em rgba(0,0,0,0.5);
	max-height: 100vh;
	overflow: auto
}



@media (min-width: 5000px) {
	html.show {
		overflow: unset;
		position: unset
	}

	.main-header {
		max-height: unset;
		overflow: unset
	}

	#navbar {
		justify-content: space-between;
		flex-direction: row;
		align-items: center
	}

	#navbar .navbar-toggle {
		display: none
	}

	#navbar .menu {
		display: flex
	}

	#navbar .menu.show {
		flex-direction: row;
		padding-top: 0
	}

	#navbar .menu .menu-item {
		padding: 0 .5em
	}

	#navbar .menu .menu-item a {
		display: inline;
		padding: .75em 0
	}

	#navbar .menu .menu-item.arrow::after {
		position: unset
	}

	#navbar .menu .menu-item.arrow.switch::after {
		transform: rotate(0deg)
	}

	#navbar .menu .menu-item.arrow:hover::after {
		transform: rotate(180deg)
	}

	#navbar .menu .menu-item .sub-menu {
		position: absolute;
		right: 0;
		min-width: auto;
		background-color: white;
		border: 1px solid grey;
		border-radius: 4px;
		padding: 0.5em 0;
		margin-top: 0.2em
	}

	#navbar .menu .menu-item .sub-menu.show {
		display: none
	}

	#navbar .menu .menu-item:hover .sub-menu {
		display: block
	}

	#navbar .menu .menu-item .sub-menu .sub-menu-item {
		padding: 0 1.5em
	}

	#navbar .menu .menu-item .sub-menu .sub-menu-item a {
		display: block;
		padding: .5em 0;
		white-space: nowrap
	}
}

#content {
	margin-top: 0px;
	flex: 1 0 auto
}


.page-header .title {
	padding: 15px;
	font-size: 1.5em;
	color: #f1f1f1;
	text-align: center;
	background-color: #333333
}

.page-header .arrow {
	display: flex;
	justify-content: center;
	margin-top: -1px
}

.container.content {
	margin-top: 0px;
	margin-bottom: 25px
}

@media (min-width: 5000px) {
	.container.content {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.page {
	color: #333333
}

.page li {
	line-height: 1.5em
}

.page a:link {
	color: #972e2d
}

.page a:visited {
	color: #972e2d
}

.page a:hover {
	color: #d76e6d
}

.page a:active {
	color: #d76e6d
}

.page p {
	line-height: 1.5em;
	text-align: justify
}

.page h2 {
	margin: 30px 0 20px
}

.page .image-block {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px
}

.page .image-block .image img {
	display: block;
	max-width: 100%;
	height: auto
}

.page .browsers-table {
	display: block;
	overflow-x: auto;
	border-collapse: collapse
}

.page .browsers-table th,td {
	border: solid 1px black;
	padding: 5px 10px
}

.page .browsers-table th {
	background-color: #E0E0E0
}

.services-container {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr
}

.services {
	padding: 20px 5px;
	box-shadow: 0 2px 9px rgba(0,0,0,0.2);
	border-top: solid 3px #972e2d
}

.services .title {
	text-align: center;
	padding: 10px
}

.services .list ul {
	padding-left: 20px
}

.services .list li {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 1.4em
}

.services .list li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.25em;
	content: "\f058";
	color: #972e2d;
	position: absolute;
	top: 0;
	left: 0
}

.services .title h3 {
	position: relative;
	margin: 0px
}

.services .title h3 span {
	padding: 0 1em;
	background: #ffffff;
	font-size: 1.1em;
	white-space: nowrap
}

.services .title h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: #d4dfe0;
	z-index: -1
}

.services .list {
	padding-top: 10px
}

.services .technology {
	display: flex;
	justify-content: space-around;
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	padding: 10px 0px
}

.services .technology img {
	width: 50px;
	height: 50px
}

.technology-container {
	display: none
}

@media (min-width: 576px) {
	.page-header .title {
		padding: 50px;
		font-size: 2.3em
	}

	.services .title h3 span {
		font-size: 1.4em
	}
}

@media (min-width: 768px) {
	.page .image-block {
		grid-template-columns: 1fr 1fr
	}
}

@media (min-width: 992px) {
	.services-container {
		grid-template-columns: repeat(3, 1fr)
	}

	.services .title h3 span {
		padding: 0
	}

	.services .title h3::after {
		display: none
	}

	.services .technology {
		display: none
	}

	.technology-container {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: repeat(4, 1fr);
		justify-items: center
	}

	.technology-container .technology img {
		width: 170px;
		height: 170px
	}
}

.container {
	padding: 0 0px;
	margin: 0 auto
}

@media (min-width: 100%) {
	.container {
		max-width: 100%
	}
}

@media (min-width: 100%) {
	.container {
		max-width: 100%
	}
}

@media (min-width: 100%) {
	.container {
		max-width: 100%
	}
}

@media (min-width: 100%) {
	.container {
		max-width: 100%
	}
}

#main-view *,::after,::before {
	box-sizing: border-box
}

#main-view .wrapper {
	display: flex;
	flex-wrap: wrap
}

#main-view .wrapper .column-1,#main-view .wrapper .column-2 {
	width: 100%
}

@media (min-width: 100%) {
	#main-view .wrapper .column-1 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px
	}

	#main-view .wrapper .column-2 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

#video {
	width: 100%
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

#main-view .form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em
}

#main-view .form-group label {
	margin-bottom: .5em
}

#main-view .form-control {
	display: block;
	width: 100%;
	height: calc(2.25em + 2px);
	padding: .375em .75em;
	font-size: 1em;
	line-height: 1.5em;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25em
}

#main-view .form-button {
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	padding: .375em .75em;
	font-size: 1em;
	line-height: 1.5em;
	border-radius: .25em;
	color: #fff;
	background-color: #972e2d;
	border-color: #972e2d;
	margin-bottom: 5px
}

#main-view .form-button:hover {
	background-color: #c60000;
	border-color: #c60000
}

#main-view .form-button:focus {
	outline: none
}

#main-view .embed-responsive::before {
	display: block;
	content: ""
}

#main-view .embed-responsive .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

#main-view .embed-responsive-16by9::before {
	padding-top: 56.25%
}

#main-view #level {
	margin-top: 2px;
	width: auto;
	float: right
}



#chart_container {
	position: relative;
	margin: 3em auto;
	padding-left: 20px;
	max-width: 100%
}

#y_axis {
	position: absolute;
	top: 0;
	width: 40px;
	left: -20px
}

#y_axis>svg {
	overflow: visible
}

#legend {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1
}

#legend-totals {
	position: absolute;
	bottom: 135px;
	left: 300px;
	z-index: 1
}

#main-view .hide {
	display: none
}

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