.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;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 106px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #000;
}

a {
  text-decoration: none;
}

.div-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/joel-filipe-BNcdsnUNqUY-unsplash-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: transparent;
}

.navbar.static {
  position: relative;
}

.hero-text {
  position: relative;
  z-index: 1;
  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: 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;
}

.hero-title {
  padding-top: 19px;
  padding-bottom: 19px;
  background-image: url('../images/Group-3.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block {
  margin-top: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.button {
  margin-top: 0px;
  padding: 12px 80px;
  border-radius: 5px;
  background-color: #64c4bb;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button.no-margin {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.form-section {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}

.nav-link {
  margin-left: 36px;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

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

.nav-link.dark {
  color: #572e47;
}

.nav-link.mobile {
  display: none;
}

.container {
  display: block;
  max-width: 1596px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.nav-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 24px;
  margin: 0px;
}

.image-2 {
  width: 25px;
  margin-right: 34px;
  margin-left: 34px;
}

.image-3 {
  display: block;
  width: 285px;
  height: auto;
}

.image-3.desktop {
  display: block;
}

.image-3.mobile {
  display: none;
}

.image-3.mobile-menu {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  -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;
}

.link-block.mobile {
  display: none;
}

.link-block.footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.second-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 176px;
  margin-bottom: 233px;
  padding-right: 0px;
  -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;
}

.register-div {
  width: 30%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: auto;
  -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-image: none;
  background-size: auto;
}

.image-4 {
  display: block;
  width: 220px;
}

.image-4.mobile {
  display: none;
}

.image-5 {
  position: static;
  display: block;
  width: 240px;
  margin-top: 16%;
}

.image-5.mobile {
  display: none;
}

.image-6 {
  display: block;
  width: 100px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 52px;
  color: #5a2f49;
  font-size: 25px;
  line-height: 35px;
  font-weight: 800;
}

.div-trace {
  height: 1px;
  background-color: #000;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  padding: 12px 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;
  border-radius: 5px;
  background-color: #64c4bb;
  font-family: Poppins, sans-serif;
  color: #5a2f49;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.button-2.text-white {
  background-color: #64c4bb;
  color: #fff;
  font-size: 14px;
}

.text-block-2 {
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
}

.text-block-3 {
  margin-top: 68px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 250px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  font-size: 48px;
  line-height: 60px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 31px;
  color: #5a2f49;
  font-size: 48px;
  line-height: 60px;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.div-icons {
  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;
}

.img-bg-form {
  position: absolute;
  left: auto;
  top: 11%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
}

.serveces-grid {
  width: 80%;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  color: #5a2f49;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  color: #5a2f49;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.servico-title {
  font-family: Poppins, sans-serif;
  color: #5a2f49;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  margin-left: 80px;
}

.div-block-3 {
  margin-right: 80px;
  margin-left: 75px;
}

.servico-img {
  display: block;
  padding-bottom: 7px;
}

.image-9 {
  padding-bottom: 7px;
}

.image-10 {
  padding-bottom: 7px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  padding-bottom: 38px;
  -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: #5a2f49;
}

.div-block-5 {
  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;
}

.logo-footer {
  height: 50px;
}

.submit-button {
  width: 100%;
  margin-top: 52px;
  padding: 12px 80px;
  border-radius: 5px;
  background-color: #64c4bb;
  color: #5a2f49;
  font-size: 14px;
  line-height: 21px;
}

.field-label {
  display: none;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.field-label-2 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.input {
  height: 48px;
  padding-left: 0px;
  border-style: solid solid solid none;
  border-width: 0px 0px 1px;
  border-color: #000;
  color: #000;
}

.input::-webkit-input-placeholder {
  color: #aaa;
}

.input:-ms-input-placeholder {
  color: #aaa;
}

.input::-ms-input-placeholder {
  color: #aaa;
}

.input::placeholder {
  color: #aaa;
}

.text-block-6 {
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

.link {
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.section-texto-politica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
  padding-bottom: 150px;
  -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;
}

.container-small {
  display: block;
  width: 100%;
  max-width: 1274px;
  padding-right: 40px;
  padding-left: 40px;
}

.container-small.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.politicas-titulo {
  position: relative;
  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;
}

.image-11 {
  position: absolute;
  left: auto;
  right: auto;
}

.heading-4 {
  position: relative;
  z-index: 1;
  font-family: 'Encode Sans', sans-serif;
  color: #422235;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.politicas-texto {
  width: 100%;
  margin-top: 120px;
  padding: 0px;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
  color: #5a2f49;
}

.checkbox-label {
  margin-left: 10px;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-left: 20px;
  padding-left: 0px;
}

.link-2 {
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.popup-text {
  max-width: none;
  margin-bottom: 0px;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  grid-template-rows: auto;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.popup-content {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popup-container {
  width: 100%;
  max-width: 520px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 7px 7px 30px -8px rgba(0, 0, 0, 0.25);
  color: #a9aeb1;
}

.popup-title {
  font-family: 'Encode Sans', sans-serif;
  color: #5a2f49;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
}

.button-3 {
  min-width: 180px;
  padding: 15px 20px;
  border: 1px none #000;
  background-color: #000;
  -webkit-transition: color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-size: 20px;
  text-align: center;
}

.button-3:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-3.orange {
  border-color: #ff9201;
  background-color: #ff9201;
  color: #000;
}

.button-3.orange.cookies {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #64c4bb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #5a2f49;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-3.orange.cookies:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-cookies {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
}

.link-3 {
  padding-right: 30px;
  background-image: url('../images/Arrow-Top.svg');
  background-position: 99% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 600ms cubic-bezier(.23, 1, .32, 1), border-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-position 600ms cubic-bezier(.23, 1, .32, 1), border-color 200ms ease, color 200ms ease, opacity 200ms ease;
  color: #595959;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.link-3:hover {
  border-bottom-color: rgba(32, 52, 146, 0);
  background-position: 99% 0%;
}

.link-3.link-cookies {
  padding-right: 30px;
  padding-left: 24px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-4 {
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-7 {
  display: none;
}

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

.div-block-6.mobile {
  display: none;
}

.div-block-7 {
  position: relative;
  top: 0px;
  display: none;
  height: 120px;
}

.heading-5 {
  text-align: center;
}

.link-5 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.socials-footer {
  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;
}

.checkbox {
  width: 19px;
  height: 20px;
  margin-left: 0px;
}

.checkbox-label-2 {
  font-size: 13px;
  line-height: 24px;
}

.checkbox-field-2 {
  margin-top: 24px;
  margin-bottom: 0px;
}

.success-text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.error-text {
  color: #5a2f49;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.error-message {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .register-div {
    width: 32%;
  }

  .div-block {
    width: 60%;
  }

  .popup-text {
    display: inline-block;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    color: #a9aeb1;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .paragraph {
    letter-spacing: 0px;
  }

  .popup-content {
    color: #666;
  }

  .popup-container {
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 40px;
    background-color: #fff;
  }

  .popup-title {
    margin-bottom: 24px;
    color: #595959;
    font-weight: 700;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 96px;
    line-height: 106px;
  }

  .hero-section {
    height: 110vh;
    padding-bottom: 340px;
  }

  .hero-title {
    padding-top: 16px;
    padding-bottom: 16px;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .text-block {
    margin-top: 50px;
    font-size: 36px;
    line-height: 54px;
  }

  .button {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 18px;
    line-height: 27px;
  }

  .form-section {
    margin-top: 176px;
  }

  .nav-link {
    padding: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
  }

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

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

  .nav-link.dark {
    color: #572e47;
  }

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

  .container.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .nav-menu {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image {
    width: 34px;
  }

  .image-2 {
    width: 34px;
    margin-left: 36px;
  }

  .image-3 {
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .image-3:hover {
    opacity: 0.75;
  }

  .link-block {
    margin-left: 36px;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

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

  .register-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    margin-left: 87px;
  }

  .image-4 {
    width: 303px;
    padding-top: 0px;
  }

  .image-5 {
    position: static;
    width: 342px;
  }

  .image-6 {
    width: 149px;
  }

  .heading {
    font-size: 48px;
    line-height: 60px;
  }

  .div-trace {
    background-color: #000;
    color: #000;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
    padding-right: 100px;
    padding-left: 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;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    line-height: 27px;
  }

  .button-2:hover {
    opacity: 0.8;
  }

  .button-2.text-white {
    margin-top: 40px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    color: #fff;
    font-size: 18px;
  }

  .button-2.text-white:hover {
    opacity: 0.9;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .services-section {
    padding-top: 110px;
  }

  .heading-3 {
    font-weight: 800;
  }

  .img-bg-form {
    top: 10%;
    width: 50%;
  }

  .serveces-grid {
    width: 50%;
  }

  .servico-title {
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-2 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    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: 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-child {
    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: 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;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .grid-child:hover {
    opacity: 0.75;
  }

  .image-10 {
    width: 75%;
  }

  .logo-footer {
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .logo-footer:hover {
    opacity: 0.75;
  }

  .submit-button {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 18px;
    line-height: 27px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .link {
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }

  .body-2 {
    background-color: #fff;
  }

  .section-texto-politica {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .container-small {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-small.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .politicas-texto {
    margin-top: 150px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .checkbox-field {
    margin-left: 0px;
  }

  .link-2 {
    font-family: 'Encode Sans', sans-serif;
    color: #fff0f0;
    font-weight: 400;
    text-decoration: none;
  }

  .popup-text {
    margin-bottom: 0px;
  }

  .paragraph {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-container {
    max-width: 500px;
  }

  .popup-title {
    margin-bottom: 0px;
    color: #5a2f49;
    font-size: 26px;
  }

  .button-3.orange.cookies {
    font-size: 18px;
    line-height: 27px;
  }

  .checkbox-2 {
    margin-left: 0px;
  }

  .checkbox-label-2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .div-bg {
    background-image: url('../images/joel-filipe-BNcdsnUNqUY-unsplash-1-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    padding-bottom: 240px;
  }

  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    width: 100%;
  }

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

  .nav-link.mobile {
    display: block;
    padding-bottom: 37px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .nav-link.mobile.pt {
    padding-bottom: 30px;
  }

  .nav-link.desktop {
    display: none;
  }

  .container.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.flex-horizontal.formulario {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    background-color: #5a2f49;
  }

  .image-3 {
    width: auto;
    height: 86px;
  }

  .image-3.desktop {
    display: none;
  }

  .image-3.mobile {
    display: block;
  }

  .image-3.mobile-menu {
    position: absolute;
    left: 0%;
    top: 2%;
    right: auto;
    bottom: auto;
    display: block;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 20px;
    -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;
  }

  .link-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .link-block.mobile.facebook {
    margin-left: 15px;
  }

  .link-block.footer {
    padding-right: 0px;
  }

  .register-div {
    width: 80%;
  }

  .div-block {
    width: 90%;
    margin-top: 120px;
  }

  .image-4 {
    display: block;
  }

  .image-4.mobile {
    display: none;
  }

  .heading {
    font-size: 32px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .img-bg-form {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 33%;
  }

  .submit-button {
    margin-top: 23px;
  }

  .heading-4 {
    font-size: 44px;
    line-height: 64px;
  }

  .checkbox-field {
    margin-top: 20px;
  }

  .link-2 {
    margin-right: 20px;
  }

  .popup-container {
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .popup-title {
    font-size: 24px;
  }

  .modal-cookies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brand {
    z-index: 20;
  }

  .menu-button {
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 10px 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button.w--open {
    z-index: 20;
    background-color: #5a2f49;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 36px;
    padding-bottom: 16px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: left;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6.desktop {
    display: none;
  }

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

  .div-block-7 {
    display: none;
    background-color: #8f8f8f;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 70px;
  }

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

  .menu-line-top {
    position: absolute;
    left: auto;
    top: 10px;
    right: 0%;
    bottom: auto;
    width: 80%;
    height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-top.dark {
    background-color: #5a2f49;
  }

  .menu-line-middle {
    position: absolute;
    left: auto;
    top: 48%;
    right: 0px;
    width: 60%;
    height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-middle.dark {
    background-color: #5a2f49;
  }

  .menu-line-bottom {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 10px;
    width: 45%;
    height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom.dark {
    background-color: #5a2f49;
  }

  .checkbox-label-2 {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 100px;
  }

  .navbar {
    position: absolute;
  }

  .hero-text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .container.flex-horizontal {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-3.mobile-menu {
    left: 10%;
  }

  .register-div {
    width: 100%;
  }

  .div-block {
    width: 100%;
    -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;
  }

  .image-4 {
    display: none;
  }

  .image-4.mobile {
    position: static;
    left: 0px;
    display: block;
    width: 45%;
  }

  .image-5 {
    display: none;
  }

  .image-5.mobile {
    position: static;
    right: 0px;
    display: block;
    width: 45%;
  }

  .image-6 {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: -11%;
    width: 35%;
    margin-top: 30px;
  }

  .button-2.text-white {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .img-bg-form {
    width: 93%;
  }

  .serveces-grid {
    width: 90%;
  }

  .servico-title {
    font-size: 16px;
  }

  .servico-img {
    width: 130px;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .link {
    display: inline;
  }

  .checkbox-label {
    display: inline-block;
    width: 100%;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-container {
    padding-top: 50px;
  }

  .popup-title {
    font-size: 24px;
  }

  .modal-cookies {
    display: none;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
  }

  .link-5 {
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
    padding-bottom: 200px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .form-section {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 80px;
  }

  .image-3.mobile-menu {
    left: 0%;
  }

  .div-block {
    margin-top: 140px;
  }

  .image-4.mobile {
    width: 48%;
  }

  .image-5.mobile {
    width: 47%;
  }

  .image-6 {
    width: 42%;
    margin-top: 0px;
  }

  .services-section {
    padding-top: 30px;
  }

  .serveces-grid {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -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;
  }

  .div-block-5 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .logo-footer {
    display: none;
  }

  .submit-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-texto-politica {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .politicas-texto {
    margin-top: 30px;
  }

  .link-2 {
    margin-right: 0px;
  }

  .popup-text {
    margin-bottom: 24px;
  }

  .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 276px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
    -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;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
  }

  .popup-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }

  .button-3 {
    padding: 10px 15px;
  }

  .button-3.orange {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-3.orange.cookies {
    width: 100%;
    margin-bottom: 16px;
  }

  .link-4 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-button {
    padding: 0px;
  }

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

  .image-12 {
    width: 40px;
    height: 40px;
  }

  .socials-footer {
    width: 30%;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }
}

#w-node-_68907e9c-774e-c8f0-6ba2-6955e0223fa1-e0223f9e {
  -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-_68907e9c-774e-c8f0-6ba2-6955e0223fa3-e0223f9e {
  -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-_68907e9c-774e-c8f0-6ba2-6955e0223fa8-e0223f9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_202e53d1-c13a-7667-cf0f-ef46aaa132ac-aaa132a9 {
  -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-_202e53d1-c13a-7667-cf0f-ef46aaa132ae-aaa132a9 {
  -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-_202e53d1-c13a-7667-cf0f-ef46aaa132b4-aaa132a9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-aff42286-3b57-7b69-e9a1-e2bc0fda6546-e0223f9e {
    -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-_68907e9c-774e-c8f0-6ba2-6955e0223fa8-e0223f9e {
    -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-d7d7d9a4-d252-9742-045d-e2decc81e8bc-aaa132a9 {
    -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-_202e53d1-c13a-7667-cf0f-ef46aaa132b4-aaa132a9 {
    -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;
  }
}

