:root {
  --midnight-blue: #0b153a;
  --dark-khaki: #dac179;
  --white: white;
  --dodger-blue: #dfac8c;
  --dark-slate-blue: #0e476d;
  --peru: #a68256;
  --dim-grey: #736049;
  --royal-blue: #145d8f;
}

.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 {
  background-color: var(--midnight-blue);
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-khaki);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 7.3em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--dark-khaki);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 6.3em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  color: var(--dark-khaki);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 5.3em;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  color: var(--dark-khaki);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4.3em;
  font-weight: 400;
  line-height: 1.1em;
}

h5 {
  color: var(--dark-khaki);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3.3em;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--dark-khaki);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

ol {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Boska, sans-serif;
  font-size: 16px;
}

li {
  margin-top: 16px;
  margin-bottom: 0;
}

strong {
  color: var(--white);
  font-weight: 700;
}

em {
  color: #fff;
  font-style: italic;
}

blockquote {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  margin-bottom: 10px;
  padding: 40px;
  font-family: Boska, sans-serif;
  font-size: 30px;
  line-height: 1.3em;
}

figcaption {
  color: var(--dodger-blue);
  text-align: center;
  margin-top: 5px;
  font-family: Boska, sans-serif;
}

.sticky-navigation {
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
}

.navigation-wrapper {
  height: 115px;
  border-bottom: 1px none var(--dodger-blue);
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-nav-menu {
  width: 100%;
  height: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  height: 80px;
  color: #272830;
  text-transform: capitalize;
  margin: 10px 16px 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .4s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #7197b4;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-link-content {
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-text {
  color: #fff;
  font-size: 5.2em;
  line-height: 80px;
  transition: color .3s;
}

.nav-text:hover {
  color: #fff;
  text-decoration: none;
}

.nav-text.nr-2 {
  opacity: 1;
  color: var(--dodger-blue);
  text-decoration: none;
}

.menu-icon {
  z-index: 20;
  width: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.nav-divider {
  height: 1px;
  background-color: rgba(212, 228, 240, .3);
  flex: 1;
}

.nav-divider.long {
  flex: 1;
}

.nav-menu-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
}

.menu-icon-first-line {
  z-index: 5;
  width: 45px;
  height: 2px;
  background-color: var(--dark-khaki);
  margin-bottom: 5px;
  position: relative;
}

.menu-divider {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: var(--dark-slate-blue);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.menu-text {
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.menu-icon-second-line {
  z-index: 5;
  height: 2px;
  background-color: var(--dark-khaki);
  position: relative;
}

.hamburger-circle {
  width: 60px;
  height: 60px;
  background-color: #09324e;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  transform: scale(0);
}

.nav-menu {
  z-index: -1;
  flex: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #303030;
  font-weight: 500;
}

.text-block.menu {
  color: #fff;
  font-weight: 400;
}

.hamburger-menu {
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-div {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.social-div.menu-bar-social {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.link-block-social {
  color: var(--dark-khaki);
  margin-left: 10px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  transform: rotate(0);
}

.link-block-twitter {
  color: var(--dark-khaki);
  margin-left: 10px;
  margin-right: 0;
}

.brand {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.brand:hover, .brand.w--current {
  text-decoration: none;
}

.hero-section {
  height: 80vh;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: end;
}

.hero-grid.works {
  align-items: center;
}

.header-intro {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-intro.flex {
  border-right: 1px none var(--dark-khaki);
  flex-direction: column;
  align-items: flex-start;
}

.header-intro.flex.works {
  border-right-style: solid;
}

.header-intro.underline {
  flex-direction: column;
  align-items: flex-start;
}

.display {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
}

.link {
  color: var(--dark-khaki);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.sections {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 5% 160px;
  display: flex;
  position: relative;
}

.sections.team-section {
  padding: 0 0 100px;
  transform: rotate(0);
}

.sections.works {
  padding-bottom: 0;
  transform: rotate(0);
}

.sections.blog {
  padding-bottom: 60px;
}

.sections._2 {
  margin-top: -115px;
  padding-top: 0;
}

.grid-image {
  height: 500px;
  background-image: url('../images/igor-carvalho-oftalmologista-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transform: skew(10deg);
}

.grid-image.height {
  height: 700px;
  background-image: url('../images/igor-carvalho-oftalmologista-4.jpg');
  background-position: 20%;
  background-size: cover;
}

.grid-image.height._2 {
  background-image: url('../images/dr.igor.jpeg');
  background-position: 50%;
}

.grid-image.blog {
  height: 700px;
  background-image: url('../images/igor-carvalho-oftalmologista-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-image.blog.catarata {
  background-image: url('../images/catarata.jpeg');
}

.main-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.main-grid.first-column-bigger {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr .5fr;
}

.main-grid.second-column-bigger {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: .5fr 1fr;
  margin-top: 0;
}

.white-block {
  width: 25px;
  background-color: var(--peru);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  z-index: 3;
  width: 100px;
  height: 100px;
  cursor: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.play-button {
  z-index: 3;
  width: 72px;
  height: 72px;
  background-color: #f77e46;
  background-image: url('../images/play-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: transform .4s;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
}

.play-button:hover {
  transform: scale(1.08);
}

.play-button.center {
  z-index: 3;
  width: 100px;
  height: 100px;
  background-color: var(--peru);
  color: #c8efff;
  background-image: url('../images/play-white.svg');
  background-size: 20px;
  border-style: none;
  border-width: 0;
  border-radius: 100%;
  position: absolute;
}

.page-header {
  width: 100%;
  height: 400px;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-header.hero {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.logo-icon {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.single-form {
  max-width: 700px;
  color: rgba(12, 21, 47, .6);
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
  font-size: 12px;
  display: block;
}

.text-field {
  height: 60px;
  float: none;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, .06);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus {
  background-color: #fff;
  border-color: #e9e9e9;
}

.text-field.newsletter {
  height: 60px;
  border-bottom: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Boska, sans-serif;
}

.success-message {
  color: #fff;
  background-color: #11ac4c;
  margin-top: 20px;
  font-size: 14px;
}

.form {
  width: 80%;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-intro-2 {
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  color: #fff;
  background-color: #e23c32;
  padding: 20px;
  font-size: 14px;
}

.pricing-list-text {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.blog-post {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-post:hover {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.news-posts-grid {
  width: 1100px;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.news-posts-grid.no-padding, .news-posts-grid.no-bottom-padding {
  margin-bottom: 0;
}

.link-post-image {
  height: 400px;
  cursor: none;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.blog-post-title {
  color: var(--dark-khaki);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Boska, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
  display: block;
}

.blog-post-title:hover {
  text-decoration: none;
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-wrapper {
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
  overflow: hidden;
}

.team-name-link {
  z-index: 2;
  width: 350px;
  height: 450px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-name-link:hover {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 20px;
  text-decoration: none;
}

.team-name-link._4 {
  justify-content: flex-end;
  margin-left: 20px;
  margin-right: 20px;
}

.team-author-name {
  z-index: 2;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding: 5px;
  font-family: Boska, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.team-author-name.position {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.team-author-image {
  z-index: 0;
  width: 100%;
  height: 450px;
  border: 1px solid var(--dodger-blue);
  background-image: url('../images/Portfolio38.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.team-author-image._2 {
  width: 100%;
  height: 450px;
  background-image: url('../images/Portfolio39.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-style: none;
  border-width: 0;
}

.team-author-image._3 {
  width: 100%;
  height: 450px;
  background-image: url('../images/Portfolio36.jpg');
  background-position: 50% 0;
}

.team-author-image._1 {
  background-image: url('../images/Portfolio35.jpg');
}

.team-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio-link-post {
  color: #fff;
  text-align: center;
  cursor: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.portfolio-link-post:hover {
  text-decoration: none;
}

.portfolio-image {
  width: 100%;
  height: 450px;
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.portfolio-image.small-size {
  height: 250px;
}

.portfolio-image.small-size.second {
  width: 400px;
  height: 300px;
}

.portfolio-image.bigger-size {
  width: 550px;
  height: 400px;
}

.portfolio-image.tallest {
  width: 400px;
  height: 700px;
}

.portfolio-image.first {
  width: 400px;
}

.portfolio-content, .portfolio-content:hover {
  text-decoration: none;
}

.portfolio-title {
  margin-bottom: 40px;
  line-height: .75em;
}

.portfolio-title:hover {
  text-decoration: none;
}

.position-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.bubble {
  width: 12vh;
  height: 12vh;
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(0);
}

.bubble.blog {
  background-color: var(--dark-slate-blue);
}

.testimonial-rate {
  width: 600px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dodger-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 40px;
  font-weight: 400;
  display: flex;
}

.testimonial-rate.last {
  border-style: none;
  border-width: 0;
  margin-bottom: 0;
}

.testimonial-cart {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff4f4;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .4s;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(116, 67, 67, .1);
}

.toogle-answer {
  text-align: left;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

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

.testimonial-nr {
  margin-bottom: 0;
}

.star {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.avatar-icon {
  width: 80px;
  height: 80px;
  color: #00cca7;
  text-transform: uppercase;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a2e9fc;
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.avatar-icon.first {
  width: 130px;
  height: 130px;
  background-image: url('../images/Portfolio39.jpg');
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.avatar-icon.second {
  width: 130px;
  height: 130px;
  background-image: url('../images/Portfolio38.jpg');
  background-position: 0 0;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.avatar-icon.third {
  width: 130px;
  height: 130px;
  background-image: url('../images/Portfolio35.jpg');
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.testimonial-card {
  height: auto;
  color: #333;
  text-transform: lowercase;
  background-color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 100px;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.testimonial-card.invers {
  border: 1px solid var(--dodger-blue);
  background-color: var(--dim-grey);
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 0;
  align-items: center;
  margin-right: 0;
  padding: 40px;
  position: relative;
}

.rate-block {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.rate-block.padding {
  margin-top: 0;
}

.check-list-text {
  color: var(--dark-khaki);
  text-transform: capitalize;
  flex: 1;
  font-family: Boska, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.rate-div-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #f1f1f1;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 0 0 0 60px;
  display: flex;
}

.testimonial-rate-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.quote-icon {
  width: auto;
  height: auto;
  color: rgba(14, 71, 109, .4);
  margin-bottom: 0;
  margin-left: auto;
  font-family: Boska, sans-serif;
  font-size: 7.3em;
  font-weight: 700;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.quote-icon.down {
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
  transform: rotate(180deg);
}

.footer {
  border-top: 1px solid var(--dark-khaki);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-flex-container {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  display: grid;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-right: 40px;
  text-decoration: none;
  transition: background-position .2s;
  display: inline-block;
}

.footer-link:hover {
  background-image: url('../images/icons8-forward-480.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  text-decoration: none;
}

.social-lottie {
  width: 30px;
  filter: invert();
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph.amarelo {
  color: var(--dark-khaki);
}

.color {
  width: 100%;
  height: 144px;
  box-shadow: none;
  background-color: #584d96;
  border-radius: 0;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color.primary-first {
  border: 1px solid var(--dodger-blue);
  background-color: var(--dark-slate-blue);
}

.color.primary {
  background-color: var(--dodger-blue);
}

.color.primary-third {
  background-color: #fff;
}

.title-section {
  z-index: 1;
  max-width: none;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

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

.wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.wrapper.menu {
  margin-top: 0;
}

.line {
  width: 1px;
  height: 60px;
  background-color: #e0e0e0;
  margin-left: auto;
  margin-right: auto;
}

.line.top {
  width: 100px;
  height: 1px;
  background-color: var(--dodger-blue);
}

.color-name {
  color: var(--dodger-blue);
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 8px;
  font-family: Boska, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-box {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 48px 16%;
  display: flex;
}

.hero-button {
  height: 54px;
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.hero-button:hover {
  border-width: 1px;
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.hero-button:active {
  background-color: #fa7436;
}

.hero-button.line {
  width: auto;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.hero-button.line:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
  box-shadow: none;
  color: var(--midnight-blue);
}

.hero-button.newsletter {
  width: 100%;
  height: auto;
  border-width: 1px;
  border-color: var(--dodger-blue);
  margin-top: 20px;
  display: block;
}

.hero-button.newsletter:hover {
  border: 1px solid var(--dodger-blue);
}

.hero-button.full {
  width: 100%;
}

.hero-button.line-copy {
  width: auto;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.hero-button.line-copy:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
  box-shadow: none;
  color: var(--midnight-blue);
}

.buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.style-block {
  width: 100%;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}

.text-small {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.big-paragraph {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.big-paragraph._2 {
  margin-top: 24px;
}

.rich-text-block {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block ul {
  color: var(--dodger-blue);
  text-transform: none;
}

.text-label {
  color: var(--dodger-blue);
  letter-spacing: .8px;
  text-transform: none;
  border-radius: 4px;
  margin-bottom: 12px;
  font-family: Boska, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.logo {
  margin-bottom: 0;
  text-decoration: none;
}

.full-with-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.sponsor-card {
  width: auto;
  height: 140px;
  border: 1px solid var(--dodger-blue);
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.sponsor-card:hover {
  background-color: var(--dodger-blue);
}

.logo-2 {
  width: 120px;
  max-width: none;
  filter: invert();
}

.empty-card {
  border: 1px #fff;
}

.service-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.service-wrapper._3 {
  margin-bottom: 158px;
}

.achivement-block {
  border-right: 1px rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 40px 0;
  display: flex;
}

.achivement-block.horizontal {
  flex-direction: row;
  align-items: center;
}

.works-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 365vw;
  padding: 60px 4vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(0);
}

.grid-work {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-right: 40px;
}

.flex-div-works {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.body-color {
  background-color: var(--dark-slate-blue);
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.dark {
  color: #fff;
}

.created-date {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Boska, sans-serif;
}

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

.subscribe {
  color: var(--dodger-blue);
  font-family: Boska, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.features-list {
  border-top: 1px solid var(--dodger-blue);
  flex: 1;
  padding-left: 20px;
}

.features-list._2 {
  border-top-width: 0;
}

.footer-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-content.first-one {
  border-right: 1px solid var(--dark-khaki);
  border-bottom: 0px solid var(--dark-khaki);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}

.footer-content.second {
  border-bottom: 0px none var(--dark-khaki);
  border-left: 0px solid var(--dark-khaki);
  padding: 60px 0 60px 60px;
}

.footer-title {
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-card {
  flex: 0 auto;
  padding: 0 60px 0 0;
}

.footer-card.navigation {
  flex: 1;
  padding-right: 0;
}

.copyright {
  color: var(--dark-khaki);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.copywrite-wrapper {
  border-top: 1px solid var(--dark-khaki);
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.info-insight {
  border-left: 1px solid var(--dodger-blue);
  margin-left: 40px;
  padding-left: 40px;
}

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

.double-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-grid-image {
  height: 650px;
  background-image: url('../images/Untitled-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-grid-image.team {
  filter: hue-rotate(286deg);
  background-image: url('../images/Team-5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-wrapper {
  border-left: 1px solid var(--dark-khaki);
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
  display: flex;
}

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

.text-background-section {
  margin-bottom: 60px;
  position: relative;
}

.animation-ads-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(0);
}

.animation-ads-wrapper.section-only {
  position: relative;
  top: 0;
  left: 0;
}

.animation-ads-wrapper.section-only.padding {
  margin-bottom: 100px;
}

.flex-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-text {
  border-top: 1px solid var(--dodger-blue);
  border-bottom: 1px solid var(--dodger-blue);
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0 0 1px #16018b;
  margin-bottom: 0;
  font-size: 8vw;
}

.background-text.orange {
  border-top: 1px solid var(--dodger-blue);
  border-bottom: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 8vw;
}

.background-text.gold {
  color: var(--dodger-blue);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 8vw;
}

.flex-content-reverse {
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  display: flex;
}

.contact-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.message {
  min-height: 140px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e0e0e0 #e0e0e0 var(--dodger-blue);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .4s;
}

.message:hover {
  border-color: #e23c32 #e23c32 var(--white);
}

.input {
  height: 60px;
  min-width: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e0e0e0 #e0e0e0 var(--dodger-blue);
  color: #16018b;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.input:hover {
  border-bottom-color: #fff;
}

.left-form {
  text-align: left;
}

.form-wrapper {
  width: 100%;
}

.contact-card {
  text-align: left;
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 100px 28px 40px;
  display: flex;
}

.contact-card._2 {
  align-items: center;
  padding-right: 40px;
}

.left-side {
  border-right: 1px solid var(--dark-khaki);
}

.grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: start;
}

.inline-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.intro {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.wide {
  max-width: 770px;
}

.top-label {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.features-div {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  align-items: start;
  margin-top: 100px;
}

.categories {
  color: var(--dodger-blue);
  font-family: Boska, sans-serif;
  text-decoration: none;
}

.categories:hover {
  color: var(--dodger-blue);
  text-decoration: underline;
}

.address-text {
  color: var(--white);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.small-hero {
  font-size: 1.3em;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 500px;
  color: var(--dodger-blue);
  text-align: center;
  flex-direction: column;
  font-family: Boska, sans-serif;
  font-weight: 400;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: var(--white);
  font-weight: 400;
}

.paragraph-2 {
  color: var(--white);
}

.page-header-2 {
  width: 100%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-header-2.hero {
  width: 100%;
  margin-bottom: 60px;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: flex-start;
  padding-left: 64px;
  padding-right: 0;
  display: flex;
}

.licens-image {
  width: 100px;
  height: 100px;
}

.licens-image.icons {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licence-item-wrapper {
  width: 80%;
  border: 1px solid var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 500;
  display: flex;
}

.icon-div-new {
  width: 60px;
  height: 60px;
  background-color: #f60;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-div-new.unsplash {
  background-color: var(--dodger-blue);
  background-image: url('../images/Portfolio39.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div-new.unsplash.second {
  background-image: url('../images/Portfolio35.jpg');
}

.icon-div-new.unsplash.three {
  background-image: url('../images/Portfolio36.jpg');
}

.icon-div-new.unsplash.four {
  background-image: url('../images/Portfolio34.jpg');
}

.icon-div-new.unsplash.five {
  background-image: url('../images/Portfolio22.jpg');
}

.icon-div-new.unsplash.seven {
  background-image: url('../images/Portfolio33.jpg');
}

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

.icon-div {
  width: 70px;
  height: 70px;
  border: 1px rgba(255, 255, 255, .45);
  padding: 17px 10px;
  transition: background-color .5s, border-color .5s, opacity .5s;
  display: inline-block;
}

.icon-div:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #f29100;
}

.icon-div.font {
  background-color: var(--dodger-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.font {
  color: #fff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.footer-bottom-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.footer-bottom-div {
  align-items: center;
  font-weight: 400;
  display: flex;
}

.link-alternative {
  color: #666;
  line-height: 30px;
  text-decoration: none;
}

.link-alternative.space {
  color: rgba(113, 151, 180, .61);
  margin-left: 4px;
  margin-right: 4px;
}

.preloader {
  z-index: 9999;
  background-color: #052c46;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preload-wrapper {
  width: 200px;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cube {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.load-lottie {
  width: 42px;
  height: 42px;
  filter: invert();
}

.image {
  max-height: 90px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image.main {
  display: none;
}

.heading, .heading-2 {
  color: var(--dark-khaki);
}

.image-2 {
  max-width: 75%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.link-2 {
  color: var(--dark-khaki);
}

.contato {
  min-height: 115px;
  color: var(--dark-khaki);
  margin-bottom: 30px;
}

.link-contato {
  color: var(--white);
}

.grid-3 {
  grid-template-rows: auto;
}

.columns {
  display: none;
}

.columns-2 {
  display: block;
}

.hero-button-copy {
  height: 54px;
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.hero-button-copy:hover {
  border-width: 1px;
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.hero-button-copy:active {
  background-color: #fa7436;
}

.hero-button-copy.line {
  width: auto;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.hero-button-copy.line:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
  box-shadow: none;
  color: var(--midnight-blue);
}

.hero-button-copy.newsletter {
  width: 100%;
  height: auto;
  border-width: 1px;
  border-color: var(--dodger-blue);
  margin-top: 20px;
  display: block;
}

.hero-button-copy.newsletter:hover {
  border: 1px solid var(--dodger-blue);
}

.hero-button-copy.full {
  width: 100%;
}

.menu-icon-first-line-copy {
  z-index: 5;
  width: 45px;
  height: 2px;
  background-color: var(--dark-khaki);
  margin-bottom: 5px;
  position: relative;
}

.menu-icon-second-line-copy {
  z-index: 5;
  height: 2px;
  background-color: var(--dark-khaki);
  position: relative;
}

.text-white {
  color: var(--midnight-blue);
}

.top-bar-contents {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.main-container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.top-bar-item {
  align-items: center;
  display: flex;
}

.top-bar-item.adjacent-to-item {
  margin-left: 28px;
}

.top-bar-item-icon {
  filter: invert();
  margin-right: 7px;
}

.top-bar {
  background-color: var(--white);
  color: #030101;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.top-bar-items-wrapper {
  align-items: center;
  display: flex;
}

.link-block-2 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 25px;
  margin-right: 25px;
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: hidden;
}

.image-15 {
  width: 54px;
  height: 54px;
}

.grid-4 {
  border-top: 1px solid var(--dark-khaki);
  grid-template-rows: auto;
}

.heeero:hover {
  text-decoration: none;
}

.social-div-copy {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.social-div-copy.menu-bar-social {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.social-div-copy.in-navigation {
  text-align: center;
  margin-top: 87px;
  margin-bottom: -142px;
  display: block;
}

.hero-button-copy-copy {
  width: 250px;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
}

.hero-button-copy-copy:hover {
  border-width: 1px;
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.hero-button-copy-copy:active {
  background-color: #fa7436;
}

.hero-button-copy-copy.line {
  width: auto;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.hero-button-copy-copy.line:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
  box-shadow: none;
  color: var(--midnight-blue);
}

.hero-button-copy-copy.newsletter {
  width: 100%;
  height: auto;
  border-width: 1px;
  border-color: var(--dodger-blue);
  margin-top: 20px;
  display: block;
}

.hero-button-copy-copy.newsletter:hover {
  border: 1px solid var(--dodger-blue);
}

.hero-button-copy-copy.full {
  width: 100%;
}

.hero-button-copy {
  height: 54px;
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.hero-button-copy:hover {
  border-width: 1px;
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.hero-button-copy:active {
  background-color: #fa7436;
}

.hero-button-copy.line {
  width: auto;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.hero-button-copy.line:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
  box-shadow: none;
  color: var(--midnight-blue);
}

.hero-button-copy.newsletter {
  width: 100%;
  height: auto;
  border-width: 1px;
  border-color: var(--dodger-blue);
  margin-top: 20px;
  display: block;
}

.hero-button-copy.newsletter:hover {
  border: 1px solid var(--dodger-blue);
}

.hero-button-copy.full {
  width: 100%;
}

.hero-button-copy.line-copy {
  width: 250px;
  height: 54px;
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.hero-button-copy.line-copy:hover {
  border-color: var(--dark-khaki);
  background-color: var(--dark-khaki);
  box-shadow: none;
  color: var(--midnight-blue);
}

.section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.section-copy.team-section {
  padding: 0 0 100px;
  transform: rotate(0);
}

.section-copy.works {
  padding-bottom: 0;
  transform: rotate(0);
}

.section-copy.blog {
  padding-bottom: 60px;
}

.sections-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5% 160px;
  display: flex;
  position: relative;
}

.sections-copy.team-section {
  padding: 0 0 100px;
  transform: rotate(0);
}

.sections-copy.works {
  padding-bottom: 0;
  transform: rotate(0);
}

.sections-copy.blog {
  padding-bottom: 60px;
}

.link-procedimentos {
  text-decoration: none;
}

.heading-6 {
  font-size: 5.5em;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3._2 {
  margin-left: 15px;
}

.link-block-3.insta {
  margin-right: 6px;
}

.image-16 {
  width: 350px;
  max-width: 500px;
  filter: hue-rotate(267deg) brightness(200%) saturate(39%);
  margin-bottom: 22px;
}

.link-contato-2 {
  color: #fff;
}

.paragraph-3 {
  margin-bottom: 50px;
}

.heading-7 {
  margin-top: 93px;
  margin-bottom: 0;
}

.heading-8 {
  margin-top: 70px;
  margin-bottom: 30px;
}

.sem-caps {
  text-transform: capitalize;
}

@media screen and (min-width: 1280px) {
  p {
    color: var(--white);
  }

  a {
    font-weight: 400;
  }

  .nav-menu {
    display: none;
  }

  .display.insights {
    margin-right: 40px;
  }

  .link {
    color: var(--dark-khaki);
  }

  .play-button.center {
    width: 100px;
    height: 100px;
    background-color: var(--dodger-blue);
    background-image: url('../images/play-white.svg');
    background-size: 18px;
    border-style: none;
    border-width: 0;
  }

  .team-name-link {
    justify-content: flex-end;
  }

  .team-author-name.position {
    margin-bottom: 40px;
  }

  .color {
    height: 160px;
  }

  .line {
    height: 60px;
  }

  .line.top {
    width: 100px;
    height: 1px;
  }

  .hero-button.line, .hero-button.line-copy {
    height: 54px;
  }

  .footer-title {
    width: 100%;
  }

  .copyright {
    margin-bottom: 10px;
  }

  .copywrite-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .info-insight {
    width: 70%;
    margin-left: 0;
  }

  .about-grid-image {
    background-image: url('../images/Untitled-18.jpg');
  }

  .about-grid-image.team {
    filter: hue-rotate(286deg);
    background-image: url('../images/Team-5.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-text {
    text-shadow: 0 0 1px #16018b;
    margin-bottom: 0;
  }

  .background-text.orange {
    font-size: 8vw;
  }

  .background-text.gold {
    color: var(--dodger-blue);
    font-size: 8vw;
  }

  .contact-card {
    border: 0 rgba(0, 0, 0, 0);
    padding-left: 40px;
    padding-right: 100px;
  }

  .contact-card._3 {
    text-align: center;
  }

  .contato {
    width: 100%;
  }

  .hero-button-copy.line, .hero-button-copy-copy.line, .hero-button-copy.line, .hero-button-copy.line-copy {
    height: 54px;
  }

  .paragraph-4, .div-block-3 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  p {
    color: var(--white);
  }

  a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  a:hover {
    text-decoration: underline;
  }

  li {
    margin-top: 16px;
    margin-bottom: 0;
  }

  em {
    color: var(--white);
  }

  .container {
    flex: 1;
  }

  .menu-icon-first-line, .menu-icon-second-line {
    background-color: var(--dodger-blue);
  }

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

  .link-block-twitter {
    margin-left: 10px;
  }

  .brand:hover {
    text-decoration: none;
  }

  .hero-section {
    border: 1px #000;
    padding-bottom: 120px;
  }

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

  .header-intro.flex.works {
    border-right-style: solid;
  }

  .display {
    font-size: 8vw;
  }

  .display.insights {
    border: 1px #000;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 40px;
  }

  .sections {
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 120px;
  }

  .sections._2 {
    margin-top: -350px;
  }

  .grid-image.blog {
    height: 700px;
  }

  .main-grid.first-column-bigger {
    grid-template-columns: .75fr .5fr;
  }

  .play-button.center {
    background-color: var(--dodger-blue);
    background-image: url('../images/play-white.svg');
  }

  .hero-intro-2 {
    flex-flow: row;
  }

  .blog-post {
    align-items: flex-start;
  }

  .news-posts-grid {
    width: auto;
    grid-column-gap: 80px;
    grid-template-columns: minmax(100px, 1fr) 1fr;
    margin-bottom: 100px;
  }

  .link-post-image {
    margin-bottom: 0;
  }

  .blog-post-title {
    color: var(--dodger-blue);
    text-transform: none;
  }

  .flex-wrapper {
    left: 0;
    overflow: visible;
  }

  .team-name-link {
    width: 500px;
    height: 600px;
    justify-content: flex-end;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .team-name-link._4 {
    height: 600px;
    justify-content: flex-end;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .team-author-name {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
  }

  .team-author-name.position {
    margin-bottom: 40px;
  }

  .team-author-image {
    height: 600px;
    background-image: url('../images/Portfolio35.jpg');
    justify-content: center;
  }

  .team-author-image._2 {
    height: 600px;
    background-image: url('../images/Portfolio39.jpg');
    align-items: flex-end;
  }

  .team-author-image._3 {
    height: 600px;
    background-image: url('../images/Portfolio36.jpg');
    justify-content: center;
  }

  .team-author-image._1 {
    background-image: url('../images/Portfolio35.jpg');
  }

  .portfolio-image.small-size.second {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .portfolio-image.bigger-size {
    margin-bottom: 0;
  }

  .portfolio-image.tallest {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

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

  .portfolio-title {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .bubble {
    background-color: var(--dark-slate-blue);
  }

  .testimonial-rate {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--dodger-blue);
    margin-bottom: 0;
  }

  .testimonial-cart {
    border: 1px #000;
    margin-bottom: 20px;
  }

  .testimonial-cart:hover {
    border: 1px #000;
  }

  .avatar-icon.first {
    width: 130px;
    height: 130px;
    background-image: url('../images/Portfolio39.jpg');
    border-style: none;
    border-color: #000;
  }

  .avatar-icon.second {
    width: 130px;
    height: 130px;
    background-image: url('../images/Portfolio38.jpg');
    border-style: none;
    border-color: #000;
  }

  .avatar-icon.third {
    width: 130px;
    height: 130px;
    background-image: url('../images/Portfolio35.jpg');
    border-style: none;
    border-color: #000;
  }

  .testimonial-card {
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
  }

  .testimonial-card.invers {
    border-style: solid;
    border-radius: 0;
    margin-left: 0;
  }

  .rate-div-wrapper {
    border-top-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .color {
    height: 200px;
  }

  .color.primary-third {
    background-color: var(--white);
  }

  .title-section {
    margin-bottom: 40px;
  }

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

  .line.top {
    width: 100px;
  }

  .hero-button {
    border-width: 1px;
    border-color: var(--dodger-blue);
    background-color: var(--dodger-blue);
    border-radius: 0;
    font-size: 16px;
  }

  .hero-button:hover {
    color: var(--dodger-blue);
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-button.line {
    border-color: var(--dodger-blue);
    color: var(--dodger-blue);
  }

  .hero-button.line:hover {
    border-color: var(--white);
    background-color: var(--white);
  }

  .hero-button.full {
    width: 100%;
    display: block;
  }

  .hero-button.line-copy:hover {
    border-color: var(--white);
  }

  .text-small, .big-paragraph {
    color: var(--white);
  }

  .text-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .full-with-grid {
    grid-template-rows: auto auto;
  }

  .achivement-block {
    border: 1px #000;
    align-items: flex-start;
    padding-left: 0;
  }

  .achivement-block.horizontal {
    flex-direction: row;
    align-items: center;
  }

  .works-wrapper {
    margin-left: 0;
  }

  .div-block {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .created-date {
    color: #fff;
    margin-bottom: 20px;
    font-family: Boska, sans-serif;
  }

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

  .features-list {
    padding-left: 20px;
  }

  .footer-content.first-one {
    border-right-color: var(--dark-khaki);
  }

  .footer-content.second {
    border-left-color: var(--dark-khaki);
    padding-right: 0;
  }

  .footer-title {
    width: 100%;
  }

  .footer-card {
    flex: 0 auto;
    padding-right: 60px;
  }

  .footer-card.social {
    padding-right: 0;
  }

  .copyright {
    color: var(--dark-khaki);
    margin-bottom: 10px;
  }

  .copywrite-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .info-insight {
    margin-left: 0;
  }

  .grid-insights {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-grid {
    grid-column-gap: 60px;
  }

  .about-grid-image.team {
    filter: hue-rotate(286deg);
    background-image: url('../images/Team-5.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-text {
    text-transform: capitalize;
    font-size: 8vw;
  }

  .background-text.orange {
    font-size: 8vw;
  }

  .background-text.gold {
    color: var(--dodger-blue);
    font-size: 8vw;
  }

  .message {
    border-style: none none solid;
    border-color: var(--dodger-blue);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: border-color .4s;
  }

  .message:hover {
    border-color: #ff6932;
  }

  .form-wrapper {
    width: auto;
  }

  .contact-card {
    border: 0 rgba(0, 0, 0, 0);
    padding-left: 40px;
    padding-right: 100px;
  }

  .features-div {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin-top: 100px;
  }

  .icon-div.font {
    background-color: var(--dodger-blue);
  }

  .footer-bottom-div {
    align-items: center;
  }

  .preloader {
    display: none;
  }

  .image.main {
    display: block;
  }

  .link-2 {
    color: var(--dark-khaki);
    font-family: Montserrat, sans-serif;
  }

  .hero-button-copy {
    border-width: 1px;
    border-radius: 0;
    font-size: 16px;
  }

  .hero-button-copy:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-button-copy.line {
    border-color: var(--dodger-blue);
    color: var(--dodger-blue);
  }

  .hero-button-copy.line:hover {
    border-color: var(--white);
    background-color: var(--white);
  }

  .hero-button-copy.full {
    width: 100%;
    display: block;
  }

  .menu-icon-second-line-copy {
    background-color: var(--dodger-blue);
  }

  .hero-button-copy-copy {
    border-width: 1px;
    border-radius: 0;
    font-size: 16px;
  }

  .hero-button-copy-copy:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-button-copy-copy.line {
    border-color: var(--dodger-blue);
    color: var(--dodger-blue);
  }

  .hero-button-copy-copy.line:hover {
    border-color: var(--white);
    background-color: var(--white);
  }

  .hero-button-copy-copy.full {
    width: 100%;
    display: block;
  }

  .hero-button-copy {
    border-width: 1px;
    border-color: var(--dodger-blue);
    background-color: var(--dodger-blue);
    border-radius: 0;
    font-size: 16px;
  }

  .hero-button-copy:hover {
    color: var(--dodger-blue);
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-button-copy.line {
    border-color: var(--dodger-blue);
    color: var(--dodger-blue);
  }

  .hero-button-copy.line:hover {
    border-color: var(--white);
    background-color: var(--white);
  }

  .hero-button-copy.full {
    width: 100%;
    display: block;
  }

  .hero-button-copy.line-copy:hover {
    border-color: var(--white);
  }

  .section-copy {
    border: 1px #000;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .sections-copy {
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-procedimentos {
    color: var(--white);
    text-decoration: none;
  }

  .link-procedimentos:hover {
    color: var(--dark-khaki);
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    height: 90px;
  }

  .bottom-nav-menu {
    height: 60px;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: #6e8cf8;
    border-radius: 0;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .menu-link-content {
    margin-bottom: 0;
  }

  .nav-text {
    font-size: 4.3em;
  }

  .nav-menu-wrapper {
    flex-flow: column wrap;
    align-items: center;
    overflow: hidden;
  }

  .menu-divider {
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 15%;
  }

  .nav-menu {
    z-index: -1;
  }

  .hero-section {
    height: 100%;
    padding-top: 0;
    padding-bottom: 75px;
  }

  .hero-section._2 {
    padding-top: 160px;
  }

  .sections._2 {
    margin-top: -50px;
    padding-top: 31px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-grid.first-column-bigger, .main-grid.second-column-bigger {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .play-button {
    width: 64px;
    height: 64px;
    background-size: 24px;
  }

  .page-header.hero {
    max-width: none;
  }

  .single-form {
    max-width: 100%;
  }

  .form {
    width: 80%;
  }

  .hero-intro-2 {
    flex-wrap: wrap;
  }

  .pricing-list-text {
    text-transform: uppercase;
    font-size: 14px;
  }

  .blog-post {
    z-index: 2;
  }

  .news-posts-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .news-posts-grid.no-bottom-padding {
    margin-bottom: 0;
  }

  .post-image {
    height: 400px;
  }

  .team-name-link {
    z-index: 2;
    justify-content: flex-end;
  }

  .team-name-link._4 {
    justify-content: flex-end;
  }

  .team-author-name {
    z-index: 2;
    position: relative;
  }

  .team-author-name.position {
    margin-bottom: 40px;
  }

  .team-author-image {
    width: 100%;
    height: 450px;
    display: flex;
    top: auto;
    right: auto;
  }

  .testimonial-rate {
    text-align: left;
  }

  .testimonial-cart {
    width: 100%;
  }

  .testimonial-card {
    height: auto;
    margin-bottom: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    grid-template-columns: 1fr;
  }

  .color {
    height: 20vw;
  }

  .colors {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-box {
    padding-left: 12%;
    padding-right: 12%;
  }

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

  .footer-content.first-one {
    border-bottom: 1px solid var(--dodger-blue);
    border-right-style: none;
  }

  .grid-insights {
    grid-template-rows: auto auto;
    display: none;
  }

  .about-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .animation-ads-wrapper {
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
  }

  .background-text, .background-text.orange, .background-text.gold {
    font-size: 14vw;
  }

  .contact-form, .form-wrapper {
    width: 100%;
  }

  .contact-card._2 {
    padding-right: 40px;
  }

  .grid {
    align-items: start;
  }

  .intro.wide {
    max-width: 670px;
  }

  .page-header-2.hero {
    max-width: none;
  }

  .licence-links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .licens-image.icons {
    margin-bottom: 20px;
  }

  .licence-item-wrapper {
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-div.font {
    margin-bottom: 20px;
  }

  .image.main {
    display: none;
  }

  .contato {
    font-size: 2.5em;
  }

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

  .columns, .columns-2 {
    display: block;
  }

  .text-white.small-text {
    font-size: 14px;
  }

  .top-bar-item-icon {
    max-width: 90%;
    margin-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-wrapper {
    height: 90px;
  }

  .nav-link {
    height: 42px;
    font-size: 12px;
  }

  .nav-link.w--current {
    height: 40px;
  }

  .nav-text {
    font-size: 3em;
    line-height: 42px;
  }

  .nav-menu-wrapper {
    flex-flow: wrap;
    overflow: hidden;
  }

  .menu-divider {
    height: auto;
    background-color: #0b153a;
    align-items: center;
    padding: 5% 5% 1%;
  }

  .brand.w--current {
    text-decoration: none;
    display: none;
  }

  .hero-section {
    height: 100%;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .hero-section._2 {
    padding-top: 0;
    display: block;
  }

  .hero-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .header-intro.flex.works {
    border-bottom: 1px solid var(--dodger-blue);
    border-right-style: none;
    padding-bottom: 20px;
  }

  .sections._2 {
    padding-top: 0;
  }

  .grid-image.height {
    height: 600px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .video {
    border-width: 4px;
    border-radius: 12px;
    margin-bottom: 40px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .page-header {
    padding-top: 60px;
  }

  .single-form {
    width: 100%;
  }

  .form {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .post-image {
    height: 400px;
  }

  .team-name-link {
    width: 300px;
    height: 400px;
  }

  .team-name-link._4 {
    height: 350px;
  }

  .team-author-image {
    height: 400px;
    display: flex;
    top: auto;
    right: auto;
  }

  .team-author-image._2, .team-author-image._3 {
    height: 400px;
  }

  .bubble {
    width: 12vh;
    height: 12vh;
  }

  .testimonial-rate {
    width: 100%;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .testimonial-card.invers {
    font-size: 16px;
  }

  .rate-div-wrapper {
    justify-content: space-between;
    padding-left: 40px;
  }

  .testimonial-rate-content {
    flex: 1;
  }

  .footer {
    padding: 0 20px;
  }

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

  .wrapper {
    max-width: 100%;
    margin-top: 44px;
    position: static;
  }

  .button-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-button, .hero-button.line, .hero-button.line-copy {
    font-size: 15px;
  }

  .logo {
    font-size: 3.3em;
  }

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

  .achivement-block {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4b4136;
    border-right-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content.first-one {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-content.second {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-card {
    margin-bottom: 60px;
  }

  .footer-card.navigation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-grid {
    grid-row-gap: 48px;
  }

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

  .text-background-section {
    position: relative;
  }

  .animation-ads-wrapper {
    position: absolute;
  }

  .contact-form {
    width: 100%;
    padding: 0;
  }

  .left-form, .form-wrapper {
    width: 100%;
  }

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

  .features-div {
    display: block;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .image.main {
    width: 100%;
    max-height: none;
    display: block;
  }

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

  .hero-button-copy, .hero-button-copy.line {
    font-size: 15px;
  }

  .top-bar-contents {
    flex-direction: column;
  }

  .top-bar-items-wrapper {
    margin-top: 14px;
  }

  .link-block-2 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .grid-4 {
    display: block;
  }

  .hero-button-copy-copy, .hero-button-copy-copy.line, .hero-button-copy, .hero-button-copy.line, .hero-button-copy.line-copy {
    font-size: 15px;
  }

  .image-16 {
    max-width: 100%;
  }

  .italic-text {
    font-size: .6em;
  }
}

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

  h2, h3, h4 {
    font-size: 3.3em;
  }

  h5 {
    font-size: 2.2em;
  }

  h6 {
    font-size: 2em;
  }

  .navigation-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 100%;
  }

  .nav-link.w--current {
    height: 50px;
  }

  .nav-menu-wrapper {
    overflow: visible;
  }

  .menu-divider {
    padding-bottom: 15%;
    display: flex;
  }

  .nav-menu {
    display: block;
  }

  .text-block {
    display: none;
  }

  .text-block.menu {
    display: flex;
  }

  .social-div {
    padding-right: 0;
  }

  .social-div.in-navigation {
    display: none;
  }

  .hero-section {
    padding-top: 140px;
  }

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

  .display {
    font-size: 9vw;
  }

  .display.insights {
    font-size: 6vw;
  }

  .sections {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sections._2 {
    margin-top: -141px;
  }

  .sections._5 {
    margin-top: -271px;
  }

  .grid-image {
    height: 400px;
  }

  .grid-image.height, .grid-image.blog {
    height: 500px;
  }

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .main-grid.first-column-bigger, .main-grid.second-column-bigger {
    grid-template-columns: 1fr;
  }

  .video, .play-button.center {
    width: 100px;
    height: 100px;
  }

  .single-form, .blog-post {
    width: 100%;
  }

  .link-post-image, .post-image {
    height: 200px;
  }

  .team-name-link, .team-name-link._4 {
    width: 250px;
    height: 300px;
  }

  .team-author-name {
    font-size: 30px;
  }

  .team-author-name.position {
    line-height: 20px;
  }

  .team-author-image {
    width: 100%;
    height: 300px;
    display: flex;
    top: auto;
    right: auto;
  }

  .team-author-image._2, .team-author-image._3 {
    height: 300px;
    display: flex;
    top: auto;
    right: auto;
  }

  .bubble {
    width: 20vh;
    height: 20vh;
  }

  .bubble.blog {
    width: 10vh;
    height: 10vh;
  }

  .testimonial-rate {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-nr {
    margin-bottom: 10px;
  }

  .avatar-icon.first, .avatar-icon.second, .avatar-icon.third {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonial-card {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card.invers {
    font-size: 12px;
  }

  .rate-block.padding {
    margin-left: 0;
  }

  .rate-div-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .testimonial-rate-content {
    text-align: left;
    flex: 1;
    align-items: center;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .color {
    height: 56vw;
  }

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

  .wrapper {
    padding-top: 16px;
  }

  .wrapper.menu {
    padding-top: 0;
  }

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

  .logo {
    font-size: 2.3em;
  }

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

  .sponsor-card {
    border-bottom-style: solid;
    margin-top: -2px;
  }

  .empty-card {
    display: none;
  }

  .footer-content.first-one {
    padding-right: 0;
  }

  .grid-insights, .double-image-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-grid-image.team {
    height: 400px;
  }

  .animation-ads-wrapper {
    height: auto;
    justify-content: flex-start;
  }

  .background-text, .background-text.orange, .background-text.gold {
    font-size: 20vw;
  }

  .contact-form {
    padding: 0;
  }

  .inline-links {
    width: 100%;
    flex-direction: column;
    grid-template-columns: auto;
    align-items: stretch;
  }

  .intro.wide {
    max-width: 100%;
  }

  .features-div {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .licence-links-wrapper {
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .licens-image {
    width: 100px;
    flex: 0 auto;
  }

  .licence-item-wrapper {
    width: 100%;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .footer-bottom-div {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .titulo-3 {
    font-size: 2em;
  }

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

  .image-2 {
    max-width: 100%;
  }

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

  .heading-4, .heading-5 {
    font-size: 1.6em;
  }

  .text-white.small-text {
    font-size: 12px;
  }

  .top-bar-contents {
    align-items: stretch;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .top-bar-item {
    justify-content: center;
  }

  .top-bar-item.adjacent-to-item {
    margin-top: 14px;
    margin-left: 0;
  }

  .top-bar-items-wrapper {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
  }

  .social-div-copy {
    padding-right: 0;
  }

  .social-div-copy.in-navigation {
    display: none;
  }
}

#w-node-_13c9cb3b-a180-b417-ec4d-43dd7414d512-d0c91d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_201c40e1-645a-0df2-5fce-579579da8981-d0c91d7f, #w-node-_5c36724e-4d26-e07d-c0ae-e1bfb7a7c367-d0c91d7f, #w-node-_5c36724e-4d26-e07d-c0ae-e1bfb7a7c379-d0c91d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#Exames.w-node-_6c26a582-7a8c-e8a8-f898-04337117f9b6-d0c91d7f {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_91e58960-dbc8-b1ce-dda6-147b09cb8ad7-d0c91d7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_26abda5b-4373-c7fa-310e-87fb5dd11757-d0c91d7f, #w-node-_75dc2b22-0e63-ab3b-9727-8816ea02a8d5-d0c91d7f, #w-node-_0ff653a3-1eaf-13b2-2e68-2cb1fca065a1-fca06573 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c350bc95-d447-9432-126b-862cc6228a36-c6228a33 {
  align-self: center;
  justify-self: start;
}

#w-node-c350bc95-d447-9432-126b-862cc6228a7c-c6228a33 {
  align-self: center;
  justify-self: center;
}

#w-node-c350bc95-d447-9432-126b-862cc6228a7f-c6228a33 {
  align-self: center;
  justify-self: end;
}

#w-node-_5e2a2f92-cc9b-24a9-f24e-e24a92f51265-5cc91d82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b99fbda4-5dea-add5-de4b-1f43228b1e00-228b1df3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_87e17cf4-069a-55a7-5674-89cd3c5ad0d5-9dc91d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b131940b-aec9-72f6-1862-f3723571f250-9dc91d84 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d6b3d244-f7f4-644b-cedd-edd433c7c22b-9dc91d84, #w-node-d6b3d244-f7f4-644b-cedd-edd433c7c22d-9dc91d84, #w-node-d6b3d244-f7f4-644b-cedd-edd433c7c22f-9dc91d84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e17789e-ef57-81bc-fdf0-7443bba1d206-30c91d85, #w-node-_0e17789e-ef57-81bc-fdf0-7443bba1d20b-30c91d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1d2af5e-c446-d729-db3f-8376eff2fe74-82c91d86 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_592b91b8-fdb8-e786-34ca-68b2ed9ff4fe-82c91d86, #w-node-_592b91b8-fdb8-e786-34ca-68b2ed9ff503-82c91d86, #w-node-_592b91b8-fdb8-e786-34ca-68b2ed9ff512-82c91d86, #w-node-_592b91b8-fdb8-e786-34ca-68b2ed9ff51a-82c91d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a77d3d7f-6aec-6b89-4597-39c70254d3e7-61c91d87 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b98f9044-b551-7a34-43e0-9a5a578854ea-578854b9, #w-node-b98f9044-b551-7a34-43e0-9a5a57885505-578854b9, #w-node-f56e03fe-5663-829b-bc93-2421fb259540-578854b9, #w-node-e34898cb-1481-a9a8-61a0-245b6853aeae-578854b9, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa762-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa767-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa776-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa77e-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa78a-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa78f-c3c91d8a, #w-node-_209f416a-896f-0f65-45cd-79d472f4d684-c3c91d8a, #w-node-_209f416a-896f-0f65-45cd-79d472f4d68c-c3c91d8a, #w-node-_7ec2826a-8ae7-e653-66ed-4a285e0ea236-c3c91d8a, #w-node-_7ec2826a-8ae7-e653-66ed-4a285e0ea23b-c3c91d8a, #w-node-_631cd54b-3f58-3be8-be4d-7d564ceeeb5f-c3c91d8a, #w-node-_631cd54b-3f58-3be8-be4d-7d564ceeeb67-c3c91d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd079e4-e668-5a37-dee0-39ac547a08fe-c7c91d8c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (min-width: 1440px) {
  #w-node-_0e17789e-ef57-81bc-fdf0-7443bba1d20b-30c91d85, #w-node-_592b91b8-fdb8-e786-34ca-68b2ed9ff503-82c91d86, #w-node-_592b91b8-fdb8-e786-34ca-68b2ed9ff512-82c91d86, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa767-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa776-c3c91d8a, #w-node-_965592c3-17bd-aef7-47c4-3105d36fa78f-c3c91d8a, #w-node-_209f416a-896f-0f65-45cd-79d472f4d684-c3c91d8a, #w-node-_7ec2826a-8ae7-e653-66ed-4a285e0ea23b-c3c91d8a, #w-node-_631cd54b-3f58-3be8-be4d-7d564ceeeb5f-c3c91d8a {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1e70a7c3-44c4-9e69-b072-65e41a2176aa-d0c91d7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_201c40e1-645a-0df2-5fce-579579da8981-d0c91d7f, #w-node-_91e58960-dbc8-b1ce-dda6-147b09cb8ad7-d0c91d7f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-b131940b-aec9-72f6-1862-f3723571f250-9dc91d84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1d2af5e-c446-d729-db3f-8376eff2fe74-82c91d86, #w-node-a77d3d7f-6aec-6b89-4597-39c70254d3e7-61c91d87, #w-node-_6dd079e4-e668-5a37-dee0-39ac547a08fe-c7c91d8c {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d6b3d244-f7f4-644b-cedd-edd433c7c22b-9dc91d84, #w-node-d6b3d244-f7f4-644b-cedd-edd433c7c22d-9dc91d84, #w-node-d6b3d244-f7f4-644b-cedd-edd433c7c22f-9dc91d84 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_201c40e1-645a-0df2-5fce-579579da8981-d0c91d7f, #w-node-_91e58960-dbc8-b1ce-dda6-147b09cb8ad7-d0c91d7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c350bc95-d447-9432-126b-862cc6228a36-c6228a33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1d2af5e-c446-d729-db3f-8376eff2fe74-82c91d86, #w-node-a77d3d7f-6aec-6b89-4597-39c70254d3e7-61c91d87, #w-node-_6dd079e4-e668-5a37-dee0-39ac547a08fe-c7c91d8c {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Italic.ttf') format('truetype'), url('../fonts/Boska-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boska variable';
  src: url('../fonts/Boska-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}