@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
#aoc_408 {
  display: block;
  position: relative;
  font-family: Montserrat;
}
#aoc_408 * {
  box-sizing: border-box;
}
#aoc_408 .Hdiv_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1660px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#aoc_408 .Hdiv_left {
  padding: 0px;
  float: left;
  position: relative;
  flex: 1;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#aoc_408 .Hdiv_right {
  padding: 0px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#aoc_408 h1 {
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 8px;
}
#aoc_408 h3 {
  font-family: Montserrat;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 28px;
}
#aoc_408 .m408_line {
  height: 1px;
  width: 130px;
  margin: 20px 0px;
  background-color: #777;
}
#aoc_408 .m408_p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.7;
  color: #484848;
  padding-top: 10px;
}
#aoc_408 .m408_linkdiv {
  padding-top: 30px;
}
#aoc_408 .fa-check {
  position: absolute;
  top: 16px;
  left: 8px;
}
#aoc_408 .m408_leftlink {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 13px 18px;
  letter-spacing: 0.5px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 1;
}
#aoc_408 .m408_leftlink1 {
  background-color: #222;
  border: solid 1px #222;
  color: #fff;
}
#aoc_408 .m408_leftlink2 {
  background-color: #fff;
  border: solid 1px #222;
  color: #222;
}
#aoc_408 .m408_leftlink3 {
  background-color: #e5e5e5;
  border: solid 1px #e5e5e5;
  color: #222;
}
#aoc_408 .m408_leftlink1:hover {
  background-color: #ff0000;
  border: solid 1px #ff0000;
  color: #fff;
}
#aoc_408 .m408_leftlink2:hover {
  background-color: #222;
  border: solid 1px #222;
  color: #fff;
}
#aoc_408 .m408_leftlink3:hover {
  background-color: #222;
  border: solid 1px #222;
  color: #fff;
}

#aoc_408 .m408Ticks {
  margin: 3px;
  width: calc(33.33% - 6px);
  padding: 16px 8px;
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  background-color: #fafafa;
}
#aoc_408 .m408_image {
  margin: auto;
  width: 100%;
  max-width: 500px;
}
#aoc_408 .m408_ULbox {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1400px) {
  #aoc_408 .m408Ticks {
    margin: 3px;
    width: calc(50% - 6px);
  }
}
@media only screen and (max-width: 1280px) {
  #aoc_408 .m408_image {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  #aoc_408 .m408_image {
    max-width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  #aoc_408 .Hdiv_container {
    flex-direction: column;
  }
  #aoc_408 .Hdiv_left {
    width: 100%;
  }
  #aoc_408 .Hdiv_right {
    display: none;
    width: 100%;
    padding: 0px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #aoc_408 h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #aoc_408 h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 639px) {
  #aoc_408 .Hdiv_container {
    padding: 20px;
  }
  #aoc_408 .Hdiv_right {
    padding-top: 20px;
  }
  #aoc_408 h1 {
    font-size: 22px;
    line-height: 26px;
  }
  #aoc_408 h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #aoc_408 .m408_leftlink {
    padding: 10px 15px;
    font-size: 11px;
  }
  #aoc_408 .m408_map {
    height: 350px;
  }
  #aoc_408 .m408Ticks {
    margin: 3px;
    width: calc(100% - 6px);
  }
}
#aoc_408 {
  background-color: #ffffff;
  color: #111111;
}
#aoc_408 .welcome-social {
  color: #ffffff;
}
#aoc_408 .Hdiv_left {
  background-color: #ffffff;
}
#aoc_408 .Hdiv_right {
  background-color: #ffffff;
  color: #111111;
}
