html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
    font-weight: 400;
    background-color: #FFFFFF;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
    margin-bottom:1ex;
}

.main
{
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
    padding: 2em;
}

h1{
    font-size:60px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
}

h2{
    font-size:xxx-large;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1ex;
}

h3{
    font-size:xx-large;
    font-weight: 550;
    line-height: 120%;
    margin-bottom: 1ex;
}

h4{
    font-size:x-large;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1ex;
}

.inter-ief {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

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

.fg-purple {
    color:#8900c1;
}
	
a, a:visited, a:disabled
{
    color:#8900c1;
}

.text-bigger{
    font-size:120%;
}

header{
    display:block;
    border-bottom: 1px solid #808080;
    padding: 1ex;
    margin-bottom: 100px;
}

.title-zone
{
    background-image: url('watermark.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.offerings
{
    display:block;
    margin-top:80px;
    margin-bottom:80px;
    text-align: center;
}

.offering
{
    display:inline-block;
    height: 100%;
    width: 25%;
    margin-right:2em;
    vertical-align: top;
    text-align: left;
}

img.fullscreenbg
{
    display:block;
    width:auto;
    margin:auto;
    height:800px;
    object-fit:cover;
    margin-top:50px;
    margin-bottom:50px;
}

div.companies
{
    margin-bottom:100px;
}

div.company-label
{
    display:inline-block;
    width: 25%;
}

a.company
{
    display:inline-block;
    margin-left:1em; 
    margin-right:1em; 
}

a.company img
{
    width:auto;
    max-height:50px;
}

div.what-to-expect
{
    margin-bottom:100px;
}

div.what-to-expect ul
{
    margin-left:3em;
}

hr
{
    border:none;
    height:1px;
    color:#808080;
    background-color:#808080;
    margin-top:100px;
    margin-bottom:100px;
}

div.interested
{
    margin-left:100px;
    margin-right:100px;
    margin-top:2em;
    margin-bottom:2em;
    text-align:center;
    border:1px solid #808080;
    border-radius: 1em;
    padding:2em;
    font-size:200%;
}

footer
{
    display:block;
    border-top: 1px solid #808080;
    padding: 1em;
    margin-top: 100px;
    padding-left:50px;
    padding-right:50px;
}

@media (prefers-color-scheme: dark) 
{
	html,body
	{
		background-color:#000000;
		color:#FFFFFF;
	}
}