.as1-container .as1-row .as1-col:nth-child(1) {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.as1-container .as1-row .as1-col:nth-child(1) .col1 .second-txt {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 10px;
  background-color: #092043;
  border-top: 4px solid #ffc400;
  color: #ffc400;
}
.as1-container .as1-row .as1-col:nth-child(2) {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.as1-container .as1-row .as1-col:nth-child(2) .col2 {
  width: 100%;
}
.as1-container .as1-row .as1-col:nth-child(2) .col2 img {
  width: 100%;
}
.as1-container .as1-row .as1-col:nth-child(3) {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.as1-container .as1-row .as1-col:nth-child(3) .mission {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.as1-container .as1-row .as1-col:nth-child(3) .mission .statement {
  margin-top: 10px;
}
.as1-container .as1-row .as1-col:nth-child(3) .mission .statement .text {
  border-left: 4px solid #ffc400;
  margin: 0;
  padding-left: 10px;
}

.as2-container {
  background-color: #f2f2f2;
  margin-top: 120px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.as2-container .as2-row .as2-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.as2-container .as2-row .as2-col .values {
  padding: 10px;
}
.as2-container .as2-row .as2-col .values .icon-box {
  width: 100%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.as2-container .as2-row .as2-col .values .icon-box:nth-child(2) {
  margin-top: 20px;
}
.as2-container .as2-row .as2-col .value-img-block {
  padding: 10px;
}
.as2-container .as2-row .as2-col .value-img-block img {
  width: 100%;
}
.as2-container .as2-row:nth-child(2) {
  margin-top: 30px;
}

.as3-container {
  margin-top: 120px;
  padding-top: 70px;
}
.as3-container .as3-row .as3-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.as3-container .as3-row .as3-col .team-card {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.as3-container .as3-row .as3-col .team-card .img-title {
  position: relative;
}
.as3-container .as3-row .as3-col .team-card .img-title .team {
  width: 100%;
}
.as3-container .as3-row .as3-col .team-card .img-title .overlay {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.as3-container .as3-row .as3-col .team-card .img-title .overlay:hover {
  background: linear-gradient(to bottom, hsla(46, 100%, 50%, 0.1), hsla(216, 76%, 15%, 0.8));
}
.as3-container .as3-row .as3-col .team-card .img-title .overlay h4 {
  width: 90%;
  text-align: center;
  background-color: #fff;
  padding: 10px 30px;
  color: #1a1a1a;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px hsla(216, 76%, 15%, 0.8);
}
.as3-container .as3-row .as3-col .team-card .img-title .overlay h4 .surname {
  display: inline-block;
  border-bottom: 4px solid #ffc400;
  font-weight: 600;
}
.as3-container .as3-row .as3-col .team-card .roles-block {
  width: 100%;
  margin-top: 10px;
  background-color: #092043;
  border-bottom: 4px solid #ffc400;
}
.as3-container .as3-row .as3-col .team-card .roles-block .roles {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 20px 10px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.as3-container .as3-row .as3-col .team-card .roles-block .roles .role {
  margin: 0;
  color: #ffc400;
}
.as3-container .as3-row:nth-child(1) .as3-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.as3-container .as3-row:nth-child(2) {
  margin-top: 30px;
}

.as5-container {
  margin-top: 120px;
  padding-top: 70px;
}
.as5-container .as5-row .as5-col:nth-child(1) {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.as5-container .as5-row .as5-col:nth-child(2) .promises {
  padding: 30px 20px;
  border: 1px solid #092043;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.as5-container .as5-row .as5-col:nth-child(2) .promises .promise {
  padding: 10px;
  width: 50%;
}

.hs5-container .hs5-row:nth-child(2) .hs5-col .img-block .brand {
  width: 50% !important;
}/*# sourceMappingURL=about.css.map */