h1 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  color: #333;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #969696;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  color: #000;
  background-color: rgba(221, 221, 221, .08);
  border-left: 2px solid #ff8e64;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.page-fade-in {
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.contact-us {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 142, 100, .81);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-us-wrapper {
  opacity: 1;
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.contact-us-popup {
  z-index: 3000;
  height: auto;
  max-width: 570px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px 64px;
  display: block;
  position: relative;
  transform: scale(.9);
  box-shadow: 0 10px 30px rgba(38, 56, 72, .2);
}

.close-popup-button {
  width: 28px;
  height: 28px;
  background-image: url('../images/cross-symbol.png');
  background-position: 50%;
  background-size: 20px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.link-block {
  opacity: .3;
  background-image: none;
}

.link-block:hover {
  opacity: 1;
}

.contact-us-icon {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 8px;
}

.popup-overlay {
  z-index: 2000;
  text-align: center;
  background-color: rgba(16, 18, 70, .65);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-us-button {
  z-index: 2000;
  width: 60px;
  height: 60px;
  background-image: url('../images/email.svg'), linear-gradient(#ffb341, #ff8e64);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
  border-radius: 10px;
  margin: 32px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 8px 16px rgba(34, 34, 34, .2);
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed-nav {
  z-index: 999;
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  transform: translate(0, -75px);
}

.navbar.white {
  background-color: #fff;
}

.container-full {
  max-width: 1200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  display: block;
}

.container-full.slide-wrapper {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  height: 70px;
  text-align: left;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 10px;
  display: flex;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  height: 80px;
  float: right;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-menu.fixed-menu {
  height: 70px;
}

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

.image-background-section {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.image-background-section.hero-section {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section.hero-section.homeages-2 {
  height: 500px;
  background-image: url('../images/dots2_1dots2.png'), linear-gradient(rgba(245, 246, 249, .8), rgba(245, 246, 249, .8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: 8px, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 120px;
  overflow: hidden;
}

.image-background-section.hero-section.third {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-background-section.footer-section {
  width: 100%;
  background-image: linear-gradient(#001631, #001631);
}

.image-background-section.blog-hero-section {
  min-height: 400px;
  background-image: url('../images/img_app_04.jpg');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.image-background-section.blog-hero-section.style-guide.new {
  min-height: 500px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #001631;
  background-image: url('../images/img_09.jpg'), linear-gradient(#001631, #001631), url('../images/dots2_1dots2.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, 6px;
}

.image-background-section.blog-hero-section.correct-blog {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0 0, 50% 0, 50% 0;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section.blog-hero-section.author {
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, scroll;
}

.image-background-section.blog-hero-section.new {
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, 6px, cover;
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/img_05.jpg');
  background-position: 0 0, 0;
  background-size: auto, cover;
  transition: opacity .2s;
}

.slide._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/img_06.jpg');
  background-position: 0 0, 50%;
}

.slide._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/img_07.jpg');
  background-position: 0 0, 50%;
  transition-duration: .2s;
}

.slider-content {
  width: 80%;
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: block;
}

.slider-content.third {
  z-index: 200;
  width: 100%;
  max-width: 750px;
  padding-top: 0;
  position: absolute;
}

.hero-text {
  width: 100%;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-text.thin {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: block;
}

.button {
  width: 180px;
  height: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #001631;
  border-radius: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow .3s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.button.hero-button {
  width: 200px;
  height: auto;
  color: #b18123;
  background-color: #001631;
  border: 1px solid #b18123;
  border-radius: 0;
  margin-right: 0;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.button.outline-button {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button.color {
  height: auto;
  color: #eb0000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #eb0000;
  border-radius: 30px;
  padding: 9px 25px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s, background-color .4s;
}

.button.color:hover {
  color: #fff;
  background-color: #ff8e64;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.button.pop-up {
  margin-top: 24px;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.left {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Russo One, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.slide-arrow {
  width: 40px;
  height: 40px;
  color: #ff8e64;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b18123;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 10%;
  font-size: 16px;
  transition: border .2s, background-color .4s;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.slide-arrow:hover {
  background-color: #fff;
  border-color: #fff;
  font-size: 17px;
}

.slide-nav {
  color: #ff8e64;
  font-size: 11px;
  transition: opacity .2s;
  display: none;
  bottom: 8%;
  left: -50%;
}

.hero-bottom {
  z-index: 100;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper.hero-bottom-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 8px 5px;
  transition: opacity .2s;
  display: inline-block;
}

.social-link:hover {
  opacity: 1;
}

.social-link.orage {
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: #ff8e64;
  border-radius: 100px;
  margin-right: 5px;
  padding: 3px;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  object-fit: fill;
  background-color: #b18123;
  border: 1px solid #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  transition-property: background-color;
  transition-duration: .4s;
}

.social-link.orage.gray:hover {
  color: #fff;
  background-color: #001631;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.social-link.orage.gray.orange {
  background-color: #ff8e64;
}

.social-link.orage.gray.orange:hover {
  border-color: #fff;
}

.scroll-down-link {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  display: flex;
  position: relative;
  bottom: 30px;
  right: 15px;
}

.scroll-down-link.w--current {
  border-radius: 100px;
  bottom: 25px;
}

.section {
  text-align: center;
  background-color: #b18123;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

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

.section.gray {
  z-index: 30;
  background-color: #f5f6f9;
  overflow: hidden;
}

.section.gray.single {
  background-image: linear-gradient(rgba(245, 246, 249, .49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0 0, 50%;
  background-size: auto, 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.image-background {
  background-color: #001631;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.fullwidth {
  padding: 10px;
}

.section.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
}

.section.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1100px, 8px;
  background-attachment: fixed, scroll;
}

.vertical-features-header {
  width: 72px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 270px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.vertical-header {
  width: 320px;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.section-wrapper-content {
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  width: 40%;
  margin-top: 200px;
  margin-bottom: 0;
}

.section-wrapper-content.next {
  margin-top: 50px;
}

.section-header {
  color: #b18123;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Russo One, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.section-header.white {
  color: #fff;
  text-align: center;
  font-family: Russo One, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.section-header.left {
  color: #001631;
  text-align: left;
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.services-wrapper {
  flex-wrap: wrap;
  margin-left: 30px;
  padding-top: 8px;
  display: flex;
}

.services-wrapper.no-side-padding {
  margin-left: 0;
}

.services-card {
  text-align: left;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  flex: 1;
  margin-left: 25px;
  margin-right: 25px;
  padding: 48px 32px 32px;
  position: relative;
}

.services-card.style-2 {
  width: 100%;
  float: right;
  box-shadow: none;
  border-style: none;
  flex: 1;
  margin-left: 25px;
  margin-right: 25px;
  padding: 16px 32px;
}

.services-card.new {
  flex: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 46px;
  padding-bottom: 0;
}

.services-card.new.second {
  margin-top: 0;
}

.services-line {
  width: 32px;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.services-line.price {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: solid;
  padding-top: 20px;
  padding-bottom: 8px;
  display: block;
  position: absolute;
}

.services-tittle {
  color: #001631;
  text-align: left;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.services-tittle.style-2 {
  float: none;
  text-align: left;
  text-transform: uppercase;
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  position: relative;
}

.paragraph-small {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 25px;
}

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

.features-wrapper._2 {
  padding-left: 0;
  padding-right: 0;
}

.half-side-content {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.half-side-content.image-background {
  height: auto;
  background-image: linear-gradient(rgba(16, 18, 70, .4), rgba(16, 18, 70, .4)), url('../images/img_08.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.half-side-content.image-background._2 {
  background-image: linear-gradient(rgba(16, 18, 70, 0), rgba(16, 18, 70, 0)), url('../images/img_app_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.half-side-content.contact-bacground {
  width: 50%;
  height: auto;
  min-height: 700px;
  background-image: linear-gradient(rgba(16, 18, 70, .3), rgba(16, 18, 70, .3)), url('../images/img_09.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: relative;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.gray {
  height: auto;
  min-height: 700px;
  background-color: #b18123;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.icon {
  min-height: 700px;
  background-color: #001631;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.image-background-copy {
  height: auto;
  background-image: linear-gradient(rgba(16, 18, 70, .4), rgba(16, 18, 70, .4)), url('../images/img_100.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.half-side-content.image-background-copy._2 {
  background-image: linear-gradient(rgba(16, 18, 70, .3), rgba(16, 18, 70, .3)), url('../images/img_101.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.half-side-content.image-background-copy {
  height: auto;
  background-image: linear-gradient(rgba(16, 18, 70, 0), rgba(16, 18, 70, 0)), url('../images/img_app_02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.half-side-content.image-background-copy._2 {
  background-image: linear-gradient(rgba(16, 18, 70, .3), rgba(16, 18, 70, .3)), url('../images/001.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.half-side-content.image-background-copy-copy {
  height: auto;
  background-image: linear-gradient(rgba(16, 18, 70, .4), rgba(16, 18, 70, .4)), url('../images/img_100.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.half-side-content.image-background-copy-copy._2 {
  background-image: linear-gradient(rgba(16, 18, 70, .3), rgba(16, 18, 70, .3)), url('../images/img_04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.half-side-info {
  max-width: 400px;
  text-align: left;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.half-side-info.new {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.instagram-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.instagram-section.style-2 {
  background-color: #f5f6f9;
  background-image: none;
  padding: 40px 24px;
  display: flex;
}

.instagram-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.follow-me-text {
  color: #000;
  text-align: left;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.follow-me-text.center {
  color: #969696;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.play-icon {
  width: 70px;
  height: 70px;
  background-color: #ff8e64;
  background-image: url('../images/play-button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ff8e64;
  border-radius: 50%;
  margin-left: -30px;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.play-icon:hover {
  transform: translate(0, -50%)scale(1.06);
}

.play-icon.video-section {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.play-icon.video-section._2 {
  top: 50%;
  transform: none;
}

.small-features {
  max-width: 500px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding: 50px 15px 50px 0;
  display: flex;
}

.small-feature {
  width: 50%;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.small-feature.new {
  width: 100%;
}

.team-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 109px 40px;
}

.team-section.gray {
  background-color: #f5f6f9;
  background-image: none;
}

.team-section.top-border {
  border-top: 1px rgba(221, 221, 221, .67);
}

.team-content {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding: 0 12px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.top-padding {
  margin-top: 12px;
}

.pricing-wrapper {
  flex-wrap: wrap;
  padding-top: 8px;
  display: flex;
}

.pricing-card {
  text-align: center;
  background-color: #f5f6f9;
  border: 1px solid #ddd;
  border-top-style: none;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  transition: all .2s;
  position: relative;
}

.pricing-card:hover {
  border-top: 2px #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px rgba(165, 165, 165, .21);
}

.pricing-card.colored {
  background-color: #b18123;
  background-image: linear-gradient(rgba(16, 18, 70, .2), rgba(16, 18, 70, .2));
  border-style: none;
  border-color: #ff8e64;
}

.pricing-big-text {
  color: #eb4000;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.pricing-big-text.light {
  color: #fff;
  font-weight: 600;
}

.pricing-wrapper-list {
  width: 80%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.pricing-text-list {
  width: 70%;
  color: #969696;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 14px 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  box-shadow: 0 1px #e6e4e4;
}

.pricing-text-list.white {
  width: 80%;
  font-weight: 500;
}

.testimonial-wrapper {
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: 30px;
  display: flex;
}

.teastimonial-card {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 32px 24px;
  display: block;
  position: relative;
}

.teastimonial-card.in {
  width: 73%;
  float: none;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-member {
  width: 68px;
  height: 68px;
  text-align: left;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-member.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.testimonial-member.single-author {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  position: static;
}

.testimonial-text {
  color: #969696;
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.social-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-wrapper.testimonials {
  text-align: left;
  margin-top: 30px;
  padding-top: 6px;
}

.social-wrapper.team {
  text-align: left;
}

.social-wrapper.single {
  justify-content: center;
  margin-top: 20px;
}

.social-wrapper.hero {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.testimonial-name {
  color: #b18123;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.services-block-image {
  width: 68px;
  height: 68px;
  background-color: #fff;
  background-image: url('../images/ICON_APP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #b18123;
  border-radius: 10px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-block-image._2 {
  background-image: url('../images/ICON_APP.jpg');
  background-size: cover;
  border-radius: 10px;
  margin-left: -35px;
}

.services-block-image._3 {
  background-image: url('../images/ICON_APP.jpg');
  background-size: cover;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin-left: -35px;
}

.services-block-image.new {
  margin-bottom: 20px;
  margin-left: 30px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.contact-us-block-form.percentual {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  color: #969696;
  background-color: rgba(245, 246, 249, .53);
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 24px;
  font-weight: 400;
  transition: border .4s;
  display: inline-block;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  color: #969696;
  background-color: rgba(245, 246, 249, .53);
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 30px;
  font-weight: 400;
  transition: border .4s;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.text-field-2.message.center {
  height: auto;
  min-height: 120px;
}

.sponsor-section {
  background-color: #f5f6f9;
  padding-top: 48px;
  padding-bottom: 48px;
}

.sponsor-link {
  opacity: .65;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  transition: opacity .3s;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-wrapper {
  width: 100%;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.scroll-up-button {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 8.33%;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: -82px;
}

.scroll-up-button:hover {
  background-color: #a5a5a5;
  border-color: #ff8e64;
}

.footer-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

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

.footer-brand.w--current {
  margin-bottom: 20px;
}

.footer-links {
  width: 24%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current:hover {
  text-decoration: underline;
}

.div-block {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-link {
  width: 100%;
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/comprar-selecao-1-0_2ff5d92b2a.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  margin-left: 23px;
  display: flex;
  position: relative;
}

.question-container {
  border-radius: 3px;
  flex-direction: column;
  margin-top: 16px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.question {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
  border: 1px rgba(165, 165, 165, .35);
  border-bottom-style: solid;
  align-items: center;
  padding: 0 20px 0 0;
  display: flex;
}

.question-heading {
  color: #333;
  text-align: left;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.question-heading.question-quote {
  flex: 0 auto;
  margin-right: 5px;
  font-weight: 600;
}

.answer {
  padding-right: 0;
}

.nav-button-block {
  float: none;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}

.purchase-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff8e64;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  transition: all .3s;
  box-shadow: 0 0 16px rgba(0, 0, 0, .17);
}

.purchase-button.outline:hover {
  color: #ff8e64;
  background-color: #fff;
}

.purchase-button.outline.top-padding {
  background-color: #001631;
  border-radius: 7px;
}

.purchase-button.orange-text {
  color: #000;
  font-weight: 600;
  transition: background-color .4s;
}

.purchase-button.orange-text:hover {
  color: #fff;
}

.purchase-button.nav {
  border-color: #b18123;
  font-weight: 600;
  transition: background-color .4s;
}

.purchase-button.nav.w--current {
  border-color: #eb0000;
}

.nav-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.nav-link:hover {
  color: #b18123;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
}

.slide-arrow-right {
  z-index: 3;
  width: 40px;
  height: 40px;
  color: #ff8e64;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b18123;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: auto 10% auto auto;
  font-size: 16px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-arrow-right:hover {
  background-color: #fff;
  border-color: #fff;
}

.blog-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.page-brand {
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.blog {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.sidebar-block {
  width: 95%;
  float: right;
  padding-bottom: 40px;
}

.text-button {
  float: none;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
}

.purchase-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#b18123, #b18123), url('../images/dots2_1dots2.png'), url('../images/avap_fundo_04.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, 8px, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: static;
}

.purchase-button-block {
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.small-text-team {
  color: #ff8e64;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.instagram-card-style-2 {
  width: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px 40px;
  display: block;
  position: relative;
}

.div-block-3 {
  float: none;
  display: inline-block;
}

.tabs-menu {
  width: 100%;
  text-align: center;
  border-bottom: 1px #ddd;
  margin-bottom: 40px;
}

.tab-link {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.tab-link:hover {
  color: #ff8e64;
}

.tab-link.w--current {
  color: #ff8e64;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #ff8e64;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link.w--current:hover {
  color: #ff8e64;
}

.contact-us-card {
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 24px 32px;
  position: absolute;
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.features-link {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
}

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

.fact-section {
  background-color: #f5f6f9;
  padding: 72px 56px;
  position: relative;
}

.fact-section.white {
  background-color: #fff;
  background-image: none;
}

.facts {
  display: flex;
}

.fact-item {
  text-align: center;
  flex: 1;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  font-weight: 700;
  line-height: 26px;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-7 {
  font-weight: 500;
}

.team-member-image {
  height: 360px;
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 10px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-image:hover {
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, .2);
}

.team-member-image._2 {
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0;
  border-radius: 10px;
}

.team-member-image._3 {
  background-image: url('../images/nick-karvounis-423669-unsplash-p-1600.jpeg');
}

.team-member-image._4 {
  background-image: url('../images/dgss`rg.jpg');
}

.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.white.center {
  width: 85%;
  color: #001631;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.white.center.percentual {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.white.center.padding-bottom {
  margin-bottom: 30px;
}

.white._04 {
  margin-bottom: 40px;
}

.price-table {
  color: #ff8e64;
  font-size: 18px;
  font-weight: 500;
}

.price-table.white {
  color: #fff;
}

.number-services {
  color: #ff8e64;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.left {
  float: none;
}

.image-5 {
  height: 20px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
}

.contact-us-wrapper-half-section {
  justify-content: space-between;
  display: flex;
}

.small-text-pricing {
  color: #969696;
  margin-bottom: 24px;
  line-height: 24px;
}

.small-text-pricing.white {
  color: #fff;
}

.footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .3);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-copyright {
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
  display: inline;
}

.text-link-copyright {
  color: #b18123;
  text-transform: none;
  font-size: 12px;
  text-decoration: none;
}

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

.works {
  flex-wrap: wrap;
  margin-bottom: 0;
  display: flex;
}

.work {
  width: 33.33%;
  padding: 15px;
}

.work-card {
  width: 100%;
  text-align: left;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.work-card-image-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.work-card-image {
  transition: opacity .2s;
  transform: scale(1.08);
}

.work-card-info {
  box-shadow: none;
  text-align: center;
  background-color: rgba(0, 0, 0, .31);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

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

.portfolio-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portfolio-image {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.portfolioterxt {
  color: #969696;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
}

.portfolioterxt.border {
  border-top: 1px #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
}

.portfolioterxt.first {
  padding-top: 0;
}

.big-tittle {
  color: #001631;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Russo One, sans-serif;
  font-weight: 600;
}

.upper-title {
  text-align: center;
}

.column-div {
  width: 95%;
}

.row-info {
  margin-top: 100px;
}

.separator {
  width: 1px;
  height: 70px;
  background-color: #ff8e64;
  margin: 10px auto;
  display: block;
}

.separator._404 {
  margin-bottom: 0;
}

.pattern-dots {
  height: 30px;
  background-color: #001631;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50%;
  background-size: auto;
}

.logo-type {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  padding-bottom: 30px;
}

.color-font {
  color: #ff8e64;
  text-transform: uppercase;
  font-weight: 700;
}

.licensing-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licensing-item {
  border-top: 1px #ddd;
  border-bottom: 1px #ddd;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.licensing-item.first {
  border-bottom-style: solid;
}

.licensing-item-content {
  height: 100px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, .14);
  margin-left: 32px;
  padding: 12px 20px 20px;
}

.licensin-pfoto-link {
  color: #a5a5a5;
  margin-top: 8px;
  margin-right: 0;
}

.licensin-pfoto-link:hover {
  color: #ff8e64;
}

.divider-link {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/avap_fundo_04.jpg'), linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/alexander-pemberton-95212-unsplash-p-2000_1.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap.pass {
  background-image: linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-content {
  max-width: 600px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 0;
  display: flex;
}

.pass-window {
  width: 400px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  margin-top: 24px;
  padding: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  text-align: center;
  margin-bottom: 24px;
}

.password-image {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-10 {
  line-height: 22px;
}

.paragraph-center {
  color: #a5a5a5;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.title-liciensing {
  margin-top: 0;
  margin-bottom: 10px;
}

.image-side {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy-div {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-image-div {
  height: 600px;
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 10px;
  margin-top: -300px;
  padding-bottom: 0;
  position: relative;
}

.page-header-overlay {
  background-color: rgba(0, 0, 0, 0);
  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;
}

.div-small-image {
  width: 500px;
  height: 500px;
  background-image: url('../images/armchair.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.div-image-small-right {
  width: 500px;
  height: 500px;
  background-image: url('../images/lamp.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-8 {
  width: 500px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
  border: 35px solid #f6f6f6;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.div-block-9 {
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
  border: 20px solid #f8f8f8;
  border-radius: 10px;
  position: absolute;
  top: 53px;
  left: auto;
  right: 42px;
}

.blog-dark-overlay {
  background-image: linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-link {
  color: #a5a5a5;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #ff8e64;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  border-radius: 4px;
  margin-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.title-contact {
  text-transform: uppercase;
}

.scroll-nav {
  width: 100%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.success-message {
  color: #fff;
  background-color: #00ad31;
  border-radius: 10px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
}

.link-author {
  color: #ff8e64;
  padding-top: 20px;
}

.link-author:hover {
  color: #000;
}

.div-button {
  height: 80px;
  float: right;
  padding-top: 15px;
}

.bold-text {
  margin-right: 5px;
}

.button-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-link-block {
  width: 28px;
  height: 28px;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
}

.hero-zoom {
  background-image: linear-gradient(rgba(16, 18, 70, .65), rgba(16, 18, 70, .65)), url('../images/alexander-pemberton-95212-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rich-text {
  width: 80%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
  text-align: left;
}

.categories {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.categories.single {
  color: #fff;
  background-color: #ff8e64;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.collection-item {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-link {
  width: 100%;
  height: 300px;
  float: none;
  background-image: none;
  background-size: auto;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-container {
  width: 50%;
  background-color: #fff;
  justify-content: center;
  padding: 36px 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.blog-container.gray {
  background-color: #f5f6f9;
  border: 1px solid #f5f6f9;
}

.news-text {
  color: #fff;
  background-color: #c9c9c9;
  border: 1px #ff8e64;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 12px;
  display: inline-block;
}

.news-text.orange {
  color: #fff;
  background-color: #ff8e64;
  border-style: none;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-heading {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.date-text {
  color: #333;
  border-bottom: 1px #ff8e64;
  margin-bottom: 16px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-link-photo {
  width: 50%;
  background-image: url('../images/sophia-baboolal-86214-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.collection-list-wrapper {
  text-align: center;
  display: inline-block;
}

.text-categories {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #ff8e64;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}

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

.div-block-15 {
  text-align: left;
}

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

.licence-items {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-div.logo {
  width: 60px;
  height: 60px;
  background-image: url('../images/256-b.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.image-7 {
  float: left;
  text-align: left;
  margin-top: 10px;
  position: static;
}

.pricing-card-copy {
  text-align: center;
  background-color: #1b3844;
  border: 1px solid #ddd;
  border-top-style: none;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  transition: all .2s;
  position: relative;
}

.pricing-card-copy:hover {
  border-top: 2px #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px rgba(165, 165, 165, .21);
}

.pricing-card-copy.colored {
  background-color: #eb0000;
  background-image: linear-gradient(rgba(16, 18, 70, .2), rgba(16, 18, 70, .2));
  border-style: none;
  border-color: #ff8e64;
}

.section-red {
  text-align: center;
  background-color: #ddd;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section-red.no-padding {
  padding: 0;
}

.section-red.gray {
  z-index: 30;
  background-color: #f5f6f9;
  overflow: hidden;
}

.section-red.gray.single {
  background-image: linear-gradient(rgba(245, 246, 249, .49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0 0, 50%;
  background-size: auto, 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-red.image-background {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 10px;
}

.section-red.fullwidth {
  padding: 10px;
}

.section-red.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
}

.section-red.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1100px, 8px;
  background-attachment: fixed, scroll;
}

.section-red.baudi {
  background-image: linear-gradient(rgba(255, 255, 255, .69), rgba(255, 255, 255, .69)), url('../images/Baudi-Dots-compressed.jpg');
  background-position: 0 0, 50% 66%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1100px;
  background-attachment: scroll, fixed;
}

.image-link-copy {
  width: 100%;
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/card_saude.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  margin-left: 23px;
  display: flex;
  position: relative;
}

.field-label-2, .field-label-3 {
  color: #fff;
  text-align: left;
}

.submit-button {
  background-color: #b18123;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: Russo One, sans-serif;
  font-weight: 700;
}

.div-block-copy {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
  display: block;
}

.link-block-2, .link-block-3 {
  margin: 5px;
}

.heading-11 {
  font-size: 16px;
}

.form-block {
  max-width: 600px;
  text-align: center;
}

.submit-button-2 {
  text-align: center;
  background-color: #eb0000;
  border-radius: 11px;
  margin-top: 40px;
  padding: 20px 40px;
  font-weight: 700;
}

.image-8 {
  margin-bottom: 20px;
}

.image-background-section-copy {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.image-background-section-copy.hero-section {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section-copy.hero-section.homeages-2 {
  height: 500px;
  background-image: url('../images/dots2_1dots2.png'), linear-gradient(rgba(245, 246, 249, .8), rgba(245, 246, 249, .8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: 8px, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 120px;
  overflow: hidden;
}

.image-background-section-copy.hero-section.third {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-background-section-copy.footer-section {
  width: 100%;
  background-image: linear-gradient(#a60003, #a60003);
}

.image-background-section-copy.blog-hero-section {
  min-height: 600px;
  background-image: url('../images/close-up-photography-of-silver-car-1236710.jpg'), linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, 6px;
  position: static;
}

.image-background-section-copy.blog-hero-section.style-guide.new {
  min-height: 500px;
  background-image: url('../images/close-up-photography-of-silver-car-1236710.jpg'), linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, 6px;
}

.image-background-section-copy.blog-hero-section.correct-blog {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0 0, 50% 0, 50% 0;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section-copy.blog-hero-section.author {
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, scroll;
}

.image-background-section-copy.blog-hero-section.new {
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, 6px, cover;
}

.field-label-4 {
  margin-top: 40px;
}

.form {
  display: block;
}

.link {
  float: none;
  clear: none;
  text-align: center;
  margin-top: 40px;
  display: block;
}

.section-2 {
  background-color: #eb0000;
}

.heading-12 {
  color: #fff;
}

.button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.container {
  text-align: center;
}

.section-3 {
  background-color: #b18123;
}

.heading-13 {
  color: #f5f6f9;
}

.heading-14 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 60px;
}

.assistencia-smart {
  color: #f5f6f9;
  font-size: 26px;
}

.assistencia-smart-2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 60px;
}

.assistencia-smart-2-copy {
  color: #001631;
  margin-bottom: 40px;
  font-family: Russo One, sans-serif;
  font-size: 60px;
}

.paragraph {
  text-align: justify;
}

.columns {
  border: 3px #a5a5a5;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.submit-button-3 {
  background-color: #eb0000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  text-align: center;
}

.form-2 {
  display: block;
}

.error-message-2 {
  object-fit: fill;
  overflow: hidden;
}

.submit-button-4 {
  background-color: #eb4000;
  margin-top: 20px;
}

.form-block-2 {
  margin-top: 60px;
}

.text-block-8 {
  text-align: center;
}

.error-message-3, .error-message-4, .error-message-5 {
  background-color: #ddd;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.link-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-button-5 {
  background-color: #eb0000;
  border-radius: 10px;
  font-weight: 700;
}

.form-4 {
  flex-direction: column;
  display: flex;
}

.link-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.icon-2, .icon-3 {
  color: #b18123;
}

.facee {
  width: 33.33%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px 40px;
  display: block;
  position: relative;
}

.button-3 {
  color: #001631;
  background-color: #b18123;
  border-radius: 5px;
  font-family: Russo One, sans-serif;
}

.paragraph-3 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-15 {
  color: #001631;
  text-align: left;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Russo One, sans-serif;
}

.container-2 {
  margin-bottom: 0;
  padding: 60px 20px;
}

.paragraph-4 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.section-4 {
  background-color: #b18123;
}

.heading-16 {
  color: #b18123;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
}

.columns-2 {
  display: block;
}

.titulo-associado {
  color: #001631;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Russo One, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.titulo-associado.white {
  color: #fff;
  font-family: Russo One, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.titulo-associado.left {
  color: #b18123;
  text-align: left;
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.botao-associado {
  background-color: #001631;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: Russo One, sans-serif;
  font-weight: 700;
}

.secao-azul {
  text-align: center;
  background-color: #001631;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.secao-azul.no-padding {
  padding: 0;
}

.secao-azul.gray {
  z-index: 30;
  background-color: #f5f6f9;
  overflow: hidden;
}

.secao-azul.gray.single {
  background-image: linear-gradient(rgba(245, 246, 249, .49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0 0, 50%;
  background-size: auto, 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secao-azul.image-background {
  background-color: #001631;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.secao-azul.fullwidth {
  padding: 10px;
}

.secao-azul.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
}

.secao-azul.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1100px, 8px;
  background-attachment: fixed, scroll;
}

.paragraph-small-preto {
  color: #000;
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 25px;
}

.botao-dourado {
  width: 180px;
  height: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #001631;
  border-radius: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow .3s;
  display: inline-block;
}

.botao-dourado:hover {
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.botao-dourado.hero-button {
  width: 200px;
  height: auto;
  color: #b18123;
  background-color: #001631;
  border: 1px solid #b18123;
  border-radius: 0;
  margin-right: 0;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.botao-dourado.outline-button {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.botao-dourado.color {
  height: auto;
  color: #eb0000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #eb0000;
  border-radius: 30px;
  padding: 9px 25px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s, background-color .4s;
}

.botao-dourado.color:hover {
  color: #fff;
  background-color: #ff8e64;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.botao-dourado.pop-up {
  margin-top: 24px;
}

.botao-dourado.full-in-pass {
  width: 100%;
  margin-top: 0;
}

.botao-dourado.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.botao-dourado.left {
  background-color: #b18123;
}

.titulo-dourado {
  color: #b18123;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Russo One, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.titulo-dourado.white {
  color: #fff;
  font-family: Russo One, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.titulo-dourado.left {
  color: #001631;
  text-align: left;
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.blue {
  text-align: center;
  background-color: #b18123;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.blue.no-padding {
  padding: 0;
}

.blue.gray {
  z-index: 30;
  background-color: #f5f6f9;
  overflow: hidden;
}

.blue.gray.single {
  background-image: linear-gradient(rgba(245, 246, 249, .49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0 0, 50%;
  background-size: auto, 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blue.image-background {
  background-color: #001631;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.blue.fullwidth {
  padding: 10px;
}

.blue.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0 0;
  background-size: 8px;
}

.blue.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1100px, 8px;
  background-attachment: fixed, scroll;
}

.blue.baudi {
  background-color: #001631;
}

.button-4 {
  background-color: #b18123;
  font-family: Russo One, sans-serif;
}

.paragraph-5 {
  color: #fff;
}

.button-5 {
  background-color: #b18123;
  font-family: Russo One, sans-serif;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
  color: #b18123;
  text-align: left;
  font-family: Russo One, sans-serif;
}

.heading-25 {
  color: #b18123;
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar.fixed-nav {
    padding-left: 16px;
    padding-right: 0;
  }

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    height: auto;
    float: none;
    text-align: left;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 60px;
    bottom: auto;
    left: 0;
    overflow: scroll;
  }

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.homeages-2 {
    height: 450px;
    padding-top: 80px;
  }

  .image-background-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-background-section.blog-hero-section.style-guide.new {
    background-image: linear-gradient(to bottom, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-position: 0 0, 0 0, 50%;
  }

  .slider-content {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .slider-content.third {
    z-index: 10;
    margin-top: 0;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 58px;
  }

  .slide-arrow {
    margin-left: 5%;
  }

  .section {
    padding: 80px 24px;
  }

  .section.gray {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.gray.single {
    padding-top: 80px;
  }

  .section.image-background {
    padding: 80px 24px;
  }

  .section-wrapper-content {
    width: 470px;
  }

  .section-wrapper-content.page-header, .section-wrapper-content.page-header.blog {
    width: 80%;
  }

  .section-header {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.white {
    font-size: 30px;
    line-height: 40px;
  }

  .services-card {
    flex: 1;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-card.style-2 {
    flex-basis: 25%;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-tittle.style-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .half-side-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }

  .half-side-content.contact-bacground {
    width: 100%;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .half-side-content.gray {
    width: 50%;
    height: auto;
    flex: 0 auto;
    display: flex;
  }

  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-content.image-background-copy {
    width: 50%;
    height: auto;
    width: 50%;
    height: auto;
  }

  .half-side-content.image-background-copy-copy {
    width: 50%;
    height: auto;
  }

  .half-side-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .follow-me-text.center {
    font-size: 17px;
    line-height: 24px;
  }

  .small-features {
    flex: 1;
  }

  .small-feature {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 0;
  }

  .pricing-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-big-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-wrapper-list {
    width: 100%;
  }

  .testimonial-wrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 45px;
  }

  .teastimonial-card {
    width: 66.66%;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .social-wrapper.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sponsor-link {
    padding: 8px;
  }

  .sponsor-wrapper {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 20px;
  }

  .footer-links {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-header {
    letter-spacing: 2px;
  }

  .footer-link {
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    text-decoration: none;
  }

  .question-container {
    padding-right: 2px;
  }

  .answer {
    padding-right: 0;
  }

  .nav-button-block {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .purchase-button, .purchase-button.outline, .purchase-button.nav, .purchase-button.nav:hover {
    color: #fff;
  }

  .nav-link {
    width: 100%;
    color: #a5a5a5;
    padding: 16px 20px;
    display: block;
  }

  .nav-link:hover {
    color: #ff8e64;
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .nav-link.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .slide-arrow-right {
    margin-right: 5%;
    left: 24%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.black {
    color: #000;
  }

  .purchase-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .instagram-card-style-2 {
    width: 40%;
    padding: 27px 24px 24px;
  }

  .contact-us-card {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fact-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .white.center, .white.center.percentual {
    width: 90%;
  }

  .contact-us-wrapper-half-section {
    flex-flow: column-reverse wrap;
    justify-content: center;
  }

  .work {
    padding: 8px 8px 8px 5px;
  }

  .work-card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .portfolio-content {
    margin-left: 8px;
  }

  .row-info {
    margin-top: 70px;
  }

  .logo-type.white-font.footer {
    padding-left: 0;
  }

  .copy-div {
    width: 80%;
  }

  .hero-image-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-9 {
    top: auto;
    bottom: 53px;
    right: 42px;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }

  .collection-list {
    height: 100%;
    flex-flow: column;
    align-content: stretch;
    justify-content: space-between;
    display: flex;
  }

  .collection-item {
    width: auto;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .blog-link {
    width: 96%;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    position: relative;
  }

  .blog-container {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-link-photo {
    display: block;
  }

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

  .licence-items {
    width: 80%;
  }

  .pricing-card-copy {
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-red {
    padding: 80px 24px;
  }

  .section-red.gray {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-red.gray.single {
    padding-top: 80px;
  }

  .section-red.image-background {
    padding: 80px 24px;
  }

  .image-background-section-copy.hero-section {
    height: 700px;
  }

  .image-background-section-copy.hero-section.homeages-2 {
    height: 450px;
    padding-top: 80px;
  }

  .image-background-section-copy.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-background-section-copy.blog-hero-section.style-guide.new {
    background-image: linear-gradient(to bottom, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-position: 0 0, 0 0, 50%;
  }

  .facee {
    width: 40%;
    padding: 27px 24px 24px;
  }

  .titulo-associado {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .titulo-associado.white {
    font-size: 30px;
    line-height: 40px;
  }

  .secao-azul {
    padding: 80px 24px;
  }

  .secao-azul.gray {
    padding-left: 24px;
    padding-right: 24px;
  }

  .secao-azul.gray.single {
    padding-top: 80px;
  }

  .secao-azul.image-background {
    padding: 80px 24px;
  }

  .paragraph-small-preto {
    font-size: 14px;
  }

  .titulo-dourado {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .titulo-dourado.white {
    font-size: 30px;
    line-height: 40px;
  }

  .blue {
    padding: 80px 24px;
  }

  .blue.gray {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blue.gray.single {
    padding-top: 80px;
  }

  .blue.image-background {
    padding: 80px 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }

  .contact-us-popup {
    padding: 40px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.homeages-2 {
    height: 400px;
  }

  .image-background-section.blog-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-content {
    margin-top: 0;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-wrapper-content.page-header {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-card {
    width: 66.66%;
    margin-bottom: 58px;
    margin-left: 0;
    margin-right: 0;
    padding: 56px 32px 48px;
  }

  .services-card.style-2 {
    width: 66.66%;
    margin-bottom: 24px;
  }

  .services-tittle.style-2 {
    text-align: left;
  }

  .features-wrapper {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .features-wrapper._2 {
    flex-flow: column;
  }

  .half-side-content {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background._2 {
    flex-flow: row;
  }

  .half-side-content.contact-bacground {
    height: 560px;
  }

  .half-side-content.contact-us-half-side, .half-side-content.gray {
    width: 100%;
    height: auto;
  }

  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-content.image-background-copy {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background-copy._2 {
    flex-flow: row;
  }

  .half-side-content.image-background-copy {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background-copy._2 {
    flex-flow: row;
  }

  .half-side-content.image-background-copy-copy {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background-copy-copy._2 {
    flex-flow: row;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .play-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-features {
    max-width: 91%;
    justify-content: center;
  }

  .small-features.new {
    max-width: 100%;
  }

  .small-feature {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-content {
    text-align: left;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pricing-wrapper {
    margin-bottom: 25px;
    display: block;
  }

  .pricing-card {
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial-wrapper {
    display: block;
  }

  .teastimonial-card {
    width: 66.66%;
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-wrapper.footer {
    padding-left: 0;
  }

  .contact-us-block-form.percentual {
    width: 80%;
  }

  .footer {
    padding-right: 20px;
  }

  .footer-content {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-links {
    width: 50%;
  }

  .footer-link {
    font-size: 13px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-link {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .purchase-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .small-text-team {
    text-align: left;
  }

  .instagram-card-style-2 {
    width: 66.66%;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 20px;
  }

  .team-member-image._4 {
    width: 100%;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 100%;
  }

  .contact-us-wrapper-half-section {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .works {
    flex-direction: column;
  }

  .work {
    width: 100%;
  }

  .work-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .portfolio-content {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-div {
    margin-bottom: 24px;
  }

  .row-info {
    margin-top: 50px;
  }

  .licensing-items {
    width: 70%;
  }

  .image-side {
    width: 100%;
  }

  .copy-div {
    width: 80%;
  }

  .div-button {
    padding-top: 15px;
  }

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

  .blog-link {
    height: 300px;
    flex-basis: 47%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .news-text {
    margin-bottom: 8px;
  }

  .collection-item-5 {
    margin-bottom: 10px;
    display: inline-block;
  }

  .licence-items, .licence-item-firs {
    width: 100%;
  }

  .pricing-card-copy {
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-link-copy {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-background-section-copy.hero-section {
    height: 700px;
  }

  .image-background-section-copy.hero-section.homeages-2 {
    height: 400px;
  }

  .image-background-section-copy.blog-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .facee {
    width: 66.66%;
  }
}

@media screen and (max-width: 479px) {
  .contact-us-button {
    margin: 16px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar.fixed-nav {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 8px;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
  }

  .image-background-section.hero-section {
    height: 650px;
  }

  .image-background-section.blog-hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-content {
    width: 100%;
    margin-top: 32px;
    padding: 32px 10px;
  }

  .button.hero-button {
    margin-bottom: 8px;
    margin-right: 16px;
  }

  .button.outline-button {
    margin-left: -16px;
  }

  .slide-arrow, .hero-bottom {
    display: none;
  }

  .wrapper.hero-bottom-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-wrapper-content {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-header.white {
    font-size: 32px;
    line-height: 40px;
  }

  .services-wrapper {
    margin-left: 33px;
  }

  .services-card {
    width: 100%;
  }

  .half-side-content.contact-us-half-side {
    min-height: 750px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .half-side-content.icon {
    height: auto;
  }

  .half-side-info {
    max-width: 400px;
  }

  .small-feature {
    width: 1000%;
  }

  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }

  .team-section.gray, .team-section.top-border {
    padding-right: 20px;
  }

  .pricing-card, .teastimonial-card {
    width: 100%;
  }

  .scroll-up-button {
    margin-bottom: 20px;
    bottom: 125px;
  }

  .footer-links {
    width: 100%;
  }

  .question-container {
    padding-right: 2px;
  }

  .slide-arrow-right {
    display: none;
  }

  .purchase-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .instagram-card-style-2 {
    width: 100%;
  }

  .tabs-menu {
    text-align: center;
  }

  .tab-link {
    width: 66.66%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link.w--current {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-us-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 16px;
  }

  .white.center {
    width: 95%;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
  }

  .portfolio-content {
    width: 100%;
    margin-left: 0;
  }

  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .row-info {
    margin-top: 50px;
  }

  .licensing-items {
    width: 100%;
  }

  .licensing-item-content {
    flex: 0 auto;
    margin-left: 20px;
  }

  .paragraph-center {
    font-family: Droid Sans, sans-serif;
    font-size: 10px;
  }

  .title-liciensing {
    margin-bottom: 5px;
  }

  .image-6 {
    flex: 0 auto;
  }

  .copy-div {
    width: 80%;
  }

  .hero-image-div {
    height: 700px;
  }

  .div-block-10 {
    text-align: left;
    flex: 0 auto;
  }

  .div-block-12 {
    text-align: left;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }

  .collection-list {
    display: block;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .blog-link {
    width: 100%;
    height: 300px;
    flex-flow: column-reverse wrap;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .blog-container {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .blog-link-photo {
    width: 30%;
    flex-flow: row;
    display: none;
  }

  .collection-item-5 {
    margin-bottom: 10px;
  }

  .licence-item-firs {
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

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

  .image-div.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    text-align: center;
    margin-right: 0;
  }

  .pricing-card-copy {
    width: 100%;
  }

  .image-background-section-copy.hero-section {
    height: 650px;
  }

  .image-background-section-copy.blog-hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .assistencia-smart {
    font-size: 30px;
    line-height: 34px;
  }

  .columns {
    display: flex;
  }

  .facee {
    width: 100%;
  }

  .titulo-associado.white {
    font-size: 32px;
    line-height: 40px;
  }

  .botao-dourado.hero-button {
    margin-bottom: 8px;
    margin-right: 16px;
  }

  .botao-dourado.outline-button {
    margin-left: -16px;
  }

  .titulo-dourado.white {
    font-size: 32px;
    line-height: 40px;
  }
}


