/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
main.about .firstRow {
  padding: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
  main.about .firstRow {
    padding: 2.5rem 0 0;
  }
}

main.about .firstRow .headingSec {
  font-size: 1.75rem;
  font-weight: bold;
  color: #124B7B;
  letter-spacing: 3px;
  border-bottom: 2px solid #ef8200;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .headingSec {
    font-size: 2rem;
    margin-bottom: 2.25rem;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .headingSec {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  main.about .firstRow .headingSec {
    margin-bottom: 1.5rem;
  }
}

main.about .firstRow .headingSec::before {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #124B7B;
  bottom: -2px;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .headingSec::before {
    width: 80px;
  }
}

main.about .firstRow .section {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section {
    margin-bottom: 2.5rem;
  }
}

main.about .firstRow .section.one ul li {
  font-size: 2rem;
  color: #124B7B;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.one ul li {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.one ul li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.one ul li {
    font-size: 1.25rem;
  }
}

main.about .firstRow .section.one ul li:last-child {
  margin-bottom: 0;
}

main.about .firstRow .section.one ul li p {
  font-size: 1.5rem;
  letter-spacing: 0;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.one ul li p {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.one ul li p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.one ul li p {
    font-size: 1rem;
  }
}

main.about .firstRow .section.two ul {
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.two ul {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two ul {
    padding-left: 2rem;
  }
}

main.about .firstRow .section.two ul li {
  list-style-type: decimal;
  font-size: 2rem;
  color: #124B7B;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.75;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.two ul li {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.two ul li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two ul li {
    font-size: 1.125rem;
  }
}

main.about .firstRow .section.two .bagan {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.two .bagan {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two .bagan {
    flex-direction: column;
    gap: 1.5rem;
  }
}

main.about .firstRow .section.two .bagan .img img {
  height: 420px;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.two .bagan .img img {
    height: 495px;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.two .bagan .img img {
    height: 375px;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two .bagan .img img {
    height: auto;
    width: 100%;
  }
}

main.about .firstRow .section.two .bagan .list .item {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.two .bagan .list .item {
    margin-bottom: 1.5rem;
  }
}

main.about .firstRow .section.two .bagan .list .item:last-child {
  margin-bottom: 0;
}

main.about .firstRow .section.two .bagan .list .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #EEE;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two .bagan .list .item:before {
    width: 5px;
  }
}

main.about .firstRow .section.two .bagan .list .item h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.two .bagan .list .item h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.two .bagan .list .item h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two .bagan .list .item h3 {
    font-size: 1.125rem;
  }
}

main.about .firstRow .section.two .bagan .list .item h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.two .bagan .list .item h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.two .bagan .list .item h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.two .bagan .list .item h4 {
    font-size: 15px;
  }
}

main.about .firstRow .section.two .bagan .list .item p {
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  main.about .firstRow .section.two .bagan .list .item p {
    font-size: 14px;
  }
}

main.about .firstRow .section.two .bagan .list .item.blueDark:before {
  background-color: #124B7B;
}

main.about .firstRow .section.two .bagan .list .item.blueDark h3 {
  color: #124B7B;
}

main.about .firstRow .section.two .bagan .list .item.blue:before {
  background-color: #1656ce;
}

main.about .firstRow .section.two .bagan .list .item.blue h3 {
  color: #1656ce;
}

main.about .firstRow .section.two .bagan .list .item.green:before {
  background-color: #5f7569;
}

main.about .firstRow .section.two .bagan .list .item.green h3 {
  color: #5f7569;
}

main.about .firstRow .section.three .item {
  margin-bottom: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}

main.about .firstRow .section.three .item:last-child {
  margin-bottom: 0;
}

main.about .firstRow .section.four .headingSec {
  margin-bottom: 3rem;
}

main.about .firstRow .section.four img {
  width: 251px;
  display: block;
  margin: auto;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.four img {
    width: 50%;
  }
}

main.about .firstRow .section.four p {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
}

main.about .firstRow .section.five .headingSec {
  margin-bottom: 1rem;
}

main.about .firstRow .section.five img {
  width: 550px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.five img {
    width: 65%;
  }
}

main.about .firstRow .section.five p {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
}

main.about .firstRow .section.six .headingSec {
  margin-bottom: 3rem;
}

main.about .firstRow .section.six .table {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.six .table {
    max-width: 1000px;
  }
}

main.about .firstRow .section.six .table tbody tr th, main.about .firstRow .section.six .table tbody tr td {
  padding: 1.17rem 1.125rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.six .table tbody tr th, main.about .firstRow .section.six .table tbody tr td {
    padding: 1rem;
  }
}

main.about .firstRow .section.six .table tbody tr th {
  width: 240px;
  font-weight: bold;
  background-color: #f3f6f8;
  border-top: 1px solid #124b7b;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.six .table tbody tr th {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.six .table tbody tr th {
    width: 100px;
    text-align: center;
  }
}

main.about .firstRow .section.six .table tbody tr td {
  border-top: 1px solid #124b7b;
  font-weight: 500;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.six .table tbody tr td {
    padding-left: 1rem;
  }
}

main.about .firstRow .section.seven .headingSec {
  margin-bottom: 3rem;
}

main.about .firstRow .section.seven ul {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.seven ul {
    max-width: 1150px;
  }
}

main.about .firstRow .section.seven ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.75rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li {
    flex-direction: column;
    justify-content: center;
  }
}

main.about .firstRow .section.seven ul li:last-child {
  margin-bottom: 0;
}

main.about .firstRow .section.seven ul li .img {
  width: 249px;
  margin-right: 1.5rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.seven ul li .img {
    width: 280px;
  }
}

@media screen and (max-width: 991px) {
  main.about .firstRow .section.seven ul li .img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li .img {
    margin-right: 0;
    width: 150px;
    margin-bottom: 1.5rem;
  }
}

main.about .firstRow .section.seven ul li .info {
  flex: 1;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li .info {
    flex: unset;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li .info span {
    text-align: center;
    display: block;
    font-size: 14px;
  }
}

main.about .firstRow .section.seven ul li .info h5 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.seven ul li .info h5 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li .info h5 {
    text-align: center;
    font-size: 1.5rem;
  }
}

main.about .firstRow .section.seven ul li .info p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li .info ul {
    max-width: 260px;
  }
}

main.about .firstRow .section.seven ul li .info ul li {
  margin-bottom: 0;
  display: block;
}

main.about .firstRow .section.seven ul li .info ul li.pl {
  padding-left: 3.5rem;
}

@media screen and (max-width: 991px) {
  main.about .firstRow .section.seven ul li .info ul li.pl {
    padding-left: 4rem;
  }
}

main.about .firstRow .section.seven ul li.little {
  width: calc(50% - 16px);
}

@media screen and (max-width: 991px) {
  main.about .firstRow .section.seven ul li.little {
    width: 100%;
  }
}

main.about .firstRow .section.seven ul li.little.justify-start {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li.little.justify-start {
    align-items: center;
  }
}

main.about .firstRow .section.seven ul li.little.justify-start .info {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li.little.justify-start .info {
    padding-top: 0;
  }
}

main.about .firstRow .section.seven ul li.little .img {
  width: 200px;
}

@media screen and (min-width: 1599px) {
  main.about .firstRow .section.seven ul li.little .img {
    width: 240px;
  }
}

@media screen and (max-width: 991px) {
  main.about .firstRow .section.seven ul li.little .img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  main.about .firstRow .section.seven ul li.little .img {
    width: 150px;
  }
}

main.about .firstRow .section.seven ul li.little ul li {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  main.about .firstRow .section.seven ul li.little ul li {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=about.css.map */