@charset "utf-8";
html {
  font-size: 14px;
}
body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: rgba(35, 35, 35, 1.00);
  font-weight: 300;
  margin-bottom: 10px;
}
h1 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  color: #000000;
  line-height: 3.0rem;
}
h2 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  color: #0078c1;
  line-height: 2.2rem;
}
strong {
  font-weight: 400;
}
.clearAll {
  clear: both;
}
.onlyDesk {
  display: block;
}
.onlyMob {
  display: none;
}
.logoTemp {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.logoTemp img {
  width: 100%;
}
.divTemp {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.divTemp p {
  margin-bottom: 10px;
  line-height: 84px;
  text-align: center;
  font-weight: 300;
  font-size: 2.5em;
}
.divTemp a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #0078c1;
  color: hsla(0, 0%, 100%, 1.00);
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  text-decoration: none;
  font-size: 1.5em;
}
.main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.links a {
  display: block;
  background-color: #0078c1;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 1;
}
.links a:hover {
  background-color: #03A0FF;
}
.linksContact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.linksContact a {
  display: block;
  background-color: #00b5f4;
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
.icoIACS {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.icoIACSitem {
  display: block;
  background-color: #000000;
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 2.0rem;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
.company {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #DFEDF4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.MID------------- {}
@media only screen and (max-width: 980px) {}
.MOB------------- {}
@media only screen and (max-width: 780px) {
  .onlyDesk {
    display: none;
  }
  .onlyMob {
    display: block;
  }
  .logoTemp {
    width: 90%;
  }
  .divTemp {
    width: 80%;
  }
  .divTemp p {
    font-size: 1.5em;
  }
}
.MOBSMALL------------- {}
@media only screen and (max-width: 320px) {}