/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-instagram:before {
    content: "\f16d"
}

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

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-right:before {
    content: "\f105"
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	        box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
	        box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 35px 20px;
    min-width: 280px;
    max-width: 340px;
    position: fixed;
    bottom: 135px;
    left: 15px;
    z-index: 999999;
    border-radius:10px;
}
#cookie-bar img {
    max-width: 75px;
    height: auto;
}
#cookie-bar .wr {
    margin:0; 
    padding:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#cookie-bar span {
    margin: 25px 0;
    color: #fff;
}
#cookie-bar .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width:100%;
}
#cookie-bar .buttons .btn-big {
    margin-left:8px;
}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:50px; text-decoration:none; padding:10px 20px;}
#cookie-bar .cb-enable {
    background: #111111;
    -webkit-transition:all ease 0.3s;
    transition:all ease 0.3s;
}
#cookie-bar .cb-enable:hover {background:-webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));background:linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);}
#cookie-bar .cb-disable {}
#cookie-bar .cb-disable:hover {text-decoration:underline;}

@media screen and (max-width:600px){
    #cookie-bar {
        min-width: 260px;
        max-width: 260px;
        bottom:115px;
        padding:20px;
    }
    #cookie-bar img {
        max-width:50px;
        height:auto;
    }
    #cookie-bar span {
        font-size:12px;
    }
    #cookie-bar a {
        font-size:11px;
        padding:10px;
    }

}
@-webkit-keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@-webkit-keyframes modal-video-inner{from{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes modal-video-inner{from{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:1000000;cursor:pointer;opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video-inner;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-video-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

@font-face {
  font-family: Bliss;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/BlissHeavy.otf") format("opentype"), url("./fonts/BlissHeavy.eot?#iefix") format("embedded-opentype"), url("./fonts/BlissHeavy.eot");
}

@font-face {
  font-family: Bliss;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/BlissExtraBold.otf") format("opentype"), url("./fonts/BlissExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/BlissExtraBold.eot");
}

@font-face {
  font-family: Bliss;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/BlissBold.otf") format("opentype"), url("./fonts/BlissBold.eot?#iefix") format("embedded-opentype"), url("./fonts/BlissBold.eot");
}

@font-face {
  font-family: Bliss;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/BlissMedium.otf") format("opentype"), url("./fonts/BlissMedium.eot?#iefix") format("embedded-opentype"), url("./fonts/BlissMedium.eot");
}

@font-face {
  font-family: Bliss;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/BlissRegular.otf") format("opentype"), url("./fonts/BlissRegular.eot?#iefix") format("embedded-opentype"), url("./fonts/BlissRegular.eot");
}

@font-face {
  font-family: Bliss;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/BlissLight.otf") format("opentype"), url("./fonts/BlissLight.eot?#iefix") format("embedded-opentype"), url("./fonts/BlissLight.eot");
}

/**********************************/

/** Geral
/**********************************/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  font-family: "Bliss", Arial Narrow;
  font-weight: 400;
  font-style: normal;
  color: #353535;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x:hidden !important;
}

body {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
  padding-top: 42px;
  overflow-x:hidden !important;
}

.landing {
  padding-top: 0;
}

* {
  letter-spacing: 0.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

div {
  display: block;
}

h1, h2, h3, h4, h5 {
  color: #353535;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0 0 1em;
  line-height: 1;
}

/* h1 {
  font-size: 0;
  position: absolute;
  height: 0;
  width: 0;
} */

h1 {
  font-size: 58px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 18px;
}

p {
  color: #353535;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-size: 15px;
  letter-spacing: 0.2px;
}

span {
  color: #353535;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
}

a {
  font-size: 15px;
  color: #353535;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  letter-spacing: 0.2px;
}

a:hover {
  text-decoration: none;
  color: #50b6e8;
}

a:visited {
  opacity: 1;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-width: 100%;
}

a img {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-backface-visibility: hidden;
  position: relative;
  outline: 0;
}

a img:hover {
  opacity: 0.7;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

b, strong, dt {
  font-weight: 700;
}

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0 0 0 10px;
  padding: 0;
}

label {
  cursor: pointer;
  display: block;
}

.clear {
  clear: both;
}

.prelative {
  position: relative;
}

.absolute {
  position: absolute;
}

table {
  width: 100%;
}

td {
  vertical-align: top;
}

button, input, select, textarea {
  font-family: "Bliss", Arial Narrow;
  color: #353535;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  outline: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"]:enabled {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="submit"]:disabled {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  cursor: text;
}

/**********************************/

/** Grid
/**********************************/

.col-one-half {
  width: 48%;
}

.col-one-third {
  width: 32%;
}

.col-two-thirds {
  width: 66%;
}

.col-one-quarter {
  width: 23.5%;
}

.col-two-quarters {
  width: 49%;
}

.col-three-quarters {
  width: 74.5%;
}

.col-one-fifth {
  width: 18.4%;
}

.col-one-sixth {
  width: 15%;
}

.mright {
  margin-right: 1%;
}

.mleft {
  margin-left: 1%;
}

.mbottom {
  margin-bottom: 1%;
}

.mtop {
  margin-top: 1%;
}

.b-mright {
  margin-right: 2%;
}

.b-mleft {
  margin-left: 2%;
}

.b-mbottom {
  margin-bottom: 2%;
}

.b-mtop {
  margin-top: 2%;
}

.s-mright {
  margin-right: 0.5%;
}

.s-mleft {
  margin-left: 0.5%;
}

.s-mbottom {
  margin-bottom: 0.5%;
}

.s-mtop {
  margin-top: 0.5%;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

/**********************************/

/** Form
/**********************************/

.radio-options {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 8px;
  /* width: 500px; */
}

.radio-options label {
  margin-left: 8px;
}

.form-webinar {
  margin-top: 24px !important;
}

.btn-radio {
  margin-bottom: 24px;
}

input[type="radio"] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: radio;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 0.5ex;
  padding: initial;
  border: initial;
}

.form-error {
  color: #ff6969;
  margin: 15px 0 0px;
}

.form-success {
  color: green;
  margin: 15px 0 0px;
}

input.form-input-text {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 20px;
  padding: 12px 20px;
  width: 100%;
}

button.form-input-btn {
  background-color: #0abaef;
  border: 2px solid #0abaef;
  border-radius: 20px;
  padding: 10px 20px;
  outline: 0;
  width: 100%;
  max-width: 170px;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

button.form-input-btn:hover {
  background-color: #f9f9f9;
  color: #353535;
}

textarea.form-input-textarea {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 25px;
  padding: 17px 20px;
  outline: 0;
  width: 100%;
  height: 200px;
  resize: none;
}

select.form-input-select {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 20px;
  padding: 12px 20px;
  outline: 0;
  width: 100%;
}

/**********************************/

/** Calendly
/**********************************/

.profile-info-name {
  background-color: red !important;
}

.demio-embed-form .demio-form-field {
  margin-bottom: 24px !important;
}

.demio-embed-noti a {
  font-size: 13px;
  font-weight: bold;
}

.demio-embed-noti {
  font-size: 13px;
}

/* .calendly-popup {
  top: 40% !important;
} */

.recordedwebinarbtn {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  position: fixed;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 99999;
  margin-right: 24px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

a.recordedwebinarbtn-secondary {
  background-color: transparent;
  border: 0;
  padding: 8px 34px;
  color: #ffffff;
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

div.recordedwebinarbtn-primary-border {
  background: rgba(80, 181, 232, 1);
  background: -webkit-gradient( left top, right top, color-stop(0%, rgba(80, 181, 232, 1)), color-stop(100%, rgba(28, 73, 150, 1)));
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b5e8', endColorstr='#1c4996', GradientType=1);
  border-radius: 20px 20px 0 0;
  padding: 2px;
}

.choose-webinar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.webinar-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.webinar-option {
  max-width: 200px;
  padding: 16px;
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 8px;
  background: rgba(80, 181, 232, 1);
  background: -webkit-gradient( left top, right top, color-stop(0%, rgba(80, 181, 232, 1)), color-stop(100%, rgba(28, 73, 150, 1)));
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
}

.webinar-option img {
  width: 54px;
  height: auto;
  margin-bottom: 16px;
}

.webinar-option p {
  color: white;
  font-weight: bold;
  line-height: 20px;
}

.webinar-options-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/**********************************/

/** Body elements
/**********************************/

.more-schedule-btn {
  display: none;
  width: 100%;
  position: fixed;
  top: 72%;
  left: 0;
  text-align: center;
  z-index: 999999;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.schedule-container {
  border-radius: 8px;
  background-color: white;
  width: 800px;
  padding: 24px;
}

div.btn-primary-border {
  display: inline-block;
  background: rgba(80, 181, 232, 1);
  background: -webkit-gradient( left top, right top, color-stop(0%, rgba(80, 181, 232, 1)), color-stop(100%, rgba(28, 73, 150, 1)));
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b5e8', endColorstr='#1c4996', GradientType=1);
  border-radius: 35px;
  padding: 2px;
}

div.btn-primary-border.b-textarea {
  border-radius: 27px;
}

#form-popup-webinar h4 {
  margin-bottom: 0;
}

#form-popup-webinar p {
  font-weight: bold;
}

#form-popup-meeting div.btn-primary-border, #form-popup div.btn-primary-border, #form-popup-webinar div.btn-primary-border, #form-popup-distributor div.btn-primary-border {
  width: 100%;
  margin-bottom: 10px;
}

#form-popup-meeting div.btn-primary-border input.form-input-text, #form-popup div.btn-primary-border input.form-input-text, #form-popup-webinar div.btn-primary-border input.form-input-text, #form-popup-distributor div.btn-primary-border input.form-input-text {
  background-color: #eeeeee;
}

#form-popup-meeting div.btn-primary-border textarea.form-input-textarea, #form-popup div.btn-primary-border textarea.form-input-textarea, #form-popup-webinar div.btn-primary-border textarea.form-input-textarea, #form-popup-distributor div.btn-primary-border textarea.form-input-textarea {
  background-color: #eeeeee;
}

#form-popup-meeting input.form-input-btn:hover, #form-popup input.form-input-btn:hover, #form-popup-webinar input.form-input-btn:hover, #form-popup-distributor input.form-input-btn:hover {
  background-color: #eeeeee;
  color: #353535;
}

.top-banner .btn-primary-border {
  clear: both;
  margin-bottom: 20px;
}

a.btn-primary {
  background-color: #1c1c1c;
  border: 0;
  border-radius: 35px;
  padding: 8px 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0;
  width: auto;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: pointer;
  /*background-color: #111111;
  border: 0;
  border-radius: 35px;
  padding: 8px 25px;
  color: #ffffff;
  display: inline-block;
  text-align: center;  
  max-width: 100%;
  width: auto; */
  /*border: 2px solid #0abaef;
  max-width: 150px;
  width: 100%;*/
}

a.btn-secondary {
  background-color: transparent;
  border: 0;
  border-radius: 35px;
  padding: 8px 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0;
  width: auto;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  /*background-color: #111111;
  border: 0;
  border-radius: 35px;
  padding: 8px 25px;
  color: #ffffff;
  display: inline-block;
  text-align: center;  
  max-width: 100%;
  width: auto; */
  /*border: 2px solid #0abaef;
  max-width: 150px;
  width: 100%;*/
}

a.btn-secondary.btn-webinar {
  font-size: 15px;
}

.top-banner a.btn-primary {
  background-color: #111111;
}

a.btn-primary.btn-dark {
  color: #353535;
  background-color: #fdfdfd;
}

a.btn-secondary.btn-dark:hover {
  color: #fdfdfd;
  background-color: #353535;
}

a.btn-primary:hover {
  background-color: transparent;
  color: #ffffff;
}

a.btn-secondary:hover {
  background-color: #ffffff;
  color: #353535;
}

a.btn-secondary.btn-webinar:hover {
  color: #ffffff;
  background-color: #353535;
}

.play-icon {
  background-image: url(../images/play-icon.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 10px;
  padding-right: 40px !important;
}

.play-icon:hover {
  -o-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.interactive-icon {
  background-image: url(../images/webinar.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center left 18px;
  padding-left: 54px !important;
}

.demand-icon {
  background-image: url(../images/recorded-webinar.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center left 18px;
  padding-left: 54px !important;
}

.whatsapp-black-icon {
  background-image: url(../images/whatsapp-black.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left 0px;
  padding-left: 24px !important;
}

.whatsapp-white-icon {
  background-image: url(../images/whatsapp-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left 0px;
  padding-left: 24px !important;
}

.whatsapp-black-icon-rtl {
  background-image: url(../images/whatsapp-black.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center right 0px;
  padding-right: 24px !important;
}

.whatsapp-white-icon-rtl {
  background-image: url(../images/whatsapp-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center right 0px;
  padding-right: 24px !important;
}

.body-wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.inner-body {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  width: 98%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

/**********************************/

/** Floats
/**********************************/

.floats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  z-index:999999999999;
}

/**********************************/

/** Top Bar
/**********************************/

.top-bar {
  background-color: #2e2e2e;
  position: fixed;
  z-index: 50;
  height: 42px;
  top: 0;
  left: 0;
}

.top-bar ul {
  margin: 0;
}

.top-bar li {
  display: inline-block;
  margin-left: 25px;
}

.top-bar li:fist-child {
  margin-left: 0;
}

.top-bar li a {
  color: #b2b2b2;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 5px;
  font-size: 14px;
}

.top-bar li a:hover {
  text-shadow: 0px 0px 1px #b2b2b2;
}

.top-bar.top-bar-mobile {
  display: none;
}

.logo {
  float: left;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo img {
  max-width: 150px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.top-nav {
  float: right;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/**********************************/

/** Menu Bar
/**********************************/

.menu-nav {
  position: absolute;
  top: 100px;
  height: 70px;
  z-index: 40;
}

.menu-nav.menu-nav-landing {
  top: 50px;
}

.menu-nav.menu-nav-mobile {
  display: none;
}

.sub-logo {
  float: left;
  margin-top: 5px;
}

.sub-logo img {
  max-width: 250px;
}

.sub-logo-milan img {
  margin-left: 4rem;
  /* max-width: 130px; */
  height: 70px;
}
.sub-logo-sudback {
  float: left;
  margin-top: 0px;
}

.sub-logo-sudback img {
  margin-left: 4rem;
  /* max-width: 130px; */
  height: 70px;
}
.sub-logo-host {
margin-top: 0px;
}
.sub-logo-dubai {
  float: left;
  margin-top: 12px;
}
.sub-logo-host img {
  height: 70px;
}
.sub-logo-dubai img {
  margin-left: 4rem;
  /* max-width: 130px; */
  height: 50px;
}
.sub-logo-sirha {
  float: left;
  margin-top: 12px;
}

.sub-logo-sirha img {
  margin-left: 4rem;
  /* max-width: 130px; */
  height: 50px;
}
.sub-logo-moscow {
  float: left;
  margin-top: 0px;
}

.sub-logo-moscow img {
  margin-left: 4rem;
  height: 90px;
}

.sub-logo-inoxvalley {
  float: left;
  margin-top: 26px;
}

.sub-logo-inoxvalley img {
  margin-left: 4rem;
  height: 60px;
}

.nav-menu {
  float: right;
  margin-top: 9px;
}

.nav-menu ul {
  margin: 0;
}

.nav-menu li {
  display: inline-block;
  margin-left: 25px;
}

.nav-menu li:fist-child {
  margin-left: 0;
}

.nav-menu li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 5px;
  font-size: 14px;
}

.nav-menu li a:hover {
  text-shadow: 0px 0px 1px #0abaef;
  color: #0abaef;
}

.nav-menu .i-language img {
  max-width: 30px;
}

.nav-menu .i-language span {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 5px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.nav-menu .i-language span:hover {
  opacity: 0.7;
}

/**********************************/

/** Top Banner
/**********************************/

.top-banner {
  height: 100vh;
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top-banner h1 {
  color: #ffffff;
  margin-bottom: 30px;
}

.top-banner p {
  color: #ffffff;
}

.top-banner .inner-body {
  height: 100%;
  position: relative;
}

.top-banner-landing {
  height: 100vh;
  background-color: #1c1c1c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.top-banner-txt {
  width: 100%;
  max-width: 570px;
  float: left;
  margin-top: 30%;
  position: relative;
}

.top-banner-txt p {
  padding-right: 200px;
  margin-bottom: 40px;
}

.top-banner-txt .p-ar {
  padding-right: 0;
  padding-left: 200px;
}

.top-banner-landing h1 {
  color: #ffffff;
  margin-bottom: 30px;
}

.top-banner-landing p {
  color: #ffffff;
}

.top-banner-landing .inner-body {
  height: 100%;
  position: relative;
}

.top-banner-landing-txt {
  width: 100%;
  max-width: 600px;
  float: left;
  margin-top: 18%;
  position: relative;
}

.top-banner-landing-txt p {
  padding-right: 200px;
  margin-bottom: 60px;
  font-size: 18px;
  max-width: 600px;
}

.top-banner-landing-txt .btn-primary-border {
  display: table;
  margin-bottom: 24px;
}

.top-banner-landing-txt .p-ar {
  padding-right: 0;
  padding-left: 200px;
}

.div-by {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.div-by-inner {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 130px;
}

.div-by-inner p {
  font-size: 13px;
  margin: 0 auto;
}

.div-by-inner-landing {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 130px;
  bottom: 0;
  right: -120px;
}

.div-by-inner-landing p {
  font-size: 13px;
  margin: 0 auto;
}

/**********************************/

/** Middle Bar
/**********************************/

.middle-nav {
  background-color: #252525;
  display: none;
  position: fixed;
  left: 0;
  top: 42px;
  height: 56px;
  z-index: 40;
}

.middle-nav-host {
  background-color: #252525;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 56px;
  z-index: 40;
}
.webinar .middle-nav-host {
  top:40px !important;
}
.middle-logo {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.middle-logo img {
  max-width: 150px;
}

.middle-logo-milan {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2rem;
}

.middle-logo-milan img {
  height: 35px;
}

.middle-logo-dubai {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2rem;
}

.middle-logo-dubai img {
  height: 35px;
}

.middle-logo-sirha {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2rem;
}

.middle-logo-sirha img {
  height: 35px;
}

.middle-logo-moscow {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2rem;
}

.middle-logo-moscow img {
  height: 45px;
}

.middle-logo-inoxvalley {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2rem;
}

.middle-logo-inoxvalley img {
  height: 42px;
}

.middle-menu {
  float: right;
  margin-top: 7px;
}

.middle-menu ul {
  margin: 0;
}

.middle-menu li {
  display: inline-block;
  margin-left: 25px;
}

.middle-menu li:fist-child {
  margin-left: 0;
}

.middle-menu li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 5px;
  font-size: 14px;
}

.middle-menu li a:hover {
  text-shadow: 0px 0px 1px #0abaef;
  color: #0abaef;
}

.middle-menu .i-language img {
  max-width: 25px;
}

.middle-menu .i-language span {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 5px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.middle-menu .i-language span:hover {
  opacity: 0.7;
}

/**********************************/

/** Section One
/**********************************/

.landing-top {
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #1c1c1c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.landing-top {
  padding-top: 120px;
  padding-bottom: 22%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.section-one {
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.section-one h1 {
  margin-bottom: 30px;
}

.section-one-txt {
  width: 100%;
  max-width: 500px;
  float: right;
  margin-top: 0;
  text-align: right;
}

.section-one-txt p {
  margin-bottom: 60px;
  padding-left: 200px;
}

/**********************************/

/** Section Two
/**********************************/

.section-two {
  width: 100%;
  height: auto;
  padding-bottom: 190px;
  padding-top: 190px;
  background-color: #1c1c1c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.section-two h1, .section-two p {
  color: #ffffff;
}

.section-two h1 {
  margin-bottom: 30px;
}

.section-two-txt-left {
  width: 100%;
  max-width: 400px;
  float: left;
  margin-top: 0;
  text-align: left;
}

.section-two-txt-left p {
  margin-bottom: 60px;
  padding-right: 100px;
}

.section-two-txt-right {
  width: 100%;
  max-width: 400px;
  float: right;
  margin-top: 0;
  text-align: right;
}

.section-two-txt-right p {
  padding-left: 100px;
}

/**********************************/

/** Section Three
/**********************************/

.section-three {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-three .inner-body {
  max-width: 900px;
}

.section-three-top {
  margin-top: 0;
  width: 100%;
  margin-bottom: 180px;
}

.section-three-top h1 {
  width: 100%;
  max-width: 720px;
  margin-top: 0;
}

.section-three-bloc {
  width: 21%;
  float: left;
  margin-right: 5%;
}

.section-three-bloc.fourth {
  margin-right: 0;
}

.section-three .col-full {
  margin-top: 50px;
}

.section-three h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

/**********************************/

/** Section Four
/**********************************/

.section-four {
  width: 100%;
  height: auto;
  padding-top: 350px;
  padding-bottom: 350px;
  /*  background-color: #1c1c1c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  /* background-color: #1c1c1c;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: right 200px center;*/
  background-color: #1c1c1c;
  background: url("https://bo-multiwasher-audit.somengil.com/filer/canonical/1559069059/177/") right 200px center no-repeat, radial-gradient(#2c2c2c 40%, #111111 60%);
}

.section-four h1, .section-four p {
  color: #ffffff;
}

.section-four h1 {
  margin-bottom: 30px;
}

.section-four ul.b-listing {
  margin-bottom: 50px;
  margin-left: 0;
}

.section-four ul.b-listing li {
  color: #fff;
  font-size: 15px;
}

.section-four ul.b-listing li i.list-icon {
  color: #0abaef;
  vertical-align: baseline;
  font-size: 15px;
}

.section-four-txt {
  width: 100%;
  max-width: 450px;
  float: left;
  margin-top: 0;
  text-align: left;
  margin-bottom:50px;
}

/**********************************/

/** Section Five
/**********************************/

.section-five {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.section-five .inner-body {
  max-width: 900px;
}

.section-five h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.section-five h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.inner-body-slim {
  max-width: 500px;
  margin: 0 auto;
}

.logo-grid {
  width: 100%;
  margin: 50px auto;
  max-width: 1050px;
}

.section-five .btn-primary-border.central {
  margin: 0 30px;
}

a.btn-primary.btn-big {
  max-width: 300px;
}

.logo-grid img {
  display: inline-block;
  width: 14%;
  margin: 1%;
  background-color: transparent;
}

/**********************************/

/** Section Six
/**********************************/

.section-six {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-six-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-six .inner-body {
  max-width: 1200px;
}

.section-six-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33% - 2em);
          flex: 0 1 calc(33% - 2em);
  overflow: hidden;
  height: unset;
  border-radius: 2px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 20px 10px rgba(242, 242, 242, 1);
}

.section-six-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 270px;
}

.section-six-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-six-bloc.one img {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 110%;
}

.section-six-bloc.two img {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 140%;
}

.section-six-bloc.three img {
  height: auto;
}

.section-six h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.section-six .col-full {
  margin-top: 80px;
}

/* 
.section-six-bloc.fourth {
  margin-right: 0;
} */

/**********************************/

/** Footer
/**********************************/

.section-copyrights {
  background-color: #000000;
}

.section-copyrights img {
  max-width: 180px;
  display: inline-block;
  padding: 15px 0;
  margin-right: 10px;
}

.section-copyrights p {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  color: #ffffff;
  vertical-align: middle;
}

.section-footer {
  padding-bottom: 80px;
  padding-top: 10px;
  background-color: #1a1a1a;
}

.section-footer a {
  color: #ffffff;
}

.section-footer a:hover {
  color: #50b6e8;
}

.footer-col-first {
  width: 33%;
  float: left;
}

.footer-col-second {
  width: 39%;
  float: left;
  margin: 0 4%;
}

.footer-col-third {
  width: 20%;
  float: left;
}

.footer-2020 {
  margin-top: 40px;
}

.footer-2020 img {
  max-width: 269px;
}

.section-footer h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
  margin-top: 50px;
}

.section-footer p {
  display: block;
  padding: 0;
  margin: 0 0 3px 0;
  color: #ffffff;
}

.newsletter-div {
  display: inline-block;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 35px;
  overflow: hidden;
  padding: 8px 10px;
  width: 100%;
  max-width: 320px;
}

.newsletter-div input[type="text"] {
  border: 0;
  padding: 8px 10px;
  border-radius: 35px 0 0 35px;
  width: 74%;
  color: #353535;
}

.newsletter-div input[type="email"] {
  border: 0;
  padding: 8px 10px;
  border-radius: 35px 0 0 35px;
  width: 74%;
  color: #353535;
}

.newsletter-div input[type="submit"] {
  background-color: #ffffff;
  border: 0;
  padding: 8px 10px;
  border-radius: 0 35px 35px 0;
  border-left: 1px solid #c8c8c8;
  width: 24%;
  text-align: right;
  color: #606060;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.newsletter-div input[type="submit"]:hover {
  color: #0abaef;
}

i.footer-icon {
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 11px;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

i.footer-icon:hover {
  background-color: #0abaef;
}

.footer-financing {
  text-decoration: underline;
}

/**********************************/

/** Secondary Footer
/**********************************/

.section-secondary-copyrights {
  background-color: #000000;
}

.section-secondary-copyrights img {
  max-width: 180px;
  display: inline-block;
  padding: 15px 0;
  margin-right: 10px;
}

.section-secondary-copyrights p {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  color: #000000;
  vertical-align: middle;
}

.section-secondary-footer {
  padding-bottom: 80px;
  padding-top: 40px;
  background-color: #ffffff;
}

.module-border-wrap {
  position: relative;
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  padding-top: 2px;
}

.section-secondary-footer a {
  color: #000000;
}

.section-secondary-footer a:hover {
  color: #50b6e8;
}

.footer-col-first {
  width: 33%;
  float: left;
}

.footer-col-second {
  width: 32%;
  float: left;
  margin: 0 4%;
}

.footer-col-third {
  width: 27%;
  float: left;
}

.footer-col-half {
  width: 50%;
  float: left;
}

.footer-col-half.last {
  padding-left: 300px;
}

.footer-col-half img {
  max-width: 120px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-secondary-footer h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.section-secondary-footer .footer-2020 img {
  max-width: 250px;
}

.section-secondary-footer p {
  display: block;
  padding: 0;
  margin: 0 0 3px 0;
  color: #000000;
}

.newsletter-div {
  display: inline-block;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 35px;
  overflow: hidden;
  padding: 8px 10px;
  width: 100%;
  max-width: 320px;
}

.newsletter-div input[type="text"] {
  border: 0;
  padding: 8px 10px;
  border-radius: 35px 0 0 35px;
  width: 74%;
  color: #353535;
}

.newsletter-div input[type="email"] {
  border: 0;
  padding: 8px 10px;
  border-radius: 35px 0 0 35px;
  width: 74%;
  color: #353535;
}

.newsletter-div input[type="submit"] {
  background-color: #ffffff;
  border: 0;
  padding: 8px 10px;
  border-radius: 0 35px 35px 0;
  border-left: 1px solid #c8c8c8;
  width: 24%;
  text-align: right;
  color: #606060;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.newsletter-div input[type="submit"]:hover {
  color: #0abaef;
}

i.footer-secondary-icon {
  background-color: #414141;
  color: #ffffff;
  padding: 11px;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

i.footer-secondary-icon:hover {
  background-color: #0abaef;
}

/**********************************/

/** Placeholders
/**********************************/

input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

input[type="email"].error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff6969;
}

input[type="email"].error::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff6969;
  opacity: 1;
}

input[type="email"].error:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff6969;
}

input[type="email"].error:-moz-placeholder {
  /* Firefox 18- */
  color: #ff6969;
}

input[type="text"].error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff6969;
}

input[type="text"].error::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff6969;
  opacity: 1;
}

input[type="text"].error:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff6969;
}

input[type="text"].error:-moz-placeholder {
  /* Firefox 18- */
  color: #ff6969;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

/**********************************/

/** Contacts Top
/**********************************/

.contacts-top {
  height: auto;
  padding-bottom: 50px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.sub-menu-title {
  float: left;
}

.sub-menu-title h1 {
  font-weight: 700;
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 48px;
}

.title-mobile {
  font-weight: 700;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 48px;
  display: none;
}

.contacts-left {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 190px;
}

.contacts-right {
  float: left;
  width: 49%;
  margin-top: 190px;
}

.contacts-top h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.contacts-bloc {
  display: block;
  margin-bottom: 50px;
}

.contacts-bloc p {
  margin-bottom: 3px;
}

.contacts-bloc.map {
  height: 400px;
}

.contacts-top .btn-primary-border {
  width: 47.5%;
  margin-bottom: 20px;
}

.contacts-top .btn-primary-border.b-textarea {
  width: 100%;
}



/**********************************/

/** Landing Page
/**********************************/
#multiwasher-landing {
  height:150vh;
}

#multiwasher-landing.top-banner {
  height: 130vh;
  background-size: 90% !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background: #fff;
}

#multiwasher-landing .top-banner-txt{
  margin-top:20%;
}

#multiwasher-landing .top-banner-txt h1 {
  color:#000;
  font-weight: 800;
   margin-bottom:0;
}

#multiwasher-landing .top-banner-txt h1.text-blue-gradient {
  margin-bottom:30px !important;
}

.text-blue-gradient {
  background: -webkit-linear-gradient(#50b7e9, #1b4794);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#multiwasher-landing .top-banner a.btn-primary {
  padding:8px 35px;
}

#multiwasher-landing .top-banner-txt p {
  color:#000;
  line-height: 1.6rem;
  font-size: 1rem;
}

#multiwasher-landing .top-banner .btn-primary-border {
  background:#fff !important;
  color:#000 !important;
}

.centered-text {
  max-width: 760px;
  margin:0px auto 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.centered-text h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.centered-h1 {
  text-align: center !important;
  font-size: 72px !important;
  line-height: 96px;
}

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
}

.fl > div {
  width: 40%;
  max-width: 40%;
}
.image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.image-right img {
  width: auto !important;
  height: 90vh;
  max-width: initial;
  position: relative;
  z-index: -1;
  right: 5vw;
}

.section-healthtech {
  overflow: hidden;
}

.section-healthtech h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  font-weight: 800;
  margin-top: 80px;
}

.section-healthtech p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 50px;
  font-weight: 500;
}

.section-healthtech .kitchen {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  float:left;
  width:100%;
}
.section-healthtech .col-one-half {
  width: 38%;
}
.section-healthtech ul li {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}

.section-healthtech ul li i:before {
  color: #1ab4e9 !important;
}

.section-healthtech .btn-primary-border {
  margin-top: 30px;
}

.section-healthtech .btn-primary-border .btn-primary {
  font-size: 14px;
  padding: 10px 45px;
}

.bottom-elements {
  background: linear-gradient(45deg, #51B8EA 12.15%, #1B4794 100%);
}

.bottom-elements .inner-body {
  padding:120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom-elements .inner-body > div {
  width: 30%;
  text-align: center;
}

.bottom-elements .inner-body > div img {
  margin-bottom:50px;
}

.bottom-elements .inner-body > div h4 {
  font-size: 32px;
  font-weight: 800;
  color:#fff;
  margin-bottom: 10px;
}

.bottom-elements .inner-body > div p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.contact-button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  position: relative;
  bottom: 40px;
}

.contact-button a {
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 80px;
  position: absolute;
}

.contact-button a span {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-footer.landing {
  padding-top:80px;
}

@media only screen and (max-width: 768px) {
  #multiwasher-landing.top-banner {
    height: 100vh;
    background-size: 600px !important;
    background-position: right bottom !important;
  }

  

  .fl > div  {
    width: 100%;
    max-width: 100%;
  }


}

@media only screen and (max-width: 500px) {
  .section-healthtech .col-one-half {
    width:45%;
  }

  #multiwasher-landing.top-banner {
    height: 125vh !important;
  }
  .centered-text {
    font-size: 32px;
    line-height: 40px;
  }

  .centered-h1 {
    font-size: 48px !important;
    line-height: 62px;
  }

  .centered-text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-healthtech h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  .section-healthtech p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  

  .section-healthtech .kitchen {
    font-size: 18px;
  }

  .section-healthtech ul li {
    font-size: 14px;
  }

  .section-healthtech .btn-primary-border .btn-primary {
    font-size: 14px;
    padding: 10px 40px;
  }


 

  .contact-button {
    bottom:30px;
  }

  .contact-button a  {
    padding:15px 40px;
  }

  .contact-button a span {
    font-size: 22px;
  }
}

/**********************************/

/** Popup style
/**********************************/

.popup_content {
  min-height: 20px;
  padding: 30px 20px 20px 20px;
  background-color: #eeeeee;
  border: 0;
  border-radius: 10px;
  margin: 1em;
  max-width: 400px;
}

.popup_content h4 {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 1%;
  line-height: 28px;
}

.popup_content .popup_close {
  position: absolute;
  top: 6px;
  right: 3px;
  border-radius: 2px;
  background: none;
  border: 0;
  font-size: 20px;
  padding: 0 10px;
}

.popup_content .popup_close span {
  font-size: 20px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.popup_content .popup_close span:hover {
  color: #0abaef;
}

.popup_content .languages-grid {
  position: relative;
}

.popup_content .languages-grid a {
  display: inline-block;
  margin: 1%;
  padding: 2%;
  width: 43%;
  border: 1px solid #eee;
}

.popup_content .languages-grid a:hover {
  border: 1px solid #0abaef;
}

.languages-grid a img {
  margin-right: 8px;
  max-width: 30px;
}

.languages-grid .mobile-lang {
  display: none !important;
}

/**********************************/

/** Media Queries
/**********************************/

/* Vertical especial queries */

@media only screen and (max-height: 800px) {
  .menu-nav {
    top: 80px;
  }
}

/* GIF special Media query START */

@media only screen and (max-width: 1600px) {
  .section-four {
    background: url("https://bo-multiwasher-audit.somengil.com/filer/canonical/1559069059/177/") right 100px center no-repeat, radial-gradient(#2c2c2c 40%, #111111 60%);
  }
  .div-by-inner-landing {
    right: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .section-four {
    background: url("https://bo-multiwasher-audit.somengil.com/filer/canonical/1559069059/177/") right 50px center no-repeat, radial-gradient(#2c2c2c 40%, #111111 60%);
    background-size: 55%, 100%;
  }
}

@media only screen and (max-width: 1260px) {
  .section-four {
    background-size: 50%, 100%;
  }

  .fl > div {
    width:45%;
    max-width:45%;
  }
}

@media only screen and (max-width: 1060px) {
  .section-four {
    background-size: 40%, 100%;
  }

  .fl > div {
    width:100%;
    max-width:100%;
  }

  .image-right img {
    width: 100% !important;
    height: auto;
    max-width: initial;
    margin-top: 80px;
    right:0;
  }

  .fl {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .centered-text h3 {
    margin-top:100px;
  }
}

@media only screen and (max-width: 900px) {

  #multiwasher-landing.top-banner {
    background-color:#fff;
  }

  .bottom-elements .inner-body {
    padding:60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .bottom-elements .inner-body > div {
    width:100%;
    padding:45px 0;
  }

  .section-four {
    padding-top: 120px;
    padding-bottom: 90%;
    background: url("https://bo-multiwasher-audit.somengil.com/filer/canonical/1559069059/177/") bottom 10% center no-repeat, radial-gradient(#2c2c2c 40%, #111111 60%);
    background-size: 80%, 100%;
  }
}

@media only screen and (max-width: 768px) {
  .section-four {
    padding-top: 120px;
    padding-bottom: 95%;
    background: url("https://bo-multiwasher-audit.somengil.com/filer/canonical/1559069059/177/") bottom 10% center no-repeat, radial-gradient(#2c2c2c 40%, #111111 60%);
    background-size: 80%, 100%;
  }
}

@media only screen and (max-width: 500px) {
  .section-four {
    padding-top: 120px;
    padding-bottom: 110%;
    background: url(../images/multiwasher-image-mobile.png) bottom 10% center no-repeat, radial-gradient(#2c2c2c 40%, #111111 60%);
    background-size: 80%, 100%;
  }
}

/* GIF special Media query END */

/* Normal queries */

@media only screen and (max-width: 1760px) {
  .contacts-top {
    background-position: bottom left -100px;
  }
}

@media only screen and (max-width: 1560px) {
  .contacts-top {
    background-position: bottom left -150px;
  }
}

@media only screen and (max-width: 1460px) {
  .contacts-top {
    background-position: bottom left -200px;
  }
}

@media only screen and (min-width: 1460px) {
  .top-banner-landing-txt {
    margin-top: 24%;
  }
}

@media (max-height: 768px) and (max-width: 1366px) {
  .top-banner-landing-txt {
    margin-top: 20%;
  }
  .top-banner-landing h1 {
    font-size: 48px;
  }
  .top-banner-landing-txt p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1360px) {
  .contacts-top {
    background-image: none !important;
  }
}

@media only screen and (max-width: 1350px) {
  .section-three .inner-body {
    max-width: 800px;
  }
  .section-six .inner-body {
    max-width: 800px;
  }
  .section-five {
    background-position: bottom left -100px;
  }
  .section-six-image {
    height: 150px;
  }
}

@media only screen and (max-width: 1150px) {
  .section-five .inner-body {
    max-width: 800px;
  }
  .section-five .btn-primary-border.central {
    margin: 0 1px;
  }
}

@media only screen and (max-width: 1100px) {
  .menu-nav.menu-nav-landing {
    top: 20px;
  }
  .sub-logo img {
    max-width: 170px;
  }

    
  .sub-logo-sudback {
    margin-top: 4px;
  }
  .sub-logo-sudback img {
    height: 50px;
    margin-left: 2rem;
  }

  .sub-logo-dubai {
    margin-top: 4px;
  }
  .sub-logo-dubai img {
    height: 40px;
    margin-left: 2rem;
  }

  .sub-logo-host {
    margin-top: 4px;
  }
  .sub-logo-host img {
    height: 50px;
    margin-left: 2rem;
  }

  .sub-logo-moscow {
    margin-top: 4px;
  }
  
  .sub-logo-moscow img {
    height: 55px;
    margin-left: 2rem;
  }

  .sub-logo-inoxvalley {
    float: left;
    margin-top: 7px;
  }
  
  .sub-logo-inoxvalley img {
    margin-left: 2rem;
    height: 40px;
  }
  .nav-menu li {
    margin-left: 10px;
  }
  h1 {
    font-size: 44px;
  }
  .top-banner-landing-txt {
    margin-top: 20%;
  }
  .top-banner-landing h1 {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .top-banner-landing-txt p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .top-engiwash .btn-primary-border {
    margin: 0 20% 20px 0 !important;
  }
  .inner-body {
    width: 94%;
  }
  .top-bar {
    display: none;
  }
  .menu-nav {
    display: none;
  }
  .middle-nav, .middle-nav-host {
    display: none;
  }
  .title-mobile {
    display: block;
  }
  .top-banner-txt {
    margin-top: 120px;
    margin-bottom: 300px;
  }
  .top-banner-landing-txt {
    margin-top: 25%;
    margin-bottom: 300px;
  }
  .top-banner {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
  }
  .top-banner-landing {
    background-color: #1c1c1c;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    background-image: url(../images/background-landing-mobile.png) !important;
  }
  .top-banner.top-engiwash {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: bottom left;
  }
  .section-one {
    padding-top: 120px;
    padding-bottom: 22%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  .section-two {
    width: 100%;
    height: auto;
    padding-bottom: 220px;
    padding-top: 120px;
    background-color: #1c1c1c;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  .section-two-txt-left {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-top: 0;
    text-align: left;
    padding-right: 40%;
  }
  .section-two-txt-right {
    width: 100%;
    max-width: 100%;
    float: right;
    margin-top: 0;
    text-align: right;
    padding-left: 40%;
  }
  .section-three {
    background-image: url(../images/background-sustentabilidade-mobile.jpg) !important;
  }
  .section-three-top {
    text-align: center;
    margin-bottom: 80px;
  }
  .section-three-top h1 {
    margin-right: auto;
    margin-left: auto;
  }
  .section-three-bloc {
    width: 100%;
    float: none;
    margin: 0 auto 50px auto;
    text-align: center;
    max-width: 200px;
  }
  .section-three-bloc.fourth {
    margin-right: auto;
  }
  .section-five {
    padding-top: 120px;
    padding-bottom: 70%;
    background-color: #f7f7f7;
    background-size: 240%;
    background-position: bottom left;
  }
  .section-five .btn-primary-border {
    clear: both;
    margin: 0 20% 20px !important;
  }
  .section-six-cards {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .section-six-bloc {
    margin-bottom: 4rem;
  }
  .section-six-image {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section-six-bloc.two img {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 200%;
    width: 130%;
  }
  .section-six-text h3 {
    font-size: 36px;
  }
  .footer-col-first {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer-col-second {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer-col-third {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer-col-half {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer-col-half.last {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 0;
  }
  .section-footer h4 {
    margin-top: 0;
  }
  .contacts-top {
    background-image: none !important;
  }
  .contacts-top .inner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-left {
    width: 100%;
    margin-top: 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts-right {
    width: 100%;
    margin-top: 80px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contacts-top .btn-primary-border {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section-six-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100%);
            flex: 0 1 calc(100%);
  }
  /**********************************/
  /** Top Bar Mobile
  /**********************************/
  .top-bar.top-bar-mobile {
    display: block;
  }
  .top-bar.top-bar-mobile .toggle-menu {
    padding: 12px 0 9px;
    cursor: pointer;
  }
  .top-bar.top-bar-mobile .toggle-menu i {
    color: #b2b2b2;
    font-size: 21px;
  }
  .top-nav-content {
    background-color: #2e2e2e;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 50;
    display: none;
  }
  .top-bar.top-bar-mobile ul {
    margin: 0;
  }
  .top-bar.top-bar-mobile li:first-child {
    border-top: 1px solid #454545;
  }
  .top-bar.top-bar-mobile li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #454545;
  }
  .top-bar.top-bar-mobile li.i-language span {
    cursor: pointer;
    width: 94%;
    margin: 0 3%;
  }
  .top-bar.top-bar-mobile li.i-language img {
    max-width: 23px;
    padding: 10px 0;
  }
  .top-bar.top-bar-mobile li a {
    width: 94%;
    margin: 0 3%;
    padding: 10px 0;
  }
  /**********************************/
  /** Menu Nav Mobile
  /**********************************/
  .nav-about-mobile {
    top: 0px !important;
  }
  .menu-nav.menu-nav-mobile {
    display: block;
    top: 42px;
    height: 60px;
    background-color: #202020;
    position: fixed;
  }
  .menu-nav.menu-nav-mobile-landing {
    display: block;
    top: 0;
    height: 60px;
    background-color: #202020;
    position: fixed;
  }
  .menu-nav.menu-nav-mobile .sub-logo {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .menu-nav.menu-nav-mobile .sub-logo img, .menu-nav.menu-nav-mobile-landing .sub-logo img {
    max-width: 150px;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-milan {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-dubai {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-euroshop {
    float: left;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-milan img {
    height: 60px;
    margin-left: 2rem;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-dubai img {
    height: 36px;
    margin-left: 2rem;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-euroshop img {
    height: 40px;
    margin-left: 2rem;
  }
  .menu-nav.menu-nav-mobile .toggle-menu {
    padding: 11px 0 14px;
    cursor: pointer;
  }
  .menu-nav.menu-nav-mobile .toggle-menu i {
    color: #ffffff;
    font-size: 27px;
  }
  .menu-nav-content {
    background-color: #202020;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 50;
    display: none;
  }
  .menu-nav.menu-nav-mobile ul {
    margin: 0;
  }
  .menu-nav.menu-nav-mobile li:first-child {
    border-top: 1px solid #111111;
  }
  .menu-nav.menu-nav-mobile li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #111111;
  }
  .menu-nav.menu-nav-mobile li a {
    color: #ffffff;
    display: block;
    width: 94%;
    margin: 0 3%;
    padding: 14px 0;
  }
}

#pl-lang, #ro-lang, #lt-lang, #gr-lang, #ar-lang, #he-lang, #ko-lang, #cs-lang, #sk-lang {
  font-family: "Roboto Condensed", Arial Narrow;
}

/**********************************/

/** PÁGINA ABOUT
  /**********************************/

.about-page, .financing-page {
  padding: 0;
}

.about-nav {
  top: 30px;
}

.middle-about-nav {
  top: 0;
}

.top-banner-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-banner-about .inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
}

.top-banner-about h3 {
  color: #ffffff;
  margin-bottom: 30px;
}

.top-banner-about h4 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 28px;
}

.top-banner-about p {
  color: #ffffff;
}

.top-banner-about-txt {
  width: 70%;
  max-width: 740px;
  margin-top: 10%;
}

.about-logo {
  margin-top: 10%;
  margin-left: 5%;
  text-align: center;
}

.about-logo img {
  width: 250px;
}

.financing-logo {
  margin-top: 10%;
  margin-left: 5%;
  text-align: center;
}

.financing-logo img {
  width: 350px;
}

.top-banner-about-txt p {
  padding-right: 150px;
  margin-bottom: 10px;
  font-size: 16px;
}

.top-banner-about-txt .p-ar {
  padding-right: 0;
  padding-left: 200px;
}

/**********************************/

/** SECÇÃO A
/**********************************/

.section-a {
  width: 100%;
  height: auto;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.section-a-background {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-a .inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 !important;
  max-width: 100vw;
  width: 100%;
}

.section-a h1 {
  margin-bottom: 30px;
}

.section-a-title {
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.section-a-title h3 {
  color: white;
  margin: 0;
}

.section-a-footer {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-a-footer h3 {
  color: white;
  margin: 0;
}

.section-about-values-dark {
  width: 100%;
  background-color: #f7f7f7;
}

.section-a-footer h3 {
  color: white;
  margin: 0;
}

.section-about-values-dark {
  width: 100%;
  background-color: #f7f7f7;
}

.section-about-values-light {
  width: 100%;
  background-color: white;
}

.about-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  padding: 3em;
}

.about-values.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.about-values.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.about-values img {
  height: 120px;
  width: auto;
}

.about-values p {
  font-size: 18px;
  margin-bottom: 0;
}

.about-values.left img {
  margin-right: 3em;
}

.about-values.right img {
  margin-left: 3em;
}

/**********************************/

/** SECÇÃO B
/**********************************/

.section-b-border-wrap {
  position: relative;
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  padding-top: 1.5px;
}

.section-b {
  width: 100%;
  height: auto;
  background-color: black;
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-b .inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  max-width: 100vw;
  width: 100%;
}

.inner-body-arabian .section-b-bloc {
  text-align: right !important;
}

.section-b-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px;
  text-align: center;
  padding: 2rem;
}

.section-b-bloc img {
  height: 100px;
  width: auto;
  margin-bottom: 2rem;
}

.section-b-bloc p {
  color: white;
  font-size: 18px;
}

.section-b-title {
  background-color: blue;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.section-b-title h3 {
  color: white;
  margin: 0;
}

.section-b-footer {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}

.section-b-footer h3 {
  color: white;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .webinarbtn {
    -webkit-transform: translateX(110px) rotate(-90deg);
            transform: translateX(110px) rotate(-90deg);
    margin-right: 0 !important;
    right: 0 !important;
    bottom: 30% !important;
    width: 260px !important;
  }
  .livedemobtn {
    -webkit-transform: translateX(108px) rotate(-90deg);
            transform: translateX(108px) rotate(-90deg);
    right: 0 !important;
    bottom: 57% !important;
  }
  .arrow-down-landing img {
    margin-left: 1rem !important;
  }
  .top-banner-about {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 2rem;
  }
  .top-banner-about .inner-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .top-banner-about-txt {
    text-align: center;
  }
  .top-banner-about-txt p {
    padding: 0;
    width: 80%;
    margin: auto;
  }
  .top-banner-about-txt h3 {
    padding-right: 0 !important;
  }
  .top-banner-about-txt h4 {
    padding-right: 0 !important;
  }
  .about-logo {
    width: 150px;
    margin-top: 6rem;
    margin-left: 0;
  }
  .financing-logo {
    width: 250px;
    margin-top: 6rem;
    margin-left: 0;
  }
  .section-a-title h3 {
    font-size: 24px;
  }
  .section-a-footer h3 {
    font-size: 24px;
    text-align: center;
    line-height: 1.5rem;
  }
  .top-banner-about-txt {
    width: 90%;
  }
  .top-banner-about-txt p {
    font-size: 16px;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .top-banner-txt {
    margin-bottom: 45%;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 44px;
  }
  .top-banner-txt p {
    padding-right: 100px;
  }
  .top-banner-txt .p-ar {
    padding-right: 0;
    padding-left: 100px;
  }
  .section-one-txt p {
    padding-left: 100px;
  }
  .section-a-txt p {
    padding-left: 100px;
  }
  .section-two-txt-left {
    padding-right: 10%;
    margin-bottom: 20px;
  }
  .section-two-txt-right {
    padding-left: 10%;
  }
  .section-five .btn-primary-border {
    clear: both;
    margin: 0 10% 20px !important;
  }
  .section-copyrights img {
    margin: 0;
  }
  .section-copyrights p {
    display: block;
    padding-bottom: 15px;
  }
  .top-engiwash .btn-primary-border {
    margin: 0 20% 20px 0 !important;
  }
}

@media only screen and (max-width: 460px) {
  .on-demand {
    margin-top: 24px;
  }
  a.webinarbtn-secondary, a.livedemobtn-secondary, a.contactbtn-secondary {
    font-size: 14px !important;
  }
  a.recordedwebinarbtn-secondary {
    font-size: 13px !important;
    padding: 8px 24px !important;
  }
  .webinarbtn {
    margin-right: 10px !important;
    width: 240px !important;
  }
  .recordedwebinarbtn {
    width: 310px !important;
    bottom: -34px;
  }
  .livedemobtn {
    -webkit-transform: translateX(101px) rotate(-90deg);
            transform: translateX(101px) rotate(-90deg);
    bottom: 60% !important;
  }
  .menu-nav.menu-nav-mobile-landing .sub-logo-euroshop img {
    max-width: 120px;
    margin-left: 1rem;
  }
  .top-banner-about {
    background-image: url("../images/background-about-1-mobile.png") !important;
  }
  .top-banner-landing-txt p {
    padding-right: 80px;
    margin-bottom: 60px;
  }
  .menu-nav.menu-nav-mobile .sub-logo-milan img, .menu-nav.menu-nav-mobile .sub-logo-dubai img {
    max-width: 120px;
    height: 35px;
    margin-left: 1em;
  }
  .section-six-cards {
    margin-left: 1rem;
    margin-right: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    text-align: center;
    padding: 2rem;
  }
  .about-values img {
    margin-bottom: 2rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 60px;
    width: auto;
  }
  .about-values p {
    text-align: center;
  }
  .section-a-background {
    display: none;
  }
  .section-b-bloc {
    width: auto;
  }
  .section-b-bloc img {
    height: 60px;
  }
  .section-a-footer {
    background-image: url("../images/background-about-3-mobile.png") !important;
  }
  .section-b {
    background-image: url("../images/background-about-4-mobile.png") !important;
  }
}

@media only screen and (max-width: 380px) {
  .section-five .btn-primary-border {
    clear: both;
    margin: 0 0 20px !important;
  }
  .languages-grid a {
    font-size: 14px;
  }
  .languages-grid .mobile-lang {
    display: inline-block !important;
  }
  .languages-grid .desktop-lang {
    display: none !important;
  }
  .section-six-text h3 {
    font-size: 24px;
    margin-top: 1rem;
  }
  .top-banner-about-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media only screen and (max-width: 320px) {
  .top-banner-about h3 {
    font-size: 28px;
  }
  .top-banner-landing h1 {
    font-size: 32px;
  }
  .top-banner-landing-txt p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .a.btn-secondary {
    font-size: 14px;
  }
  .section-six-cards {
    width: 90%;
  }
  .section-six {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-banner-landing-txt {
    margin-bottom: 120px;
  }
  .section-six-bloc.three {
    margin-bottom: 0;
  }
}

.grecaptcha-badge {
  visibility: collapse !important;
}

.arrow-down-landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.arrow-down-landing img {
  margin: auto;
  cursor: pointer;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/**********************************/

/** Call To Action
/**********************************/

.contactbtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin-right: 24px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.webinarbtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 1;
  margin-right: 24px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.fairsbtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 1;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fairsbtn img {
  max-height: 50px;
}

.fairsbtn > div {
  margin: 0 0 0 14px;
}

.fairsbtn a.btn-secondary {
  padding: 8px 18px !important;
}

.livedemobtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  position: fixed;
  bottom: 0;
  right: 514px;
  z-index: 1;
  margin-right: 24px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

a.contactbtn-secondary {
  background-color: transparent;
  border: 0;
  padding: 8px 34px;
  color: #ffffff;
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

a.webinarbtn-secondary, a.livedemobtn-secondary {
  background-color: transparent;
  border: 0;
  padding: 8px 34px;
  color: #353535;
  background-color: #fdfdfd;
  display: block;
  text-align: center;
  /* max-width: 100%; */
  margin: 0;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
}

div.contactbtn-primary-border {
  display: inline-block;
  background: rgba(80, 181, 232, 1);
  background: -webkit-gradient( left top, right top, color-stop(0%, rgba(80, 181, 232, 1)), color-stop(100%, rgba(28, 73, 150, 1)));
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b5e8', endColorstr='#1c4996', GradientType=1);
  border-radius: 20px 20px 0 0;
  padding: 2px;
}

div.webinar-primary-border, div.livedemo-primary-border {
  display: inline-block;
  background: rgba(80, 181, 232, 1);
  background: -webkit-gradient( left top, right top, color-stop(0%, rgba(80, 181, 232, 1)), color-stop(100%, rgba(28, 73, 150, 1)));
  background: -webkit-gradient( linear, left top, right top, from(rgba(80, 181, 232, 1)), to(rgba(28, 73, 150, 1)));
  background: linear-gradient( to right, rgba(80, 181, 232, 1) 0%, rgba(28, 73, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b5e8', endColorstr='#1c4996', GradientType=1);
  border-radius: 20px 20px 0 0;
  padding: 2px;
}

.hostcta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  border-radius: 4px;
  height: 116px;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 1rem;
}

.cta-logo {
  -ms-flex-item-align: center;
      align-self: center;
}

.cta-logo img {
  width: 84px;
  height: auto;
}

.cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.cta-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.host-text {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.cta-header a {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.close-cta {
  position: absolute;
  top: 6px;
  right: 3px;
  border-radius: 2px;
  background: none;
  border: 0;
  font-size: 20px;
  padding: 0 10px;
}

.close-cta span {
  font-size: 20px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.upper {
  text-transform: uppercase;
  color: #353535;
  margin: 0;
}

.ctabtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 1rem;
}

.ctabtn a {
  font-size: 14px;
}

.financing-list {
  margin: 0;
  list-style-type: none;
}

.financing-list li {
  margin-bottom: 8px;
}

.financing-list li a {
  color: #ffffff;
}

.financing-list li a:hover {
  color: #0abaef;
}

@media screen and (max-width: 768px) {
  .hostcta {
    width: 100vw;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 110px;
  }
  .ctabtn {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .ctabtn a {
    padding: 4px 10px;
  }
  .host-text {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 598px) {
  .host-text {
    margin-right: 0;
    width: 62%;
  }
}

@media screen and (max-width: 598px) {
  .host-text {
    width: 52%;
  }
}

@media screen and (max-width: 425px) {
  .ctabtn a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .host-text {
    font-size: 12px;
    font-weight: bold;
    width: 77%;
  }
  .upper {
    font-size: 14px;
  }
  .ctabtn {
    margin-top: 0;
    margin-left: 1rem;
  }
  .contactbtn {
    left: 50%;
    bottom: -22px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 280px !important;
  }
}

@media screen and (max-width: 385px) {
  .ctabtn {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .host-text {
    width: 90%;
  }
  .upper {
    font-size: 14px;
  }
  .ctabtn {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

.host-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.host-buttons div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}

#form-popup-healthtech, #demio-healthtech {
  display:none;
}