@font-face {
  font-family: main-icons;
  src: url('../fonts/main-icons.eot') format("embedded-opentype"), url('../fonts/main-icons.woff') format("woff"), url('../fonts/main-icons.ttf') format("truetype"), url('../fonts/main-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: play-icons;
  src: url('../fonts/play-icons.eot') format("embedded-opentype"), url('../fonts/play-icons.woff') format("woff"), url('../fonts/play-icons.ttf') format("truetype"), url('../fonts/play-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: send-icons;
  src: url('../fonts/send-icons.eot') format("embedded-opentype"), url('../fonts/send-icons.woff') format("woff"), url('../fonts/send-icons.ttf') format("truetype"), url('../fonts/send-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Socials;
  src: url('../fonts/socials.eot') format("embedded-opentype"), url('../fonts/socials.woff') format("woff"), url('../fonts/socials.ttf') format("truetype"), url('../fonts/socials.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cereal;
  src: url('../fonts/AirbnbCereal-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cereal;
  src: url('../fonts/AirbnbCereal-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cereal;
  src: url('../fonts/AirbnbCereal-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cereal;
  src: url('../fonts/AirbnbCereal-ExtraBold.ttf') format("truetype"), url('../fonts/AirbnbCereal-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cereal;
  src: url('../fonts/AirbnbCereal-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cereal;
  src: url('../fonts/AirbnbCereal-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sf pro display;
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

:root {
  --text: #212529;
  --paragraph: #606a73;
  --white-smoke: #f8f9fa;
  --subtext: #8f9ba6;
  --white-smoke-2: #f1f1f1;
  --bg: #fcfcfc;
  --white: white;
  --main-color: #fca311;
  --stronger-line: #edf1f5;
  --isenta-blue: #005b96;
  --dark-blue: #014673;
  --red: #f3382c;
  --dodger-blue: #3483fa;
  --second-yellow: #f8b612;
  --line: #d3dde5;
  --light-slate-grey: #8f9ba6a6;
  --transparant-bg: #edf1f526;
  --black: #15191d;
  --gray-background: #fafbfc;
  --breadcrumb: #8f9ba694;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text);
  font-family: Sf pro display, sans-serif;
  font-size: 1em;
  line-height: 100%;
}

h1 {
  max-width: 650px;
  margin: 0 auto 16px;
  font-size: 4.209em;
  font-weight: 600;
  line-height: 105%;
}

h2 {
  max-width: 650px;
  margin: 0 auto 16px;
  font-size: 3.157em;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  max-width: 650px;
  margin: 0 auto 8px;
  font-size: 2.369em;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  max-width: 650px;
  margin: 0 auto 8px;
  font-size: 1.777em;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  max-width: 650px;
  margin: 0 auto 8px;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  max-width: 650px;
  margin: 0 auto 8px;
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
}

p {
  max-width: 650px;
  color: var(--paragraph);
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cereal, sans-serif;
  font-size: 1.125em;
  line-height: 170%;
}

a {
  color: #2667ff;
  text-decoration: none;
}

ul {
  max-width: 650px;
  margin: 0 auto 28px;
  padding-left: 40px;
}

ol {
  max-width: 650px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

li {
  color: var(--paragraph);
  margin-bottom: 8px;
  font-family: Cereal, sans-serif;
  font-size: 1.125em;
  line-height: 145%;
}

blockquote {
  background-color: var(--white-smoke);
  max-width: 650px;
  color: var(--text);
  background-image: url('../images/Quotes.png');
  background-position: 40px 40px;
  background-repeat: no-repeat;
  background-size: 80px;
  border-left: 5px #e2e2e2;
  margin: 40px auto;
  padding: 56px 52px 48px 140px;
  font-family: Cereal, sans-serif;
  font-size: 1.333em;
  font-weight: 500;
  line-height: 160%;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  max-width: 650px;
  color: var(--subtext);
  text-align: left;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cereal, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 140%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.horizontal-scroll-section {
  background-color: var(--white-smoke-2);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.sticky-section {
  padding-top: 0;
  display: none;
}

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

.section.people-page {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-hero {
  background-color: var(--text);
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.top-padding {
  padding-bottom: 0;
}

.section.no-padding {
  margin-bottom: -60px;
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.section.gray-section {
  background-color: var(--bg);
}

.section.case-study-hero {
  height: 85vh;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section._0-padding {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.hidden-one {
  display: none;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container._45 {
  position: relative;
}

.rich-text-block {
  text-align: justify;
  margin-left: -40px;
  margin-right: -40px;
}

.button-wrapper {
  margin-top: 28px;
}

.button-wrapper.center-button {
  text-align: center;
}

.button-wrapper.center-button.top-margin {
  margin-top: 10vh;
  margin-left: 12px;
  margin-right: 12px;
}

.button-wrapper.center-button.side-margin {
  margin-right: 12px;
}

.button-wrapper.center-button.side-margin.right {
  margin-left: 12px;
  margin-right: 0;
}

.button {
  background-color: var(--text);
  height: 50px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 21px 28px 19px;
  font-family: Cereal, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  background-color: var(--main-color);
  color: var(--text);
}

.button.secondary-button {
  background-color: var(--stronger-line);
  color: var(--text);
}

.button.secondary-button:hover {
  border-color: var(--main-color);
  background-color: var(--isenta-blue);
  color: var(--white);
}

.button.secondary-button.with-icon {
  padding-top: 20px;
}

.button.secondary-button.with-icon._7 {
  background-color: #fff;
}

.button.with-icon {
  padding-top: 20px;
  padding-bottom: 18px;
}

.button.with-icon:hover {
  background-color: var(--isenta-blue);
  color: var(--white);
}

.button.orange {
  background-color: var(--white);
  color: var(--text);
}

.button.orange:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.button-text {
  display: inline-block;
  position: relative;
  top: -1px;
}

.button-icon {
  margin-left: 16px;
  font-family: main-icons, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.column {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

._600px {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  perspective: 1000px;
  display: flex;
}

.wrap.flex.vertical {
  flex-direction: column;
}

.wrap.flex.vertical._100-percent {
  align-items: flex-end;
  height: 100%;
  position: relative;
}

.wrap.flex.negative-margin._12 {
  margin-left: -12px;
  margin-right: -12px;
}

.wrap.flex.negative-margin._12.flex-wrap, .wrap.flex.flex-wrap {
  flex-wrap: wrap;
}

.wrap.flex.bottom-margin {
  margin-bottom: 24px;
}

.wrap.flex.margin-line {
  border-bottom: 1px none var(--stronger-line);
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: none;
}

.wrap.flex.margin-line.first {
  border-top: 1px solid var(--stronger-line);
  padding-top: 24px;
  padding-bottom: 24px;
}

.wrap.text-on-left {
  padding-right: 48px;
}

.block.vertical-60 {
  height: 60%;
  min-height: 60%;
  max-height: 60%;
}

.block.vertical-60.bottom-padding-12 {
  padding-bottom: 12px;
}

.block.vertical-40 {
  height: 40%;
}

.block.vertical-40.flex {
  display: flex;
}

.block.vertical-40.flex.negative-margin-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.block._50-percent {
  width: 50%;
  min-height: 500px;
}

.block._50-percent._12-padding {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.block._50-percent._12-padding.case {
  height: auto;
  padding-bottom: 12px;
  padding-right: 0;
}

.block._50-percent._12-padding.case._60 {
  width: 100%;
}

.block._50-percent._12-padding.case-study {
  padding-left: 0;
}

.block._50-percent.thumbnail-wrapper {
  float: left;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.block._50-percent.content-wrapper {
  float: right;
  padding: 15vh 6vw;
}

.block._50-percent.flex.centered {
  justify-content: flex-end;
  align-items: center;
  padding-top: 7vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.block._50-percent.left {
  padding-right: 12px;
}

.block._50-percent.left._5 {
  min-height: 80px;
}

.block._50-percent.right {
  padding-left: 12px;
}

.block.horizontal-33 {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.block.horizontal-33._12-padding {
  cursor: pointer;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}

.block.horizontal-33._12-padding.position-relative {
  z-index: 2;
  position: relative;
}

.block.horizontal-33-copy {
  width: 33.33%;
}

.block.horizontal-33-copy._12-padding {
  width: 420px;
  min-width: 420px;
  max-width: 420px;
  padding: 12px;
}

.block._12px-padding {
  padding: 12px;
}

.block._12px-padding.free-streach {
  border-radius: 18px;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.block.horizontal-50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.block.horizontal-50._12-padding {
  padding: 12px;
}

.block._650px {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.block.people-wrapper {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.block.people-wrapper._12-padding {
  padding: 12px 12px 32px;
}

.block.section-wrapper {
  flex: 1;
  max-width: 760px;
  margin-left: 40px;
}

.block.bar {
  z-index: 1000;
  height: 80px;
  position: fixed;
  inset: 1vh 0% auto;
}

.block._20-percent {
  flex: 0 auto;
  width: 20%;
  min-width: 20%;
}

.block._20-percent.bg-logo {
  filter: none;
  background-image: url('../images/bw__trusted-logo-microsoft.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  height: 240px;
}

.block._20-percent.bg-logo._1 {
  background-image: url('../images/Sonangol_Logo.svg.png');
  background-position: 0%;
}

.block._20-percent.bg-logo._2 {
  background-image: url('../images/governo-de-angola-logo-157322979C-seeklogo.com.png');
  background-position: 100%;
  background-size: 110px;
}

.block._20-percent.bg-logo._3 {
  background-image: url('../images/multicaixa-logo.png');
  background-position: 100%;
  background-size: 160px;
}

.block._20-percent.bg-logo._5 {
  background-image: url('../images/banco-bai.jpg');
  background-size: 100px;
}

.block._20-percent.bg-logo._4 {
  background-image: url('../images/minfin824449.png');
  background-position: 100%;
  background-size: 110px;
}

.block._20-percent.bg-logo {
  opacity: .35;
  background-image: url('../images/governo-de-angola-logo-157322979C-seeklogo.com.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  height: 240px;
}

.block._40-percent-copy {
  width: 45%;
}

.block._40-percent-copy._12-padding {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.block._40-percent-copy.thumbnail-wrapper {
  float: left;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.block._40-percent-copy.content-wrapper {
  float: right;
  padding-top: 15vh;
  padding-left: 6vw;
  padding-right: 6vw;
}

.block._40-percent-copy.flex.centered {
  justify-content: flex-end;
  align-items: center;
  padding-top: 13vh;
  padding-left: 40px;
  padding-right: 4vw;
}

.block._40-percent-copy.logo-wrapper {
  padding-left: 40px;
  padding-right: 4vw;
}

.block._40-percent-copy.logo-wrapper.flex {
  justify-content: flex-end;
}

.block._60-percent {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.block._60-percent.hero-bg-video {
  border-bottom-left-radius: 54px;
  flex: 1;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 80vh;
  min-height: 600px;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.block.span-wide {
  flex: 1;
  padding-left: 4vw;
  padding-right: 4vw;
}

.block.span-wide.left-padding {
  padding-right: 0;
}

.block._500px {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  padding-top: 56px;
}

.block._600px {
  max-width: 70%;
}

.block._700 {
  padding-right: 0;
}

.block._700._5 {
  padding-right: 10px;
}

.section-heading-wrap {
  max-width: 500px;
  margin-bottom: 32px;
}

.section-heading-wrap.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrap.centered.wider {
  max-width: 550px;
}

.section-heading-wrap.auto-width {
  max-width: none;
}

.section-heading-wrap._400 {
  max-width: 600px;
}

.section-subheading {
  color: var(--subtext);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Cereal, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.section-subheading.dot {
  margin-left: 16px;
  margin-right: 16px;
  font-size: .9em;
}

.section-subheading.smaller-txt {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
}

.section-subheading.smaller-txt.form {
  margin-bottom: 16px;
  margin-left: 1px;
}

.section-subheading.smaller-txt._800 {
  font-size: 1.2em;
}

.section-subheading.dot-copy {
  background-color: #0000;
  margin-left: 16px;
  margin-right: 16px;
  font-size: .9em;
}

.section-subheading.smellest-txt {
  margin-bottom: 16px;
  font-size: .8em;
  font-weight: 400;
}

.section-subheading.smellest-txt.form {
  margin-bottom: 16px;
  margin-left: 1px;
}

.section-subheading.dot-copy-copy {
  background-color: #0000;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: .9em;
}

.paragraph-wrap._500 {
  max-width: 500px;
}

.photo-element {
  background-color: var(--stronger-line);
  border-radius: 8px;
  height: 100%;
}

.photo-element.work-photo {
  z-index: 2;
  background-color: #0000;
  height: 100%;
  position: relative;
  bottom: -35px;
}

.photo-element.work-photo._1 {
  background-image: none;
}

.photo-element.work-photo._2 {
  background-image: none;
  bottom: -12px;
}

.photo-element.work-photo._3 {
  background-image: none;
}

.photo-element.full-screen {
  border-radius: 0;
}

.photo-element.one {
  background-image: url('../images/team-2.png');
}

.photo-element.two {
  background-image: url('../images/office.jpg');
}

.photo-element.three {
  background-image: url('../images/party.jpg');
}

.work-link {
  height: 320px;
  box-shadow: none;
  color: var(--white);
  border-radius: 8px;
  transition: text-shadow .3s, margin-top .3s, box-shadow .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-link:hover {
  text-shadow: 0 8px 11px #00000026;
  margin-top: -8px;
  box-shadow: 0 10px 16px #21252957;
}

.work-link._7 {
  background-image: url('../images/Comunicacao-Institucional_Isenta.png');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.work-link._2 {
  background-image: url('../images/Relacoes-publicas_Isenta.png');
}

.work-link._3 {
  background-image: url('../images/Marketing-digital.png');
}

.work-link._6 {
  background-image: url('../images/Planificacao-de-meios_Isenta.png');
}

.work-link._8 {
  background-image: url('../images/Design_Isenta.png');
}

.work-link._9090 {
  height: 450px;
}

.horizontal-scroll-wrapper {
  width: 100vw;
  position: sticky;
  top: 48px;
  overflow: hidden;
}

.horizontal-scroll-content {
  width: 350vh;
  display: flex;
}

.pleople-link {
  box-shadow: none;
  color: var(--text);
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  overflow: hidden;
}

.work-link-bg {
  position: absolute;
  inset: 0%;
}

.work-link-bg.red {
  background-color: var(--red);
}

.work-link-bg.blue {
  background-color: var(--dodger-blue);
}

.work-link-bg.yellow {
  background-color: var(--second-yellow);
}

.work-link-bg.overlay {
  background-color: #07101900;
  background-image: linear-gradient(357deg, #000, #fff0 78%);
}

.work-link-bg.overlay._2 {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/office.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-link-bg.overlay._3 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/party.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-link-bg.overlay._4 {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Sida.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-holder {
  justify-content: center;
  display: flex;
}

.button-holder.align-left {
  justify-content: flex-start;
}

.trabalhos-link {
  background-color: #ffffff08;
  border-radius: 8px;
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.trabalhos-link.white-image {
  border: 1px solid var(--line);
}

.section-header {
  margin-bottom: 35px;
  font-size: 2.6em;
  font-weight: 600;
}

.section-header.smaller {
  margin-left: 0;
  margin-right: 0;
  font-size: 2.369em;
}

.section-header._5 {
  margin-bottom: 35px;
}

.section-header._400 {
  max-width: 100%;
  margin-bottom: 50px;
}

.section-header._2 {
  font-size: 1.6em;
}

.section-header._500 {
  font-size: 1.8em;
  font-weight: 400;
}

.trabalho-image {
  z-index: 1;
  filter: contrast(120%);
  position: absolute;
  inset: 0%;
}

.trabalho-image.unicef {
  background-image: url('../images/Screen-Shot-2020-06-23-at-03.10.09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trabalho-image.projovem {
  background-image: url('../images/Screen-Shot-2020-06-23-at-03.11.04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trabalho-image.registo {
  background-image: url('../images/Screen-Shot-2020-06-23-at-03.15.15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trabalho-image.pesca {
  background-image: url('../images/Screen-Shot-2020-06-23-at-03.16.07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trabalho-overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.work-title {
  z-index: 3;
  text-align: center;
  max-width: 70%;
  font-size: 2.2em;
  position: absolute;
  inset: auto 0% 64px;
}

.people-thumnail-wrapper {
  border-radius: 4px;
  height: 470px;
  overflow: hidden;
}

.people-info-wrapper {
  background-color: #0000;
  min-height: 80px;
  padding-top: 16px;
  padding-left: 4px;
  padding-right: 24px;
}

.people-info-wrapper.bottom-margin {
  margin-bottom: 8vh;
}

.people-name.vh-margin {
  margin-bottom: 1.5vh;
}

.people-cargo {
  color: var(--subtext);
  font-size: 1.2em;
  line-height: 100%;
}

.people-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.people-thumbnail._3 {
  background-image: url('../images/isenta-comunicação-cesar.jpg');
}

.people-thumbnail._4 {
  background-image: url('../images/isenta-comunicação-cerquido.jpg');
}

.people-thumbnail._5 {
  background-image: url('../images/nuno.jpg');
}

.people-thumbnail._2 {
  background-image: url('../images/isenta-comunicação-Flávio.jpg');
}

.page-title-section {
  height: 450px;
  position: relative;
}

.page-title-section.hide {
  display: none;
}

.page-title-section._90 {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/team-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.page-title-section.y {
  background-image: linear-gradient(#0f1a24db, #0f1a24db);
  padding-top: 200px;
  position: relative;
}

.page-title-section.y.g {
  background-image: linear-gradient(#0f1a24bf, #0f1a24bf), url('../images/Relacoes-publicas_Isenta.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 170px;
}

.page-title-section.y.g.marketing {
  background-image: linear-gradient(#0f1a24db, #0f1a24db), url('../images/Marketing-digital.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.page-title-section.y.g.publicidade {
  background-image: linear-gradient(#0f1a24db, #0f1a24db), url('../images/Publicidade_Isenta.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.page-title-section.y.g.comunicacao-institui {
  background-image: linear-gradient(#0f1a24db, #0f1a24db), url('../images/Comunicacao-Institucional_Isenta.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.y.g.planemaento-de-meios {
  background-image: linear-gradient(#0f1a24db, #0f1a24db), url('../images/Planificacao-de-meios_Isenta.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-title-section.y.g.design {
  background-image: linear-gradient(#0f1a24db, #0f1a24db), url('../images/Captura-de-ecrã-2024-02-01-às-15.49.45-cópia.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.page-title-section.y.g.c4d {
  background-image: linear-gradient(#0f1a24db, #0f1a24db), url('../images/Quem-somos_Isenta.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 3.9em;
}

.page-title._700 {
  max-width: 700px;
}

.page-title._10 {
  color: #fff;
}

.block-content._500px {
  height: 500px;
}

.block-content._500px.white {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 14px -3px #00000026;
}

.block-content._500px.white.flex {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.block-content._500px.white.flex._25-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.block-content._100-percent-height {
  height: 100%;
}

.block-content._100-percent-height.flex {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.block-content._100-percent-height.flex.max-width {
  max-width: 500px;
}

.work-section-link {
  border-bottom: 1px solid var(--stronger-line);
  height: 90px;
  color: var(--text);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.1em;
  line-height: 120%;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.work-section-link:hover {
  background-color: var(--stronger-line);
}

.work-section-link.last {
  border-bottom-style: none;
}

.work-section-link.ssa {
  height: 82px;
}

.section-link-text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 100%;
}

.section-link-icon {
  color: var(--subtext);
  font-family: main-icons, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 100%;
}

.breadcrumb-wrapper {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

.breadcrumb-wrapper.flip {
  text-align: left;
  padding-top: 0;
  padding-bottom: 24px;
}

.breadcrumb {
  color: var(--subtext);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Cereal, sans-serif;
  font-size: .73em;
  display: inline-block;
}

.breadcrumb:hover {
  color: var(--paragraph);
}

.breadcrumb.last {
  cursor: default;
}

.breadcrumb.last:hover {
  color: var(--light-slate-grey);
}

.breadcrumb.breadcrumb-icon {
  cursor: default;
  font-family: main-icons, sans-serif;
  font-size: .6em;
}

.breadcrumb.breadcrumb-icon:hover {
  color: var(--subtext);
}

.fixed-block {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  height: 400px;
  padding-top: 100px;
  position: sticky;
  top: 0;
}

.sidebar-nav {
  background-color: #fff;
  border: 2px solid #fbfbfc;
  border-left-style: none;
  border-radius: 8px;
  min-height: 100px;
  margin-left: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 120%;
  box-shadow: 0 2px 14px -7px #00000026;
}

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
  transition: all .6s ease-in-out;
}

.flex {
  display: flex;
}

.flex.space-between {
  justify-content: space-between;
}

.flex.centered {
  text-align: center;
  justify-content: center;
}

.sidebar-link {
  color: var(--text);
  border-left: 4px solid #0000;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
  display: block;
}

.sidebar-link:hover {
  color: #061a2a;
  background-color: #3483fa0d;
}

.sidebar-link.w--current {
  border-left-color: var(--dodger-blue);
  color: var(--dodger-blue);
  font-weight: 500;
}

.sidebar-link.w--current:hover {
  border-left-color: var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #3483fa0d;
}

.paragraph {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.paragraph.bottom-line {
  border-bottom: 1px dashed var(--line);
  margin-bottom: 0;
  padding-bottom: 100px;
}

.sidebar-link-red {
  color: var(--text);
  border-left: 4px solid #0000;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 1.18em;
  font-weight: 500;
  transition: all .2s;
  display: block;
}

.sidebar-link-red:hover {
  color: #061a2a;
  background-color: #f8b61208;
}

.sidebar-link-red.w--current {
  border-left-color: var(--second-yellow);
  color: var(--second-yellow);
  font-weight: 500;
}

.sidebar-link-red.w--current:hover {
  border-left-color: var(--second-yellow);
  color: var(--second-yellow);
}

.sidebar-link-yellow {
  color: var(--text);
  border-left: 4px solid #0000;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
  display: block;
}

.sidebar-link-yellow:hover {
  color: #061a2a;
  background-color: #fca3110d;
}

.sidebar-link-yellow.w--current {
  border-left-color: var(--main-color);
  color: var(--main-color);
  font-weight: 500;
}

.sidebar-link-yellow.w--current:hover {
  border-left-color: var(--main-color);
  color: var(--main-color);
  background-color: #fca3110d;
}

.contain {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.people-cargo-in-page {
  color: var(--isenta-blue);
  font-weight: 400;
}

.icon {
  height: 100%;
  color: var(--text);
  padding: 25px 2vw;
  font-size: 2em;
  line-height: 100%;
}

.icon.w--current {
  display: block;
}

.icon.back-button {
  font-family: main-icons, sans-serif;
}

.icon.back-button.white {
  color: var(--white);
}

.icon-wrapper {
  height: 80px;
  display: inline-block;
  position: absolute;
}

.icon-wrapper.left {
  inset: 0% auto auto 0%;
}

.icon-wrapper.right {
  inset: 0% 0% auto auto;
}

.text-icon {
  float: left;
  color: #000;
  font-family: main-icons, sans-serif;
  font-size: 2em;
  line-height: 120%;
  display: inline-block;
}

.menu-icon-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 30px;
  display: flex;
}

.menu-bar {
  background-color: var(--text);
  width: 32px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hero-slider {
  z-index: 2;
  background-color: #0000;
  flex: 1;
  height: 75vh;
  min-height: 550px;
  max-height: 750px;
}

.slide-nav {
  display: none;
}

.slide-arrow {
  background-color: var(--white);
  width: 70px;
  height: 70px;
  color: var(--paragraph);
  font-size: 1.7em;
  display: none;
  inset: auto 0% 0% auto;
}

.slide-arrow.left {
  border-top-left-radius: 8px;
  right: 70px;
}

.hero-content-wrap {
  flex: 0 auto;
  max-width: 800px;
}

.hero-subtext {
  color: #e4e4e4;
  margin-top: 38px;
  margin-bottom: 32px;
  font-family: Cereal, sans-serif;
  font-size: 1.3em;
  line-height: 150%;
}

.video-embed {
  width: 100%;
  height: 100%;
  transform: scale(2.3);
}

.slide {
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.nav-wrapper {
  z-index: 1000;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper.flex {
  margin-top: 2vh;
}

.logo-link {
  height: 100px;
}

.logo-link.flex.align-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
}

.logo-link.align-center {
  flex: 1;
  max-width: 550px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.bg-video-overlay {
  background-color: #2125298c;
  justify-content: center;
  align-items: center;
  padding-top: 7vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-h1 {
  font-size: 4em;
}

.heading {
  max-width: 100%;
  color: var(--white);
  font-size: 4.6em;
}

.nav-menu {
  height: 100px;
}

.nav-menu.fixed-width {
  text-align: right;
  justify-content: space-between;
  min-width: 507px;
  max-width: 600px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.nav-link {
  height: 100px;
  color: var(--white);
  text-transform: uppercase;
  margin-left: 20px;
  padding-top: 0;
  font-family: Cereal, sans-serif;
  font-size: .87em;
  font-weight: 500;
  line-height: 100px;
  display: inline-block;
}

.nav-link:hover {
  text-decoration: underline;
}

.play-button {
  opacity: .4;
  width: 100px;
  height: 85px;
  color: var(--white);
  text-align: center;
  padding-top: 3px;
  font-family: play-icons, sans-serif;
  font-size: 6em;
  line-height: 100%;
  overflow: hidden;
}

.case-study-hero-content {
  z-index: 1;
  background-color: var(--white);
  max-width: 900px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  position: relative;
}

.maps {
  height: 80vh;
}

._100 {
  z-index: 10000;
  border-bottom: 1px none var(--stronger-line);
  background-color: var(--white);
  height: 100px;
  position: relative;
  box-shadow: 0 1px 20px #0003;
}

.contact-item {
  max-width: 400px;
  margin-bottom: 56px;
}

.contact-txt {
  margin-bottom: 12px;
  font-size: 1.5em;
  line-height: 130%;
}

.form-block {
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 4px 14px -3px #00000026;
}

.text-field {
  border: 2px solid #dae0e6;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 40px;
  font-family: Cereal, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 130%;
  transition: all .2s;
}

.text-field:hover {
  background-color: var(--transparant-bg);
  transform: translate(0, -3px);
}

.text-field:focus {
  border-width: 3px;
  border-color: var(--main-color);
  background-color: var(--transparant-bg);
}

.text-field.msg {
  height: 120px;
}

.page-hero-subtext {
  max-width: 500px;
  color: var(--paragraph);
  text-align: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cereal, sans-serif;
  font-size: 1.3em;
  line-height: 150%;
}

.vertical-photo {
  z-index: 2;
  background-color: var(--stronger-line);
  background-image: url('../images/NOSSA-HISTÓRIA-cópia.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  width: 60%;
  height: 75%;
  transition: all .2s;
  position: relative;
}

.horizontal-photo {
  z-index: 3;
  background-color: var(--line);
  width: 60%;
  height: 70%;
  box-shadow: none;
  background-image: url('../images/A-NOSSA-HISTÓRIA-cópia.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 4px;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dot-wrapper {
  opacity: .1;
  background-image: url('../images/Dots.png');
  background-position: 0 0;
  background-size: 67px;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
  height: 556px;
  display: flex;
  position: absolute;
  inset: 14% 15% auto auto;
}

.dot-wrapper.hide {
  display: none;
}

.dot {
  background-color: #21252930;
  border-radius: 200px;
  width: 4px;
  height: 4px;
}

.flex-dot {
  justify-content: space-between;
  display: flex;
}

.vertical-color {
  z-index: 1;
  background-color: var(--second-yellow);
  border-radius: 4px;
  width: 60%;
  height: 75%;
  transition: all .2s;
  position: absolute;
  inset: 4% 4% auto auto;
}

.case-study-slider {
  background-color: #0000;
  height: 100%;
}

.case-slide-mask {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.case-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.case-study-content {
  border-radius: 8px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.case-slide-nav {
  padding-top: 20px;
  font-size: 6px;
  display: none;
  position: static;
}

.case-slide-arrow {
  background-color: var(--text);
  width: 60px;
  height: 60px;
  box-shadow: none;
  color: var(--white-smoke);
  border-radius: 200px;
  font-size: 24px;
  top: -130px;
}

.case-slide-arrow.right {
  margin-right: 8.5%;
}

.case-slide-arrow.left {
  margin-left: 8.5%;
}

.case-text-wrapper {
  max-width: 500px;
  height: 130px;
  color: var(--text);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: block;
}

.contact-block.vertical-60 {
  height: 60%;
  min-height: 60%;
  max-height: 60%;
}

.contact-block.vertical-60.bottom-padding-12 {
  padding-bottom: 12px;
}

.contact-block.vertical-40 {
  height: 40%;
}

.contact-block.vertical-40.flex {
  display: flex;
}

.contact-block.vertical-40.flex.negative-margin-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.contact-block._50-percent {
  width: 50%;
}

.contact-block._50-percent._12-padding {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-block._50-percent._12-padding.case {
  height: auto;
  padding-bottom: 12px;
  padding-right: 0;
}

.contact-block._50-percent._12-padding.case-study {
  padding-left: 0;
}

.contact-block._50-percent.thumbnail-wrapper {
  float: left;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.contact-block._50-percent.content-wrapper {
  float: right;
  padding: 15vh 6vw;
}

.contact-block._50-percent.flex.centered {
  justify-content: flex-end;
  align-items: center;
  padding-top: 7vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.contact-block._50-percent.left {
  padding-right: 12px;
}

.contact-block._50-percent.right {
  padding-left: 12px;
}

.contact-block.horizontal-33 {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.contact-block.horizontal-33._12-padding {
  cursor: pointer;
  padding: 12px;
}

.contact-block.horizontal-33._12-padding.position-relative {
  z-index: 2;
  position: relative;
}

.contact-block.horizontal-33-copy {
  width: 33.33%;
}

.contact-block.horizontal-33-copy._12-padding {
  width: 420px;
  min-width: 420px;
  max-width: 420px;
  padding: 12px;
}

.contact-block._12px-padding {
  padding: 12px;
}

.contact-block._12px-padding.free-streach {
  border-radius: 18px;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-block.horizontal-50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.contact-block.horizontal-50._12-padding {
  padding: 12px;
}

.contact-block._650px {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-block.people-wrapper {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.contact-block.people-wrapper._12-padding {
  padding: 12px 12px 32px;
}

.contact-block.section-wrapper {
  flex: 1;
  max-width: 760px;
  margin-left: 40px;
}

.contact-block.bar {
  z-index: 1000;
  height: 80px;
  position: fixed;
  inset: 1vh 0% auto;
}

.contact-block._20-percent {
  flex: 0 auto;
  width: 20%;
  min-width: 20%;
}

.contact-block._20-percent.bg-logo {
  filter: none;
  background-image: url('../images/bw__trusted-logo-microsoft.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  height: 240px;
}

.contact-block._20-percent.bg-logo._1 {
  background-image: url('../images/Sonangol_Logo.svg.png');
  background-position: 0%;
}

.contact-block._20-percent.bg-logo._2 {
  background-image: url('../images/governo-de-angola-logo-157322979C-seeklogo.com.png');
  background-position: 100%;
  background-size: 110px;
}

.contact-block._20-percent.bg-logo._3 {
  background-image: url('../images/multicaixa-logo.png');
  background-position: 100%;
  background-size: 160px;
}

.contact-block._20-percent.bg-logo._5 {
  background-image: url('../images/banco-bai.jpg');
  background-size: 100px;
}

.contact-block._20-percent.bg-logo._4 {
  background-image: url('../images/minfin824449.png');
  background-position: 100%;
  background-size: 110px;
}

.contact-block._40-percent-copy {
  width: 45%;
}

.contact-block._40-percent-copy._12-padding {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-block._40-percent-copy.thumbnail-wrapper {
  float: left;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.contact-block._40-percent-copy.content-wrapper {
  float: right;
  padding-top: 15vh;
  padding-left: 6vw;
  padding-right: 6vw;
}

.contact-block._40-percent-copy.flex.centered {
  justify-content: flex-end;
  align-items: center;
  padding-top: 13vh;
  padding-left: 40px;
  padding-right: 4vw;
}

.contact-block._40-percent-copy.logo-wrapper {
  padding-left: 40px;
  padding-right: 4vw;
}

.contact-block._40-percent-copy.logo-wrapper.flex {
  justify-content: flex-end;
}

.contact-block._60-percent {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.contact-block._60-percent.hero-bg-video {
  border-bottom-left-radius: 54px;
  flex: 1;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 75vh;
  min-height: 550px;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.contact-block.span-wide {
  flex: 1;
  padding-left: 4vw;
  padding-right: 4vw;
}

.contact-block.span-wide.left-padding {
  padding-right: 0;
}

.contact-block._500px {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  padding-top: 56px;
}

.contact-form-block.vertical-60 {
  height: 60%;
  min-height: 60%;
  max-height: 60%;
}

.contact-form-block.vertical-60.bottom-padding-12 {
  padding-bottom: 12px;
}

.contact-form-block.vertical-40 {
  height: 40%;
}

.contact-form-block.vertical-40.flex {
  display: flex;
}

.contact-form-block.vertical-40.flex.negative-margin-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.contact-form-block._50-percent {
  width: 50%;
}

.contact-form-block._50-percent._12-padding {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-form-block._50-percent._12-padding.case {
  height: auto;
  padding-bottom: 12px;
  padding-right: 0;
}

.contact-form-block._50-percent._12-padding.case-study {
  padding-left: 0;
}

.contact-form-block._50-percent.thumbnail-wrapper {
  float: left;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.contact-form-block._50-percent.content-wrapper {
  float: right;
  padding: 15vh 6vw;
}

.contact-form-block._50-percent.flex.centered {
  justify-content: flex-end;
  align-items: center;
  padding-top: 7vh;
  padding-left: 4vw;
  padding-right: 4vw;
}

.contact-form-block._50-percent.left {
  padding-right: 12px;
}

.contact-form-block._50-percent.right {
  padding-left: 12px;
}

.contact-form-block.horizontal-33 {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.contact-form-block.horizontal-33._12-padding {
  cursor: pointer;
  padding: 12px;
}

.contact-form-block.horizontal-33._12-padding.position-relative {
  z-index: 2;
  position: relative;
}

.contact-form-block.horizontal-33-copy {
  width: 33.33%;
}

.contact-form-block.horizontal-33-copy._12-padding {
  width: 420px;
  min-width: 420px;
  max-width: 420px;
  padding: 12px;
}

.contact-form-block._12px-padding {
  padding: 12px;
}

.contact-form-block._12px-padding.free-streach {
  border-radius: 18px;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-form-block.horizontal-50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.contact-form-block.horizontal-50._12-padding {
  padding: 12px;
}

.contact-form-block._650px {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-block.people-wrapper {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.contact-form-block.people-wrapper._12-padding {
  padding: 12px 12px 32px;
}

.contact-form-block.section-wrapper {
  flex: 1;
  max-width: 760px;
  margin-left: 40px;
}

.contact-form-block.bar {
  z-index: 1000;
  height: 80px;
  position: fixed;
  inset: 1vh 0% auto;
}

.contact-form-block._20-percent {
  flex: 0 auto;
  width: 20%;
  min-width: 20%;
}

.contact-form-block._20-percent.bg-logo {
  filter: none;
  background-image: url('../images/bw__trusted-logo-microsoft.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  height: 240px;
}

.contact-form-block._20-percent.bg-logo._1 {
  background-image: url('../images/Sonangol_Logo.svg.png');
  background-position: 0%;
}

.contact-form-block._20-percent.bg-logo._2 {
  background-image: url('../images/governo-de-angola-logo-157322979C-seeklogo.com.png');
  background-position: 100%;
  background-size: 110px;
}

.contact-form-block._20-percent.bg-logo._3 {
  background-image: url('../images/multicaixa-logo.png');
  background-position: 100%;
  background-size: 160px;
}

.contact-form-block._20-percent.bg-logo._5 {
  background-image: url('../images/banco-bai.jpg');
  background-size: 100px;
}

.contact-form-block._20-percent.bg-logo._4 {
  background-image: url('../images/minfin824449.png');
  background-position: 100%;
  background-size: 110px;
}

.contact-form-block._40-percent-copy {
  width: 45%;
}

.contact-form-block._40-percent-copy._12-padding {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-form-block._40-percent-copy.thumbnail-wrapper {
  float: left;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.contact-form-block._40-percent-copy.content-wrapper {
  float: right;
  padding-top: 15vh;
  padding-left: 6vw;
  padding-right: 6vw;
}

.contact-form-block._40-percent-copy.flex.centered {
  justify-content: flex-end;
  align-items: center;
  padding-top: 13vh;
  padding-left: 40px;
  padding-right: 4vw;
}

.contact-form-block._40-percent-copy.logo-wrapper {
  padding-left: 40px;
  padding-right: 4vw;
}

.contact-form-block._40-percent-copy.logo-wrapper.flex {
  justify-content: flex-end;
}

.contact-form-block._60-percent {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.contact-form-block._60-percent.hero-bg-video {
  border-bottom-left-radius: 54px;
  flex: 1;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 75vh;
  min-height: 550px;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.contact-form-block.span-wide {
  flex: 1;
  padding-left: 4vw;
  padding-right: 4vw;
}

.contact-form-block.span-wide.left-padding {
  padding-right: 0;
}

.contact-form-block._500px {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  padding-top: 56px;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 250px;
  margin-bottom: 25px;
}

.div-block.projovem {
  background-image: url('../images/Screen-Shot-2020-06-23-at-03.11.04.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.div-block.got {
  background-image: url('../images/Screen-Shot-2020-06-23-at-03.10.09.png');
  background-position: 50%;
  background-size: cover;
}

.div-block.lop {
  height: 400px;
  padding: 0;
  position: relative;
}

.columns {
  margin-bottom: 50px;
}

.section-2 {
  background-color: var(--text);
  height: 750px;
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: relative;
}

.overlayx {
  background-color: #212529cc;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-color: #212529a1;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 100;
  background-color: #ddd0;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-3 {
  height: 100vh;
  position: relative;
}

.overlay {
  background-color: #0710196e;
  padding-top: 18%;
  position: absolute;
  inset: 0%;
}

.brand {
  background-image: url('../images/Logo-Isenta-2019-Branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.container-3 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
}

.container-3._50-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.section-4 {
  background-color: var(--white-smoke-2);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 0;
}

.slide-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-6._0-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-6._0-top-bottom-padding.relative {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-6._0-top-bottom-padding.relative.slidr {
  padding-top: 142px;
  padding-bottom: 100px;
}

.slide-arrow-2 {
  background-color: var(--black);
  width: 70px;
  height: 70px;
  box-shadow: none;
  color: #fff;
  border: 1px #ebebeb;
  border-radius: 200px;
  margin-right: 8px;
  font-size: 25px;
  transition: all .1s;
  inset: -142px 0% auto auto;
}

.slide-arrow-2:active {
  transform: scale(.85);
}

.slide-arrow-2.left {
  background-color: var(--black);
  right: 78px;
}

.mask {
  overflow: visible;
}

.slider {
  z-index: 10;
  clear: both;
  background-color: #0000;
  height: 65vh;
  min-height: 550px;
  max-height: 700px;
}

.container-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
}

.container-4._0-padding {
  padding-left: 42px;
  padding-right: 42px;
}

.slider-content {
  background-color: #f7f7f7;
  height: 65vh;
  min-height: 550px;
  max-height: 700px;
  display: block;
  position: relative;
}

.slider-content._4 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Vacina.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Inea.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._1 {
  filter: saturate(125%);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Sida.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._3 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Porto.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h1-header {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 75px;
  line-height: 100%;
}

.h1-header.white {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-7.blue-color {
  background-color: #04041f;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sub-text {
  color: #fff;
  margin-bottom: 48px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.button-2 {
  background-color: var(--isenta-blue);
  color: #fff;
  border-radius: 4px;
  width: 220px;
  height: 55px;
  margin-right: 25px;
  padding-top: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 55px;
  text-decoration: none;
  display: inline-block;
}

.button-2:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.button-2._5 {
  color: #000;
  background-color: #fff;
}

.button-2.mix {
  background-color: #005b9600;
  border: 1px solid #fff;
}

.container-5 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
}

.container-5.relative {
  z-index: 1;
  position: relative;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-right: -25px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-4 {
  z-index: 100;
  background-color: var(--black);
  padding: 54px;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block {
  color: #fff;
}

.breadcrumb-2 {
  color: #8f9ba6;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Cereal, sans-serif;
  font-size: .73em;
  display: inline-block;
}

.breadcrumb-2:hover {
  color: #606a73;
}

.breadcrumb-2.last {
  cursor: default;
}

.breadcrumb-2.last:hover {
  color: #8f9ba6a6;
}

.breadcrumb-2.breadcrumb-icon {
  cursor: default;
  font-family: main-icons, sans-serif;
  font-size: .6em;
}

.breadcrumb-2.breadcrumb-icon:hover {
  color: #8f9ba6;
}

.page-title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 3.9em;
}

.container-6 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.heading-2 {
  margin-bottom: 25px;
}

.div-block-5 {
  background-image: url('../images/Quem-somos.jpg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
}

.section-8 {
  background-color: var(--stronger-line);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-6 {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
}

.heading-3 {
  margin-bottom: 25px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  height: 520px;
}

.shadow {
  z-index: 9;
  background-color: var(--black);
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--stronger-line);
}

.div-block-8 {
  margin-top: 50px;
}

.section-9 {
  padding-top: 31px;
  padding-bottom: 100px;
}

.section-4-copy {
  background-color: var(--white-smoke-2);
  height: auto;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-9 {
  padding-top: 50px;
}

.div-block-10 {
  height: 620px;
  color: var(--text);
  margin-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-2 {
  background-color: var(--text);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.section-10 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.div-block-11 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

._7 {
  max-width: 100%;
  margin-bottom: 35px;
}

.div-block-12 {
  border-radius: 8px;
  height: 500px;
  margin-bottom: 50px;
}

._565 {
  text-align: justify;
  max-width: 100%;
}

.nav-menu-2 {
  margin-left: 20px;
  display: flex;
}

.paragraph-2, .paragraph-3 {
  text-align: justify;
}

.div-block-13 {
  background-image: url('../images/office.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin: 75px 0;
  display: block;
}

.div-block-14 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.div-block-14._9 {
  margin-top: 0;
}

.collection-list {
  padding-left: 0;
  padding-right: 0;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-15 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  color: var(--white);
  padding-left: 10px;
  font-family: Socials, sans-serif;
  line-height: 100px;
  display: flex;
}

.div-block-16:hover {
  color: var(--dark-blue);
}

.text-block-3 {
  color: var(--white);
  margin-left: 10px;
  font-family: Socials, sans-serif;
  line-height: 100px;
}

.link {
  color: #fff;
  margin-left: 15px;
}

.div-block-16-copy {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Socials, sans-serif;
  line-height: 100px;
  display: flex;
}

.div-block-16-copy:hover {
  color: var(--dark-blue);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image._1 {
  border-radius: 12px;
}

.image._2 {
  border-radius: 5px;
}

.image._3 {
  border-radius: 8px;
}

.paragraph-4, .paragraph-5 {
  text-align: justify;
}

.div-block-17 {
  max-width: 20%;
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-17.w--current {
  color: var(--text);
}

.text-block-4 {
  color: #000;
  align-items: center;
  margin-left: 52px;
  line-height: 35px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlayz {
  z-index: 10;
  background-color: #011c2dba;
  height: 100%;
  padding-top: 176px;
  padding-bottom: 100px;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  background-color: #00000078;
  border-radius: 12px;
  max-width: 50%;
  padding: 30px;
  position: absolute;
  inset: auto auto 25px 25px;
}

.text-block-5 {
  color: #3c3c3c;
  letter-spacing: 5px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-size: .7em;
  display: inline-block;
}

.heading-6 {
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 35px;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.volta.w--current {
  color: #0e0e0e;
  width: 15%;
  display: block;
}

.div-block-19._6 {
  margin-bottom: 50px;
}

.grid-6 {
  margin-top: 50px;
}

.div-block-20 {
  color: #fff;
  height: 350px;
  position: relative;
}

.image-3 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.overlayzz {
  background-color: #42424245;
  height: 90%;
  position: absolute;
  inset: auto 0% 0%;
}

.feito-em-angola {
  background-image: url('../images/selo-SL.3054001279-SFA-2024.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 100px;
  margin-left: 15px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.servio-wrapper {
  border-radius: 12px;
  height: 450px;
  margin-bottom: 25px;
  display: block;
  position: relative;
}

.overz {
  color: var(--white);
  background-image: linear-gradient(0deg, #000000d4, #dbdbdb24 100%, #fff0);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.servio-wrapper-2, .servio-wrapper-3, .servio-wrapper-2-copy, .servio-wrapper-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.servio-wrapper-5 {
  border-radius: 12px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.servio-wrapper-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.servi-o-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.servi-o-container._45 {
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-list-2 {
  margin-left: -10px;
  margin-right: -10px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.link-block.pt {
  background-image: url('../images/Flag_of_Portugal.svg.png');
}

.link-block.eng {
  background-image: url('../images/Flag_of_the_United_Kingdom_1-2.svg.png');
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-9, .grid-10, .grid-11 {
  grid-template-columns: 1fr 1fr 1fr;
}

html.w-mod-js [data-ix="slide"] {
  opacity: .44;
}

@media screen and (max-width: 991px) {
  .section.horizontal-scroll-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.people-page {
    overflow: auto;
  }

  .section.case-study-hero {
    height: 65vh;
    margin-top: 80px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .button-wrapper.center-button.top-margin {
    margin-top: 5vh;
  }

  .wrap.flex {
    flex-direction: column;
  }

  .block._50-percent {
    width: 100%;
  }

  .block._50-percent.thumbnail-wrapper {
    width: 50%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: auto;
  }

  .block._50-percent.content-wrapper {
    width: 50%;
    padding-top: 5vh;
    overflow: auto;
  }

  .block._700._5 {
    padding-right: 0;
  }

  .section-subheading.smaller-txt._800 {
    font-size: 1em;
  }

  .paragraph-wrap._500 {
    max-width: 100%;
  }

  .work-link {
    height: 230px;
  }

  .work-link._7 {
    height: 350px;
  }

  .work-link._9090 {
    height: 300px;
  }

  .section-header._2 {
    font-size: 1.1em;
  }

  .work-title {
    font-size: 1.9em;
  }

  .work-title._5 {
    font-size: 1.6em;
  }

  .people-thumnail-wrapper {
    height: 250px;
  }

  .people-info-wrapper {
    min-height: 100px;
  }

  .people-name {
    font-size: 1.2em;
  }

  .people-cargo {
    font-size: 1em;
  }

  .fixed-block {
    display: none;
  }

  .container-2 {
    max-width: 650px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 3.9em;
  }

  .nav-link {
    align-items: center;
    height: 80px;
    line-height: 120%;
    display: flex;
  }

  .case-study-hero-content {
    padding: 60px 40px;
  }

  .vertical-photo {
    height: 500px;
  }

  .horizontal-photo {
    top: 184px;
  }

  .dot-wrapper {
    right: 28%;
  }

  .contact-form-block.span-wide.left-padding {
    padding-left: 0;
  }

  .navbar {
    height: 80px;
  }

  .overlay {
    padding-top: 29%;
  }

  .brand {
    width: 150px;
    height: 80px;
  }

  .slider {
    height: 50vh;
    min-height: auto;
  }

  .container-4._0-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1-header.white {
    font-size: 55px;
  }

  .sub-text {
    font-size: 19px;
  }

  .div-block-4 {
    display: block;
  }

  .shadow {
    height: 80px;
  }

  .section-4-copy {
    margin-top: 80px;
  }

  .section-10 {
    padding-top: 141px;
  }

  .div-block-11 {
    width: 100%;
  }

  ._7 {
    font-size: 3.4em;
  }

  .menu-button {
    height: 80px;
    color: var(--white);
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .nav-menu-2 {
    background-color: var(--text);
    text-align: left;
    flex-direction: column;
    width: 90%;
    height: 100vh;
    padding: 50px 27px 27px 40px;
    display: flex;
  }

  .div-block-14 {
    margin-top: 50px;
    margin-bottom: 35px;
  }

  .div-block-15 {
    width: 90%;
  }

  .div-block-19 {
    margin-bottom: 25px;
  }

  .servio-wrapper, .servio-wrapper-2, .servio-wrapper-3, .servio-wrapper-2-copy, .servio-wrapper-4, .servio-wrapper-5, .servio-wrapper-6 {
    height: 350px;
  }

  .servi-o-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-23 {
    margin-top: 15px;
    margin-left: 20px;
  }

  .link-block {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .rich-text-block {
    font-size: .9em;
  }

  .work-link {
    align-items: center;
  }

  .work-link-bg.overlay._3 {
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .work-title {
    font-size: 1.7em;
  }

  .container-2 {
    max-width: 500px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-subtext {
    font-size: 1.1em;
  }

  .heading {
    font-size: 3.4em;
  }

  .slider {
    height: auto;
  }

  .slider-content {
    height: 40vh;
    min-height: auto;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-4-copy {
    padding-top: 80px;
  }

  .heading-4 {
    font-size: 3.1em;
  }

  .volta.w--current {
    width: 50%;
  }

  .feito-em-angola {
    top: 75%;
  }

  .servio-wrapper, .servio-wrapper-2, .servio-wrapper-3, .servio-wrapper-2-copy, .servio-wrapper-4, .servio-wrapper-5, .servio-wrapper-6 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.1em;
  }

  h2 {
    font-size: 2.3em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 1.1em;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.case-study-hero {
    height: 50vh;
  }

  .rich-text-block {
    font-size: .9em;
  }

  .button-wrapper.center-button.side-margin {
    margin-right: 5px;
  }

  .button-wrapper.center-button.side-margin.right {
    margin-left: 5px;
  }

  .button.secondary-button {
    align-items: center;
    padding: 8px 15px;
    display: flex;
  }

  .button.orange {
    align-items: center;
    padding: 8px 15px;
    font-size: .8em;
    display: flex;
  }

  .button-text {
    align-items: center;
    top: 0;
  }

  .block._50-percent.thumbnail-wrapper {
    width: 100%;
    height: 60vh;
    min-height: 60vh;
    overflow: auto;
  }

  .block._50-percent.content-wrapper {
    width: 100%;
    overflow: auto;
  }

  .block._600px {
    max-width: 100%;
  }

  .section-subheading {
    margin-bottom: 15px;
  }

  .section-subheading.smaller-txt {
    font-size: .7em;
  }

  .section-subheading.smaller-txt._800 {
    font-size: .9em;
  }

  .work-link {
    height: 210px;
  }

  .work-link._7 {
    height: 210px;
    margin-bottom: 0;
  }

  .pleople-link {
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    font-size: 1.8em;
  }

  .section-header._5 {
    font-size: 1.7em;
  }

  .section-header._2 {
    font-size: 1.3em;
    font-weight: 500;
  }

  .section-header._500 {
    font-size: 1.5em;
  }

  .work-title {
    font-size: 1.4em;
    font-weight: 600;
  }

  .work-title._5 {
    font-size: 1.4em;
  }

  .people-thumnail-wrapper {
    height: 500px;
  }

  .people-info-wrapper {
    min-height: auto;
  }

  .people-info-wrapper.bottom-margin {
    margin-bottom: 2vh;
    overflow: auto;
  }

  .people-name.vh-margin {
    font-size: 1.5em;
    overflow: auto;
  }

  .page-title-section {
    height: 400px;
  }

  .page-title-section.y.g {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .page-title {
    font-size: 2.3em;
  }

  .breadcrumb-wrapper {
    padding-top: 15px;
  }

  .container-2 {
    max-width: 480px;
  }

  .people-cargo-in-page {
    font-size: 1.1em;
    overflow: auto;
  }

  .text-icon {
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    display: flex;
  }

  .hero-subtext {
    margin-top: 32px;
    margin-bottom: 25px;
    font-size: 1em;
  }

  .heading {
    font-size: 2.6em;
  }

  .nav-link {
    height: 70px;
  }

  .case-study-hero-content {
    margin-top: -101px;
    padding: 40px 25px;
    font-size: .6em;
  }

  .maps {
    height: 50vh;
  }

  .contact-txt {
    font-size: 1.4em;
  }

  .form-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-block._500px {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .div-block.lop {
    height: 250px;
  }

  .overlay {
    background-color: #071019b0;
    padding-top: 52%;
  }

  .brand {
    width: 120px;
  }

  .section-6._0-top-bottom-padding.relative.slidr {
    padding-top: 100px;
  }

  .slide-arrow-2 {
    width: 40px;
    height: 40px;
    margin-right: 0;
    top: -90px;
  }

  .slide-arrow-2.left {
    right: 50px;
  }

  .slider {
    height: auto;
  }

  .slider-content {
    height: 30vh;
  }

  .h1-header.white {
    font-size: 35px;
  }

  .button-2 {
    height: 50px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 50px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    margin-right: -10px;
  }

  .page-title-2 {
    font-size: 2.5em;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    height: 350px;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    padding: 35px 35px 25px;
  }

  .heading-3 {
    font-size: 1.6em;
  }

  .section-4-copy {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-10 {
    height: auto;
  }

  .section-10 {
    padding-top: 133px;
  }

  ._7 {
    font-size: 2.2em;
  }

  .div-block-12 {
    height: 250px;
  }

  .nav-menu-2 {
    padding-left: 20px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 1em;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-bottom: 25px;
  }

  .heading-5 {
    font-size: 2.7em;
  }

  .block-quote {
    background-position: 25px 25px;
    background-size: 80px;
    padding-top: 109px;
    padding-left: 40px;
    padding-right: 15px;
  }

  .section-11 {
    padding-top: 60px;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-17 {
    max-width: 40%;
  }

  .text-block-4 {
    margin-left: 35px;
    font-size: 1.3em;
  }

  .div-block-18 {
    max-width: 70%;
    padding: 15px;
  }

  .text-block-5 {
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: .5em;
  }

  .heading-6 {
    margin-bottom: 15px;
    font-size: 1.4em;
  }

  .link-2 {
    font-size: .8em;
  }

  .div-block-19, .div-block-19._6._9 {
    margin-bottom: 25px;
  }

  .servio-wrapper {
    height: 300px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .servio-wrapper-2, .servio-wrapper-3, .servio-wrapper-2-copy, .servio-wrapper-4, .servio-wrapper-5, .servio-wrapper-6 {
    height: 250px;
  }
}

#w-node-_5b4988c6-96a6-3669-c4a0-be70d2f4079f-463a98a3, #w-node-_841c9421-725e-b80c-0eb4-7c312aa8d469-463a98a3, #w-node-_4d5bdee7-bc65-c7fc-26b7-c868276698f8-463a98a3, #w-node-fd5e2be6-674f-6bb9-360c-2eb10490a601-463a98a3, #w-node-c915acba-9fbc-6df6-048a-28aac6d7efe0-463a98a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'main-icons';
  src: url('../fonts/main-icons.eot') format('embedded-opentype'), url('../fonts/main-icons.woff') format('woff'), url('../fonts/main-icons.ttf') format('truetype'), url('../fonts/main-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'play-icons';
  src: url('../fonts/play-icons.eot') format('embedded-opentype'), url('../fonts/play-icons.woff') format('woff'), url('../fonts/play-icons.ttf') format('truetype'), url('../fonts/play-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'send-icons';
  src: url('../fonts/send-icons.eot') format('embedded-opentype'), url('../fonts/send-icons.woff') format('woff'), url('../fonts/send-icons.ttf') format('truetype'), url('../fonts/send-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Socials';
  src: url('../fonts/socials.eot') format('embedded-opentype'), url('../fonts/socials.woff') format('woff'), url('../fonts/socials.ttf') format('truetype'), url('../fonts/socials.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/AirbnbCereal-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/AirbnbCereal-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/AirbnbCereal-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/AirbnbCereal-ExtraBold.ttf') format('truetype'), url('../fonts/AirbnbCereal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/AirbnbCereal-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/AirbnbCereal-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}