/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   N O R M A L I Z E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
a {
  background-color: transparent;
  text-decoration: none;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   L A Y O U T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#layout {
  min-width: 1600px;
  background: #FFFFFF;
  margin: 0;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "layout-logo      layout-banner  layout-icon    " "layout-vlnpro    layout-project layout-info    " "layout-copyright layout-footer  layout-contact ";
  grid-gap: 20px 20px;
}

#layout-logo {
  grid-area: layout-logo;
  margin: 0;
  padding: 30px 0 0 0;
  border-bottom: 4px solid #80B0E0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 60px;
  color: #405080;
}

#layout-banner {
  grid-area: layout-banner;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #80B0E0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 90px;
  color: #222222;
}

#layout-icon {
  grid-area: layout-icon;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #80B0E0;
}
#layout-icon > div {
  margin: 0;
  padding: 50px 0 0 0;
  text-align: right;
}
#layout-icon > div > div {
  display: inline-block;
  margin: 0;
  padding: 5px 5px 3px 5px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
#layout-icon > div > div svg {
  width: 28px;
  height: 28px;
  stroke: #404051;
  fill: transparent;
}
#layout-icon > div > div:hover {
  border: 2px solid #404051;
  border-radius: 4px;
}
#layout-icon > div > div:hover svg {
  stroke: #80B0E0;
}

#layout-vlnpro {
  grid-area: layout-vlnpro;
  margin: 0;
  padding: 80px 40px;
  background: #405080;
}
#layout-vlnpro > div:nth-child(1) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: italic;
  color: #FFFFFF;
}
#layout-vlnpro > div:nth-child(2) {
  margin: 0 0 40px 0;
  padding: 0;
}
#layout-vlnpro > div:nth-child(2) p {
  text-align: justify;
  text-indent: 40px;
  font-family: "Roboto";
  font-size: 16px;
  color: #FFFFFF;
}
#layout-vlnpro > div:nth-child(3) {
  margin: 0;
  padding: 0;
}
#layout-vlnpro > div:nth-child(3) > div {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #FFFFFF;
}
#layout-vlnpro > div:nth-child(3) > div > div:nth-child(1) {
  width: 50px;
  margin: 0;
  padding: 0;
}
#layout-vlnpro > div:nth-child(3) > div > div:nth-child(1) svg {
  margin: 0;
  width: 32px;
  height: 32px;
  stroke: #FFFFFF;
  fill: transparent;
}
#layout-vlnpro > div:nth-child(3) > div > div:nth-child(2) {
  display: inline-block;
  padding: 10px 0 0 0;
}
#layout-vlnpro > div:nth-child(3) > div > div:nth-child(2) a {
  font-family: "Roboto";
  font-size: 16px;
  color: #FFFFFF;
}

#layout-project {
  grid-area: layout-project;
  margin: 0;
  padding: 40px;
  background: #FFFFFF;
}
#layout-project > div:nth-child(1) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
#layout-project > div:nth-child(1) > div {
  display: inline-block;
  width: 300px;
  margin: 0;
  padding: 40px 0;
  border-radius: 50%;
  border: 8px solid #80B0E0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 120px;
  color: #222222;
}
#layout-project > div:nth-child(2) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
#layout-project > div:nth-child(2) > div {
  display: inline-block;
  width: 360px;
  background: #FFFFFF;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  border-radius: 50%;
}
#layout-project > div:nth-child(2) > div a {
  font-family: "Bebus Neuu";
  font-size: 80px;
  color: #103050;
}
#layout-project > div:nth-child(2) > div:hover {
  background: #80B0E0;
}
#layout-project > div:nth-child(2) > div:hover a {
  color: #FFFFFF;
}
#layout-project > div:nth-child(2) > div:hover a:hover {
  color: #222222;
}
#layout-project > div:nth-child(3) {
  margin: 0;
  padding: 0;
}
#layout-project > div:nth-child(3) > div {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #222222;
}
#layout-project > div:nth-child(3) > div > div:nth-child(1) {
  width: 50px;
  margin: 0;
  padding: 0;
}
#layout-project > div:nth-child(3) > div > div:nth-child(1) svg {
  margin: 0;
  width: 32px;
  height: 32px;
  stroke: #222222;
  fill: transparent;
}
#layout-project > div:nth-child(3) > div > div:nth-child(2) {
  display: inline-block;
  padding: 10px 0 0 0;
}
#layout-project > div:nth-child(3) > div > div:nth-child(2) a {
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}

#layout-info {
  grid-area: layout-info;
  margin: 0;
  padding: 80px 40px;
  background: #FFFFFF;
  border-left: 4px solid #80B0E0;
  border-right: 4px solid #80B0E0;
}

#layout-copyright {
  grid-area: layout-copyright;
  margin: 0;
  padding: 30px 40px 0 40px;
  border-top: 4px solid #80B0E0;
}
#layout-copyright > div:nth-child(1) {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 48px;
  color: #222222;
  border-bottom: 2px solid #202031;
}
#layout-copyright > div:nth-child(2) {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}

#layout-footer {
  grid-area: layout-footer;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 4px solid #80B0E0;
}
#layout-footer > div {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#layout-contact {
  grid-area: layout-contact;
  margin: 0;
  padding: 20px 40px;
  border-top: 4px solid #80B0E0;
}
#layout-contact > div:nth-child(1) {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  color: #222222;
  border-bottom: 2px solid #222222;
}
#layout-contact > div:nth-child(2) {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  border-bottom: 2px solid #222222;
}
#layout-contact > div:nth-child(2) img {
  width: 64px;
  height: 64px;
  border-radius: 50px;
}
#layout-contact > div:nth-child(3) {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}
#layout-contact > div:nth-child(3) span {
  font-size: 20px;
  font-style: italic;
}
#layout-contact > div:nth-child(3) a {
  margin: 0 20px 0 0;
  font-family: "Roboto";
  font-size: 20px;
  font-style: italic;
  color: #222222;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   O B J E C T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.footer-column {
  width: 200px;
  margin: 0 10px 0 0;
  padding: 20px;
  border: 4px solid #80B0E0;
  border-radius: 20px;
}
.footer-column > div:nth-child(1) {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: #404051;
  border-bottom: 2px solid #202031;
}
.footer-column > div:nth-child(2) {
  margin: 0;
  padding: 0;
}
.footer-column > div:nth-child(2) > div {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-column > div:nth-child(2) > div > div:nth-child(1) {
  width: 150px;
  margin: 0 10px 0 0;
  padding: 5px 0 0 0;
  border-bottom: 1px dotted #404051;
  font-family: "Roboto";
  font-size: 16px;
  color: #404051;
  line-height: 1.1;
}
.footer-column > div:nth-child(2) > div > div:nth-child(2) {
  width: 40px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #404051;
  line-height: 1.1;
}

.info-message {
  margin: 0;
  padding: 0;
}
.info-message > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: italic;
  color: #FF0000;
  text-align: center;
}
.info-message > div:nth-child(2) {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 20px;
  color: #FF0000;
  line-height: 1.25;
  text-align: justify;
  text-indent: 40px;
}

.info-authentication {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
}
.info-authentication > div {
  display: inline-block;
  margin: 0;
  padding: 40px;
  background: #222222;
  border-radius: 50%;
  text-align: center;
}
.info-authentication > div a {
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #FFFFFF;
}
.info-authentication > div:hover {
  background: #405080;
}
.info-authentication > div:hover a:hover {
  color: #80A0E0;
}

.info-content {
  margin: 40px 0 0 0;
  padding: 0;
}
.info-content > div:nth-child(1) {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
  text-align: center;
}
.info-content > div:nth-child(2) {
  margin: 0 0 20px 0;
  padding: 0;
}
.info-content > div:nth-child(2) > div {
  display: flex;
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #222222;
}
.info-content > div:nth-child(2) > div > div:nth-child(1) {
  width: 30px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #222222;
}
.info-content > div:nth-child(2) > div > div:nth-child(2) {
  width: 200px;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: "Roboto";
  font-size: 18px;
  color: #222222;
}
.info-content > div:nth-child(2) > div > div:nth-child(3) {
  width: 160px;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: "Roboto";
  font-size: 18px;
  color: #222222;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   F O N T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
@font-face {
  font-family: "Roboto";
  src: url("./../font/Roboto/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("./../font/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Regular.woff") format("woff"), url("./../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro";
  src: url("./../font/CodePro/Code-Pro.eot");
  src: local("Code Pro"), local("Code-Pro"), url("./../font/CodePro/Code-Pro.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro.woff") format("woff"), url("./../font/CodePro/Code-Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("./../font/BebasNeue/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url("./../font/BebasNeue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeueRegular.woff") format("woff"), url("./../font/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   E L E M E N T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.info-svg {
  width: 28px;
  height: 28px;
  stroke: #EE7600;
  stroke-width: 1;
  fill: #FFFFFF;
}