::-webkit-scrollbar { 
    display: none; 
}
html {
    overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	background: #f5f5f7 url('') no-repeat center bottom;
	background-size: cover;
	height: 100%;
}

body {
	margin: 0;
	font-family: "Lato",sans-serif;
	background-color: transparent !important;
}

.btn-signin {
	background-color: #87b08fc4;
    border-radius: 12px;
    padding: 12px 4vw;
    font-weight: 800;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    min-width: 5vw;
    width: 50%;
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(6px);
	transition: background-color 0.25s ease;
}

.btn-signin:hover,
.btn-signin:focus,
.btn-signin:active {
	background-color: #698b6fc4;
	color: #ffffff;
}

h1 {
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	color: #fff;
	font-weight:700;
    text-shadow: 0px 1px 15px rgb(0 0 0 / 80%);
    font-size: 44px;
	text-align: center;
}

@media only screen and (max-width:800px) {
	h1 {
		font-size: 26px;
	}
}

h2 {
	letter-spacing: 0px;
	margin-bottom: 5px;
	font-size: 50pt;
	font-weight: 600;
	color: #343a44;
}

h3 {
    margin-top: 0;
    letter-spacing: 0;
    font-size: 14pt;
    margin-bottom: 14px;
    color: #343a44;
    font-weight: 600;
}

h4 {
    letter-spacing: 0.2px;
	line-height: 26px;
	font-weight: 600;
	max-width: 500px;
	margin: 18px auto 0px;
	color:#fff; 
	text-shadow: 0px 1px 15px rgb(0 0 0 / 80%); 
	font-size: 18px;
	text-align: center;
}

@media only screen and (max-width:800px) {
	h4 {
		font-size: 18px;
		margin:0;
	}
}

h5 {
	font-size: 18px;
	color: #343a44;
	line-height: 24px;
}

@media only screen and (max-width:767px) {
	h2 {
		font-size: 32pt;
	}

	h4 {
		font-size: 11pt;
		line-height: 24px;
	}
}

@media only screen and (max-width:512px) {
	h2 {
		font-size: 22pt;
	}
}

body,html,div{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 24px 0;
    color: #53565A;
}

p.logo {
	text-align:center; 
	display:block;
	margin-bottom:10px;
}

.topbar {
	width: 100%;
	background-color: #343a44;
	color: #aeb5bc;
	padding: 9px 0 0;
	height: 28px;
}

.topbar a {
	color: #8b969e;
	font-size: 14px;
	padding: 0 0 0 40px;
	font-weight: 600;
}

.topbar a i,
.topbar a svg {
	margin-right: 5px;
}

.topbar a:hover {
	color: #dee0e2;
}

.alignLeft {
	float: left;
	text-align: left;
}

.alignRight {
	float: right;
	text-align: right;
}

.clear {
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

.clear5 {
	height: 5px;
	line-height: 5px;
	clear: both;
	margin: 0;
}

.clear10 {
	height: 10px;
	line-height: 10px;
	clear: both;
	margin: 0;
}

.clear20 {
	height: 20px;
	line-height: 20px;
	clear: both;
	margin: 0;
}

.clear30 {
	height: 30px;
	line-height: 30px;
	clear: both;
	margin: 0;
}

.clear40 {
	height: 40px;
	line-height: 40px;
	clear: both;
	margin: 0;
}

.clear50 {
	height: 50px;
	line-height: 50px;
	clear: both;
	margin: 0;
}

a,
a:focus {
    color: #0b99ff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover,
a:active {
    color: #0b99ff;
    text-decoration: none;
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

#logo {
	max-width: 70px;
	max-height: 123px;
}

@media only screen and (max-width:800px) {
	#logo {
		max-width: 40px;
		max-height: 90px;
	}
}

.bg-welcome {
	padding-top: 7vh;
    padding-bottom: 5vh;
	padding-left: 5%;
	padding-right: 5%;
    background-image: url(/img/bg-welcome.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	background-color: rgb(0 0 0 / 19%);
    background-blend-mode: multiply;
}

@media only screen and (max-width:800px) {
	.bg-welcome {
		padding-top: 9%;
        padding-bottom: 4%;
	}
}

.row#countries {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	padding: 0 30px;
}

@media only screen and (max-width:800px) {
	.row#countries {
		gap:0 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.row#countries h3 {
	color: #343a44;
}

.row#countries ul {
	padding: 0;
	margin-bottom: 30px;
}

.row#countries ul li {
	list-style: none;
	font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}

@media only screen and (max-width:800px) {
	.row#countries ul li {
		font-size: 13px;
	}
}

.row#countries ul li img {
	margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    max-width: 16px;
    vertical-align: 0px;
    box-shadow: 0px 0px 0px 1px rgb(0, 0, 0, 0.1);
    border-radius: 1px;
    float: left;
}

.row#countries ul li p {
	line-height: 26px;
	color: #9fa4a7;
	margin: 0;
	font-size: 10pt;
	font-weight: 400;
}

.row#countries ul li a {
	color: #343a44;
	font-weight: 400;
}

.row#countries ul li a:hover {
	color: #343a44cc;
}

#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	background-color: #343a44;
	color: #aeb5bc;
	padding: 12px 0;
}

#footer p {
	color: #efefef;
	font-size: 10pt;
	padding: 0 0px 0;
	margin: 0;
	line-height: 22px;
	text-align: center;
}

#footer a {
    color: #efefef;
    font-size: inherit;
    padding: 0 20px 0 20px;
	font-weight: 600;
	line-height: 22px;
}

#footer a:hover {
	color: #dee0e2;
}

@media only screen and (min-width: 576px) {
	.container {
		max-width: 1440px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1440px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
	}
}

.topbar .container {
	justify-content: end;
	padding: 0 20px;
}