 @charset "UTF-8";
/* CSS Document */

.container {
	max-width:1280px; 
	margin:auto; 
	background-color:#f0f8f8;
	min-height:800px; 
	padding-top:1px;
}

.super{
 vertical-align: super;
 font-size:10pt;
 }

body {
 	background-color: #FFFFFF;
	font-family:"Uni Neue Regular";
	font-weight: 100;
	line-height: 1.5;
}

header {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	background-color: #FFFFFF;
	padding: 30px;
}

.nav {
    padding: 18px;
    color: #202B5B; 
}

nav a:hover{
 text-decoration: underline;
}

nav a:active {
  text-decoration: underline;
}

.login {
    background-color: #202B5B; 
    color:white;
    border-radius: 9px;
    padding:6px;
    font-family: 'Uni Neue Heavy'
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.hero1  {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	background-color: #732b8f;
	color: #FFFFFF;
    font-size: 20px;
	max-height: 550px;
}
[class~="prov-head"]{
    background-color: #4A636A;
}
[class~="pat-head"]{
    background-color: #202B5B;
}
[class~="max-head"]{
    background-color: #CEC3D8;
    color:black;
}    


 .flex-item-1 {
	padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
}
  
 .flex-item-2 {
    height: 250px;
}
[class~="max"] {
    max-height:230px;
    margin:30px;
    max-width: 85%;

}

#attention {
	text-align: center;
	text-shadow: 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255), 0px 0px 8px rgb(255,255,255);
	color:#202B5B;
    font-family: 'Uni Neue Heavy';
    font-size: 28px;
	margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
}

.blocks {
    display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin:50px;
}

.block {
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 6px;
    border-style: solid;
    border-color: #D0DDDD;
    width:250px;
    margin-left:12px;
    margin-right:12px;
    margin-bottom: 25px;
    padding:24px;   
}
[class~="last"] {
    padding-left:0px;
    padding-right:0px;
}
[class~="first"] {
    width:40%;
}
[class~="prov"] {
    width: 350px;
    display:flex;
    flex-wrap: wrap;
    align-items: center
}

.bl-head {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.bl-img {
    max-height: 200px;
    max-width: 142px;
}

.rule {
    height: 2px;
    background-color: #732b8f;
    width: 70%;
    display: block;
    margin: auto;
    
}

h1 {
    font-family: "Uni Neue Heavy";
    font-size: 22px;
    line-height: 1.2;
    text-align: center; 
}

h2 {
    font-size: 20px;
    color: #984A22;
    text-align: center; 
}

p {
	font-weight: 100;
	line-height: 1.5;
}

.bodytext {
	font-size: 18px;
	color:#202b5b;
	font-family: "Uni Neue Regular";
	font-weight: 400;
    max-width: 600px;
}

.blu-head {
	max-width: 400px;
    width: 290px;
    height: 50px;
    transform: skew(-25deg);
    background: #202B5B;
    color:white;
    padding:1px;
}
[class~="head"]{
    transform:skew(13deg);
}

.two-thirds {
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin:80px;
}

.side-img {
	align-self: flex-start;
    content:url("images/list.svg");
}

.side-img2 {
	width: 100%;
    align-self: flex-start;
    content:url("images/max-pulser-iso.png");
}

.button {
    background-color: #732b8f;
    border-radius: 10px;
    color:white;
    max-width: 400px;
    min-width: 300px;
    margin: 10px;
}

.buttons {
    display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.buttons a:hover {
  background-color: #202B5B;
}

.row {
    display: flex;
    flex-wrap: wrap; }
 /*  
    &.video {
      margin: 0em 10%;
    max-width: 80%;
    align-self: center
    }
}
*/

.video {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.video iframe {
    height: 400px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

.video-row {
    display: flex;
    flex-wrap: wrap;
}

.video-row iframe {
    flex-grow: 1;
    flex: 1 0 300px;
    max-width: 100%;
    border: 0;
    aspect-ratio: 16 / 9;
}

.footer {
    background-color: #4A636A;
    color:white;
    flex-direction: row;
    display:flex;
    justify-content: space-between;
    padding:60px;
}

.footer a{
    color:white;
}

.footer a:hover{
    text-decoration: underline;
}

.footnav {
    text-align: right;
    justify-content: flex-end;
    line-height: 1;
}

@media (min-width:1200px)  {
   .side-img {
       max-width: 200px;
    }   
    .iframe {
       height: 56.25vh;
    }
}

@media (max-width:1200px) {
    .hero1 {
        justify-content: center;
        padding-bottom: 20px;
    }
    .two-thirds {
        flex-wrap:wrap;
        justify-content:center;
    }
    .bodytext {
        max-width: 100%;
    }
    .side-img {
        content:url("images/list-2.svg");
        width: 100%;
    }
}

@media screen and (max-width:868px) {
    header {
        justify-content: center;
    }
}

@media screen and (max-width:650px) {
    .hero1 {
        font-size: 16px;
    }
    .side-img {
        content:url("images/list.svg");
        width: 60%;
    }
    .footer {
        flex-wrap: wrap;
        justify-content: left;
    }
    .footnav {
        text-align: left;
        flex-direction: row;
    }
    nav{
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
    }
    .login {
        width: 100%;
        text-align: center;
    }
}


@font-face { /* Light */
	font-family: 'Uni Neue Regular';
	font-weight: 100;
	src: url('/font/Fontfabric - UniNeueRegular.otf')
}

@font-face { /* Light-i */
	font-family: 'Uni Neue Regular Italic';
	font-weight: 200;
	src: url('/font/Fontfabric - UniNeueRegular-Italic.otf')
}

@font-face { /* Bold */
	font-family: 'Uni Neue Bold';
	font-weight: 400;
	src: url('/font/Fontfabric - UniNeueBold.otf')
}

@font-face { /* Bold-i */
	font-family: 'Uni Neue Bold Italic';
	font-weight: 500;
	src: url('/font/Fontfabric - UniNeueBold-Italic.otf')
}

@font-face { /* Heavy */
	font-family: 'Uni Neue Heavy';
	font-weight: 600;
	src: url('/font/Fontfabric - UniNeueHeavy.otf')
}

@font-face { /* Heavy-i */
	font-family: 'Uni Neue Heavy Italic';
	font-weight: 700;
	src: url('/font/Fontfabric - UniNeueHeavy-Italic.otf')
}

@font-face { /* Black */
	font-family: 'Uni Neue Black';
	font-weight: 800;
	src: url('/font/Fontfabric - UniNeueBlack.otf')
}

@font-face { /* Black-i*/
	font-family: 'Uni Neue Black Italic';
	font-weight: 900;
	src: url('/font/Fontfabric - UniNeueBlack-Italic.otf')
}