@import "container.css?v=6";
@import "buttons.css?v=6";
/*@import "footer.css?v=5";*/
@import "header.css?v=6";
@import "typography.css?v=6";
@import "app-section.css?v=7";
@import "feedback-section.css?v=7";
@import "first-section.css?v=7";
@import "manage-section.css?v=7";
@import "plugins-section.css?v=7";
@import "second-section.css?v=7";
@import "upgrade-section.css?v=7";
@import "internet-explorer.css?v=7" all and (-ms-high-contrast: none), (-ms-high-contrast: active);
@import "ios.css?v=7";

* {
	box-sizing: border-box;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	z-index: 95;
	cursor: pointer;
	opacity: 0.5;
}

.content-container {
	padding: 0;
}

.wrapped-container {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

/*.wrapped-container:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0; left: 0; right: 0; bottom: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-color: inherit;*/
/*}*/
  
body {
	color: black;
	background-color: #EFF1F6;
}

.language-select-wrapper {
	display: none;
}
