.header__brand {
	margin-right: 0;
	text-decoration: none;
	flex: 1 1!important;
	justify-content: start;
	font-size: 2em
}

.content {
	min-height: 84vh;
}

.footer {
	position: relative;
	background-color: rgb(0,75,180);
}

.footer .container {
	padding: 6vh 0;
	min-height: 120px;
}

.footer__bg:before {
	z-index: 0;
	content: "";
	display: block;
	background: url(/all-icons.svg#sprite-pattern) 50% no-repeat;
	background-size: 1078px 1079px;
	background-position: 100% 100%;
	-webkit-mask-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2));
	mask-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2))
}

.footer__copyright {
	margin: 0;
	color: #ccf;
	height: 4vh;
	line-height: 4vh;
}

body {
	background-color: #f9f9f9
}

@font-face {
	font-family: Lato-Regular;
	font-style: normal;
	src: url(/fonts/lato/Lato-Regular.ttf) format("truetype"), url(/fonts/lato/Lato-Regular.woff2) format("woff2");
	font-weight: 300
}

@font-face {
	font-family: Lato-Medium;
	font-style: normal;
	src: url(/fonts/lato/Lato-Medium.ttf) format("truetype"), url(/fonts/lato/Lato-Medium.woff2) format("woff2");
	font-weight: 300
}

@font-face {
	font-family: Lato-Bold;
	font-style: bold;
	src: url(/fonts/lato/Lato-Bold.ttf) format("truetype"), url(/fonts/lato/Lato-Bold.woff2) format("woff2");
	font-weight: 500
}

@font-face {
	font-family: Barlow-Extrabold;
	font-style: bold;
	src: url(/fonts/barlow/Barlow-ExtraBold.ttf) format("truetype"), url(/fonts/lato/Barlow-ExtraBold.woff2) format("woff2");
	font-weight: 700
}

@font-face {
	font-family: Barlow-Bold;
	src: url(/fonts/barlow/Barlow-Bold.ttf) format("truetype"), url(/fonts/lato/Barlow-Bold.woff2) format("woff2")
}

body,
html {
	font-family: "Lato-Regular", Times, serif
}

h1 {
	font-size: 60px
}

h1 {
	font-family: "Barlow-Extrabold", Times, serif
}

p {
	font-family: "Lato-Regular", Times, serif
}

strong {
	font-family: "Lato-Bold", Times, serif
}

ul li {
	font-family: "Lato-Regular", Times, serif
}

a,
ul li {
	font-size: 16px
}

a {
	font-family: "Lato-Bold", Times, serif
}

.landing-first-row {
	height: 900px
}

@media only screen and (max-width:1200px) {
	.landing-first-row {
		height: 940px
	}
}

@media only screen and (max-width:900px) {
	.landing-first-row {
		height: auto
	}
}

.landing__content-first {
	align-content: center;
	flex: 0 0 50%;
	width: 100%
}

@media only screen and (max-width:900px) {
	.landing__content-first {
		flex: 0 0 100%;
		width: 100%
	}
}

.landing__content-first {
	justify-content: center
}

.landing__image-left {
	padding: 0
}

.landing__image-first {
	position: absolute;
	right: 0;
	flex: 0 0 50%;
	width: 50%;
	max-height: 900px
}

@media only screen and (max-width:900px) {
	.landing__image-first {
		position: relative;
		flex: 0 0 100%;
		width: 100%
	}
}

.landing__image-first img {
	max-height: 900px;
	width: 100%
}

.headline {
	color: black;
	text-align: center;
	font-size: 5rem;
	margin-top: 4.5rem;
	white-space: nowrap;
}

.notes_headline {
	color: black;
	text-align: center;
	font-size: 3rem;
	margin-top: 0;
	padding-top: 4rem;
}

@media only screen and (max-width:1200px) {
	.notes_headline {
		padding-top: 6.5rem;
	}
}

p {
	width: 96%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto 1rem;
}

img {
	max-width: 96%;
	margin: 0 auto 1rem;
}

p.cta {
	font-size: 1.4rem;
}


@media (max-width:768px) {
	.headline {
		font-size: 4rem;
	}

	p.cta {
		font-size: 1.2rem;
	}
}

.links {
	width: 660px;
    font-size: 0;
    margin-top: 80px;
    text-align: center;
    direction: rtl;
}

@media (max-width:768px) {
	.links {
	  width: 220px;
	}
  }


.links .link {
	box-sizing: border-box;
	display: inline-block;
	width: 220px;
	height: 100%;
	text-align: center;
	position: relative;
	vertical-align: top;
	font-size: 1rem;
}

.links .link:after {
	content: '';
	display: block;
	right: 0;
	width: 1px;
	top: 0px;
	bottom: 0px;
	background: rgba(0,0,0,.16);
	position: absolute;
}

.links .link:first-child:after {
	display: none;
}

@media (max-width:768px) {
	.links .link {
		height: 160px;
	}

	.links .link:after {
	  width: initial;
	  right: 10px;
	  left: 10px;
	  top: initial;
	  bottom: 30px;
	  height: 1px;
	}

	.links .link:first-child:after {
		display: block;
	}
	
	.links .link:last-child:after {
		display: none;
	}
}



.link .download {
	width: 220px;
	height: 100px;
	background-color: transparent;
	text-align: center;
}

.links .download * {
	margin: 0 auto 6px;
	display: block;
	font-size: 1em;
	color: black;
}

.links .notes {
	font-size: .8em;
	cursor: pointer;
}

/*# sourceMappingURL=LandingPage.3ad9fe3e.chunk.css.map */