﻿@CHARSET "UTF-8";

html { text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-size: 18px; color: #292b2b; margin: 0px;
	font-family: 'Lato', "Segoe UI", "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 300; max-width: 100%; overflow-x: hidden; }

::selection { background: #a4d0ab; }
div, fieldset, dl, dd, dt, ul, ol, li, a, input, select { box-sizing: border-box; }
fieldset, dl, dd, dt, ul, ol, li, p, form { margin: 0px; padding: 0px; outline: 0px; border: 0px; margin-block-end: 0px; }
ul { list-style-type: none; }
h1, h2, h3, h4, h5 { margin: 0px; }
a { color: #1d8e1b; }
a:hover { color: #00c117; transition: all 0.2s linear 0s; }
.containerW { max-width: 1170px; margin: 0px auto; }
.containerW.std { max-width: 975px; }
.containerW.std2 { max-width: 1004px; }
.is-flexed { flex-wrap: wrap; display: flex; justify-content: space-between; }
.is-relative { position: relative; }
.is-vertical-center { align-items: center; }
.is-section { padding: 0px 15px; }
.is-padding-top { padding-top: 20px; }
.is-padding-bottom { padding-bottom: 20px; }
.is-margin-bottom { margin-bottom: 20px; }
.is-margin-block { height: 20px; }
.is-no-selectable { user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
.is-click-transparent { pointer-events: none; }
.rivSectionsHolder { width: 100%; overflow: hidden; }
.is-invisible-prepared-items { display: none; }

@media (max-width: 768px) {
	.is-desktop { display: none; }
}

.aeroStubLogoCont { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: center;
	background: linear-gradient(0deg, #e7f1f3 0%, #f9fafa 77%); }
.aeroStubLogoCont img { max-width: 100%; width: 400px; transform: rotate(-11deg); }
.aeroStubLogoCont ._logo {}
.aeroStubLogoCont ._logo ._previewTitle { text-align: center; color: #a1bac1; font-size: 21px; cursor: default; }



