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

body {
  font-family: Inter, sans-serif;
  color: #343a54;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3c4359;
  font-size: 6em;
  line-height: 0.9;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #343a54;
  font-size: 4.5em;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #343a54;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #343a54;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d6b773;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #343a54;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #3c4359;
  font-size: 1em;
  line-height: 1.5;
}

a {
  color: #f3c53a;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  background-color: #3c4359;
  color: #be6e46;
  text-align: left;
  text-transform: uppercase;
}

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

.container.home {
  margin-bottom: 5rem;
}

.h1-coming-soon {
  max-width: 900px;
  margin-bottom: 2rem;
  color: #fdf9f3;
  letter-spacing: -0.03em;
}

.heading {
  color: #d6b773;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d6b773;
  font-size: 15px;
  text-decoration: none;
}

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

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

.nav-conteudo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.drop-toggle {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d6b773;
}

.drop-toggle:hover {
  color: #b19557;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.drop-pointer {
  position: relative;
}

.nav-link-detalhes {
  color: rgba(56, 54, 50, 0.8);
  font-size: 14px;
  white-space: normal;
}

.brand {
  margin-right: 44px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-coluna-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.botao-cadastro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 1rem;
  padding-right: 35px;
  padding-left: 35px;
  -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: 20px;
  background-color: #d6b773;
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #343a54;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -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;
}

.nav-dropdown {
  min-width: 140px;
}

.nav-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.nav-dropdown.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.nav-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-bloco {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fcf9f5;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fcf9f5;
  box-shadow: 4px -19px 35px 0 rgba(90, 64, 32, 0.08), 11px 11px 30px -10px rgba(90, 64, 32, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.drop-titulo {
  margin-bottom: 2px;
  color: #383128;
  font-size: 15px;
}

.nav-dir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  font-size: 16px;
}

.drop-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fcf9f5;
  box-shadow: 4px -19px 35px 0 rgba(90, 64, 32, 0.08), 11px 11px 30px -10px rgba(90, 64, 32, 0.15);
}

.drop-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  position: static;
  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;
  color: #383028;
  font-size: 15px;
}

.logo {
  width: 54px;
}

.icone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -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;
  border-radius: 100px;
  background-color: rgba(195, 186, 170, 0.2);
}

.icone {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fcf9f5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.botoes-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: #be6e45;
  font-size: 14px;
  white-space: normal;
}

.dropdown-coluna-dir {
  width: 50%;
  height: 100%;
  padding: 25px;
  -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-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fcf9f5;
}

.drop-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.drop-link:hover {
  background-color: #f8f5ee;
  color: #be6e45;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
}

.nav-wrap {
  background-color: #343a54;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.body {
  background-color: #c3baaa;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  -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;
}

.tag-titulo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #be6e45;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
}

.text-block {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #be6e45;
  font-size: 2em;
  line-height: 1;
}

.botao {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #be6e46;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fcf9f5;
  font-size: 18px;
  text-align: center;
}

.botao:hover {
  background-color: #9b5b3a;
}

.botao.mt-1 {
  margin-top: 1rem;
  background-color: #3c4359;
}

.botao.mt-1.gold {
  background-color: #f3c53a;
  color: #3c4359;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1rem 3% 6rem;
  -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: #f3c53a;
  background-image: url('../images/bg-forma-1.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header.hidden {
  display: none;
}

.review-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}

.botao-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -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;
}

.hero-paragraph {
  color: #5d4c4a;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
}

.hero-h1 {
  max-width: 580px;
  margin-bottom: 20px;
  color: #5d4c4a;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.container-flex.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.span-marrom {
  color: #be6e46;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.hero-image {
  border-radius: 20px;
}

.review-logo {
  margin-right: 16px;
  margin-bottom: 10px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 5px 3%;
  -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: #f3c53a;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -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;
}

.banner-texto {
  color: #3c4359;
}

.link-branco {
  color: #2f354f;
  font-weight: 700;
  text-decoration: none;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 100px 3%;
  -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: #fcf9f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 67, 89, 0.9)), to(rgba(60, 67, 89, 0.9))), url('../images/01.jpg');
  background-image: linear-gradient(180deg, rgba(60, 67, 89, 0.9), rgba(60, 67, 89, 0.9)), url('../images/01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.cbb-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 500px;
}

.titulo-wrap-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-h1 {
  color: #dad2c5;
  font-size: 4em;
}

.header-h1.light {
  color: #dad2c5;
}

.section-conteudo {
  position: relative;
  padding: 120px 3%;
  background-color: #fcf9f5;
}

.section-conteudo.bggold {
  background-color: #fdf9f3;
}

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

.section-conteudo.bg-amarelo {
  background-color: #f3c53a;
}

.section-conteudo.bg-white {
  background-color: #fff;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-link-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: #f0e5cc;
  font-size: 16px;
}

.tab-link-round.w--current {
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #f3c53a;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #343a54;
}

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

.footer-logo {
  margin-bottom: 25px;
}

.footer-detalhe-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 3% 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;
  background-color: #2f354f;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #3c4359;
  text-decoration: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding: 10px;
  -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: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  border-color: rgba(61, 52, 44, 0.5);
}

.redes-sociais-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-grid {
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 60px;
  -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-top: 1px solid rgba(126, 130, 143, 0.09);
  font-size: 15px;
}

.social-icon {
  width: 18px;
  opacity: 0.5;
}

.footer-detalhe-link {
  color: #f3c53a;
  text-decoration: none;
}

.footer-link {
  margin-bottom: 12px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  color: #f3c53a;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(243, 197, 58, 0.75);
}

.legal {
  color: #353448;
}

.footer-coluna {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-detalhe-dir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -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;
}

.titulo {
  margin-bottom: 20px;
  color: #fdf9f3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

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

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-right: 15px;
  padding-bottom: 1rem;
  -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-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #221f19;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-conteudo-faq {
  position: relative;
  padding: 60px 3%;
  background-color: #f1f1f1;
}

.question-title {
  color: #bd6e46;
  font-size: 18px;
  font-weight: 600;
}

.faq-plus {
  width: 20px;
  opacity: 0.5;
}

.faq-paragrafo {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5d4c4a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.cor-bloco {
  height: 120px;
  background-color: #343a54;
}

.cor-bloco.c9 {
  background-color: #3c4359;
}

.cor-bloco.c8 {
  background-color: #2f354f;
}

.cor-bloco.c2 {
  background-color: #f3c53a;
}

.cor-bloco.c3 {
  background-color: #a83435;
}

.header-h4 {
  color: #5d4c4a;
  font-size: 30px;
}

.style-guide-section {
  padding: 100px 3%;
}

.cor-hex {
  margin-top: 4px;
  color: #c3baaa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.label-guia {
  color: #c3baaa;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.guia-titulo-wrap-esq {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.cor-titulo {
  float: left;
  color: #5d4c4a;
  font-size: 16px;
  font-weight: 700;
}

.colour-grid {
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.colour-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 14px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colour {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 17px 0 rgba(82, 76, 76, 0.06);
}

.p1 {
  max-width: 600px;
  color: #5d4c4a;
  font-size: 18px;
  font-weight: 400;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.block {
  margin-bottom: 45px;
}

.fonte-tamanho {
  margin-left: 8px;
  color: #be6e46;
}

.guia-bloco-detalhe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.highlight-default {
  background-color: rgba(255, 171, 0, 0.23);
}

.formulario-pp {
  margin-bottom: 1rem;
  font-size: 13px;
  text-align: left;
}

.abstract-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: -6%;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-image: url('../images/Path-3--Path-3--Path-3--Path-3--Path-3--Path-3--Path-3-Mask.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-cadastro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 15% 5%;
  -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: #2f354f;
}

.formulario {
  margin-bottom: 0px;
}

.campo {
  position: relative;
  z-index: 1;
  height: 50px;
  padding-top: 11px;
  border-style: none;
  border-width: 1px;
  border-color: #dcdcdd;
  border-radius: 5px;
  background-color: #fff;
}

.campo:focus {
  border-color: #5d4c4a;
}

.campo::-webkit-input-placeholder {
  color: #a0a0a0;
}

.campo:-ms-input-placeholder {
  color: #a0a0a0;
}

.campo::-ms-input-placeholder {
  color: #a0a0a0;
}

.campo::placeholder {
  color: #a0a0a0;
}

.campo.select-field {
  padding-top: 8px;
}

.campo.select-field.wide {
  line-height: 35px;
  cursor: pointer;
}

.formulario-painel {
  width: 100%;
  max-width: 30vw;
}

.formulario-painel.left {
  height: 100%;
  background-image: url('../images/hero-img-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.formulario-painel.dir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.campo-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  color: #5d4c4a;
  line-height: 14px;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 25px;
}

.component-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  height: 50px;
  min-width: 170px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #ffd000;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #000;
}

.submit-button:hover {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.campo-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -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;
}

.line {
  width: 100%;
  height: 1px;
  border-style: dashed none none;
  border-width: 1.3px;
  border-color: #d1cdcd;
}

.content-card {
  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;
  text-align: center;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.works-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-image {
  margin-bottom: 40px;
}

.content-grid {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid.regionais {
  margin-bottom: 4rem;
}

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

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

.content-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #be6e46;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

.button:hover {
  background-color: #ff8946;
}

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

.header-h2 {
  color: #3c4359;
  font-size: 55px;
  line-height: 1;
}

.section-conteudo-antigo {
  position: relative;
  padding: 140px 3%;
  background-color: #d6b773;
  background-image: url('../images/bg-forma-2.svg');
  background-position: 50% 50%;
  background-size: 96% 90%;
  background-repeat: no-repeat;
}

.section-conteudo-antigo.off {
  background-image: none;
}

.section-conteudo-antigo.bg-branco {
  background-color: #fff;
}

.tab-inner {
  background-position: 0% 50%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.campo-senha {
  min-height: 50px;
  padding-left: 20px;
  border-radius: 20px;
}

.ml-2 {
  margin-left: 2rem;
}

.text-block-2 {
  color: #fdf9f3;
}

.paragraph {
  color: #fdf9f3;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 700;
}

.pricing-page-desc {
  margin-bottom: 40px;
  color: #999;
}

.plan-desc {
  margin-bottom: 30px;
}

.feature-desc {
  margin-bottom: 0px;
  padding-right: 30%;
  color: #978b6f;
  font-size: 1.2rem;
}

.feature-name {
  margin-top: 0px;
}

.cc-functions__heading {
  margin-bottom: 0px;
}

.feature-info {
  margin-top: 0px;
  margin-bottom: 70px;
  color: #2f354f;
  font-weight: 500;
}

.div-block {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
}

.text-span {
  font-size: 16px;
  font-weight: 300;
}

.plan-name {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
}

.cc-functions__p {
  opacity: 0.5;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fcf9f5;
}

.precos-grid {
  width: 95%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.cc-functions {
  text-align: center;
}

.tag-feature {
  color: #999;
  font-size: 10px;
}

.plan-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
}

.plan-info-wrapper.pro {
  color: #434343;
}

.plan-info-wrapper.functions {
  display: none;
  border-style: none;
}

.pricing-grid-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "feature plan-1 plan-2 plan-3 plan-4"
    "feature Todos Todos Todos Todos";
  -ms-grid-columns: 1.75fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-grid-row.cc-plans {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-bottom: 40px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-style: none;
  background-color: #fcf9f5;
}

.pricing-grid-row.coming {
  color: #6c6c6c;
}

.pricing-grid-row.top {
  grid-auto-flow: row;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-style: none;
}

.plan-price {
  padding: 10px 10px 10px 0px;
  font-size: 18px;
  font-weight: 500;
}

.cc-functions__inner {
  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-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.text-block-3 {
  color: #343a54;
  font-size: 12px;
  text-align: justify;
}

.text-block-3.metade {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.text-block-4 {
  color: #d6b773;
}

.text-block-5 {
  color: #d6b773;
}

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

.paragraph-2 {
  color: #3c4359;
}

.div-sect {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

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

.trab-cient {
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-6 {
  line-height: 2;
}

.hidden {
  display: none;
}

.section-conteudo-2 {
  position: relative;
  padding: 120px 3%;
  background-color: #fcf9f5;
}

.tab-link-round-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: #f0e5cc;
  font-size: 16px;
}

.tab-link-round-2.w--current {
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #f3c53a;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #343a54;
}

.image {
  border-radius: 12px;
  box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.48);
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.half-list {
  width: 50%;
}

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

.texto-estatuto {
  line-height: 2.3;
  text-align: justify;
}

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

.subtitulo-hero {
  margin-top: 0rem;
  color: #3d3e61;
  font-size: 1.9em;
}

.linha-rodape {
  width: 100%;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f3c53a;
}

.linha-rodape.in-center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.home-flex-unit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-flex-unit.mr-40px {
  padding-right: 40px;
}

.home-flex-unit.mr-40px.is--66 {
  width: 66.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-flex-unit.is--palestr {
  padding-right: 30px;
}

.home-h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #f3c53a;
  line-height: 16px;
}

.home-linha-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 25px;
  margin-top: 40px;
  -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;
  background-color: transparent;
}

.home-linha-wrap.home-linha-small {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-conteudo-novo {
  position: relative;
  padding: 120px 20% 120px 12.5%;
}

.section-conteudo-novo.is--evento {
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section-conteudo-novo.is--agenda {
  padding-top: 120px;
  padding-right: 12.5%;
  padding-bottom: 120px;
  background-color: #f3c53a;
}

.section-conteudo-novo.is--contact {
  padding-right: 12.5%;
}

.home-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-highlight {
  margin-bottom: 30px;
  color: #343a54;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.home-texto {
  margin-bottom: 25px;
}

.home-texto.with-margin-left {
  padding-left: 20px;
}

.span1 {
  color: #f3c53a;
  font-style: italic;
}

.text-span-3 {
  color: #f3c53a;
  font-style: italic;
}

.imagem-esq {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 480px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-linha {
  width: 100%;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f3c53a;
}

.home-linha.in-center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.texto-h4 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.texto-h4.branco {
  color: #f3c53a;
}

.c-type__h2-2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #f3c53a;
  line-height: 16px;
}

.c-evento__edicao-ant {
  margin-top: 120px;
}

.home-apoio-logo {
  margin-right: 25px;
  text-decoration: none;
}

.home-apoio-titulo {
  margin-bottom: 10px;
  color: #23245f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.home-hotel-img {
  margin-top: 25px;
}

.home-apoios-mob {
  display: none;
}

.c-evento__album-thumb {
  width: 215px;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.home-wrap-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 210px;
  background-color: #f3c53a;
}

.home-apoios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-type__highlighted-2 {
  margin-bottom: 30px;
  color: #333a50;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.home-apoio-wrap {
  display: inline-block;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-apoiadores {
  margin-top: 40px;
  margin-bottom: 80px;
}

.home-h4-mob {
  display: none;
}

.agenda-heading {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #d6b773;
  line-height: 16px;
}

.c-type__paragraph-mob {
  display: none;
}

.c-agenda__day {
  height: 100px;
  margin-bottom: 40px;
  border-bottom: 4px solid #23245f;
}

.c-agenda__day.observation {
  height: 120px;
  padding-top: 5px;
  padding-left: 20px;
  border-bottom-color: #343a54;
  background-color: #343a54;
  color: #fff;
}

.c-agenda__day-name {
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.agenda-bloco {
  height: 110px;
  padding-top: 20px;
  border-bottom: 2px solid #23245f;
}

.agenda-bloco._90mins {
  height: 150px;
}

.agenda-bloco.bigger {
  height: 260px;
}

.agenda-bloco._3h {
  height: 300px;
}

.agenda-atividade {
  display: block;
  margin-top: 10px;
}

.c-type__date {
  margin-top: 20px;
  font-size: 50px;
  line-height: 40px;
}

.agenda-horario-bg {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 5px;
  background-color: #343a54;
  color: #fff;
  font-size: 16px;
}

.home-parag {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-h4 {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-h4.pb-4 {
  margin-bottom: 1rem;
}

.home-header2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #f3c53a;
  line-height: 16px;
}

.home-span-bold {
  font-weight: 700;
}

.hero-div-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-holder {
  width: 50%;
  margin-right: 0%;
  margin-left: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-holder.home {
  width: auto;
  margin-right: 10%;
  margin-left: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.agenda-texto {
  font-size: 14px;
  line-height: 24px;
}

.agenda-texto.light {
  color: #e0e7f0;
}

.agenda-texto.light.hero-subhead {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  font-size: 19px;
  font-weight: 200;
}

.agenda-texto.mb-20px {
  margin-bottom: 20px;
}

.btn {
  height: 50px;
  margin-top: 30px;
  padding: 14px 50px;
  border-radius: 25px;
  background-color: #f5b62e;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.btn:hover {
  background-color: #df9d0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
}

.btn._2 {
  margin-left: 20px;
  background-color: #fff;
  background-image: none;
  color: #343a54;
  text-align: center;
}

.btn._2:hover {
  background-color: #a83435;
  color: #fff;
}

.btn.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.full-width {
  display: block;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width:hover {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width.inner {
  margin-top: auto;
  padding: 15px 15px 11px;
  background-image: none;
}

.hero1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 190px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343a54;
}

.hero1.hidden {
  display: none;
}

.white-heading {
  margin: 0px 0px 20px;
  color: #f3c53a;
  font-size: 72px;
  line-height: 82px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}

.white-heading.home-centred {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.position {
  font-size: 14px;
  font-weight: 300;
}

.agenda-palestrante-foto {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 20px;
  background-image: url('../images/logo-bovino.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.agenda-palestrante-foto._2 {
  background-image: url('../images/logo-bovino.svg');
}

.agenda-palestra-titulo {
  font-size: 14px;
  text-align: left;
}

.agenda-palestra-titulo.padding {
  margin-top: 20px;
}

.agenda-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 20px 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.agenda-item.break {
  border-style: solid;
  border-width: 1px;
  border-color: #f5b62e;
}

.agenda-horario-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agenda-coluna {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.agenda-tab {
  padding-right: 0px;
  padding-left: 0px;
}

.agenda-horario {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.agenda-paragrafo {
  font-size: 14px;
  font-weight: 700;
}

.agenda-paragrafo.no-inner-padding {
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
}

.agenda-paragrafo.no-padding {
  margin-bottom: 0px;
}

.atividade-descricao {
  display: inline-block;
  width: 78%;
}

.heading-5 {
  display: inline-block;
  margin-top: 0px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e0e0e0;
  color: #11244d;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

.heading-5.thinner {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.heading-5.thinner.less-space {
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
}

.agenda-card {
  position: static;
  top: 32px;
  z-index: 1001;
  margin: 0px 0px -20px;
  padding: 35px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 3px rgba(6, 15, 24, 0.06);
  text-align: left;
}

.agenda-palestrante-nome {
  color: #29334e;
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  text-align: left;
}

.agenda-palestrante {
  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;
}

.agenda-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11%;
  margin-left: 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.agenda-colunas.hidden {
  display: none;
}

.section-palestrantes {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(52, 66, 104, 0.07);
  border-bottom: 1px solid rgba(52, 66, 104, 0.07);
  background-color: #fcf9f5;
}

.palestrante-titulo {
  font-size: 14px;
  text-align: left;
}

.palestrante-box {
  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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(32, 61, 92, 0.09), 0 1px 3px 0 rgba(12, 17, 41, 0.06);
  text-align: center;
}

.palestrante-img {
  width: 40%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-image: url('../images/bike-img.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.palestrante-img._2 {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 200px;
  background-color: #f3c53a;
  background-image: none;
}

.palestrante-img._1 {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 200px;
  background-color: #f3c53a;
  background-image: none;
  text-align: left;
}

.palestrante-img._3 {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 200px;
  background-color: #f3c53a;
  background-image: none;
}

.palestrantes-subheading {
  font-size: 14px;
  line-height: 24px;
}

.palestrante-texto {
  margin-top: 7px;
  color: #56697e;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.palestrante-card {
  display: block;
  overflow: visible;
  width: 31%;
  margin-top: 40px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  text-align: left;
}

.palestrante-texto-wrap {
  width: 100%;
  padding: 29px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.palestrantes-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11%;
  margin-left: 11%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.palestrantes-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.palestrante-nome {
  color: #29334e;
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  text-align: left;
}

.heading-6 {
  margin-top: 30px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.text-block-7 {
  line-height: 2.5;
}

.cursos-nome {
  width: 100%;
  margin-top: 1px;
  margin-right: 12px;
  margin-bottom: 6px;
  color: #11244d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cursos-separador {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9eff1;
}

.section-cursos {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #fafbfc;
}

.help-tooltip {
  position: absolute;
  left: 100%;
  top: 20px;
  display: none;
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e3f0;
  border-radius: 5px;
  background-color: #f4f8fa;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  font-size: 11.5px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}

.help-tooltip.tour-tooltip {
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 420px;
  min-height: 0px;
  margin-top: 20px;
  border: 3px solid #2aa8ff;
  background-color: #f4f8fa;
  box-shadow: 0 -5px 20px -5px rgba(45, 62, 80, 0.12), 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  color: #000;
  font-size: 14px;
  line-height: 1.7em;
}

.help-tooltip.tour-tooltip.bottom-tooltip {
  top: 100%;
}

.help-tooltip.tour-tooltip.bottom-tooltip.data-tooltip {
  left: -43px;
  display: none;
}

.cursos-inscricao {
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 13px;
}

.cursos-inscricao.white {
  color: #fff;
}

.tour-bottom-row {
  position: relative;
  bottom: 3px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 10px 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d8e3f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  color: #64636e;
}

.cursos-video-wrap {
  width: 30%;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 4px;
  color: #11244d;
  font-size: 14px;
  font-weight: 500;
}

.relative {
  position: relative;
}

.cursos-header-wrap {
  width: 100%;
}

.cursos-header-wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursos-ads {
  width: 75%;
}

.cursos-ads.dir {
  width: 32%;
  margin-left: 5%;
  padding: 16px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(45, 94, 107, 0.17);
  border-radius: 5px;
  background-color: transparent;
}

.cursos-box {
  margin-left: 25px;
  text-decoration: none;
}

.cursos-box.less-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursos-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e9eff1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 22px 4px rgba(26, 37, 48, 0.06), 0 1px 3px 0 rgba(20, 33, 41, 0.06);
}

.help-title {
  margin-bottom: 3px;
  font-size: 110%;
  line-height: 1.5em;
  font-weight: 800;
}

.help-title.inline-block {
  margin-bottom: 4px;
  font-size: 120%;
}

.cursos-link {
  color: #f3c53a;
}

.cursos-link:hover {
  color: #343a54;
}

.cursos-grid-box {
  width: 35%;
  margin-bottom: 50px;
  padding: 0px 0px 25px;
  border-radius: 5px;
  background-color: transparent;
}

.tour-diamond {
  position: absolute;
  left: 0%;
  top: -7px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  background-color: #f4f8fa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.tour-diamond.top-left {
  left: 50px;
  right: auto;
}

.crusos-video {
  margin-bottom: 6px;
  border-radius: 4px;
}

.cursos-videos-wrap {
  padding-top: 0px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: transparent;
}

.cursos-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cursos-top-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursos-grid {
  width: 60%;
  margin-bottom: 50px;
  margin-left: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
}

.cursos-coluna-esq {
  width: 60%;
}

.light-subhead {
  margin-bottom: 15px;
  color: rgba(240, 255, 254, 0.89);
  font-size: 16px;
}

.light-subhead.darker {
  margin-bottom: 0px;
  color: #56697e;
}

.cursos-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-7 {
  margin-top: 30px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #363a3d;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.heading-7.no-top-padding {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #11244d;
  font-size: 19px;
  line-height: 21px;
  font-weight: 800;
}

.help-tooltip-content {
  position: relative;
  z-index: 2;
  padding: 20px 30px 22px 22px;
  border-radius: 5px;
  background-color: #f4f8fa;
}

.h4-head {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #343a54;
  font-size: 16px;
  font-weight: 800;
}

.cursos-inscricao-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 18px;
  padding: 2px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #f62a49;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.cursos-inscricao-btn.inscreva-se {
  margin-right: 0px;
  padding-bottom: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3c53a;
  background-color: #fff;
  color: #f3c53a;
  text-decoration: none;
}

.cursos-inscricao-btn.inscreva-se:hover {
  background-color: #f3c53a;
  color: #fff;
}

.cursos-inscricao-btn.training {
  padding-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f3c53a;
  background-color: #f3c53a;
}

.cursos-inscricao-btn.nutrition {
  padding-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3c4359;
  background-color: #3c4359;
}

.cursos-coluna-header {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.load-more-div {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.ms-link {
  color: #2aa8ff;
  font-weight: 800;
}

.h1 {
  margin: 0px;
  color: #11244d;
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}

.cursos-container {
  margin-right: 10%;
  margin-left: 10%;
}

.cursos-ads-inner {
  padding-right: 20px;
}

.associacao-texto {
  font-size: 20px;
  line-height: 2;
}

.anais-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 40px;
}

.anais-wrap.section--title {
  max-width: 1120px;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.66);
}

.grid-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.grid-cell.grid-cell--30-30-30-100 {
  width: 30%;
}

.grid-cell.grid-40 {
  width: 40%;
}

.grid-cell.grid-40.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-cell.grid-cell--66-66-100-100 {
  width: 66.66%;
}

.grid-cell.grid-33 {
  width: 33.33%;
}

.grid-cell.grid-33.vertical {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fc464e;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}

.link-2:hover {
  color: #e13d44;
}

.component-title {
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.grid-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: -40px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.4em;
  line-height: 1.4em;
  font-weight: 600;
}

.body-text--18 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--18.margin-16px {
  line-height: 2.3;
  text-align: left;
}

.anais-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anais-link {
  margin-top: 1rem;
  color: #f3c53a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.span2 {
  color: #a83435;
  font-weight: 700;
  text-transform: capitalize;
}

.anais-heading {
  color: #343a54;
}

.anais-img {
  height: 100%;
  max-height: 200px;
  min-height: 200px;
  margin-bottom: 1.5rem;
  background-image: url('../images/logoCobrabui1981.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.anais-img.i {
  background-image: url('../images/Logo-1981-Anais.jpg');
}

.anais-img.mundial {
  background-image: url('../images/Logo-1990-Anais.jpg');
}

.anais-img.iii {
  background-image: url('../images/Logo-1999-Anais.jpg');
}

.anais-img.iv {
  background-image: url('../images/logoCobrabui2001.png');
}

.anais-img.v {
  background-image: url('../images/logoCobrabui2003-small.png');
}

.anais-img.vi {
  background-image: url('../images/logoCobrabui2005.png');
}

.anais-img.vii {
  margin-bottom: 1.5rem;
  background-image: url('../images/logoCobrabui2007.png');
}

.anais-img.viii {
  background-image: url('../images/logoCobrabui2009.png');
}

.anais-img.ix {
  background-image: url('../images/logo-2011-anais.jpg');
}

.anais-img.x {
  background-image: url('../images/logoCobrabui2013.png');
}

.anais-img.xi {
  background-image: url('../images/logoCobrabui2015.png');
}

.anais-img.xii {
  background-image: url('../images/logoCobrabui2017.png');
}

.anais-img.xiii {
  background-image: url('../images/logoCobrabui2019.png');
}

.span3 {
  font-weight: 700;
}

.regionais-logo {
  max-height: 200px;
  background-image: url('../images/19.11---Buiatria-GO.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.regionais-logo.rj {
  max-height: 100px;
  background-image: url('../images/19.11---Buiatria-RJ.jpg');
  background-position: 100% 0%;
}

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

.blog__img-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -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-image: url('../images/60-anos-colab.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.card.card--blog2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.card.card--blog2:hover {
  box-shadow: 0 15px 45px -5px rgba(0, 0, 0, 0.33);
}

.blog__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 48px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.noticias-label {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}

.noticias-label.blog {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}

.body-text--16 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.blog-img {
  max-width: 100px;
  margin-top: 2rem;
}

.plan-description {
  margin-bottom: 18px;
  color: #56697e;
  font-size: 18px;
  font-weight: 300;
}

.plan-price-2 {
  margin-top: 11px;
  margin-bottom: 0px;
  color: #29334e;
  font-size: 44px;
  line-height: 60px;
  font-weight: 800;
}

.pricing-box {
  position: relative;
  display: none;
  width: 30%;
  max-width: 350px;
  min-height: 465px;
  min-width: 275px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 24px 25px;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 22px 4px rgba(26, 37, 48, 0.06), 0 1px 3px 0 rgba(20, 33, 41, 0.06);
}

.trigger-text {
  margin-top: 10px;
  font-size: 13px;
}

.plan-text {
  margin-left: 9px;
  font-weight: 300;
  text-align: left;
}

.plan-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313b53;
  font-size: 15px;
}

.plan-checkbox.greyed {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.plan-checkbox.greyed.last-checkbox {
  opacity: 0;
}

.plan-name-2 {
  color: #fd3e4f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-block-8 {
  font-style: italic;
  text-align: right;
}

.embreve-h3 {
  text-align: center;
}

.hiddendiv {
  display: none;
}

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

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

.error-message-cf1 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.field-label-cf1 {
  margin-top: 20px;
  color: rgba(52, 58, 84, 0.8);
}

.submit-button-cf1 {
  margin-top: 1rem;
  padding: 20px 35px;
  border-radius: 17px;
  background-color: #f3c53a;
  box-shadow: 0 12px 20px -3px #f3c53a;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-size: 18px;
  font-weight: 400;
}

.submit-button-cf1:hover {
  background-color: #3c4359;
  box-shadow: 0 12px 20px -3px #343a54;
}

.success-message-cf1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  background-color: rgba(91, 90, 198, 0.07);
  color: #5b5ac6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.text-field-cf1 {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f6fc #f4f6fc transparent;
  border-radius: 17px;
  background-color: rgba(52, 58, 84, 0.05);
  font-size: 16px;
  text-align: left;
}

.text-field-cf1.big {
  height: 100px;
}

.form-title-cf1 {
  margin-top: 0px;
  color: #5b5ac7;
}

.form-subtitle-cf1 {
  color: #657cbe;
}

.form-block {
  width: 40%;
}

.videos-container {
  width: 100%;
  margin-bottom: 1px;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 2rem;
  padding-left: 0rem;
}

.video-label {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 700;
}

.video-card {
  padding: 2rem 1rem 1rem;
  border-radius: 10px;
  background-color: #f3c53a;
}

.div-block-22 {
  position: relative;
  z-index: 99;
  width: 50%;
  margin: 2rem;
  padding-top: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21));
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 1rem 1rem 1rem 0rem;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  margin-top: 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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 13px 0 rgba(79, 94, 120, 0.14);
}

.abb-heading-video {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #20193a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.card-cta-tag {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
}

.card-cta-tag.card-cta-tag-small {
  left: 1rem;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-2 {
  background-color: #5748c5;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.link-7 {
  margin-left: 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.link-8 {
  position: static;
  top: 13px;
  right: 0px;
  bottom: 0px;
  color: #5748c5;
  text-decoration: none;
}

.cards-social-bottom {
  position: absolute;
  left: 1.2rem;
  right: 0px;
  bottom: 1.2rem;
  z-index: 130;
}

.social-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 11px;
  float: left;
  -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: 4px;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.paragraph-5 {
  margin-bottom: 15px;
  color: #20193a;
}

.arrow-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.column-7 {
  padding: 10px;
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: hsla(0, 0%, 100%, 0.8);
}

.column-10 {
  padding: 10px 1rem;
  -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;
}

.card-cta {
  position: relative;
  min-height: 250px;
  padding: 10% 15%;
  border-radius: 2px;
  background-color: #5748c5;
}

.heading-14 {
  color: #f3f3f3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.arrow-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-left: 1px solid rgba(0, 0, 0, 0.19);
  background-color: hsla(0, 0%, 100%, 0.8);
}

.card-cta-heading {
  margin-top: 45px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.paragraph-4 {
  color: hsla(0, 0%, 100%, 0.94);
  line-height: 24px;
  font-weight: 300;
}

.card-wrap-bg {
  position: relative;
  min-height: 560px;
  padding: 126px 15% 40px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/img-card-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/img-card-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.texto-center {
  text-align: center;
}

.quote-container {
  width: 100%;
}

.heading-22 {
  position: static;
  color: #20193a;
  font-size: 28px;
  line-height: 1;
}

.image-4 {
  border-radius: 100px;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.links-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  margin: 1rem 0rem;
  padding: 0.75rem 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.links-card:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.text-block-10 {
  float: left;
  color: #f3c53a;
  font-size: 12px;
  font-weight: 500;
}

.text-block-11 {
  margin-left: 8px;
  color: #20193a;
  font-weight: 500;
}

.div-block-32 {
  position: absolute;
  left: 27px;
  top: 95px;
}

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

.heading-21 {
  overflow: visible;
  font-family: Oswald, sans-serif;
  color: rgba(32, 25, 58, 0.04);
  font-size: 13rem;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-name-under {
  margin-left: 8px;
  color: #4f5e78;
  font-size: 12px;
  line-height: 17px;
}

.abb-links-heading {
  color: #333a50;
}

.foto-presid {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url('../images/MG.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.foto-presid.ba {
  background-image: url('../images/BA.jpg');
}

.foto-presid.ce {
  background-image: url('../images/CE.jpg');
  background-position: 50% 0%;
}

.foto-presid.godf {
  background-image: url('../images/GO.DF.png');
  background-position: 50% 50%;
}

.foto-presid.paam {
  background-image: url('../images/2011-2013.png');
}

.foto-presid.rj {
  background-image: url('../images/RJ.jpg');
}

.foto-presid.rs {
  background-image: url('../images/2017-2019.jpg');
}

.foto-presid.ms {
  background-image: url('../images/1999-2001.jpg');
}

.foto-presid.pr {
  background-image: url('../images/2015-2017.jpg');
}

.foto-presid.sp {
  background-image: url('../images/SP.jpg');
}

.foto-presid.pe {
  background-image: url('../images/PE.jpg');
}

.foto-presid.mt {
  background-image: url('../images/MT.jpg');
}

.foto-presid._17a19 {
  background-image: url('../images/2017-2019.jpg');
}

.foto-presid._15a17 {
  background-image: url('../images/2015-2017.jpg');
}

.foto-presid._09a11 {
  background-image: url('../images/2009-2011.jpg');
}

.foto-presid._11a13 {
  background-image: url('../images/2011-2013.png');
}

.foto-presid._13a15 {
  background-image: url('../images/2013-2015.jpg');
}

.foto-presid._07a09 {
  background-image: url('../images/2007-2009.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto-presid._05a07 {
  background-image: url('../images/2005-2007.jpg');
}

.foto-presid._03a05 {
  background-image: url('../images/2003-2005.jpg');
}

.foto-presid._01a03 {
  background-image: url('../images/2001-2003.png');
}

.foto-presid._99a01 {
  background-image: url('../images/1999-2001.jpg');
}

.foto-presid._96a99 {
  background-image: url('../images/1996-1999.jpg');
}

.foto-presid._85a96 {
  background-image: url('../images/1985-1996.jpg');
}

.foto-presid._80a85 {
  background-image: url('../images/1980-1985.png');
}

.sobrescrito {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
}

.blog__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  max-height: 360px;
  margin-bottom: 16px;
  -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: 12px;
  background-image: url('../images/60-anos-colab.jpg');
  background-position: 50% 50%;
  background-size: 110%;
  box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog__img:hover {
  box-shadow: 0 15px 45px -5px rgba(0, 0, 0, 0.33);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog__logo-link {
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  background-image: url('../images/logo-1.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-h-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: -40px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid-h-2.grid-h--right-justify {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #313131;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 600;
}

.social-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icons-container.social-icons-container--blog {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.blog__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.social-icons {
  width: 28px;
  height: 28px;
  margin-right: 24px;
  opacity: 0.7;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

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

.social-icons.social-icons--blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  -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-filter: brightness(0%);
  filter: brightness(0%);
}

.social-icons-img {
  width: 100%;
}

.collection-item {
  margin-top: 86px;
  margin-bottom: 160px;
  padding: 41px 196px;
  background-color: #f3c53a;
}

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

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

.assoc-links {
  margin-bottom: 0.5rem;
  color: #a83435;
  font-weight: 700;
}

.noticias-subheading {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.right-floating-cookie {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2rem;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-radius: 10px;
  background-color: #3c4359;
}

.right-cookie-image {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.white-text {
  color: #fff;
}

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

.cookie-content {
  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;
}

.cookie-button-blue {
  margin-right: 20px;
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 5px;
  background-color: #f3c53a;
  color: #000;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.right-floating-cookie-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  width: 625px;
  padding: 25px;
  border-radius: 10px;
  background-color: #000;
}

.cookies-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 85vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #6b6b6b;
  border-radius: 5px;
}

.cookie-button-blue-2 {
  margin-right: 20px;
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 5px;
  background-color: #b5e3f4;
  color: #000;
}

.cookie-button-blue-2:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

@media screen and (max-width: 991px) {
  .nav-link-detalhes {
    color: rgba(214, 183, 115, 0.7);
  }

  .botao-cadastro {
    background-color: #a83435;
    color: #fff;
  }

  .navbar {
    display: none;
  }

  .nav-esq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .drop-titulo {
    color: #d6b773;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav-link {
    width: 100%;
    color: #d6b773;
  }

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

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -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;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
    background-color: #3c4359;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #a83435;
    color: #c3baaa;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #d6b773;
    color: #3c4359;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #a83435;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #3c4359;
    color: #5d4c4a;
  }

  .dropdown-link-mobile:hover {
    background-color: #2f354f;
  }

  .dropdown-link-mobile.w--current {
    background-color: #333a50;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-toggle {
    width: 100%;
    color: #d6b773;
  }

  .header {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

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

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

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content {
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container-flex-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .tab-link-round {
    margin-bottom: 10px;
  }

  .menu-item {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .guia-titulo-wrap-esq {
    text-align: left;
  }

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

  .formulario-painel.left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 60%;
    margin-left: -80px;
    background-size: contain;
  }

  .formulario-painel.dir {
    width: 100%;
    max-width: 50vw;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .campo-label {
    color: #343a54;
  }

  .component-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .line-column {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line {
    width: 1px;
    height: 100%;
    min-height: 100px;
    border-style: none dashed none none;
  }

  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .works-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .content-grid {
    justify-items: center;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-grid.regionais {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-conteudo-antigo {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5fbfc;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .feature-desc {
    margin-bottom: 10px;
  }

  .feature-name-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pricing-grid-row {
    display: none;
    grid-template-areas: "feature feature feature"
      "plan-1 plan-2 plan-3";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-top-style: none;
  }

  .pricing-grid-row.cc-plans {
    display: none;
    padding-bottom: 20px;
    grid-template-areas: "feature feature feature"
      "plan-1 plan-2 plan-3";
  }

  .pricing-grid-row.top {
    display: none;
  }

  .text-block-3.metade {
    display: none;
  }

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

  .tab-link-round-2 {
    margin-bottom: 10px;
  }

  .home-flex-unit {
    width: 100%;
  }

  .home-flex-unit.mr-40px {
    padding-right: 0px;
  }

  .home-flex-unit.mr-40px.is--66 {
    width: 100%;
  }

  .home-flex-unit.is--palestr {
    padding-right: 0px;
  }

  .home-h2 {
    font-size: 36px;
  }

  .section-conteudo-novo.is--agenda {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .home-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-texto.with-margin-left {
    display: none;
  }

  .imagem-esq {
    width: 75%;
  }

  .texto-h4 {
    display: none;
  }

  .c-type__h2-2 {
    font-size: 36px;
  }

  .home-apoio-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-apoio-titulo.with-space {
    margin-bottom: 10px;
  }

  .home-hotel-img {
    margin-bottom: 50px;
  }

  .home-apoios-mob {
    display: block;
  }

  .home-apoios-mob:hover {
    background-position: 0px 100%;
  }

  .home-apoios {
    display: none;
  }

  .home-h4-mob {
    display: block;
  }

  .agenda-heading {
    font-size: 36px;
  }

  .c-type__paragraph-mob {
    display: block;
  }

  .c-agenda__day {
    margin-bottom: 0px;
  }

  .c-agenda__day.observation {
    display: none;
  }

  .agenda-bloco {
    height: auto;
    margin-bottom: 30px;
  }

  .agenda-bloco._90mins {
    height: auto;
  }

  .agenda-bloco.bigger {
    height: auto;
  }

  .agenda-bloco._3h {
    height: auto;
  }

  .agenda-atividade {
    margin-top: 5px;
  }

  .c-type__date {
    margin-top: 40px;
  }

  .home-h4 {
    display: none;
  }

  .home-header2 {
    font-size: 36px;
  }

  .home-span-bold {
    font-weight: 700;
  }

  .hero-div-holder {
    margin-right: 8%;
    margin-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .content-holder.home {
    margin-right: 2%;
    margin-left: 2%;
  }

  .agenda-texto {
    font-size: 18px;
    line-height: 23px;
  }

  .agenda-texto.light.hero-subhead {
    width: 85%;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .btn.full-width.inner {
    margin-top: 30px;
  }

  .hero1 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .white-heading.home-centred {
    width: 100%;
  }

  .agenda-tab {
    padding-left: 0px;
  }

  .atividade-descricao {
    width: 76%;
  }

  .heading-5.thinner {
    font-size: 32px;
    line-height: 39px;
  }

  .agenda-card {
    top: 9px;
    z-index: 1001;
    margin-right: 0px;
    margin-left: -60px;
    box-shadow: 0 0 8px 3px rgba(32, 93, 54, 0.11);
  }

  .agenda-colunas {
    margin-right: 4%;
    margin-left: 4%;
  }

  .palestrantes-subheading {
    font-size: 18px;
    line-height: 23px;
  }

  .palestrante-card {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .palestrante-texto-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .palestrantes-header {
    margin-right: 8%;
    margin-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .palestrantes-card-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .cursos-header-wrap.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cursos-ads.dir {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cursos-grid-box {
    width: 100%;
  }

  .cursos-grid {
    width: 100%;
    margin-left: 0%;
  }

  .cursos-coluna-esq {
    width: 100%;
  }

  .cursos-container {
    margin-right: 4%;
    margin-left: 4%;
  }

  .anais-wrap {
    padding: 64px 32px;
  }

  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }

  .grid-cell.grid-cell--66-66-100-100 {
    width: 100%;
  }

  .grid-cell.grid-33.vertical.hidden {
    display: none;
  }

  .grid-h {
    margin-top: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
  }

  .heading-h2 {
    font-size: 2.2em;
  }

  .card {
    padding: 24px;
  }

  .pricing-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .plan-checkbox.greyed.last-checkbox {
    display: none;
  }

  .plan-name-2 {
    color: #a83435;
  }

  .div-block-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-block-9 {
    display: block;
  }

  .div-block-22 {
    height: 100%;
  }

  .div-block-23 {
    padding-left: 15px;
  }

  .div-block-21 {
    margin-top: 13px;
  }

  .cards-social-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .social-card-base.social-card-padding {
    margin-left: 4px;
  }

  .column-7 {
    padding: 5px;
  }

  .column-10 {
    padding: 5px;
  }

  .card-cta {
    padding-right: 10%;
    padding-bottom: 15%;
    padding-left: 10%;
  }

  .card-cta-heading {
    margin-bottom: 75px;
  }

  .paragraph-4 {
    margin-bottom: 89px;
  }

  .card-wrap-bg {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .links-card {
    padding-bottom: 5px;
  }

  .abb-links-heading {
    font-size: 2em;
  }

  .blog__img {
    height: 30vw;
  }

  .grid-h-2 {
    margin-top: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
  }

  .social-icons-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-icons {
    width: 24px;
    height: 22px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90vw;
  }

  .h1-coming-soon {
    font-size: 4em;
  }

  .tag-titulo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1em;
  }

  .text-block {
    font-size: 1.75em;
  }

  .header {
    padding-bottom: 60px;
  }

  .botao-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .tab-link-round {
    width: 40%;
    text-align: center;
    white-space: nowrap;
  }

  .order-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-item {
    width: 50%;
  }

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

  .colour {
    margin-bottom: 25px;
  }

  .abstract-1 {
    right: 5%;
    bottom: -2%;
  }

  .section-cadastro {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .formulario-painel.left {
    position: static;
    width: 90%;
    height: 600px;
  }

  .formulario-painel.dir {
    width: 80%;
    margin-top: -100px;
  }

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

  .header-h2 {
    font-size: 40px;
  }

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

  .feature-name {
    font-size: 14px;
  }

  .tab-link-round-2 {
    width: 40%;
    text-align: center;
    white-space: nowrap;
  }

  .home-flex-unit.mr-40px {
    padding-right: 0px;
  }

  .home-h2 {
    border-bottom-width: 10px;
  }

  .section-conteudo-novo {
    padding: 80px 20% 80px 10%;
  }

  .section-conteudo-novo.is--evento {
    padding-top: 80px;
  }

  .section-conteudo-novo.is--agenda {
    padding-top: 80px;
    padding-right: 10%;
    padding-bottom: 80px;
  }

  .section-conteudo-novo.is--contact {
    padding-bottom: 120px;
    background-size: auto 50%;
  }

  .texto-h4 {
    display: none;
  }

  .c-type__h2-2 {
    border-bottom-width: 10px;
  }

  .home-apoio-logo {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .home-apoio-titulo {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .home-apoio-titulo.with-space {
    margin-bottom: 0px;
  }

  .c-evento__album-thumb {
    width: 150px;
    height: 100px;
  }

  .home-apoio-wrap {
    display: block;
  }

  .agenda-heading {
    border-bottom-width: 10px;
  }

  .agenda-bloco._3h {
    padding-top: 0px;
  }

  .home-h4 {
    display: none;
  }

  .home-header2 {
    border-bottom-width: 10px;
  }

  .home-span-bold {
    font-weight: 700;
  }

  .hero-div-holder {
    margin-right: 7%;
    margin-left: 7%;
  }

  .agenda-texto.light.hero-subhead {
    width: 88%;
  }

  .btn {
    padding-right: 45px;
    padding-left: 45px;
  }

  .white-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .agenda-coluna {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .agenda-card {
    margin-left: 0px;
  }

  .agenda-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .palestrantes-header {
    margin-right: 6%;
    margin-left: 6%;
  }

  .palestrantes-card-wrap {
    margin-right: 5%;
    margin-left: 5%;
  }

  .cursos-nome {
    margin-right: 12px;
  }

  .section-cursos {
    padding-bottom: 75px;
  }

  .help-tooltip.tour-tooltip.bottom-tooltip.data-tooltip {
    display: none;
  }

  .cursos-video-wrap {
    width: 46%;
    margin-bottom: 25px;
  }

  .cursos-flex-wrapper {
    margin-top: 40px;
  }

  .h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .anais-wrap {
    padding: 40px 16px;
  }

  .grid-cell {
    padding-top: 16px;
    padding-left: 16px;
  }

  .grid-cell.grid-cell--66-66-100-100 {
    width: 100%;
  }

  .grid-cell.grid-33 {
    width: 100%;
  }

  .link-2 {
    line-height: 1em;
  }

  .grid-h {
    margin-top: -16px;
    margin-bottom: 16px;
    margin-left: -16px;
  }

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

  .blog__img-2 {
    width: 100%;
    height: 50vw;
  }

  .card {
    padding: 24px;
  }

  .card.card--blog2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog__text-box {
    width: 100%;
    padding: 24px;
  }

  .pricing-box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-card-base {
    margin-left: 1px;
  }

  .card-cta {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .links-card {
    max-width: 500px;
    margin-top: 28px;
  }

  .blog__img {
    height: 55vw;
  }

  .grid-h-2 {
    margin-top: -16px;
    margin-bottom: 16px;
    margin-left: -16px;
  }

  .blog__link {
    width: 100%;
  }

  .social-icons {
    width: 22px;
    height: 22px;
  }

  .right-floating-cookie {
    right: 10px;
    bottom: 10px;
    max-width: 90vw;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-floating-cookie-2 {
    right: 10px;
    bottom: 10px;
    max-width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .h1-coming-soon {
    margin-bottom: 4rem;
    font-size: 2.5em;
  }

  .heading {
    font-size: 0.85em;
    line-height: 1.1;
  }

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

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tag-titulo {
    font-size: 0.75em;
  }

  .text-block {
    font-size: 1em;
  }

  .botao {
    width: 100%;
    max-width: 250px;
  }

  .header {
    padding-top: 2rem;
  }

  .review-wrap {
    -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;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .container-flex.vertical.center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .banner {
    display: none;
  }

  .section-header {
    min-height: 30vh;
    padding: 2rem 1rem;
  }

  .titulo-wrap-center {
    margin-bottom: 0px;
  }

  .header-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.7em;
    line-height: 1.3;
  }

  .section-conteudo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-round {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .menu-item {
    width: 100%;
  }

  .footer-detalhe-esq {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .footer-legal {
    -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: center;
  }

  .legal {
    margin-right: 0px;
  }

  .footer-detalhe-dir {
    display: none;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .abstract-1 {
    right: -10%;
    bottom: -3%;
  }

  .formulario-painel.left {
    width: 100%;
    height: 320px;
    margin-left: 0px;
  }

  .formulario-painel.dir {
    width: 100%;
    max-width: 80vw;
    margin-top: 0px;
    padding: 30px;
  }

  .submit-button {
    width: 100%;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .header-h2 {
    font-size: 30px;
  }

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

  .tab-inner {
    padding-top: 0rem;
  }

  .mt-1 {
    margin-top: 1rem;
  }

  .plan-desc {
    display: none;
  }

  .feature-desc {
    padding-right: 10%;
  }

  .plan-name {
    font-size: 18px;
  }

  .pricing-grid-row {
    grid-column-gap: 0px;
  }

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
      "plan-1 plan-2 plan-3";
  }

  .plan-price {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-conteudo-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-round-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .texto-estatuto {
    line-height: 2;
  }

  .subtitulo-hero {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2em;
    text-align: center;
  }

  .home-flex-unit.is--palestr {
    margin-bottom: 2rem;
  }

  .home-linha-wrap {
    width: 110px;
    margin-top: 20px;
  }

  .section-conteudo-novo {
    padding-right: 12.5%;
    padding-bottom: 40px;
    padding-left: 17.5%;
  }

  .section-conteudo-novo.is--agenda {
    padding-bottom: 60px;
  }

  .imagem-esq {
    width: 100%;
    height: 240px;
  }

  .texto-h4 {
    font-size: 16px;
  }

  .c-evento__edicao-ant {
    margin-top: 60px;
  }

  .home-apoio-logo.with-space {
    margin-bottom: 20px;
  }

  .c-evento__album-thumb {
    width: 90px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .agenda-bloco {
    padding-bottom: 0px;
  }

  .agenda-atividade {
    margin-bottom: 0px;
  }

  .home-h4 {
    font-size: 16px;
  }

  .hero-div-holder {
    margin-right: 7%;
    margin-left: 7%;
  }

  .content-holder.home {
    margin-right: 1%;
    margin-left: 1%;
  }

  .agenda-texto {
    margin-right: 0px;
    margin-left: 0px;
  }

  .agenda-texto.light {
    margin-right: 0px;
    margin-left: 0px;
  }

  .agenda-texto.light.hero-subhead {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 19px;
  }

  .btn {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn._2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero1 {
    padding-top: 110px;
    padding-bottom: 79px;
  }

  .white-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .agenda-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .agenda-horario-wrap {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .atividade-descricao {
    width: 100%;
  }

  .heading-5.thinner {
    font-size: 30px;
  }

  .agenda-card {
    padding: 25px 15px;
  }

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

  .palestrante-img._2 {
    width: 100px;
  }

  .palestrante-img._1 {
    width: 100px;
  }

  .palestrante-img._3 {
    width: 100px;
  }

  .palestrantes-subheading {
    margin-right: 0px;
    margin-left: 0px;
  }

  .palestrante-card {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .palestrante-texto-wrap {
    width: 100%;
  }

  .palestrantes-header {
    margin-right: 8%;
    margin-left: 8%;
  }

  .cursos-nome {
    margin-bottom: 4px;
  }

  .section-cursos {
    min-height: auto;
    padding-top: 60px;
  }

  .cursos-video-wrap {
    width: 100%;
  }

  .cursos-ads.dir {
    margin-top: 15px;
    padding: 15px 20px;
  }

  .cursos-grid-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1 {
    font-size: 28px;
    line-height: 44px;
  }

  .associacao-texto {
    font-size: 14px;
    text-align: justify;
  }

  .anais-wrap {
    padding: 0px;
  }

  .grid-cell.grid-cell--30-30-30-100 {
    width: 100%;
  }

  .grid-cell.grid-40 {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0px;
  }

  .grid-h {
    margin-top: 0px;
    margin-left: 0px;
  }

  .heading-h2.margin-8px {
    font-size: 1.5em;
  }

  .body-text--18.margin-16px {
    font-size: 16px;
  }

  .anais-grid {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .blog__img-2 {
    height: 60vw;
  }

  .blog-img {
    max-width: 100%;
  }

  .plan-price-2 {
    font-size: 30px;
  }

  .pricing-box {
    width: 100%;
    margin-right: 5px;
    margin-left: 0px;
  }

  .text-block-9 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

  .div-block-22 {
    width: 100%;
    height: 100%;
  }

  .div-block-23 {
    width: 100%;
    padding-top: 0rem;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-cta {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .card-wrap-bg {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .image-4 {
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }

  .text-block-11 {
    margin-left: 0px;
  }

  .div-block-33 {
    -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-name-under {
    margin-left: 0px;
  }

  .abb-links-heading {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .heading-h6 {
    font-size: 0.9em;
  }

  .right-floating-cookie {
    right: auto;
    bottom: 0px;
    width: 100%;
    max-width: none;
  }

  .right-cookie-image {
    margin-bottom: 20px;
  }

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

  .cookie-button-blue {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .button-wrapper {
    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-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;
  }

  .right-floating-cookie-2 {
    right: auto;
    bottom: 0px;
    width: 100%;
    max-width: none;
  }

  .cookie-button-blue-2 {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}

#w-node-1679ee6d448f-ee6d448c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1679ee6d4497-ee6d448c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-1679ee6d44a2-ee6d448c {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-1679ee6d44a9-ee6d448c {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a8533a6841d7-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-2786bbcfc944-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-1f33516667e3-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-879760adf332-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-4c51b40281e3-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-3cd33a6a07f1-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-44f068a90a37-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-44f068a90a5a-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-44f068a90a79-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-44f068a90a9a-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-44f068a90abd-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-44f068a90ae4-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bda8f776b7e0-7812faae {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b05d981c1dea-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: plan-1;
}

#w-node-bac3b50cafc6-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: feature;
}

#w-node-b05d981c1df3-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: plan-2;
}

#w-node-b05d981c1dfc-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: plan-3;
}

#w-node-b05d981c1e05-addeb077 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b05d981c1e0e-addeb077 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 7;
  grid-area: Todos;
}

#w-node-b05d981c1e27-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: plan-4;
}

#w-node-b05d981c1e2c-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: plan-2;
}

#w-node-b05d981c1e31-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: plan-1;
}

#w-node-2c77eda2ce5a-addeb077 {
  -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-c47fe4f30773-addeb077 {
  -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-59588cfefdd0-addeb077 {
  -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-b05d981c1e36-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: plan-3;
}

#w-node-b05d981c1e3b-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: feature;
}

#w-node-2779fe7c12bf-addeb077 {
  -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-cf458c02a937-addeb077 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-9f3ab3269873-addeb077 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-229408bb657a-addeb077 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b374bbbc14d1-addeb077 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b05d981c1e41-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: plan-4;
}

#w-node-b05d981c1e4b-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: plan-1;
}

#w-node-b05d981c1e55-addeb077 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: feature;
}

@media screen and (max-width: 991px) {
  #w-node-1679ee6d448f-ee6d448c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-1679ee6d44a9-ee6d448c {
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8533a6841d7-7812faae {
    -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-2786bbcfc944-7812faae {
    -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-1f33516667e3-7812faae {
    -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-879760adf332-7812faae {
    -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-4c51b40281e3-7812faae {
    -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-3cd33a6a07f1-7812faae {
    -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-44f068a90a37-7812faae {
    -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-44f068a90a5a-7812faae {
    -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-44f068a90a79-7812faae {
    -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-44f068a90a9a-7812faae {
    -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-44f068a90abd-7812faae {
    -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-44f068a90ae4-7812faae {
    -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-bda8f776b7e0-7812faae {
    -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-b05d981c1dea-addeb077 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: plan-1;
  }

  #w-node-bac3b50cafc6-addeb077 {
    -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-b05d981c1df3-addeb077 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: plan-2;
  }

  #w-node-b05d981c1dfc-addeb077 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: plan-3;
  }

  #w-node-b05d981c1e05-addeb077 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b05d981c1e0e-addeb077 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: plan-1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  @media screen and (max-width: 991px) {
    #w-node-b05d981c1dea-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dea-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-bac3b50cafc6-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-bac3b50cafc6-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-b05d981c1df3-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1df3-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    #w-node-b05d981c1dfc-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dfc-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    #w-node-b05d981c1e2c-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e2c-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    #w-node-b05d981c1e31-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e31-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-b05d981c1e36-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e36-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    #w-node-b05d981c1e3b-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e3b-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-b05d981c1e4b-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e4b-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-b05d981c1e55-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e55-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-b05d981c1dea-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dea-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-b05d981c1df3-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1df3-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    #w-node-b05d981c1dfc-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dfc-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    #w-node-b05d981c1e0e-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e0e-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 479px) {
    .pricing-grid-row.cc-plans>#w-node-b05d981c1dea-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-bac3b50cafc6-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1df3-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dfc-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e2c-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e31-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e36-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e3b-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e4b-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e55-addeb077 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dea-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1df3-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1dfc-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
    }

    .pricing-grid-row.cc-plans>#w-node-b05d981c1e0e-addeb077 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }
  }
}

@media screen and (max-width: 767px) {
  #w-node-1679ee6d448f-ee6d448c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1679ee6d4497-ee6d448c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-1679ee6d44a2-ee6d448c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-1679ee6d44a9-ee6d448c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1679ee6d448f-ee6d448c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-1679ee6d4497-ee6d448c {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-1679ee6d44a2-ee6d448c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-1679ee6d44a9-ee6d448c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

