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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  padding-right: 100px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.data-base {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 140px;
}

.data-base.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.data-base.cc-home-wrap {
  margin-top: 0px;
  padding-top: 140px;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-left: 5px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f99618;
  border-radius: 4px;
  background-color: transparent;
  color: #faa437;
}

.button.cc-contact-us:hover {
  background-color: #faba53;
  color: #fff;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

.logo-link {
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 24px -3px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.navigation-item {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.navigation-item:hover {
  border-radius: 4px;
  background-color: #fad69c;
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  margin-right: 5px;
  border: 0px none #000;
  border-radius: 4px;
  background-color: #fad69c;
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.active {
  border-radius: 4px;
  background-color: #faba53;
}

.logo-image {
  display: block;
  width: 150px;
  margin-left: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

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

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.heading-smll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 123px;
  padding-left: 123px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #eaedf8;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph {
  max-width: 900px;
  padding-right: 103px;
  padding-left: 103px;
  font-size: 1rem;
  text-align: center;
}

.why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b37;
  color: #ced0db;
}

.column {
  padding-top: 60px;
  padding-right: 56px;
  padding-left: 40px;
}

.image-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-6 {
  background-color: #faba53;
}

.button-6.primary {
  border-radius: 4px;
}

.primary {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #faba53;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.primary:hover {
  background-color: #f99618;
  color: #fff;
  font-weight: 500;
}

.primary.wide {
  width: 100%;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns {
  padding: 140px 41px 140px 10px;
  background-color: #faba53;
}

.card {
  display: inline-block;
  width: 100%;
  height: 290px;
  margin-bottom: 35px;
  padding: 22px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #fad69c;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 6px 19px -12px rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.card:hover {
  background-color: #fff4e3;
}

.card:active {
  background-color: #f5e7d1;
}

.card:focus {
  background-color: #f5e7d1;
}

.planos {
  margin-top: 70px;
  margin-bottom: 33px;
  text-align: left;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 45px;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
}

.column-7 {
  background-color: #d9d9d9;
  color: #7b7b7b;
}

.grid-2 {
  overflow: hidden;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1.25fr;
  grid-template-columns: 1.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #faba53;
}

.content {
  max-width: none;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 80px 41px 0px;
}

.paragraph-6 {
  max-width: 450px;
  padding-right: 10px;
  font-size: 1rem;
}

.paragraph-7 {
  max-width: 500px;
}

.card_btn {
  position: absolute;
  left: 11%;
  top: 51%;
  right: auto;
  bottom: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #faba53;
  border-radius: 4px;
  background-color: transparent;
  color: #faba53;
}

.card_btn.enterprise {
  top: 219px;
}

.left-side {
  display: block;
  width: auto;
  max-width: none;
  margin-left: 0px;
  padding: 203px 20px 49px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
}

.columns-2 {
  display: none;
}

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

.paragraph-8 {
  font-size: 12px;
}

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

.columns-3 {
  margin-right: 80px;
  margin-left: 80px;
}

.modulos {
  position: static;
  max-width: none;
  float: none;
  clear: none;
  text-align: left;
}

.modulos.primary {
  display: none;
  margin-top: 69px;
}

.div-block-5 {
  text-align: center;
}

.section-4 {
  padding: 0px;
  background-color: #1a1b37;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-6 {
  max-width: 550px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
}

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

.footer {
  margin-right: 45px;
  margin-left: 45px;
  background-color: #111124;
}

.section-5 {
  background-color: #111124;
}

.grid-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #fff;
}

.list-item {
  color: #fff;
}

.list-item.title {
  font-weight: 600;
}

.list {
  list-style-type: none;
}

.div-block-7 {
  margin-right: auto;
  margin-left: 0px;
  padding: 30px 20px 41px;
}

.image-3 {
  width: 150px;
  margin-bottom: 33px;
}

.list-item-2 {
  font-weight: 600;
}

.list-item-3 {
  font-weight: 600;
}

.list-item-4 {
  color: #fff;
  font-weight: 600;
}

.list-item-5 {
  font-weight: 600;
}

.list-item-6 {
  font-weight: 600;
}

.outlined {
  border-style: solid;
  border-width: 1px;
  border-color: #faba53;
  border-radius: 4px;
  background-color: transparent;
  color: #faba53;
}

.submit-email {
  border-radius: 4px;
}

.grid-6 {
  margin-right: 59px;
  margin-left: 59px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-column-gap: 74px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.facebook {
  border-radius: 50%;
}

.facebook.socialmedia {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 0px;
  background-color: #faba53;
}

.button-9 {
  border-radius: 50%;
}

.button-10 {
  border-radius: 50%;
}

.socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #faba53;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.inc {
  display: block;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b5b0b0;
}

.text-block {
  margin-right: 92px;
  color: #b5b0b0;
  font-size: 12px;
  font-weight: 400;
}

.text-block-2 {
  padding-right: 28px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #faba53;
  font-size: 14px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #faba53;
  border-radius: 4px;
  background-color: transparent;
}

.paragraph-9 {
  padding-right: 10px;
  font-size: 14px;
}

.paragraph-10 {
  padding-right: 10px;
  font-size: 14px;
}

.paragraph-11 {
  padding-right: 10px;
  font-size: 14px;
}

.paragraph-12 {
  padding-right: 10px;
  font-size: 14px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 248px;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: -107%;
  width: 600px;
}

.image-7 {
  position: absolute;
  left: 16px;
  top: 1904.33px;
  width: 600px;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -311%;
  width: 600px;
}

.div-block-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: -184%;
  display: block;
  width: 650px;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-9 {
  position: static;
}

.column-8 {
  padding-left: 80px;
}

.div-block-11 {
  padding-top: 60px;
  padding-right: 100px;
  padding-left: 0px;
}

.div-block-12 {
  margin-right: 81px;
  margin-left: 81px;
}

.image-10 {
  position: relative;
  left: 23px;
  top: 44px;
  bottom: auto;
}

.image-11 {
  position: relative;
  top: 29px;
}

.image-12 {
  position: relative;
  top: 101px;
  width: 800px;
}

.hero {
  display: block;
  height: 100vh;
  max-width: none;
}

.image-13 {
  position: static;
  height: 100vh;
  margin-right: -15px;
}

.section-7 {
  height: auto;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.heading-7 {
  max-width: 450px;
  font-size: 2rem;
  line-height: 36px;
  font-weight: 500;
}

.heading-8 {
  max-width: 450px;
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-13 {
  width: auto;
  max-width: none;
  padding-right: 10px;
  font-size: 1rem;
}

.paragraph-14 {
  max-width: none;
  margin-bottom: 0px;
  padding: 5px 9px;
  background-color: rgba(250, 186, 83, 0.26);
  font-size: 1rem;
}

.paragraph-15 {
  max-width: none;
  margin-bottom: 5px;
  padding-right: 20px;
  font-size: 1rem;
}

.paragraph-16 {
  max-width: none;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.paragraph-17 {
  max-width: none;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  font-size: 1rem;
}

.paragraph-18 {
  margin-top: 22px;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 1rem;
}

.heading-9 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-19 {
  max-width: none;
  padding-right: 10px;
  font-size: 1rem;
}

.paragraph-20 {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding: 9px 12px;
  background-color: rgba(250, 186, 83, 0.24);
  font-size: 1rem;
}

.paragraph-21 {
  max-width: none;
  padding-right: 10px;
  font-size: 1rem;
}

.heading-10 {
  max-width: 450px;
  padding-right: 60px;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 500;
}

.heading-11 {
  width: auto;
  max-width: 450px;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 500;
}

.paragraph-22 {
  width: auto;
  max-width: 400px;
  padding-right: 20px;
  font-size: 1rem;
}

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

.image-15 {
  position: relative;
  top: 39px;
  width: 750px;
  margin-top: 65px;
  margin-left: -43px;
  padding-left: 0px;
}

.database {
  height: 100vh;
}

.image-16 {
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-bg-database {
  width: 100%;
  height: 100vh;
  max-height: none;
  min-height: auto;
  background-color: #000;
  background-image: url('../images/Group-50.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.img-bg-entrevista {
  width: auto;
  height: 100vh;
  padding-top: 100px;
  background-color: #000;
  background-image: url('../images/Group-50.png'), url('../images/Group-50.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: scroll, fixed;
}

.div-block-15 {
  width: 100%;
  height: 100vh;
  padding-top: 45px;
  background-image: url('../images/Group-50.png');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-16 {
  width: 100%;
  height: 0vh;
  max-height: 100vh;
  min-height: 80vh;
  padding: 0px 23px;
  background-image: url('../images/Group-50.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-17 {
  position: static;
  width: auto;
  height: 100vh;
  background-image: url('../images/Group-50.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-17 {
  margin-top: 58px;
  margin-left: -53px;
}

.entrevista {
  height: 100%;
}

.div-block-18 {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 11px 10px 11px 12px;
  border-radius: 50%;
  background-color: rgba(250, 186, 83, 0.21);
  text-align: center;
}

.div-block-18.round-margin {
  margin-right: 11px;
  margin-left: 11px;
}

.image-18 {
  width: 16px;
  margin-top: 1px;
  padding-left: 0px;
}

.div-block-19 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-20 {
  width: 100vw;
  height: 50px;
  background-color: #fff;
}

.background-video {
  width: 400px;
  height: 400px;
}

.lottie-animation {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  width: 65%;
  height: 65%;
}

.text-span {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.database-anim {
  position: absolute;
  left: -13px;
  top: 76px;
  width: 100%;
}

.interview-anim {
  position: absolute;
  left: -48px;
  top: auto;
  width: 100%;
  padding-top: 0px;
}

.test-anim {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 100%;
}

.all-in-one {
  position: relative;
  left: 25px;
  top: auto;
  bottom: auto;
  width: 100%;
  padding-top: 30px;
}

.content-database {
  display: block;
  max-width: 300px;
  margin-top: 40px;
  margin-left: 0px;
  padding: 10px 0px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.small-viewport {
  display: none;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-12 {
  max-width: 400px;
  font-size: 2.5rem;
  font-weight: 500;
}

.columns-6 {
  display: none;
}

.list-item-7 {
  color: #b5b0b0;
}

.form-register {
  display: block;
  max-width: 500px;
  padding: 40px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.24);
}

.clients {
  display: none;
}

.paragraph-23 {
  padding-right: 0px;
}

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

.body {
  font-family: Inteloalt, sans-serif;
}

.container-3 {
  max-width: 1280px;
}

.columns-7 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.column-16 {
  padding-left: 10px;
}

.paragraph-24 {
  max-width: 400px;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
}

.text-span-2 {
  padding-right: 7px;
  padding-left: 7px;
  color: #faba53;
}

.text-span-3 {
  padding-right: 10px;
  padding-left: 10px;
  color: #faba53;
}

.list-item-8 {
  color: #b5b0b0;
}

.list-item-9 {
  color: #b5b0b0;
}

.list-item-10 {
  color: #b5b0b0;
}

.list-item-11 {
  color: #b5b0b0;
}

.list-item-12 {
  color: #b5b0b0;
}

.list-item-13 {
  color: #b5b0b0;
}

.list-item-14 {
  color: #b5b0b0;
}

.list-item-15 {
  color: #b5b0b0;
}

.list-item-16 {
  color: #b5b0b0;
}

.list-item-17 {
  display: none;
  color: #b5b0b0;
}

.list-item-18 {
  color: #b5b0b0;
}

.list-item-19 {
  color: #b5b0b0;
}

.list-item-20 {
  color: #b5b0b0;
}

.list-item-21 {
  color: #b5b0b0;
}

.list-item-22 {
  color: #b5b0b0;
}

.list-item-23 {
  color: #b5b0b0;
}

.list-item-24 {
  color: #b5b0b0;
}

.list-item-25 {
  color: #b5b0b0;
}

.list-item-26 {
  display: none;
  color: #b5b0b0;
}

.list-item-27 {
  color: #b5b0b0;
}

.text-block-3 {
  font-size: 12px;
}

.text-span-4 {
  padding-right: 10px;
  padding-left: 10px;
  color: #faba53;
}

.text-span-5 {
  padding-left: 10px;
  color: #faba53;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.57);
  color: rgba(0, 0, 0, 0.57);
}

.div-block-23 {
  display: block;
  width: 300px;
  height: 300px;
  margin: 153px auto;
  padding: 23px 39px;
  background-color: #fff;
  color: #000;
}

.container-4 {
  text-align: left;
}

.button-11 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.heading-13 {
  display: none;
}

.navegation-item {
  font-size: 12px;
  font-weight: 500;
}

.modal-form {
  position: relative;
  z-index: 99999;
  display: none;
  overflow: visible;
  height: auto;
  max-width: 550px;
  padding: 30px 31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
}

.form-greeting {
  padding: 0px 59px 25px 10px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.heading-14 {
  width: auto;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.field-label {
  position: relative;
  display: block;
}

.field-label-2 {
  position: relative;
}

.div-block-25 {
  margin-right: 0px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-26 {
  margin-right: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-field-2 {
  border-radius: 4px;
}

.text-field-3 {
  border-radius: 4px;
}

.text-field-4 {
  border-radius: 4px;
}

.text-field-5 {
  border-radius: 4px;
}

.textarea {
  border-radius: 4px;
}

.bold-text {
  position: absolute;
  left: auto;
  top: 2%;
  right: 4%;
  bottom: auto;
  color: rgba(26, 27, 31, 0.66);
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.socialmedia-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: -10px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 57px 17px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-22 {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: 283px;
  width: 24px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-23 {
  position: absolute;
  left: -50px;
  right: auto;
  bottom: 209px;
  width: 24px;
}

.image-24 {
  position: absolute;
  left: -55px;
  top: auto;
  right: auto;
  bottom: 298px;
  width: 38px;
  padding-left: 0px;
}

.image-25 {
  position: absolute;
  left: -55px;
  right: auto;
  bottom: 250px;
}

.image-26 {
  position: absolute;
  left: -60px;
  right: auto;
  bottom: 204px;
}

.column-20 {
  padding-right: 10px;
}

.div-block-27 {
  max-width: 300px;
  margin-left: 20px;
}

.container-5 {
  display: block;
  max-width: 1280px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price {
  padding: 13px;
  border-radius: 4px;
  background-color: rgba(250, 214, 156, 0.26);
}

.price {
  display: inline-block;
  background-color: #feedd2;
}

.client-block {
  width: 145px;
  margin: 100px 25px 13px;
}

.column-21 {
  height: 50vh;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  padding-right: 0px;
  padding-left: 0px;
}

.img-bg-entrevista-copy {
  width: auto;
  height: 100vh;
  padding-top: 100px;
  background-color: #000;
  background-image: url('../images/Group-50.png'), url('../images/Group-50.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: scroll, fixed;
}

.content-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-28 {
  display: none;
}

.interview-more-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.57);
  color: rgba(0, 0, 0, 0.57);
}

.database-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.57);
  color: rgba(0, 0, 0, 0.57);
}

.clients-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.57);
  color: rgba(0, 0, 0, 0.57);
}

.workspace-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.57);
  color: rgba(0, 0, 0, 0.57);
}

.more-cotent {
  position: relative;
  z-index: 99999;
  display: block;
  overflow: auto;
  height: auto;
  max-width: 800px;
  padding: 30px 31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
}

.form-2 {
  max-width: 24rem;
  margin-bottom: 0px;
}

.form-2.center {
  margin-right: auto;
  margin-left: auto;
}

.html-field {
  width: 100%;
  height: 0px;
}

.text-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
}

.text-input.custom {
  height: 3.5rem;
}

.form-content {
  position: static;
}

.field {
  position: relative;
  margin-bottom: 1.5rem;
}

.field.last {
  margin-bottom: 0rem;
}

.form-container {
  width: 640px;
  padding: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.form-container.last {
  width: auto;
  border-bottom-width: 0px;
}

.form-block-2 {
  display: block;
}

.text-block-4 {
  position: relative;
  bottom: -49px;
  color: #b8bbc5;
  font-size: 12px;
}

.text-block-5 {
  position: relative;
  bottom: -20px;
  color: #b8bbc5;
  font-size: 12px;
}

.text-block-6 {
  position: relative;
  bottom: -77px;
}

.text-block-7 {
  position: relative;
  bottom: -73px;
  color: #b8bbc5;
  font-size: 12px;
}

.heading-15 {
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Inteloalt, sans-serif;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 600;
}

.section-8 {
  padding-top: 0px;
}

.container-6 {
  max-width: 80%;
  padding-top: 160px;
}

.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.image-29 {
  width: 60%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-8 {
  max-width: 60%;
  font-family: Inteloalt, sans-serif;
  color: #b8bbc5;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 80px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b37;
  color: #fff;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-25 {
  width: auto;
  max-width: none;
  padding-top: 31px;
  padding-right: 0px;
  padding-bottom: 31px;
  font-size: 1.2rem;
  line-height: 34px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-12 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.column-23 {
  border-left: 2px solid #faba53;
}

.column-24 {
  padding-top: 139px;
  padding-bottom: 139px;
}

.paragraph-26 {
  padding-top: 96px;
  padding-right: 0px;
  padding-bottom: 96px;
  font-size: 1.3rem;
  line-height: 34px;
}

.image-30 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.paragraph-27 {
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
}

.column-25 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.column-26 {
  padding-top: 111px;
  padding-bottom: 111px;
}

.body-2 {
  font-family: Inteloalt, sans-serif;
}

.paragraph-28 {
  padding-right: 100px;
  padding-left: 0px;
  font-size: 1rem;
}

.column-27 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.paragraph-29 {
  padding-right: 40px;
  font-size: 1.3rem;
  line-height: 34px;
}

.paragraph-30 {
  padding-right: 40px;
  font-size: 1.3rem;
  line-height: 34px;
}

.paragraph-31 {
  padding-right: 0px;
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 34px;
}

.paragraph-32 {
  padding-right: 0px;
  padding-left: 20px;
  font-size: 1.2rem;
}

.columns-8 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.content-colunas {
  display: block;
  margin-top: 100px;
  margin-left: 10px;
  padding-right: 60px;
  padding-left: 60px;
}

.container-7 {
  max-width: 85%;
  padding-top: 180px;
}

.heading-16 {
  max-width: 500px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 60px;
  font-weight: 600;
}

.text-block-9 {
  max-width: 350px;
  color: #b8bbc5;
  font-size: 1.2rem;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 69px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  text-align: center;
}

.column-28 {
  background-color: transparent;
}

.column-29 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.columns-9 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-34 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(11, 17, 56, 0.16);
  text-align: center;
}

.div-block-35 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(250, 186, 83, 0.25);
  text-align: center;
}

.paragraph-33 {
  max-width: 60%;
  font-size: 1.3rem;
  line-height: 34px;
}

.div-block-36 {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  padding: 20px 0px 48px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-37 {
  position: static;
  overflow: visible;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 51px;
  padding-bottom: 51px;
  float: none;
  text-align: center;
}

.columns-10 {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-11 {
  padding-bottom: 60px;
}

.body-3 {
  font-family: Inteloalt, sans-serif;
}

.image-31 {
  max-width: 70%;
  float: right;
}

.image-32 {
  padding-top: 100px;
  padding-bottom: 56px;
}

.text-block-10 {
  max-width: 80%;
  font-size: 1.6rem;
  line-height: 34px;
  font-weight: 600;
}

.div-block-38 {
  padding: 99px;
  background-color: #f7f7f7;
}

.column-30 {
  padding-top: 84px;
  padding-bottom: 70px;
}

.paragraph-34 {
  max-width: 900px;
  font-size: 1.3rem;
  line-height: 34px;
}

.paragraph-35 {
  font-size: 1.3rem;
  line-height: 34px;
}

.container-8 {
  max-width: 1280px;
  padding-top: 180px;
}

.text-block-11 {
  max-width: 60%;
  color: #b8bbc5;
  font-size: 1.2rem;
}

.heading-17 {
  max-width: 45%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 3rem;
  line-height: 58px;
  font-weight: 600;
}

.paragraph-36 {
  max-width: 50%;
  padding-right: 0px;
  font-size: 1.3rem;
  line-height: 34px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.paragraph-37 {
  max-width: 50%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-right: 0px;
  font-size: 1.3rem;
  line-height: 34px;
}

.image-33 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.div-block-40 {
  padding: 0px;
}

.image-34 {
  max-width: 60%;
  float: right;
}

.div-block-41 {
  padding: 60px;
  background-color: rgba(250, 164, 55, 0.2);
  text-align: center;
}

.div-block-42 {
  padding: 60px;
  background-color: #fafafa;
  text-align: center;
}

.column-31 {
  padding: 61px 20px 61px 61px;
}

.column-32 {
  padding: 61px 61px 61px 20px;
}

.div-block-43 {
  margin-bottom: 100px;
  text-align: center;
}

.body-4 {
  font-family: Inteloalt, sans-serif;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-35 {
  max-width: 81%;
}

.column-34 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.paragraph-38 {
  max-width: 80%;
  padding-right: 0px;
  font-size: 1.3rem;
  line-height: 34px;
}

.image-36 {
  width: 60%;
}

.columns-12 {
  margin-right: 60px;
  margin-left: 60px;
}

.text-block-12 {
  font-size: 1.3rem;
}

.text-block-13 {
  font-size: 1.3rem;
}

.container-content {
  display: block;
  max-width: 1280px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-39 {
  font-size: 1.3rem;
  line-height: 34px;
}

.image-37 {
  max-width: 80%;
}

.text-block-14 {
  font-size: 1.3rem;
}

.text-block-15 {
  font-size: 1.3rem;
}

.image-38 {
  padding: 48px;
}

.div-block-44 {
  padding: 88px 10px;
}

.grid-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-18 {
  display: block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.small-view {
  display: none;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-10 {
  max-width: 1280px;
}

.container-11 {
  max-width: 1280px;
}

.container-12 {
  max-width: 1280px;
}

.container-13 {
  max-width: 1280px;
}

.text-span-6 {
  padding-right: 20px;
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-7 {
  padding-right: 20px;
  font-family: 'Fa solid 900', sans-serif;
}

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

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

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

.div-block-17-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 100vh;
  background-image: url('../images/Group-50.png');
  background-position: 0px 0px;
  background-size: cover;
}

.content-copy {
  max-width: none;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 80px 41px 0px;
}

.content-colunas-copy {
  display: none;
  margin-top: 100px;
  margin-left: 10px;
  padding-right: 60px;
  padding-left: 60px;
}

.paragraph-23-copy {
  padding-right: 0px;
}

.grid-12 {
  margin-top: 39px;
  margin-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-copy {
  position: absolute;
  left: auto;
  top: 2%;
  right: 4%;
  bottom: auto;
  color: rgba(26, 27, 31, 0.66);
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

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

.contact-form-grid-2 {
  display: block;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-colunas-copy {
  display: block;
  margin-top: 100px;
  margin-left: 10px;
  padding-right: 60px;
  padding-left: 60px;
}

.content-copy {
  max-width: none;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 80px 41px 60px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-field-6 {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field-7 {
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.submit-button.primary {
  margin-top: 40px;
}

.heading-22 {
  display: block;
  border: 1px none #000;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
}

.column-35 {
  padding-right: 60px;
  padding-left: 60px;
}

.text-span-9 {
  color: #faba53;
  font-size: 14px;
  font-weight: 500;
}

.text-span-10 {
  color: #faba53;
  font-size: 14px;
  font-weight: 500;
}

.text-span-11 {
  color: #faba53;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading-23 {
  max-width: 600px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.columns-14 {
  margin-top: 40px;
}

.body-5 {
  font-family: Inteloalt, sans-serif;
}

.card-copy {
  display: none;
  width: 100%;
  height: 290px;
  margin-bottom: 35px;
  padding: 22px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fad69c;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 6px 19px -12px rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.card-copy:hover {
  background-color: #fff4e3;
}

.card-copy:active {
  background-color: #f5e7d1;
}

.card-copy:focus {
  background-color: #f5e7d1;
}

.data-base-copy {
  display: none;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 140px;
}

.data-base-copy.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.data-base-copy.cc-home-wrap {
  margin-top: 0px;
  padding-top: 140px;
}

.checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-13 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button-2 {
  width: 100%;
}

.verify {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-3 {
  display: block;
}

.div-block-47 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-13 {
  width: 32px;
  height: 32px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2px 0px 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50%;
  font-family: 'Fa solid 900', sans-serif;
  text-align: left;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e7e6e6 #000 #000;
  background-color: #fafafa;
}

.card-copy {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 22px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #fad69c;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 6px 19px -12px rgba(0, 0, 0, 0.65);
  cursor: auto;
}

.card-copy:hover {
  background-color: transparent;
}

.card-copy:active {
  background-color: #fff;
}

.card-copy:focus {
  background-color: #f5e7d1;
}

.div-block-48-copy {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcecd2;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}

.details {
  margin-left: auto;
  color: #b8bbc5;
  font-size: 14px;
}

.remove {
  display: none;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  border: 1px none transparent;
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
}

.text-block-17 {
  border: 1px solid transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #faba53;
  font-size: 32px;
}

.remove-user {
  border: 1px solid transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #faba53;
  font-size: 32px;
}

.text-block-17-copy {
  border: 1px solid transparent;
  font-family: 'Fa solid 900', sans-serif;
  color: #faba53;
  font-size: 32px;
}

.remove-candidates {
  display: none;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  border: 1px none transparent;
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
}

.add-user {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px none transparent;
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
}

.add-candidate {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px none transparent;
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
}

.details-copy {
  margin-left: auto;
  color: #b8bbc5;
  font-size: 14px;
}

.div-block-48-copy-copy {
  display: inline-block;
  margin-top: 10px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-14 {
  display: block;
  max-width: 1280px;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.tabs {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fcf5e9;
}

.tab-link-tab-2.w--current {
  -webkit-transition-duration: 20ms;
  transition-duration: 20ms;
}

.tab-link-tab-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fcf5e9;
}

.tab-link-tab-1.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fde2b6;
}

.darkgrey-content {
  background-color: #ebebeb;
}

.lightgrey-content {
  background-color: #f9f9fc;
}

.columns-15 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 40px 100px;
}

.columns-16 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 40px 100px;
}

.content-inside {
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 0px;
  font-style: normal;
  text-decoration: none;
}

.tab-pane-tab-1 {
  margin-top: 0px;
}

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

.column-36 {
  padding-top: 40px;
}

.body-6 {
  font-family: Inteloalt, sans-serif;
}

.text-block-18 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-19 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.heading-24 {
  font-size: 18px;
  font-weight: 700;
}

.heading-25 {
  font-size: 18px;
  font-weight: 600;
}

.heading-26 {
  font-size: 18px;
  font-weight: 600;
}

.text-block-20 {
  font-size: 14px;
  font-weight: 600;
}

.heading-27 {
  font-size: 18px;
  font-weight: 600;
}

.heading-28 {
  font-size: 18px;
  font-weight: 600;
}

.heading-29 {
  font-size: 18px;
  font-weight: 600;
}

.heading-30 {
  font-size: 18px;
  font-weight: 600;
}

.heading-31 {
  font-size: 18px;
  font-weight: 600;
}

.heading-32 {
  font-size: 18px;
  font-weight: 600;
}

.heading-33 {
  font-size: 18px;
  font-weight: 600;
}

.heading-34 {
  font-size: 18px;
  font-weight: 600;
}

.heading-35 {
  font-size: 18px;
  font-weight: 600;
}

.heading-36 {
  font-size: 18px;
  font-weight: 600;
}

.heading-37 {
  font-size: 18px;
  font-weight: 600;
}

.column-37 {
  font-size: 18px;
}

.heading-38 {
  font-size: 18px;
  font-weight: 600;
}

.heading-39 {
  font-size: 18px;
  font-weight: 600;
}

.heading-40 {
  font-size: 18px;
  font-weight: 600;
}

.heading-41 {
  font-size: 18px;
  font-weight: 600;
}

.heading-42 {
  font-size: 18px;
  font-weight: 600;
}

.heading-43 {
  font-size: 18px;
  font-weight: 600;
}

.heading-44 {
  font-size: 18px;
  font-weight: 600;
}

.heading-45 {
  font-size: 18px;
  font-weight: 600;
}

.heading-46 {
  font-size: 18px;
  font-weight: 600;
}

.heading-47 {
  font-size: 18px;
  font-weight: 600;
}

.heading-48 {
  font-size: 18px;
  font-weight: 600;
}

.heading-49 {
  font-size: 18px;
  font-weight: 600;
}

.heading-50 {
  font-weight: 600;
}

.heading-51 {
  font-weight: 600;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-41 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.link-3 {
  color: #f99618;
  text-decoration: none;
}

.link-4 {
  padding-left: 5px;
  color: #f99618;
  text-decoration: none;
}

.div-block-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-8 {
  margin-right: 5px;
}

.text-field-9 {
  margin-left: 5px;
}

.submit-button-3 {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.submit-button-4 {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #000;
  background-color: transparent;
  color: #131314;
}

.container-15 {
  max-width: 1280px;
  margin-bottom: 100px;
}

.checkout {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.radio-button-field {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

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

.div-block-52 {
  padding: 40px 20px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.24);
}

.card-copy-copy {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 22px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #fad69c;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 6px 19px -12px rgba(0, 0, 0, 0.65);
  cursor: auto;
}

.card-copy-copy:hover {
  background-color: transparent;
}

.card-copy-copy:active {
  background-color: #fff;
}

.card-copy-copy:focus {
  background-color: #f5e7d1;
}

.heading-52 {
  margin-left: 0px;
}

.checkout-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e7e6e6 #000 #000;
  background-color: #fafafa;
}

.block-chkout-shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 1.2rem;
    line-height: 34px;
  }

  .grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .primary {
    margin-left: 0px;
  }

  .primary {
    margin-left: 60px;
  }

  .content {
    max-width: 700px;
    margin-top: 40px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .primary {
    margin-left: 0px;
  }

  .paragraph-6 {
    max-width: none;
    margin-left: 60px;
    font-size: 1.3rem;
    line-height: 34px;
  }

  .left-side {
    max-width: 900px;
    padding-top: 303px;
    padding-left: 0px;
  }

  .heading-6 {
    font-weight: 400;
  }

  .text-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-11 {
    padding-right: 100px;
  }

  .hero {
    display: block;
    height: auto;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-7 {
    max-width: 500px;
    font-size: 2.5rem;
    line-height: 54px;
  }

  .heading-8 {
    font-size: 2.5rem;
  }

  .paragraph-13 {
    max-width: none;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-14 {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-15 {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-16 {
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-17 {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-19 {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-20 {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-21 {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .heading-10 {
    max-width: 600px;
    margin-left: 60px;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .heading-11 {
    max-width: 500px;
    font-size: 3.5rem;
    line-height: 56px;
    font-weight: 500;
  }

  .paragraph-22 {
    max-width: 600px;
    margin-right: 40px;
    font-size: 1.2rem;
    line-height: 34px;
  }

  .image-bg-database {
    height: auto;
    max-height: 100vh;
    min-height: 70vh;
  }

  .img-bg-entrevista {
    height: auto;
    max-height: 100vh;
    min-height: 70vh;
  }

  .div-block-15 {
    height: auto;
    max-height: 100vh;
    min-height: 70vh;
  }

  .div-block-16 {
    height: auto;
    max-height: 100vh;
    min-height: 70vh;
  }

  .div-block-17 {
    width: auto;
  }

  .div-block-19 {
    margin-left: 60px;
  }

  .lottie-animation {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 15%;
    width: 60%;
    height: 60%;
  }

  .database-anim {
    position: relative;
    height: auto;
    max-height: 0vh;
    min-height: 500px;
  }

  .content-database {
    max-width: 700px;
    padding-top: 302px;
    padding-right: 139px;
    padding-left: 80px;
  }

  .content-block {
    padding-left: 0px;
  }

  .heading-12 {
    font-size: 3rem;
    font-weight: 600;
  }

  .paragraph-24 {
    max-width: 600px;
    font-size: 1.3rem;
    line-height: 34px;
  }

  .terms {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-22 {
    left: -50px;
    bottom: 294px;
  }

  .image-23 {
    left: -50px;
    right: auto;
    bottom: 213px;
  }

  .image-24 {
    left: -75px;
    bottom: 296px;
  }

  .image-25 {
    left: -63px;
    bottom: 243px;
  }

  .image-26 {
    left: -72px;
    bottom: 190px;
  }

  .price {
    font-size: 1.2rem;
    line-height: 34px;
  }

  .client-block {
    margin-top: 0px;
  }

  .content-block-copy {
    padding-right: 10px;
    padding-left: 100px;
  }

  .heading-15 {
    max-width: 600px;
    line-height: 54px;
    font-weight: 500;
  }

  .container-6 {
    max-width: 1280px;
  }

  .image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 93px;
    padding-right: 0px;
    padding-bottom: 93px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b8bbc5;
  }

  .paragraph-25 {
    font-size: 1.2rem;
  }

  .paragraph-26 {
    font-size: 1.2rem;
  }

  .paragraph-29 {
    font-size: 1.2rem;
  }

  .paragraph-31 {
    font-size: 1.2rem;
  }

  .paragraph-32 {
    font-size: 1.2rem;
  }

  .content-colunas {
    display: block;
  }

  .container-7 {
    max-width: 1280px;
  }

  .heading-16 {
    font-weight: 500;
  }

  .paragraph-33 {
    font-size: 1.2rem;
  }

  .text-block-10 {
    font-size: 1.4rem;
  }

  .paragraph-34 {
    font-size: 1.2rem;
  }

  .paragraph-35 {
    font-size: 1.2rem;
  }

  .paragraph-39 {
    font-size: 1.2rem;
  }

  .text-block-14 {
    font-size: 1.2rem;
  }

  .text-block-15 {
    font-size: 1.2rem;
  }

  .grid-11 {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-17-copy {
    width: 50%;
    height: 100vh;
  }

  .primary-copy {
    margin-left: 60px;
  }

  .content-copy {
    max-width: 700px;
    margin-top: 100px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-colunas-copy {
    display: none;
  }

  .paragraph-23-copy {
    font-weight: 600;
  }

  .field-label-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-colunas-copy {
    display: block;
  }

  .content-copy {
    max-width: 700px;
    margin-top: 40px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .primary-copy {
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .data-base.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
    margin-bottom: 40px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .logo-image {
    margin-left: 10px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .heading-smll {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .grid {
    display: none;
  }

  .columns {
    padding-top: 74px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-3 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .content {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 21px 0px 20px 20px;
  }

  .paragraph-6 {
    max-width: 500px;
    font-size: 14px;
  }

  .left-side {
    width: 100%;
    max-width: 550px;
    margin-left: 0px;
    padding-top: 42px;
    padding-right: 36px;
    padding-left: 57px;
  }

  .columns-3 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .section-4 {
    padding-top: 44px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .grid-4 {
    display: block;
    padding-right: 0px;
  }

  .heading-6 {
    margin-right: 140px;
    padding-right: 0px;
  }

  .footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list {
    padding-right: 24px;
    padding-left: 0px;
  }

  .div-block-7 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-6 {
    display: block;
    margin: 27px 43px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .facebook.socialmedia {
    margin-left: auto;
  }

  .text-block-2 {
    padding-left: 0px;
  }

  .div-block-9 {
    padding-left: 0px;
  }

  .image-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 400px;
    margin-top: 0px;
    padding-top: 156px;
  }

  .image-5 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 500px;
  }

  .image-6 {
    position: absolute;
    left: auto;
    top: 129%;
    right: 7%;
    bottom: auto;
  }

  .image-7 {
    position: absolute;
    left: 31px;
    top: 1569.53px;
  }

  .image-8 {
    position: absolute;
    left: 545.5px;
    top: auto;
    bottom: -2001.66px;
  }

  .div-block-10 {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .image-9 {
    width: 500px;
  }

  .column-8 {
    padding-left: 10px;
  }

  .div-block-11 {
    width: 80%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-12 {
    margin-right: 41px;
    margin-left: 41px;
  }

  .image-10 {
    width: 350px;
  }

  .image-11 {
    width: 350px;
  }

  .image-12 {
    right: -27px;
    width: 350px;
    padding-top: 88px;
  }

  .hero {
    height: auto;
    padding-top: 79px;
  }

  .heading-7 {
    max-width: 500px;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-8 {
    font-size: 24px;
  }

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

  .paragraph-14 {
    max-width: 500px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-15 {
    max-width: 500px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-16 {
    max-width: 500px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-17 {
    max-width: 500px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .heading-9 {
    font-size: 24px;
  }

  .paragraph-19 {
    max-width: 500px;
    font-size: 14px;
  }

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

  .paragraph-21 {
    max-width: 500px;
    font-size: 14px;
  }

  .heading-10 {
    max-width: 500px;
    font-size: 24px;
    line-height: 40px;
  }

  .image-14 {
    margin-top: 48px;
    padding-top: 0px;
  }

  .image-15 {
    left: -21px;
  }

  .database {
    height: auto;
    padding-bottom: 0px;
  }

  .image-bg-database {
    height: 100vh;
  }

  .img-bg-entrevista {
    height: 100vh;
  }

  .div-block-15 {
    height: 100vh;
  }

  .div-block-16 {
    height: 80vh;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-17 {
    width: auto;
    margin-top: 167px;
    margin-left: -31px;
  }

  .entrevista {
    height: auto;
  }

  .lottie-animation {
    position: relative;
    left: auto;
    top: 24%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
  }

  .interview-anim {
    width: 100%;
  }

  .test-anim {
    width: 100%;
  }

  .all-in-one {
    width: 100%;
  }

  .content-database {
    height: auto;
    margin-left: 20px;
    padding: 0px 30px 20px;
  }

  .content-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .small-viewport {
    display: none;
  }

  .tests {
    height: auto;
  }

  .allinone {
    height: auto;
  }

  .columns-4 {
    display: block;
  }

  .columns-6 {
    display: none;
  }

  .footer-menu {
    padding-right: 24px;
    padding-left: 0px;
  }

  .div-block-21 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-22 {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-item-7 {
    padding-right: 0px;
    white-space: pre-wrap;
  }

  .list-2 {
    padding-right: 24px;
    padding-left: 0px;
  }

  .form-register {
    display: none;
    width: 100%;
  }

  .form-block {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-3 {
    max-width: 100%;
  }

  .column-19 {
    padding-top: 60px;
  }

  .text-span-3 {
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }

  .text-span-4 {
    overflow: visible;
  }

  .modal {
    z-index: 999;
    display: none;
    overflow: auto;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .heading-13 {
    display: none;
  }

  .link {
    font-size: 36px;
  }

  .bold-text {
    position: absolute;
    left: auto;
    top: 2%;
    right: 3%;
    bottom: auto;
    color: rgba(26, 27, 31, 0.66);
    font-weight: 500;
  }

  .image-22 {
    left: 2%;
    top: auto;
    bottom: 210px;
    width: 24px;
  }

  .image-23 {
    left: 7px;
    right: auto;
    bottom: 130px;
    width: 24px;
  }

  .image-24 {
    left: 3px;
    top: 246px;
    right: auto;
  }

  .image-25 {
    left: 6px;
    right: auto;
    bottom: 226px;
  }

  .image-26 {
    left: 5px;
    bottom: 168px;
    width: 32px;
  }

  .container-5 {
    display: block;
    padding-left: 0px;
  }

  .img-bg-entrevista-copy {
    height: 100vh;
  }

  .content-block-copy {
    padding-right: 20px;
    padding-left: 40px;
  }

  .image-28 {
    display: none;
  }

  .clients-modal {
    display: none;
  }

  .heading-15 {
    max-width: none;
    padding-right: 100px;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .container-6 {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-block {
    margin-bottom: 60px;
  }

  .div-block-29 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraph-25 {
    font-size: 1rem;
    line-height: 28px;
  }

  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-26 {
    padding-top: 0px;
    padding-bottom: 60px;
    font-size: 1.2rem;
  }

  .column-27 {
    padding-top: 0px;
  }

  .paragraph-29 {
    font-size: 1.2rem;
  }

  .paragraph-31 {
    font-size: 1rem;
    line-height: 28px;
  }

  .paragraph-32 {
    font-size: 1rem;
  }

  .content-colunas {
    margin-top: 60px;
    padding-left: 0px;
  }

  .columns-11 {
    display: block;
  }

  .container-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-17 {
    max-width: 80%;
  }

  .paragraph-36 {
    max-width: 80%;
  }

  .paragraph-37 {
    max-width: 80%;
    font-size: 1rem;
    line-height: 28px;
  }

  .image-34 {
    max-width: 80%;
  }

  .paragraph-38 {
    max-width: none;
    font-size: 1rem;
    line-height: 28px;
  }

  .columns-12 {
    margin-left: auto;
  }

  .container-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-39 {
    font-size: 1.2rem;
  }

  .div-block-44 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-11 {
    display: block;
  }

  .small-view {
    display: block;
    margin-top: 100px;
    padding-top: 0px;
  }

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

  .div-block-17-copy {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-copy {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 21px 0px 20px 20px;
  }

  .bold-text-copy {
    position: absolute;
    left: auto;
    top: 2%;
    right: 3%;
    bottom: auto;
    color: rgba(26, 27, 31, 0.66);
    font-weight: 500;
  }

  .content-colunas-copy {
    display: none;
  }

  .image-40 {
    width: auto;
    max-width: 500px;
  }

  .content-copy {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 21px 0px 20px 20px;
  }

  .data-base-copy.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .checkout {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .data-base {
    display: none;
    margin-right: 15px;
    margin-left: 15px;
  }

  .data-base.cc-cta {
    padding: 15px;
  }

  .data-base.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-contact-us {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    margin-left: 0px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-smll {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.6rem;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .why {
    position: static;
    height: auto;
    margin-top: 48px;
    padding-top: 60px;
    padding-bottom: 69px;
  }

  .primary {
    width: 100%;
    text-align: center;
  }

  .grid {
    display: none;
  }

  .columns {
    padding-top: 71px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-2 {
    display: block;
  }

  .content {
    display: block;
    height: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 40px;
  }

  .left-side {
    display: block;
    padding-top: 94px;
    padding-left: 20px;
  }

  .columns-2 {
    display: block;
  }

  .grid-3 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-4 {
    display: block;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list {
    padding-left: 0px;
  }

  .div-block-7 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .submit-email {
    width: 100%;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .facebook.socialmedia {
    margin-left: auto;
  }

  .socialmedia {
    width: 38px;
    height: 38px;
  }

  .inc {
    margin-left: auto;
  }

  .text-block-2 {
    padding-left: 0px;
  }

  .div-block-9 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-4 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    margin-top: 171px;
    margin-bottom: -199px;
  }

  .image-9 {
    display: none;
  }

  .column-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-11 {
    width: 90%;
    padding-left: 1px;
  }

  .div-block-12 {
    margin-right: -7px;
    margin-left: -7px;
  }

  .image-10 {
    display: none;
    width: 550px;
  }

  .image-11 {
    display: block;
    width: 550px;
  }

  .image-12 {
    width: 600px;
  }

  .section-7 {
    height: 100vh;
  }

  .grid-7 {
    display: block;
  }

  .grid-8 {
    display: block;
  }

  .grid-9 {
    display: block;
  }

  .image-14 {
    margin-top: 51px;
  }

  .grid-10 {
    display: block;
  }

  .database {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .image-bg-database {
    display: block;
    height: 100vh;
  }

  .img-bg-entrevista {
    height: 80vh;
  }

  .div-block-15 {
    height: 80vh;
  }

  .div-block-16 {
    height: 80vh;
    max-height: none;
    min-height: auto;
  }

  .div-block-17 {
    position: static;
    height: 50vh;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-17 {
    margin-top: auto;
    margin-left: -3px;
  }

  .entrevista {
    display: none;
    height: auto;
  }

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

  .lottie-animation {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -40%;
    width: 100%;
    height: auto;
  }

  .content-database {
    margin-left: 20px;
    padding-top: 26px;
    padding-right: 115px;
    padding-left: 20px;
  }

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

  .column-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .small-viewport {
    display: block;
    height: auto;
  }

  .tests {
    height: auto;
  }

  .column-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .allinone {
    height: auto;
  }

  .column-15 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-4 {
    display: none;
  }

  .columns-5 {
    display: none;
  }

  .heading-12 {
    margin-top: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-menu {
    padding-left: 0px;
  }

  .div-block-21 {
    width: 70%;
    padding-left: 0px;
  }

  .div-block-22 {
    margin-right: auto;
    margin-left: 0px;
    padding-left: 24px;
  }

  .list-2 {
    padding-left: 0px;
  }

  .clients {
    height: auto;
  }

  .list-3 {
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

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

  .list-4 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .container-3 {
    max-width: 100%;
  }

  .column-16 {
    padding-left: 10px;
  }

  .column-17 {
    padding-left: 10px;
  }

  .column-18 {
    padding-left: 10px;
  }

  .column-19 {
    padding-left: 10px;
  }

  .paragraph-24 {
    margin-left: 20px;
  }

  .modal {
    display: none;
    overflow: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-14 {
    display: block;
  }

  .socialmedia-block {
    margin-left: 25px;
  }

  .image-19 {
    width: 16px;
  }

  .image-20 {
    width: 16px;
  }

  .image-21 {
    width: auto;
  }

  .bottom-line {
    margin-left: 26px;
  }

  .image-22 {
    left: 13px;
    right: auto;
  }

  .image-23 {
    left: 11px;
    right: auto;
  }

  .container-5 {
    display: block;
    padding-left: 20px;
  }

  .img-bg-entrevista-copy {
    height: 80vh;
  }

  .image-28 {
    display: none;
  }

  .clients-modal {
    display: none;
    padding-right: 49px;
    padding-left: 49px;
  }

  .heading-15 {
    padding-right: 60px;
  }

  .column-23 {
    border-top: 2px solid #faba53;
    border-left-style: none;
  }

  .paragraph-36 {
    padding-right: 0px;
  }

  .paragraph-37 {
    padding-right: 0px;
  }

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

  .column-31 {
    padding-left: 20px;
  }

  .column-32 {
    padding-right: 20px;
  }

  .column-33 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-44 {
    padding-top: 0px;
  }

  .grid-11 {
    padding-right: 20px;
  }

  .container-13 {
    display: none;
  }

  .div-block-17-copy {
    position: static;
    height: 50vh;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-copy {
    display: block;
    height: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 40px;
  }

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

  .content-copy {
    display: block;
    height: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 40px;
  }

  .columns-13 {
    display: none;
  }

  .checkbox-field {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }

  .data-base-copy {
    display: none;
    margin-right: 15px;
    margin-left: 15px;
  }

  .data-base-copy.cc-cta {
    padding: 15px;
  }

  .data-base-copy.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .checkbox-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .checkout {
    display: block;
  }

  .card-copy-copy {
    margin-top: 40px;
  }

  .heading-52 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .button.cc-contact-us {
    display: block;
    margin-bottom: 40px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    float: none;
    clear: none;
  }

  .menu {
    margin-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation-wrap {
    display: block;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    display: none;
    margin-left: 0px;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .heading-smll {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
  }

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

  .why {
    margin-top: auto;
    padding-top: 59px;
    padding-bottom: 76px;
  }

  .primary {
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    text-align: center;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 37px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .columns {
    margin-top: 20px;
    padding: 61px 10px;
  }

  .heading-5 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .content {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-6 {
    padding-right: 20px;
  }

  .card_btn {
    left: 9%;
  }

  .left-side {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-3 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-4 {
    padding: 23px 20px;
  }

  .grid-4 {
    display: block;
  }

  .heading-6 {
    margin-right: 0px;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .grid-5 {
    display: block;
  }

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

  .div-block-7 {
    margin-right: 40px;
    margin-left: 20px;
    padding-top: 51px;
    padding-left: 0px;
  }

  .submit-email {
    width: 100%;
  }

  .grid-6 {
    display: block;
    margin-right: 22px;
    margin-left: 22px;
  }

  .facebook.socialmedia {
    margin-left: auto;
  }

  .inc {
    margin-left: auto;
  }

  .text-block {
    display: block;
  }

  .text-block-2 {
    padding-left: 0px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-9 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-4 {
    margin-bottom: -83px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-11 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .div-block-12 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    left: 1px;
  }

  .image-12 {
    margin-left: -22px;
  }

  .paragraph-13 {
    padding-right: 10px;
  }

  .paragraph-15 {
    padding-right: 20px;
  }

  .paragraph-16 {
    padding-right: 20px;
  }

  .paragraph-17 {
    padding-right: 20px;
  }

  .paragraph-18 {
    padding-right: 0px;
  }

  .paragraph-19 {
    padding-right: 20px;
  }

  .paragraph-21 {
    padding-right: 20px;
  }

  .heading-11 {
    max-width: none;
    font-size: 3rem;
    line-height: 56px;
    font-weight: 500;
  }

  .paragraph-22 {
    max-width: none;
    padding-right: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-14 {
    margin-top: 42px;
    margin-bottom: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-15 {
    margin-left: 16px;
  }

  .database {
    height: auto;
  }

  .image-bg-database {
    height: 60vh;
  }

  .img-bg-entrevista {
    display: none;
    height: 60vh;
  }

  .div-block-15 {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-16 {
    height: 60vh;
    max-height: none;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-17 {
    height: 50vh;
    margin-bottom: auto;
  }

  .image-17 {
    margin-top: -17px;
    margin-bottom: 0px;
    margin-left: 2px;
    padding-top: 87px;
    padding-bottom: 0px;
  }

  .lottie-animation {
    position: static;
    left: 14%;
    bottom: -10%;
    width: 100%;
    padding-top: 41px;
  }

  .database-anim {
    position: static;
    left: auto;
    top: 59px;
    padding-top: 60px;
  }

  .interview-anim {
    position: static;
    top: 70px;
    width: 100%;
  }

  .test-anim {
    position: relative;
    top: 85px;
    width: 100%;
  }

  .all-in-one {
    position: static;
    top: 56px;
    width: 100%;
    padding-top: 10px;
  }

  .content-database {
    margin-left: 0px;
    padding-top: 34px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-block {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-12 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .small-viewport {
    display: block;
    height: auto;
  }

  .tests {
    height: auto;
  }

  .allinone {
    height: auto;
  }

  .column-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-4 {
    display: none;
  }

  .columns-5 {
    display: block;
  }

  .heading-12 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 2rem;
    line-height: 38px;
  }

  .footer-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-21 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-22 {
    padding-left: 20px;
  }

  .list-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-register {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  }

  .clients {
    height: auto;
  }

  .list-3 {
    padding-left: 0px;
  }

  .paragraph-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .container-3 {
    max-width: 100%;
  }

  .column-16 {
    padding-left: 0px;
  }

  .column-17 {
    padding-left: 0px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-24 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
  }

  .modal {
    z-index: 9;
    display: none;
    overflow: auto;
    margin-top: 0px;
    padding: 220px 0px 100px;
  }

  .heading-13 {
    font-weight: 600;
    text-align: center;
  }

  .modal-form {
    display: none;
    overflow: visible;
    height: auto;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .form-greeting {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0.8rem;
    line-height: 22px;
  }

  .heading-14 {
    font-size: 1rem;
  }

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

  .div-block-25 {
    margin-left: auto;
  }

  .div-block-26 {
    margin-right: auto;
  }

  .close {
    height: 100vh;
  }

  .link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 5%;
    bottom: auto;
    text-decoration: none;
  }

  .bottom-line {
    display: block;
    margin-right: 0px;
  }

  .image-22 {
    bottom: 203px;
    display: none;
  }

  .image-23 {
    display: none;
  }

  .image-24 {
    display: none;
  }

  .image-25 {
    display: none;
  }

  .image-26 {
    display: none;
  }

  .container-5 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .price {
    display: block;
  }

  .price {
    display: block;
  }

  .client-block {
    margin-top: 0px;
  }

  .column-21 {
    height: auto;
  }

  .img-bg-entrevista-copy {
    display: block;
    height: 60vh;
  }

  .content-block-copy {
    display: none;
  }

  .image-28 {
    display: block;
    width: 42px;
  }

  .interview-more-modal {
    display: none;
    margin-top: 100px;
  }

  .database-modal {
    display: none;
    margin-top: 100px;
  }

  .clients-modal {
    position: fixed;
    display: none;
    overflow: auto;
    margin-top: 0px;
    padding: 220px 10px 140px;
  }

  .workspace-modal {
    display: none;
    margin-top: 100px;
  }

  .more-cotent {
    overflow: scroll;
    height: 500px;
  }

  .form-container {
    padding: 1.5rem;
  }

  .heading-15 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .container-6 {
    max-width: none;
    margin-top: 0px;
    padding-top: 119px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-block {
    margin-bottom: 60px;
  }

  .div-block-29 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-30 {
    max-width: none;
  }

  .paragraph-25 {
    font-size: 16px;
    line-height: 28px;
  }

  .column-23 {
    border-top: 1px solid #faba53;
    border-left-style: none;
  }

  .column-24 {
    padding: 10px 20px;
    font-size: 1.1px;
  }

  .paragraph-26 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-27 {
    padding-right: 0px;
  }

  .column-26 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-27 {
    padding-top: 0px;
    padding-right: 10px;
  }

  .paragraph-29 {
    padding-right: 0px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-31 {
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-32 {
    padding-left: 0px;
    font-size: 16px;
  }

  .content-colunas {
    display: block;
    margin-top: 60px;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-16 {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 36px;
  }

  .div-block-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-33 {
    max-width: none;
    padding-right: 0px;
  }

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

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

  .text-block-10 {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3rem;
    line-height: 28px;
  }

  .column-30 {
    padding-top: 20px;
  }

  .paragraph-34 {
    padding-right: 0px;
  }

  .paragraph-35 {
    padding-right: 0px;
  }

  .container-8 {
    padding-top: 122px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-17 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 36px;
  }

  .paragraph-36 {
    max-width: 100%;
    padding-right: 0px;
    font-size: 1rem;
    line-height: 28px;
  }

  .paragraph-37 {
    max-width: 100%;
    padding-right: 0px;
    font-size: 1rem;
    line-height: 28px;
  }

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

  .column-31 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-32 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-34 {
    padding-top: 0px;
  }

  .paragraph-38 {
    max-width: none;
    font-size: 1rem;
    line-height: 28px;
  }

  .image-36 {
    width: 90%;
  }

  .container-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-39 {
    padding-right: 0px;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-44 {
    padding: 40px 10px;
  }

  .grid-11 {
    padding-right: 0px;
  }

  .heading-18 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .heading-19 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .heading-20 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .heading-21 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .small-view {
    margin-top: 60px;
  }

  .div-block-17-copy {
    height: 50vh;
    margin-bottom: auto;
  }

  .content-copy {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-colunas-copy {
    display: none;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-23-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-span-8 {
    color: #000;
  }

  .image-39 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .content-colunas-copy {
    display: none;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-copy {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .text-field-7 {
    margin-left: 0px;
  }

  .column-35 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-23 {
    font-size: 32px;
    line-height: 38px;
  }

  .grid-13 {
    display: block;
  }

  .paragraph-40 {
    padding-right: 0px;
  }

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

  .div-block-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .card-copy {
    box-shadow: 1px 6px 4px -12px rgba(0, 0, 0, 0.65);
  }

  .block {
    display: block;
  }

  .details {
    margin-left: 20px;
  }

  .details-copy {
    margin-left: 20px;
  }

  .tabs-menu {
    display: block;
  }

  .columns-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-inside {
    padding-right: 0px;
  }

  .form-block {
    margin-top: 140px;
  }

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

  .text-field-8 {
    margin-right: 0px;
  }

  .text-field-9 {
    margin-left: 0px;
  }

  .checkout {
    display: block;
  }

  .form-4 {
    display: block;
  }

  .div-block-52 {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.24);
  }

  .card-copy-copy {
    box-shadow: 1px 6px 4px -12px rgba(0, 0, 0, 0.65);
  }

  .heading-52 {
    margin-left: 0px;
  }

  .checkout-shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
  }

  .block-chkout-shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#w-node-ca8f1ab8-8722-9534-0071-104c46ac635a-f152662b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-12>#w-node-ca8f1ab8-8722-9534-0071-104c46ac635a-f152662b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_292348f1-9772-2564-46d7-436ff85ed8c3-f152662b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40f4dd3d-a104-9043-b5ea-fdbfcfaa78c4-cfaa78bd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_62912d3d-3828-0a8f-8478-b230a614f21d-a614f213 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-12>#w-node-_62912d3d-3828-0a8f-8478-b230a614f21d-a614f213 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_62912d3d-3828-0a8f-8478-b230a614f21e-a614f213 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-b9a36e9a-ea09-8eca-08d0-181265a93cb4-f152662b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12cfe04b-c8e0-098a-36d1-af0b913e9abf-13526630 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_12cfe04b-c8e0-098a-36d1-af0b913e9ac3-13526630 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-BoldItalic.woff2') format('woff2'), url('../fonts/InteloAlt-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/InteloAlt-BoldItalic.woff2') format('woff2'), url('../fonts/InteloAlt-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/InteloAlt-BoldItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-BoldItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-ExtraBoldItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-BoldItalic.woff') format('woff'), url('../fonts/InteloAlt-ExtraBoldItalic.woff') format('woff'), url('../fonts/InteloAlt-BoldItalic.ttf') format('truetype'), url('../fonts/InteloAlt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-Italic.woff2') format('woff2'), url('../fonts/InteloAlt-HairlineItalic.woff2') format('woff2'), url('../fonts/InteloAlt-HairlineItalic.woff2') format('woff2'), url('../fonts/InteloAlt-Italic.woff2') format('woff2'), url('../fonts/InteloAlt-HairlineItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-HairlineItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Italic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Italic.woff') format('woff'), url('../fonts/InteloAlt-HairlineItalic.woff') format('woff'), url('../fonts/InteloAlt-HairlineItalic.woff') format('woff'), url('../fonts/InteloAlt-Italic.woff') format('woff'), url('../fonts/InteloAlt-HairlineItalic.ttf') format('truetype'), url('../fonts/InteloAlt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-Bold.woff2') format('woff2'), url('../fonts/InteloAlt-Bold.woff2') format('woff2'), url('../fonts/InteloAlt-ExtraBold.woff2') format('woff2'), url('../fonts/InteloAlt-Bold.eot') format('embedded-opentype'), url('../fonts/InteloAlt-ExtraBold.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Bold.eot') format('embedded-opentype'), url('../fonts/InteloAlt-ExtraBold.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Bold.woff') format('woff'), url('../fonts/InteloAlt-ExtraBold.woff') format('woff'), url('../fonts/InteloAlt-Bold.woff') format('woff'), url('../fonts/InteloAlt-ExtraBold.woff') format('woff'), url('../fonts/InteloAlt-Bold.ttf') format('truetype'), url('../fonts/InteloAlt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-ThinItalic.woff2') format('woff2'), url('../fonts/InteloAlt-ThinItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-ThinItalic.woff') format('woff'), url('../fonts/InteloAlt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-MediumItalic.woff2') format('woff2'), url('../fonts/InteloAlt-MediumItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-MediumItalic.woff') format('woff'), url('../fonts/InteloAlt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-Medium.woff2') format('woff2'), url('../fonts/InteloAlt-Medium.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Medium.woff') format('woff'), url('../fonts/InteloAlt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-Regular.woff2') format('woff2'), url('../fonts/InteloAlt-Regular.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Regular.woff') format('woff'), url('../fonts/InteloAlt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-SemiBold.woff2') format('woff2'), url('../fonts/InteloAlt-SemiBold.eot') format('embedded-opentype'), url('../fonts/InteloAlt-SemiBold.woff') format('woff'), url('../fonts/InteloAlt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-SemiBoldItalic.woff2') format('woff2'), url('../fonts/InteloAlt-SemiBoldItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-SemiBoldItalic.woff') format('woff'), url('../fonts/InteloAlt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-Thin.woff2') format('woff2'), url('../fonts/InteloAlt-Thin.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Thin.woff') format('woff'), url('../fonts/InteloAlt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt hairline';
  src: url('../fonts/InteloAlt-Hairline.woff2') format('woff2'), url('../fonts/InteloAlt-Hairline.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Hairline.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Hairline.woff') format('woff'), url('../fonts/InteloAlt-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-Light.woff2') format('woff2'), url('../fonts/InteloAlt-Light.eot') format('embedded-opentype'), url('../fonts/InteloAlt-Light.woff') format('woff'), url('../fonts/InteloAlt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inteloalt';
  src: url('../fonts/InteloAlt-LightItalic.woff2') format('woff2'), url('../fonts/InteloAlt-LightItalic.eot') format('embedded-opentype'), url('../fonts/InteloAlt-LightItalic.woff') format('woff'), url('../fonts/InteloAlt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}