:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.image {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1272px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.nav-menu {
  float: right;
  color: #002973;
  object-fit: cover;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-content: center;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.navbar {
  z-index: 99999;
  width: 100%;
  height: 80px;
  color: #6a859c;
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 6px 20px -1px rgba(0, 0, 0, .2);
}

.brand {
  padding-top: 0;
}

.body {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section {
  height: 80vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/pap-hero-2.png');
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 150px;
  display: block;
}

.text-span {
  color: #e30202;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

.heading-banner {
  color: #0e228b;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  line-height: 55px;
}

.heading-banner-sub {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.container-2 {
  width: 100%;
  max-width: 1272px;
  margin-top: 0;
  padding-top: 0;
  padding-right: 500px;
  display: block;
}

.section-2 {
  background-image: url('../images/pap-s1-1.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 150px;
  padding-left: 0;
}

.container-3 {
  width: auto;
  max-width: 1272px;
  float: none;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 500px;
  display: block;
  position: static;
}

.section-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-4 {
  position: static;
}

.list-item {
  background-image: url('../images/f1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 40px;
  list-style-type: none;
}

.cell {
  justify-content: center;
}

.section-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pap-img2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block {
  background-color: #39586b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#39586b, #39586b);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.container-5 {
  max-width: 1272px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.holistic {
  color: #fff;
  background-image: url('../images/marketing.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  line-height: 35px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 80px;
}

.section-5 {
  height: 80px;
  text-align: center;
  background-color: #900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-6 {
  max-width: 1272px;
  float: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bold-text {
  color: #fff;
}

.paragraph-white {
  color: var(--white);
  line-height: 25px;
}

.paragraph-3 {
  color: #fff;
}

.heading-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.paragraph-black {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.container-7, .container-8, .container-9 {
  max-width: 1272px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-black-bold {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.cell-2 {
  text-align: left;
}

.cell-3 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.list-item-1 {
  background-image: url('../images/f1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-2 {
  background-image: url('../images/f2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-3 {
  background-image: url('../images/f3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-4 {
  background-image: url('../images/f4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-5 {
  background-image: url('../images/f5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-6 {
  background-image: url('../images/f6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-7 {
  background-image: url('../images/f7.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.list-item-8 {
  background-image: url('../images/f8.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 50px;
  list-style-type: none;
}

.image-2 {
  border-radius: 10px;
}

.heading-3 {
  background-image: url('../images/pap-pin.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.heading-3-contact {
  background-image: url('../images/pap-pin.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
}

.paragraph-black-phone {
  color: var(--black);
  background-image: url('../images/pap-phone.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-black-whatsapp {
  color: var(--black);
  background-image: url('../images/pap-ws.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-black-wechat {
  color: var(--black);
  background-image: url('../images/pap-wc.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-black-email {
  color: var(--black);
  background-image: url('../images/pap-gmail.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-3 {
  border-radius: 10px;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-6, .section-7 {
  background-color: #f9f9f9;
}

.specialization {
  color: #fff;
  background-image: url('../images/briefcase.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  line-height: 35px;
}

.diverse {
  color: #fff;
  background-image: url('../images/earth.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  line-height: 35px;
}

.profesional {
  color: #fff;
  background-image: url('../images/users-alt_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  line-height: 35px;
}

.total {
  color: #fff;
  background-image: url('../images/Simplification.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  line-height: 35px;
}

.decades {
  color: #fff;
  background-image: url('../images/a1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 200px;
  }

  .heading-banner-sub {
    font-size: 16px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 250px;
  }

  .container-3, .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-white, .paragraph-black {
    font-size: 16px;
  }

  .container-7, .container-8, .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-black-bold {
    font-size: 16px;
  }

  .list-item-1, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-black-phone, .paragraph-black-whatsapp, .paragraph-black-wechat, .paragraph-black-email {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .quick-stack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span, .heading-banner {
    font-size: 40px;
  }

  .paragraph {
    padding-top: 20px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 28px;
  }
}

#w-node-_9dfdc4a3-0878-93f7-949b-b5c790eeba8c-fe0c87e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d5e909fe-82f6-33de-9f26-17916c8dd56d-fe0c87e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dada6476-ea9d-0fe8-2928-4a63e9d17d00-fe0c87e4, #w-node-_2972b2de-4cfd-a28d-f304-986a743e54e9-fe0c87e4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2972b2de-4cfd-a28d-f304-986a743e54ea-fe0c87e4 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2972b2de-4cfd-a28d-f304-986a743e54e9-fe0c87e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2972b2de-4cfd-a28d-f304-986a743e54ea-fe0c87e4 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9dfdc4a3-0878-93f7-949b-b5c790eeba8c-fe0c87e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d5e909fe-82f6-33de-9f26-17916c8dd56d-fe0c87e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dada6476-ea9d-0fe8-2928-4a63e9d17d00-fe0c87e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2972b2de-4cfd-a28d-f304-986a743e54e9-fe0c87e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2972b2de-4cfd-a28d-f304-986a743e54ea-fe0c87e4 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dada6476-ea9d-0fe8-2928-4a63e9d17d00-fe0c87e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}
