@charset "UTF-8";
@font-face {
  font-family: Acumin Pro;
  src: url("/assets/landing/AIMA/fonts/Acumin-RPro.otf");
  font-weight: 400;
}
@font-face {
  font-family: Acumin Pro;
  src: url("/assets/landing/AIMA/fonts/Acumin-BdPro.otf");
  font-weight: bold;
}
body {
  max-width: 1920px;
  min-width: 300px;
  margin: 0px auto;
  font-family: Acumin Pro;
  box-sizing: border-box;
  overflow: auto;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, p, ul, li {
  margin: 0px;
}

h1, h3, li {
  color: #00466A;
}

@media (min-width: 1300px) {
  .layout {
    width: 1220px;
    margin: 0px auto;
    padding: 0px 20px;
  }
}

.header-title header {
  background-position-x: 830px;
  background-image: url("/assets/landing/AIMA/images/Backgroud-Header.png");
}
@media (min-width: 680px) {
  .header-title header {
    background-position-x: 0px;
  }
}
@media (min-width: 1300px) {
  .header-title header {
    background-repeat: no-repeat;
  }
}
.header-title header .logo-member {
  padding: 45px 27px 75px 35px;
}
@media (min-width: 680px) {
  .header-title header .logo-member {
    padding: 80px 30px 130px;
  }
}
@media (min-width: 1300px) {
  .header-title header .logo-member {
    padding: 80px 0px 130px 3px;
  }
}
.header-title header .logo-member .pplogo img {
  width: 150px;
  height: 40px;
  margin: 0px 0px 10px;
}
@media (min-width: 430px) {
  .header-title header .logo-member .pplogo img {
    position: absolute;
    margin: 0px;
  }
}
@media (min-width: 680px) {
  .header-title header .logo-member .pplogo img {
    width: 347px;
    height: 90px;
  }
}
.header-title header .logo-member .member {
  background-color: #F1CC5E;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 18px 5px 15px;
  border-radius: 49px;
  width: 170px;
}
@media (min-width: 430px) {
  .header-title header .logo-member .member {
    float: right;
    width: 170px;
  }
}
@media (min-width: 680px) {
  .header-title header .logo-member .member {
    width: 260px;
  }
}
@media (min-width: 849px) {
  .header-title header .logo-member .member {
    margin: 15px 0px 0px;
  }
}
.header-title header .logo-member .member img {
  width: 40px;
  height: 40px;
}
@media (min-width: 680px) {
  .header-title header .logo-member .member img {
    width: 58px;
    height: 58px;
  }
}
.header-title header .logo-member .member p {
  color: #292929;
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 430px) {
  .header-title header .logo-member .member p {
    width: 131px;
  }
}
@media (min-width: 680px) {
  .header-title header .logo-member .member p {
    width: 197px;
    font-size: 24px;
    line-height: 24px;
  }
}
.header-title header .header-photo {
  padding: 0px 35px;
  text-align: center;
}
@media (min-width: 1300px) {
  .header-title header .header-photo {
    padding: 0px;
    position: absolute;
    text-align: left;
  }
}
.header-title header .header-photo img {
  width: 100%;
}
@media (min-width: 430px) {
  .header-title header .header-photo img {
    width: 360px;
  }
}
@media (min-width: 680px) {
  .header-title header .header-photo img {
    width: 450px;
  }
}
@media (min-width: 1300px) {
  .header-title header .header-photo img {
    width: 620px;
    position: absolute;
    left: 630px;
    top: 80px;
  }
}
.header-title header .title {
  padding: 0px 40px 20px 35px;
}
@media (min-width: 1300px) {
  .header-title header .title {
    padding: 0px 0px 15px 3px;
  }
}
.header-title header .title h1 {
  font-size: 35px;
  line-height: 40px;
  padding: 20px 0px 13px;
}
@media (min-width: 680px) {
  .header-title header .title h1 {
    font-size: 50px;
    line-height: 50px;
    padding: 20px 0px 28px;
  }
}
@media (min-width: 1300px) {
  .header-title header .title h1 {
    font-size: 65px;
    line-height: 65px;
    width: 824px;
  }
}
.header-title header .title p {
  font-size: 20px;
  line-height: 25px;
  color: #343434;
}
@media (min-width: 680px) {
  .header-title header .title p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 1300px) {
  .header-title header .title p {
    font-size: 45px;
    line-height: 63px;
    width: 646px;
  }
}
.header-title header .title p span {
  color: #1D91D0;
  font-weight: bold;
}
.header-title header .quote {
  padding: 0px 35px;
}
@media (min-width: 1300px) {
  .header-title header .quote {
    padding: 13px 0px 0px;
  }
}
.header-title header .quote form {
  padding: 15px;
  box-shadow: 0px 3px 15px rgba(55, 170, 194, 0.26);
  background-color: #FFF;
  border-radius: 13px;
  position: relative;
}
@media (min-width: 680px) {
  .header-title header .quote form {
    padding: 30px 28px 20px 32px;
  }
}
@media (min-width: 1300px) {
  .header-title header .quote form {
    width: 550px;
  }
}
.header-title header .quote p {
  color: #343434;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 680px) {
  .header-title header .quote p {
    font-size: 23px;
    line-height: 33px;
    padding: 0px 0px 10px;
  }
}
.header-title header .quote .container {
  display: inline-block;
  margin: 10px 0px 0px;
  width: 47%;
}
@media (min-width: 1300px) {
  .header-title header .quote .container {
    width: 172px;
  }
}
.header-title header .quote .container input, .header-title header .quote .container select {
  background-color: transparent;
  height: 34px;
  width: 96%;
  border-radius: 7px;
  border: 1px solid rgba(255, 196, 93, 0.59);
  text-indent: 8px;
}
@media (min-width: 680px) {
  .header-title header .quote .container input, .header-title header .quote .container select {
    width: 100%;
  }
}
.header-title header .quote .container input::placeholder, .header-title header .quote .container select::placeholder {
  color: #707070;
  opacity: 0.25;
}
.header-title header .quote label {
  color: #707070;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 849px) {
  .header-title header .quote label {
    font-size: 17px;
    line-height: 23px;
  }
}
.header-title header .quote .company {
  margin: 0px 0px 0px 2%;
}
@media (min-width: 1300px) {
  .header-title header .quote .company {
    width: 362px;
    margin: 0px 0px 0px 10px;
  }
}
.header-title header .quote .company input {
  width: 96%;
}
@media (min-width: 680px) {
  .header-title header .quote .company input {
    width: 100%;
  }
}
.header-title header .quote .Title {
  padding: 0px;
}
@media (min-width: 1300px) {
  .header-title header .quote .outer-container {
    display: flex;
  }
}
.header-title header .quote .email {
  margin: 10px 0px 0px 2%;
}
@media (min-width: 1300px) {
  .header-title header .quote .email {
    margin: 10px 0px 0px 10px;
  }
}
.header-title header .quote .phone {
  margin: 10px 0px 0px;
}
@media (min-width: 1300px) {
  .header-title header .quote .phone {
    margin: 10px 0px 0px 10px;
  }
}
.header-title header .quote .phone input {
  width: 110%;
}
@media (min-width: 1300px) {
  .header-title header .quote .phone input {
    width: 173px;
    margin: 0px 0px 0px 7px;
  }
}
.header-title header .quote .comment {
  width: 96.5%;
}
@media (min-width: 1300px) {
  .header-title header .quote .comment {
    width: 100%;
  }
}
.header-title header .quote .comment textarea {
  width: 99%;
  height: 73px;
  padding: 5px 0px 0px 8px;
  resize: none;
  border-radius: 7px;
  border: 1px solid rgba(255, 196, 93, 0.59);
}
@media (min-width: 680px) {
  .header-title header .quote .comment textarea {
    width: 100%;
  }
}
.header-title header .quote .comment textarea::placeholder {
  color: #707070;
  opacity: 0.25;
}
.header-title header .quote .btn {
  margin: 10px 0px 0px;
}
.header-title header .quote .btn input {
  width: 187px;
  height: 55px;
  border: 0px;
  background-color: #FF8800;
  border-radius: 32px;
  font-size: 19px;
  color: #FFF;
  font-weight: bold;
}
.header-title .second-title {
  padding: 350px 32px 95px 35px;
  background-color: #1D91D0;
  margin: -320px 0px 0px;
}
@media (min-width: 680px) {
  .header-title .second-title {
    padding: 125px 30px;
    margin: -80px 0px 0px 0px;
  }
}
@media (min-width: 1300px) {
  .header-title .second-title {
    padding: 130px 0px;
  }
}
.header-title .second-title h2 {
  font-weight: 400;
  color: #F8FCFF;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 680px) {
  .header-title .second-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (min-width: 1300px) {
  .header-title .second-title h2 {
    font-size: 45px;
    line-height: 65px;
  }
}
.header-title .second-title .orange-line {
  height: 9px;
  margin: 5px 0px 10px;
  background-color: #FF8800;
  border-radius: 6px;
  width: 144px;
}
@media (min-width: 680px) {
  .header-title .second-title .orange-line {
    width: 340px;
  }
}
.header-title .second-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #D0EEFF;
}
@media (min-width: 680px) {
  .header-title .second-title p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 1300px) {
  .header-title .second-title p {
    font-size: 30px;
    line-height: 42px;
  }
}

.category {
  text-align: center;
  margin: -70px 0px 0px;
  padding: 0px 20px 15px;
}
@media (min-width: 680px) {
  .category {
    margin: -90px 0px 0px;
    padding: 0px 25px 110px;
  }
}
@media (min-width: 1300px) {
  .category {
    text-align: left;
  }
}
.category .con-border {
  box-shadow: 0px 3px 15px rgba(55, 170, 194, 0.26);
  border-radius: 15px;
  background-color: #fff;
  padding: 25px 24px 20px 33px;
}
@media (min-width: 430px) {
  .category .con-border {
    width: 320px;
  }
}
@media (min-width: 680px) {
  .category .con-border {
    padding: 25px 24px 0px 33px;
  }
}
.category .con-border img {
  margin: 0px 0px 10px;
}
.category .con-border div {
  text-align: center;
}
.category .adjustment::before {
  top: 2px;
}
@media (min-width: 849px) {
  .category .container {
    display: inline-block;
    vertical-align: top;
  }
}
.category .content {
  margin: 0px 0px 25px 0px;
}
@media (min-width: 680px) {
  .category .content {
    height: 410px;
  }
}
@media (min-width: 1300px) {
  .category .content {
    display: inline-block;
    vertical-align: top;
  }
}
.category h3 {
  font-size: 30px;
  line-height: 42px;
  text-align: left;
}
.category ul {
  padding: 0px 0px 0px 10px;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  list-style-type: none;
}
.category li {
  position: relative;
  padding: 0px 0px 0px 5px;
}
.category li::before {
  content: "•";
  font-size: 35px;
  position: absolute;
  left: -10px;
  top: -1px;
  color: #D0EEFF;
  font-family: Arial;
}
@media (min-width: 849px) {
  .category .container1 {
    margin: 0px 0px 0px 40px;
  }
}
@media (min-width: 1300px) {
  .category .container1 {
    margin: 0px 0px 0px 0px;
  }
}
@media (min-width: 1300px) {
  .category .container2 {
    margin: 465px 0px 0px;
  }
}
@media (min-width: 849px) {
  .category .container2 .content {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 849px) {
  .category .container2 .Revenue {
    margin: 0px 0px 0px 40px;
  }
}
.category .container2 .Revenue img {
  margin: 10px 0px 10px;
}
@media (min-width: 1300px) {
  .category .container2, .category .container1 {
    position: absolute;
  }
}
.category .con-border {
  margin: 0px auto 40px;
}
@media (min-width: 849px) {
  .category .con-border {
    margin: 0px auto 25px;
  }
}
@media (min-width: 1300px) {
  .category .con-border {
    margin: 0px 0px 0px 40px;
  }
}
@media (min-width: 680px) {
  .category .liabilies {
    height: 874px;
  }
}
@media (min-width: 849px) {
  .category .liabilies {
    margin: 0px;
  }
}
.category .Technology img {
  margin: 20px 0px;
}

footer {
  background-color: #015984;
}
footer .layout {
  text-align: center;
  padding: 22px 30px 75px;
}
@media (min-width: 680px) {
  footer .layout {
    padding: 130px 30px 110px;
  }
}
footer img {
  width: 160px;
  height: 46px;
  margin: 0px 0px 40px;
}
@media (min-width: 680px) {
  footer img {
    float: left;
    width: 275px;
    height: 79px;
    margin: 0px;
  }
}
@media (min-width: 680px) {
  footer .statement {
    margin: 8px 0px 0px;
  }
}
footer p {
  color: #FFF;
  font-size: 15px;
  line-height: 35px;
}
@media (min-width: 680px) {
  footer p {
    text-align: right;
    font-size: 20px;
    line-height: 35px;
  }
}
footer a {
  display: inline-block;
  color: #FFF;
  padding: 0px 5px;
  text-decoration: none;
}
footer span {
  color: rgba(255, 255, 255, 0.3019607843);
}

/*# sourceMappingURL=AIMA-PC.css.map */
