<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3 {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.success-button a {
  text-align: start;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #27cb7c;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 30px;
  display: inline-block !important;
  transition: 0.3s ease all;
  margin-top: 18px;
}

.success-button a:hover {
  background-color: #92dcb4;
}

.success-button {
  text-align: start;
}

.role-innr {
  box-shadow: 0px 7px 17px 0px rgb(15 24 57 / 30%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 30px 0 100px 30px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 100px;
  padding: 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
}

.roles-cnt {
  padding-left: 70px;
}

.roles-cnt h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0;
  word-spacing: 0;
}

.roles-cnt p {
  text-align: start;
}

.new-roles .role-innr {
  box-shadow: 0px 7px 17px 0px rgb(15 24 57 / 25%);
  padding: 50px 170px 50px 150px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 100px;
}

.new-roles span.roles-icon {
  width: 228px;
  height: 205px;
  background: #222;
  position: absolute;
  left: -110px;
  top: 50%;
  border-radius: 13px;
  transform: translateY(-50%);
}

.new-roles span.roles-icon img {
  width: 67px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-roles .success-button a {
  margin-top: 0;
}

.new-roles .role-innr:before {
  display: none;
}

#new-roles .role-innr {
  padding: 46px 20px 50px 70px;
  margin: 0;
}

#new-roles span.roles-icon {
  width: 93px;
  height: 83px;
  background: #222;
  position: absolute;
  left: -68px;
  top: 69px;
  border-radius: 7px;
}

#new-roles .roles-cnt h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 26px;
  text-align: start;
}

#new-roles .roles-cnt p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.28px;
}

.new_roles-pnl-cara button.owl-dot span {
  width: 8px;
  height: 8px;
  background: #5CC883;
  display: inline-block;
  border-radius: 10px;
  opacity: 0.3;
}

.new_roles-pnl-cara button.owl-dot.active span {
  opacity: 1;
}

.elementor-section {
  position: relative;
}

.elementor-section .elementor-container {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}

.elementor-section.elementor-section-stretched {
  width: 100%;
}

.elementor-section.elementor-section-items-top &gt; .elementor-container {
  align-items: flex-start;
}

.elementor-section.elementor-section-items-middle &gt; .elementor-container {
  align-items: center;
}

.elementor-section.elementor-section-items-bottom &gt; .elementor-container {
  align-items: flex-end;
}

.positions-text {
  color: #253053;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  white-space: pre-line;
  text-align: center;
  margin-bottom: 2rem;
}

button.filter-button {
  border: none;
  background: transparent;
  color: #253053;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

button.filter-button.active,
button.filter-button:hover {
  color: white !important;
  padding: 0.56rem 1.19rem;
  border-radius: 30px;
  background: #34de8b;
}

.career-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
}

.icon-buttons {
  color: rgba(196, 196, 196, 1);
  margin-right: 3% !important;
  font-size: 2rem;
}

.icon-buttons:hover .icon-background {
  background-color: #380470 !important;
}

.icon-buttons:hover .icon-background i {
  color: #FFF !important;
}

.career-section,
.about-us-section {
  padding: 9rem 9rem 0 9rem;
}

.hero-header {
  color: #453C50;
  font-size: 56px;
  font-weight: 700;
  animation: fadeInUp 1s ease-out;
  max-width: 900px;
  margin: auto;
  padding-bottom: 2rem;
  text-align: center;
}

.hero-text {
  color: #453C50;
  font-size: 19px;
  font-weight: 400;
  animation: fadeInUp 1.2s ease-out;
  margin: auto;
  line-height: 34px;
  text-align: center;
}

.card {
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px rgb(0 0 62 / 8%);
  z-index: 0;
  text-align: center;
  padding: 1rem;
  border: none;
  transition: transform 0.3s ease;
}

.card-deck {
  display: flex;
  gap: 16px;
  margin-top: 2rem;
}

.card:hover {
  transform: scale(1.02);
}

.card-icons {
  font-size: 300%;
  color: #44277c;
}

.card-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.card-text {
  color: #625475;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.about-us-title {
  color: #453c50;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: left;
  margin-left: 1rem;
}

.about-us-img {
  height: auto;
  max-width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  z-index: 1;
  transition: transform 0.3s ease;
  cursor: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="48" viewBox="0 0 24 24"&gt;&lt;path fill="%236818B1" stroke="%23FFFFFF" stroke-width="1.25" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"&gt;&lt;/path&gt;&lt;/svg&gt;'),
    auto;
}

.about-us-img:hover {
  transform: scale(1.02);
}

.about-us-text {
  color: #625475;
  font-size: 18px;
  max-width: 650px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.row-container {
  padding: 100px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1740px;
  width: 100%;
  position: relative;
}

.about-us-row {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.row-container {
  padding: 124px 28px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
}

.career-background {
  background-color: rgb(246 245 250 / 98%);
  margin-bottom: 8rem;
}

.appnava-text {
  color: rgb(68 39 124);
}
.gradient-text {
  background: linear-gradient(90deg, #4C4454 20%, #81FFB2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-title {
  background: linear-gradient(90deg, #4C4454 20%, #8F27F6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.au-banner__content .kl-rich-text__buttons .au-button,
.au-banner--slider-content .au-banner--slider-text .kl-rich-text__buttons .au-button {
  display: block;
}

.au-banner__content .kl-rich-text__buttons .au-button:first-child,
.au-banner--slider-content .au-banner--slider-text .kl-rich-text__buttons .au-button:first-child {
  margin-bottom: 10px;
  margin-right: 0;
}

.card-body {
  padding-bottom: 2rem;
}

#btnFreeConsultation {
  margin-right: 0%;
  border-radius: 15px;
  color: #FFFFFF;
  width: 40%;
  background-color: #4fdb85;
}

#btnFreeConsultation:hover {
  background-color: #89e5ac;
}

.form-section {
  margin-bottom: 10%;
  padding-top: 2%;
  text-align: justify;
  background-color: unset !important;
}

.contact-form {
  padding-top: 6%;
}

.form-row {
  width: 100% !important;
  padding-left: 4% !important;
  padding-bottom: 4%;
}

.jobsLink {
  text-decoration: none;
}

.jobsDesc {
  color: #41464b;
}

.label-style {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: start;
}

.input-group &gt; .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  padding: 0.625rem 1.25rem;
  margin: 10px 0 5px 10px;
}

.inputfile-1 + label {
  color: #f9fafb;
  background-color: #44277c;
}

.inputfile-1:focus + label,
.inputfile-1 + label:hover {
  background-color: rebeccapurple;
}

.inputfile-1.has-focus + label {
  background-color: #44277c;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border-color: #d7d7d7 !important;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.submit-button {
  background-color: #4FDB85;
  color:white;
  border: none;
  border-radius: 10px;
  height: 65px;
  width: 250px;
  font-family:'Montserrat';
  font-weight: 600;
  margin-top: 3%;
 }

.ul-list {
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 632px) {
  .contact-form {
    margin-left: 0;
  }

  .form-row {
    width: 110%;
    margin-left: -15% !important;
    padding-bottom: 4%;
  }

  .form-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 8%;
    text-align: center;
  }

  .form-container {
    margin-left: 15%;
    margin-top: 5%;
  }

  .asked-questions {
    padding-bottom: 10%;
  }

  #btnFreeConsultation {
    width: 80%;
    margin-left: -17%;
  }
}
.nava-logo {
    filter: none !important;
    max-height: 45px;
}
.nav-link {
    color: #56158e !important;
}
@media only screen and (max-width: 767px) {
  .success-button a {
    text-align: center;
  }

  .role-innr:after {
    width: calc(100% - 40px);
    bottom: -15px;
    left: 20px;
    border-radius: 10px;
  }

  .new-roles span.roles-icon img {
    width: 27px !important;
  }

  .new-roles span.roles-icon {
    width: 76px;
    height: 77px;
    left: 26px;
    top: 27px;
    border-radius: 6px;
    transform: unset;
  }

  #new-roles span.roles-icon {
    display: none;
  }

  .rol-listings {
    margin-bottom: 20px;
  }

  .positions-text {
    font-size: 28px;
  }

  .elementor-section {
    padding: 0 1rem;
  }
  .row &gt; * {
    padding-right: 0;
    padding-left: 0;
  }

  .career-section, .about-us-section {
    padding: 30% 5% 0 5%;
  }
  .hero-header {
     font-size: 38px;
  }
  .about-us-title {
    margin-left: 0;
    margin-bottom: 1rem;
   }
  .card-body {
    padding: 1rem 0;
  }
  .card-deck {
    flex-direction: column;
  }
  .footer-address {
    margin: auto;
  }
  .col {
    flex: none;
  }
}</pre></body></html>