:root {
  --black: black;
  --white: white;
  --misty-rose: #ffe2d8;
  --dark-grey: #999;
  --red: #8f2926;
  --thistle: #ebd9ff;
  --lemon-chiffon: #ffffc2;
  --transparente: var(--black);
}

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

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Work Sans, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: #999;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #191919;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.main-nav__container {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  max-width: none;
  height: 110px;
  padding: 10px;
  display: flex;
  box-shadow: 3px 0 13px -1px #e9e9e9;
}

.nav-menu {
  margin-right: auto;
}

.nav-menu-second {
  margin-left: auto;
}

.main-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.main-link:hover {
  color: #999;
}

.main-link.w--current {
  color: #000;
}

.main-link.footer {
  color: #fff;
  background-color: #0000;
  padding: 10px;
}

.main-link.footer:hover {
  color: #999;
}

.main-link.footer.two {
  font-size: 12px;
}

.main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.main.style-guide {
  padding-top: 100px;
}

.main.contato {
  background-color: var(--black);
  padding-top: 162px;
}

.container {
  background-color: #0000;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
  padding: 100px;
  box-shadow: 1px 1px 6px -1px #d1d1d1;
}

.container.footer {
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.container.contact {
  background-color: var(--white);
  padding-top: 0;
}

.style-guide__heading {
  color: #b55487;
  margin-bottom: 60px;
  font-size: 1.5vw;
  font-weight: 500;
}

.list {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

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

.color {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.second-color {
  background-color: var(--black);
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.fourth-color {
  background-color: var(--misty-rose);
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.color-code {
  color: #9c9c9c;
  margin-bottom: 0;
  font-size: 12px;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.style-guide-heading {
  margin-bottom: 100px;
  font-size: 6vw;
}

.footer__wrap-link {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-bottom {
  background-color: #0000;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
  padding: 100px;
  box-shadow: 1px 1px 6px -1px #d1d1d1;
}

.container-bottom.footer {
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 0 40px;
  display: flex;
}

.bottom-footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.top__wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.text-block {
  color: #888;
}

.wrap__copiwrite {
  flex: none;
  margin-left: auto;
}

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

.top__text {
  color: #888;
  margin-bottom: 3px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
}

.wrap__text {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding: 31px 30px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 84px;
}

.wrap__text.footer {
  background-color: #0000;
  align-items: flex-start;
  width: auto;
  padding: 0;
  position: static;
}

.content-social__linkfooter {
  border: 1px #333;
  width: 120px;
  height: 120px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.bold-text {
  font-family: Work Sans, sans-serif;
  font-size: 11px;
}

.social-wrap {
  flex-direction: row;
  margin-left: auto;
  display: none;
  position: absolute;
}

.footer-image {
  border: 1px #000;
  padding: 10px;
  transition: background-color .4s ease-in-out;
}

.footer-image:hover {
  background-color: #0000;
}

.licensing-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.terms-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-text {
  margin-bottom: 0;
}

.licensing {
  margin-bottom: 40px;
  font-size: 3.5vw;
}

.licensing-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.licensing-head {
  margin-bottom: 0;
  font-weight: 500;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.source-link {
  color: #888;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.license-link {
  color: #888;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.licensing-paragraph {
  margin-bottom: 0;
}

.footer-wrap {
  z-index: 99;
  position: relative;
}

.hero-section__grid {
  grid-template-rows: auto;
  grid-template-columns: 56.7% 43.3%;
  width: 100%;
  height: 32.8vw;
}

.main__hero-section {
  z-index: 1;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.grid__image {
  background-image: url('../images/heroImage-iPad.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid__tab {
  background-color: #f3f2f2;
  padding: 30px;
  display: flex;
  position: relative;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.first-tab {
  height: 100%;
  bottom: 0;
  overflow: visible;
}

.content {
  z-index: 99;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs__content {
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tablink-text {
  font-family: Work Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 1;
}

.tab-link__second {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5vw;
}

.tab-link__second.w--current {
  color: #000;
  background-color: #0000;
}

.tab-link__third {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 2px;
}

.tab-link__third.w--current {
  color: var(--black);
  background-color: #0000;
  padding-right: 2px;
}

.tab-link {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 2px;
  padding-right: 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #0000;
  padding-left: 2px;
  padding-right: 0;
}

.tabs-menu {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 65%;
  display: flex;
}

.third-tab {
  height: 100%;
}

.grid-wrap_date {
  z-index: 9999;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin: auto 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(0);
}

.date-tex {
  z-index: 9999;
  width: auto;
  height: auto;
  margin: auto 0 auto -28%;
  font-family: Work Sans, sans-serif;
  font-size: 11vw;
  font-weight: 300;
  position: static;
  inset: -129% -111% 49px auto;
  transform: rotate(90deg);
}

.content-grid {
  z-index: 999;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 65% 35%;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.grid_wrap-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.paragraph-titlr {
  margin-bottom: 5px;
}

.text {
  font-family: Poppins, sans-serif;
}

.wrap-text__grid {
  grid-column-gap: 0px;
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.date {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.second-tab {
  height: 100%;
}

.hero-section {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  height: 101vh;
  display: none;
  position: relative;
}

.hero-section__video-bg {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 101vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.hero-section__wrapper-title {
  opacity: 1;
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(#ffffff85, #ffffff85);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 69px;
  padding-bottom: 35px;
  display: none;
  position: relative;
}

.description__container {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-sobre {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.description__grid {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  width: 60%;
  max-width: 750px;
  margin-top: 60px;
}

.wrap__paragraph {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

.wrap__paragraph.black {
  font-size: 23px;
  font-weight: 600;
}

.wrap__paragraph.white {
  color: var(--white);
}

.wrap__paragraph.highloght {
  font-size: 23px;
  font-weight: 400;
}

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

.image {
  height: 100%;
}

.video-bg__video {
  z-index: -1;
  height: 100vh;
  display: block;
  bottom: 0;
}

.slider {
  background-color: #0000;
  width: 44vw;
  height: 34vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 36% auto auto;
  overflow: hidden;
}

.slider.photos {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 34vw;
  height: 100%;
  margin-right: -112px;
  display: block;
  position: relative;
  right: 11%;
  overflow: hidden;
}

.slider.videos {
  width: 54vw;
  height: 45vh;
  right: 25%;
}

.mask__first-slide {
  width: 100%;
  height: 100%;
  margin-right: 0;
  bottom: auto;
}

.container__grid {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  margin-top: 30px;
  padding-left: 0;
}

.container__grid.white {
  grid-column-gap: 35px;
  width: 65vw;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: auto;
}

.section-prestacao-de-contas {
  z-index: 1;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.mask__second-slide {
  width: 100%;
  margin-right: 20px;
}

.mask__third-slide {
  width: 100%;
  margin-right: 30px;
}

.first-slide__bg-two {
  background-image: url('../images/10FICC-cartazA2-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.wrpper-title__container {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 1300px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container__title {
  color: var(--black);
  text-align: left;
  mix-blend-mode: overlay;
  padding-left: 0;
  font-size: 84px;
}

.container__title.mobile {
  font-size: 119px;
}

.container__title._2 {
  mix-blend-mode: normal;
}

.container_subtitle {
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
}

.second-slide__bg-two {
  background-image: url('../images/cartazA2-jb2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.thirs-slide__bg-two {
  background-image: url('../images/festival-dos-inhamuns-cartaz-a3-2022.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.second-slide__bg {
  background-image: url('../images/2a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.third-slide__bg {
  background-image: url('../images/3a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.first-slide__bg {
  background-image: url('../images/1a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.first-slide__bg-one {
  background-image: url('../images/1b.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.second-slide__bg-one {
  background-image: url('../images/2b.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.third-slide__bg-one {
  background-image: url('../images/3b.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-team {
  z-index: 2;
  text-transform: capitalize;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-team.black {
  background-color: var(--black);
  padding-top: 117px;
}

.section-team.black.gradiente03 {
  background-image: linear-gradient(to top, #abbaab, #e9e9e9);
  padding-top: 117px;
}

.section-team.black.gradiente04 {
  background-color: var(--white);
  background-image: linear-gradient(#abbaab, #fff);
}

.section-team.branco {
  background-color: var(--white);
  padding-top: 117px;
}

.section-team.branco.gradiente03 {
  background-image: linear-gradient(to top, #abbaab, #e9e9e9);
  padding-top: 117px;
}

.section-team.branco.gradiente04 {
  background-color: var(--white);
  background-image: linear-gradient(#abbaab, #fff);
}

.team__grid {
  z-index: 2;
  grid-column-gap: 42px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr 1fr;
  justify-items: center;
  width: 80%;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team__grid.web {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid__card-websites {
  margin-bottom: 34px;
  overflow: hidden;
}

.card-team__subtitle {
  color: #000000d1;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

.card-team__subtitle.contact {
  margin-top: 0;
  font-size: 1rem;
}

.team__grid-second {
  z-index: 1;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  margin: 0 auto 220px;
  position: relative;
}

.card-team-name {
  font-size: 1.4vw;
}

.team__title {
  text-align: center;
  margin-bottom: 100px;
  font-size: 98px;
  font-weight: 700;
}

.team__title.branco {
  color: var(--white);
}

.text-team {
  position: static;
  inset: 0% auto auto;
}

.text-team.cartazes {
  color: var(--white);
}

.text-team.websites {
  color: var(--black);
}

.text-team.equipe {
  color: var(--black);
  text-align: center;
}

.team-heading {
  color: #f5f5f5;
  position: absolute;
  top: -7%;
}

.second-team__heading {
  color: #f5f5f5;
  position: absolute;
  top: -10%;
}

.team__heading {
  z-index: -1;
  color: #f5f5f5;
  margin-top: 50px;
  font-size: 5vw;
  position: static;
  top: -19%;
}

.team__heading.name-web {
  margin-top: -11px;
  top: -11%;
}

.loading-section {
  z-index: 9999;
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-section__logo {
  display: none;
}

.hero-section__wrap-title {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 140px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.container-box {
  text-align: center;
  width: 80%;
}

.section-gallery {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.gallery__stiky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stiky-wrap__bg {
  background-image: url('../images/effect1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 6rem;
  position: absolute;
  inset: 0%;
}

.stiky-wrap__bg.second {
  background-image: url('../images/effect2.jpg');
}

.stiky-wrap__bg.third {
  background-image: url('../images/effect3.jpg');
  width: 100vw;
  overflow: hidden;
}

.section-exhibitions {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 6rem 6rem 0;
  position: relative;
}

.card-image {
  z-index: 2;
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.exhibitions-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 6rem;
}

.bg {
  z-index: 0;
  background-color: var(--misty-rose);
  position: fixed;
  inset: 0%;
}

.bg-black {
  z-index: 0;
  background-color: var(--black);
  display: block;
  position: fixed;
  inset: 0%;
}

.change-bg {
  z-index: 1;
  background-color: #0000;
  position: relative;
}

.card-team__name {
  text-transform: none;
  font-size: 1.5vw;
}

.bg-title {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gradient {
  background-color: #0000;
  background-image: linear-gradient(8deg, #0d0d11b3, #0d0d11b3 0%, #0000);
  position: absolute;
  inset: 0%;
}

.menu {
  display: none;
}

.mask__left-arrow {
  background-color: var(--white);
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  top: -50px;
  left: 2%;
}

.mask__left-arrow.cartaz {
  left: 11%;
}

.mask__right-arrow {
  background-color: var(--white);
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  top: -50px;
  right: 2%;
}

.mask__right-arrow.cartaz {
  right: 11%;
}

.grid__card {
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.card__wrap-text {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.exibiton_title {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 2.1vw;
  font-weight: 600;
  line-height: 1;
}

.exibition-sub-title {
  color: #b2b2b2;
  margin-top: 10px;
}

.exhibitions__paragraph {
  color: var(--white);
  font-size: 1.1vw;
  font-weight: 200;
  line-height: 1.7;
}

.overfow-wrap {
  overflow: hidden;
}

.overfow-wrap.website {
  height: 330px;
  overflow: auto;
}

.card__img {
  object-fit: fill;
  overflow: visible;
}

.section-exhibitions__title {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 10vw;
  font-weight: 700;
  line-height: .9;
}

.section-exhibitions__title.contact {
  font-size: 11vw;
  font-weight: 500;
}

.gallery__title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 4.5vw;
}

.wrap__slider, .wrap__slider.photos {
  height: 50vh;
}

.section-contact__slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}

.slider__mask {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.contact-first-slide {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.slide-bg {
  background-image: url('../images/contact3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.slide-bg.second {
  background-image: url('../images/contact2.jpg');
}

.slide-bg.first {
  background-image: url('../images/contact1.jpg');
}

.slide-wrap-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.location-grid {
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.location-paragraph {
  margin-bottom: 0;
  font-size: 1rem;
}

.contact-second-slide, .contact-third-slide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.slide-nav {
  font-size: 8px;
  bottom: 0;
}

.right-arrow-4 {
  background-image: linear-gradient(270deg, var(--white), #fff0);
  width: 8%;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.icon-2 {
  color: var(--black);
  font-size: 25px;
  position: absolute;
  inset: 0% 29% 0% auto;
}

.left-arrow-4 {
  background-image: linear-gradient(to right, var(--white), transparent);
  justify-content: flex-start;
  width: 9%;
  display: flex;
  left: auto;
}

.icon-3 {
  color: var(--black);
  font-size: 25px;
  inset: 0% auto 0% 29%;
}

.section-contact {
  background-color: var(--white);
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-form {
  z-index: 2;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 300vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.bg-form {
  z-index: -1;
  background-color: var(--red);
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.content-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18vh;
  font-weight: 700;
  line-height: .9;
  position: sticky;
  top: 0;
  left: 0;
}

.form {
  z-index: 10;
  background-color: var(--black);
  align-items: center;
  margin-bottom: auto;
  padding-bottom: 140px;
  padding-left: 0;
  display: block;
  position: relative;
  bottom: 0;
}

.brand {
  margin-bottom: 46px;
  padding-bottom: 20px;
}

.container-box__box {
  text-align: left;
  background-color: #e2e2e2;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-box__box.black {
  background-color: #000;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-box__box.rose {
  background-color: var(--misty-rose);
  margin-left: auto;
}

.container-box__box.gradiente01 {
  background-image: linear-gradient(235deg, #fceabb, #f8b500);
  flex: 0 auto;
  width: 80%;
}

.container-box__box.gradiente03 {
  text-align: left;
  background-image: linear-gradient(236deg, #64b3f4, #c2e59c);
}

.container-box__box.gradiente04 {
  background-image: linear-gradient(236deg, #f893ff, #ff8183);
}

.container__subttitle {
  margin-right: auto;
  padding-left: 7px;
  font-size: 16px;
}

.container_title {
  margin-right: auto;
  font-size: 125px;
}

.container_title.white {
  color: var(--white);
}

.container_title.mobile {
  text-align: center;
  margin-left: auto;
  font-size: 98px;
}

.slide__mask {
  width: 100%;
  overflow: visible;
}

.gard-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.second-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 20px;
}

.third-color {
  background-color: #f2f2f2;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.menu-link {
  color: #000;
  text-decoration: none;
}

.lottie-animation {
  width: 40px;
}

.form__horizzontal-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.horizzonta-wrap__overflow {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.overflow__horizzontal-scrol {
  width: 400vw;
  height: 100%;
  position: relative;
}

.scrll__horizzontal-content {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 67%;
  margin-left: 0;
  display: flex;
}

.form-block__form {
  color: #1d1d1d;
}

.form-block {
  color: #7e7b7b;
  width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form__text-field {
  opacity: .36;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #8c8c8c;
  height: auto;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
}

.form__text-field:active {
  opacity: 1;
}

.form__text-field:focus {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--white);
}

.form__textarea {
  opacity: .36;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #8c8c8c;
  height: auto;
  margin-top: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
}

.form__textarea:focus {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--white);
}

.form__button {
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-top: 100px;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 22vw;
  font-weight: 700;
  line-height: 31vw;
}

.overflow-wrap {
  overflow: hidden;
}

.overflow-wrap.ml {
  margin-left: 140px;
}

.image-scrollable {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-image {
  width: 29.167vw;
  height: 41.667vw;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
}

.bg-image.first {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/614adc07e9f8db062cbb1d34_2anima-ceara-cartazA2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.second {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/5defe309656144e74244e423_cartaz-festival-de-circo-2019.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.third {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/614adb0efc047941e2b987d3_cartazA3-EstamosVoltando-jazzeblues.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.fourth {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/5c894237c170de5b79862cf0_festival-de-humor.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.five {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/5bcdfc0476071de68713e577_festival-noia-2018-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.six {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/Festival-de-Circo2021-Cartaz-A3-V2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.seven {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/CartazA2-Jazzebluesespecial-2022-Fortaleza-dia16.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-image.eight {
  opacity: .63;
  background-image: linear-gradient(#ffa50080, #ffa50080), url('../images/FestivalNoia2020-cartazA2-InscricoesV4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.form__success-message {
  color: var(--white);
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 60px;
}

.success-message__text {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.form__error-message {
  color: var(--white);
  background-color: #f89e9e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 1;
}

.mask__slide-nav {
  padding-top: 19px;
}

.utility-page-wrap {
  opacity: 1;
  background-image: url('../images/newslette4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.filter {
  background-color: #ffffffd1;
  position: absolute;
  inset: 0%;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 5vw;
}

.heading.password {
  font-size: 4vw;
}

._404-text-wrapper {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.button {
  background-color: var(--black);
  color: var(--white);
  padding: 17px 57px;
  font-family: Poppins, sans-serif;
  transition: color .4s ease-in-out, background-color .4s ease-in-out;
}

.button:hover {
  background-color: var(--misty-rose);
  color: var(--black);
  font-weight: 600;
}

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

.text-field {
  text-align: center;
  width: 100%;
  font-family: Poppins, sans-serif;
}

.text-span {
  font-size: 90px;
}

.heading-2, .heading-3 {
  font-size: 3.5vw;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
}

.paragraph.time {
  color: var(--black);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}

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

.paragraph-2 {
  font-weight: 400;
}

.section-comunicacao {
  z-index: 1;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-audiovisual {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.direitos-reservados {
  text-align: center;
  width: 60%;
  margin-top: 11px;
}

.card__glass {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.card__icon--right {
  cursor: pointer;
}

.paragraph-3 {
  color: #3f3954;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.card__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 66%;
  display: flex;
  position: relative;
}

.card__texture {
  background-image: url('../images/background-time.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.card__desc {
  text-align: center;
  margin-top: 66px;
}

.image-2 {
  border: 16px solid #fff;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  margin-top: -66px;
  position: absolute;
  inset: 0% auto auto;
}

.card__wrapper {
  background-color: #ffffff1a;
  border-radius: 32px;
  width: 290px;
  height: 450px;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000001a;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 966px;
  height: 362px;
  display: flex;
  position: relative;
}

.card__card {
  background-color: #fff;
  border-radius: 32px;
  width: 290px;
  height: 447px;
  padding: 16px;
}

.heading-4 {
  color: #3f3954;
  cursor: default;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
}

.card__icon--left {
  cursor: pointer;
}

.container-time {
  flex: 0 auto;
  width: auto;
  height: auto;
}

.card-wrapper {
  perspective: 1500px;
  background-color: #fff;
  min-width: 225px;
  min-height: 300px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  box-shadow: 0 4px 20px -5px #00000085;
}

.card-wrapper.bg-image {
  background-image: url('../images/perfil-junior2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  min-width: 218px;
  height: 25vw;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.card-wrapper.bg-image.paaaasacal {
  background-image: url('../images/perfil-pascal.jpg');
  background-position: 56%;
}

.card-wrapper.bg-image.tiago {
  background-image: url('../images/perfil-tiago-2.jpg');
  background-position: 38% 27%;
  background-size: 311%;
  text-decoration: none;
}

.card-wrapper.bg-image.pascal {
  background-image: url('../images/perfil-pascal.jpg');
  background-position: 63% 42%;
  background-size: 235%;
}

.card-wrapper.bg-image-perfil {
  filter: grayscale();
  background-image: url('../images/Perfil_Instagram.jpeg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 112%;
  width: 20vw;
  min-width: 218px;
  height: 25vw;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.card-wrapper.bg-image-perfil.paaaasacal {
  background-image: url('../images/perfil-pascal.jpg');
  background-position: 56%;
}

.card-wrapper.bg-image-perfil.tiago {
  background-image: url('../images/perfil-tiago-2.jpg');
  background-position: 18%;
  text-decoration: none;
}

.card-wrapper.bg-image-perfil.pascal {
  background-image: url('../images/perfil-pascal.jpg');
}

.card-lines-shadow {
  z-index: 9;
  opacity: .31;
  filter: blur(4px);
  border: 5px solid #000;
  margin: 10px;
  position: absolute;
  inset: 0;
}

.card-lines {
  z-index: 10;
  border: 2px solid #fff;
  margin: 10px;
  position: absolute;
  inset: 0;
}

.card-details {
  z-index: 5;
  padding: 29px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.card-subtitle {
  color: #fff;
  font-weight: 500;
}

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

.section-time {
  z-index: 1;
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 130px;
  padding-bottom: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-2 {
  grid-column-gap: 97px;
  grid-template-columns: .33fr 1fr 1.25fr;
}

.card-text {
  z-index: 5;
  margin-top: 385px;
  text-decoration: none;
  position: static;
  inset: 350px 0% 0%;
}

.mask__quarto-slide {
  width: 100%;
  margin-right: 30px;
}

.quartos-slide__bg-two {
  background-image: url('../images/cartaz-anima.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mask__zero-slide {
  width: 100%;
  height: 100%;
  margin-right: 0;
  bottom: auto;
}

.first-slide__bg-3 {
  background-image: url('../images/Praieira-Cartaz-A3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.contato-heading {
  color: var(--white);
  margin-bottom: 100px;
  font-size: 6vw;
}

.contact29_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact29_tab-pane {
  height: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.contact29_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.contact29_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.contact29_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-huge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact29_map {
  width: 100%;
  height: 100%;
}

.contact29_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.contact-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.text-size-large {
  font-size: 1.25rem;
}

.team8_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team8_image {
  aspect-ratio: auto;
  filter: grayscale(200%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 36px;
}

.team8_image.jr {
  aspect-ratio: auto;
  filter: grayscale();
}

.team8_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.team8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team8_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.teamnmae {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.team-job {
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.team-bio {
  font-size: 18px;
}

.section-equipe {
  z-index: 1;
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 130px;
  padding-bottom: 131px;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-text-contact {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.footer-text-contact:hover {
  color: #999;
}

.footer-text-contact.w--current {
  color: #000;
}

.footer-text-contact.footer {
  color: #fff;
  background-color: #0000;
  padding: 10px;
}

.footer-text-contact.footer:hover {
  color: #999;
}

.footer-text-contact.footer.two {
  font-size: 12px;
}

.footercontacttext {
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 56px;
}

.videohero {
  height: 100vh;
}

.videologo {
  height: 94vh;
}

.intro-text {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.intro-text.black {
  font-size: 23px;
  font-weight: 600;
}

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

.intro-text.highloght {
  font-size: 23px;
  font-weight: 400;
}

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

@media screen and (min-width: 1440px) {
  .card-wrapper.bg-image.tiago, .card-wrapper.bg-image-perfil.tiago {
    background-image: url('../images/perfil-tiago-2.jpg');
    background-position: 20%;
  }

  .card-text {
    margin-top: 383px;
  }
}

@media screen and (min-width: 1920px) {
  .slider.videos {
    width: 50vw;
    height: 50vh;
    right: auto;
  }

  .first-slide__bg-two {
    width: 100%;
  }

  .mask__left-arrow {
    left: 11%;
  }

  .mask__right-arrow {
    width: 40px;
    right: 13%;
  }

  .container-box__box.gradiente01 {
    background-image: linear-gradient(232deg, #fceabb, #f8b500);
  }

  .container-box__box.gradiente03, .container-box__box.gradiente04 {
    background-image: linear-gradient(221deg, #c2e59c, #64b3f4);
  }

  .slide__mask {
    width: 100%;
  }

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

  .card-text {
    margin-top: 507px;
  }

  .first-slide__bg-3 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu, .nav-menu-second, .main-link {
    display: none;
  }

  .main-link.footer.two {
    display: block;
  }

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

  .wrap__copiwrite {
    margin-right: auto;
  }

  .top__text {
    text-align: center;
  }

  .social-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    position: static;
  }

  .licensing-container {
    width: 80%;
  }

  .hero-section__grid {
    grid-template-columns: 100%;
    height: auto;
  }

  .grid__image {
    height: 32vw;
  }

  .grid__tab {
    justify-content: center;
    height: 400px;
  }

  .tablink-text {
    font-size: 3vw;
  }

  .tabs-menu {
    width: 100%;
  }

  .grid-wrap_date {
    display: none;
  }

  .date-tex {
    margin-left: 0%;
    display: none;
    position: absolute;
  }

  .content-grid {
    grid-template-columns: 100%;
  }

  .hero-section, .hero-section__video-bg {
    height: 45vh;
  }

  .description__container {
    width: 90%;
    max-width: none;
  }

  .description__grid {
    grid-column-gap: 31px;
    width: 70%;
  }

  .wrap__paragraph {
    font-size: 24px;
  }

  .wrap__paragraph.black, .wrap__paragraph.highloght {
    font-size: 20px;
  }

  .slider {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .slider.photos {
    width: 100%;
    height: 550px;
    margin-right: 0;
    right: 0%;
  }

  .slider.videos {
    width: 100%;
    height: 100%;
    position: static;
  }

  .mask__first-slide {
    width: 100%;
    margin-right: 0;
  }

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

  .container__grid.white {
    width: 100%;
  }

  .mask__second-slide {
    width: 100%;
    margin-right: 0;
  }

  .wrpper-title__container {
    width: 80%;
  }

  .container__title {
    font-size: 9vw;
  }

  .container__title.mobile {
    font-size: 70px;
  }

  .container_subtitle {
    font-size: 2vw;
  }

  .second-slide__bg-two {
    display: block;
  }

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

  .team__grid.web {
    grid-column-gap: 23px;
  }

  .card-team__subtitle {
    font-size: 2vw;
  }

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

  .card-team-name {
    font-size: 3vw;
  }

  .text-team {
    font-size: 10vw;
    position: relative;
    top: 0%;
    bottom: -139px;
  }

  .text-team.cartazes {
    position: static;
    bottom: -132px;
  }

  .text-team.websites, .text-team.equipe {
    bottom: -2px;
  }

  .team__heading {
    margin-top: 0;
  }

  .container-box {
    width: 90%;
  }

  .section-gallery {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-exhibitions {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .card-image {
    z-index: 2;
    opacity: 1;
    display: inline-block;
  }

  .exhibitions-grid {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .card-team__name {
    font-size: 3vw;
  }

  .menu {
    z-index: 0;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 108px;
    padding-bottom: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .link-test {
    margin-bottom: 20px;
    font-size: 6vw;
  }

  .mask__left-arrow {
    top: 350px;
    left: 7%;
  }

  .mask__left-arrow.cartaz {
    top: 0;
  }

  .mask__right-arrow {
    top: 350px;
    right: 7%;
  }

  .mask__right-arrow.cartaz {
    top: 0;
  }

  .card__wrap-text {
    padding: 10px 20px;
  }

  .exibiton_title {
    margin-bottom: 20px;
    font-size: 2.5vw;
  }

  .exibition-sub-title {
    font-size: 12px;
  }

  .exhibitions__paragraph {
    margin-bottom: 0;
    font-size: 1.8vw;
  }

  .overfow-wrap.website {
    height: 216px;
  }

  .section-exhibitions__title {
    font-size: 65px;
  }

  .wrap__slider {
    height: auto;
  }

  .grid-slide {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .slide-bg {
    height: 40vh;
  }

  .menu-center {
    background-color: var(--black);
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .menu-bottom, .menu-top {
    background-color: var(--black);
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-form {
    height: 400vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .content-title {
    font-size: 40vh;
  }

  .container__subttitle {
    font-size: 2vw;
  }

  .container_title.white {
    font-size: 90px;
  }

  .container_title.mobile {
    font-size: 70px;
  }

  .slide__mask {
    width: 100%;
  }

  .form__text-field, .form__textarea {
    font-size: 10vh;
  }

  .heading, .heading.password {
    font-size: 6vw;
  }

  .container-2 {
    flex-direction: column;
    height: 1150px;
  }

  .card-wrapper.bg-image {
    min-width: 195px;
    min-height: 290px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-wrapper.bg-image.junior {
    min-width: 218px;
  }

  .card-wrapper.bg-image.paaaasacal {
    min-height: 290px;
  }

  .card-wrapper.bg-image-perfil {
    min-width: 195px;
    min-height: 290px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-wrapper.bg-image-perfil.junior {
    min-width: 218px;
  }

  .card-wrapper.bg-image-perfil.paaaasacal {
    min-height: 290px;
  }

  .section-time {
    width: 100%;
    padding-bottom: 400px;
  }

  .grid-2 {
    grid-column-gap: 21px;
    grid-template-columns: .33fr .33fr .33fr;
  }

  .card-text {
    margin-top: 330px;
  }

  .mask__zero-slide {
    width: 100%;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact29_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team8_list {
    grid-column-gap: 2rem;
  }

  .section-equipe {
    width: 100%;
    padding-bottom: 400px;
  }

  .footer-text-contact {
    display: none;
  }

  .footer-text-contact.footer.two {
    display: block;
  }

  .footercontacttext {
    line-height: 72px;
  }

  .intro-text {
    font-size: 24px;
  }

  .intro-text.black, .intro-text.highloght {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav__container {
    width: 100%;
  }

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

  .style-guide__heading {
    font-size: 3vw;
  }

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

  .licensing-container {
    width: 80%;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
  }

  .hero-section__wrapper-title {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .section-sobre {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slider {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .mask__first-slide {
    width: 100%;
  }

  .container__grid {
    max-width: none;
  }

  .container__grid.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .mask__second-slide, .mask__third-slide, .wrpper-title__container {
    width: 100%;
  }

  .container__title {
    font-size: 65px;
  }

  .container__title.mobile {
    margin-bottom: 0;
    font-size: 50px;
  }

  .container_subtitle {
    padding-left: 0;
    font-size: 2.5vw;
  }

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

  .team__grid.web {
    grid-template-columns: 1fr;
    margin-bottom: 33px;
  }

  .card-team__subtitle {
    font-size: 2vw;
  }

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

  .card-team-name {
    font-size: 3vw;
  }

  .team__title {
    margin-bottom: 100px;
    font-size: 10vw;
  }

  .text-team.cartazes {
    bottom: -515px;
  }

  .team__heading.name-web {
    top: -4%;
  }

  .container-box {
    width: 95%;
  }

  .section-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .stiky-wrap__bg.third {
    padding-bottom: 2rem;
  }

  .section-exhibitions {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-test {
    font-size: 8vw;
  }

  .mask__left-arrow {
    top: 0;
    left: -3%;
  }

  .mask__left-arrow.cartaz {
    left: 0%;
  }

  .mask__right-arrow {
    inset: 0% -3% 0% auto;
  }

  .mask__right-arrow.cartaz {
    right: 0%;
  }

  .exibiton_title {
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 1.2;
  }

  .exibition-sub-title {
    margin-bottom: 10px;
    font-size: 2vw;
  }

  .exhibitions__paragraph {
    margin-top: 20px;
    font-size: 2.8vw;
  }

  .overfow-wrap.website {
    height: 285px;
  }

  .section-exhibitions__title {
    font-size: 55px;
  }

  .wrap__slider {
    position: relative;
  }

  .slider__mask {
    width: 85%;
  }

  .location-grid {
    grid-column-gap: 36px;
  }

  .section-form {
    height: 600vh;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .content-title {
    padding: 20px 0;
    font-size: 42vw;
  }

  .brand {
    text-align: center;
  }

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

  .container__subttitle {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .container_title {
    font-size: 90px;
  }

  .container_title.white {
    font-size: 65px;
  }

  .container_title.mobile {
    margin-bottom: 0;
    font-size: 50px;
  }

  .gard-grid, .second-card-grid {
    grid-template-columns: 1fr;
  }

  .third-color {
    height: 100px;
  }

  .form__text-field, .form__textarea {
    font-size: 7vh;
  }

  .error-message__text {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading, .heading.password {
    font-size: 8vw;
  }

  .card-wrapper.bg-image, .card-wrapper.bg-image-perfil {
    min-width: 450px;
    height: 24vw;
    min-height: 292px;
    margin-bottom: 180px;
    display: flex;
  }

  .section-time {
    padding-bottom: 113px;
  }

  .mask__quarto-slide, .mask__zero-slide {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact29_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact29_map {
    height: 20rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .team8_item {
    padding-left: 65px;
    padding-right: 65px;
  }

  .team8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team8_image-wrapper {
    height: 100%;
  }

  .teamnmae {
    font-size: 2rem;
  }

  .team-job {
    font-size: 1rem;
  }

  .section-equipe {
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    padding-bottom: 50px;
  }

  .image-3 {
    text-align: center;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    align-items: flex-start;
    display: none;
  }

  .nav-menu-second {
    display: none;
  }

  .main {
    flex-wrap: wrap;
  }

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

  .style-guide__heading {
    font-size: 6vw;
  }

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

  .second-color, .fourth-color {
    height: 100px;
  }

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

  .footer__wrap-link {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .container-bottom.footer {
    padding-bottom: 10px;
  }

  .bottom-footer {
    padding-bottom: 1px;
  }

  .licensing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms-container {
    padding: 25px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .source-link, .license-link {
    font-size: 16px;
  }

  .main__hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid__image {
    height: 200px;
  }

  .grid__tab {
    padding: 20px;
  }

  .tablink-text {
    font-size: 5vw;
  }

  .paragraph-titlr, .date {
    font-size: 18px;
  }

  .hero-section {
    background-color: #0000;
    height: 23vh;
  }

  .hero-section__video-bg {
    justify-content: center;
    align-items: stretch;
    height: 23vh;
  }

  .description__container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .section-sobre {
    padding: 49px 20px;
  }

  .description__grid {
    width: 100%;
    margin-top: 20px;
  }

  .wrap__paragraph {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .video-bg__video {
    height: 23vh;
  }

  .slider {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .slider.photos {
    height: 480px;
  }

  .slider.videos {
    margin-bottom: 32px;
  }

  .mask__first-slide {
    width: 100%;
  }

  .container__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container__grid.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .section-prestacao-de-contas {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrpper-title__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container__title {
    font-size: 9vw;
  }

  .container__title.mobile {
    font-size: 12vw;
  }

  .container_subtitle {
    padding-left: 0;
    font-size: 4vw;
  }

  .section-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-team.black {
    padding-top: 64px;
  }

  .team__grid {
    grid-column-gap: 10px;
    width: 100%;
    margin-bottom: 61px;
  }

  .team__grid.web {
    margin-bottom: 35px;
  }

  .card-team__subtitle {
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .team__grid-second {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .card-team-name {
    font-size: 5vw;
  }

  .team__title {
    font-size: 11vw;
  }

  .team__title.branco {
    margin-bottom: 52px;
  }

  .text-team {
    font-size: 15vw;
  }

  .team-heading {
    top: -1.5%;
  }

  .second-team__heading {
    font-size: 15vw;
    inset: -2% 0% auto;
  }

  .team__heading {
    top: -2%;
  }

  .hero-section__wrap-title {
    margin-top: 44px;
  }

  .container-box {
    width: 92%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-gallery {
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .stiky-wrap__bg {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-exhibitions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exhibitions-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .card-team__name {
    font-size: 5vw;
  }

  .bg-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    justify-content: center;
    display: flex;
  }

  .link-test {
    font-size: 12vw;
  }

  .exibiton_title {
    font-size: 7vw;
  }

  .exibition-sub-title {
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .exhibitions__paragraph {
    margin-top: 0;
    font-size: 3.8vw;
  }

  .overfow-wrap.website {
    height: 230px;
  }

  .section-exhibitions__title {
    font-size: 35px;
  }

  .gallery__title {
    font-size: 10vw;
  }

  .wrap__slider {
    height: auto;
    position: relative;
  }

  .slider__mask {
    width: 100%;
  }

  .contact-first-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow-4 {
    background-image: linear-gradient(to right, var(--white), #fff0);
  }

  .section-form {
    height: 32vh;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .bg-form {
    height: 49%;
  }

  .content-title {
    object-fit: fill;
    width: 80px;
    margin-right: 10px;
    padding: 0;
    font-size: 30vw;
    line-height: .9;
    display: block;
  }

  .brand {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .container-box__box.gradiente01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .container-box__box.gradiente03 {
    object-fit: fill;
    width: 110%;
    display: flex;
  }

  .container-box__box.gradiente04 {
    width: 110%;
  }

  .container__subttitle {
    font-size: 4vw;
  }

  .container_title {
    font-size: 11vw;
  }

  .container_title.white {
    font-size: 14vw;
  }

  .container_title.mobile {
    font-size: 12vw;
  }

  .gard-grid, .second-card-grid {
    grid-template-columns: 1fr;
  }

  .third-color {
    height: 100px;
  }

  .overflow__horizzontal-scrol {
    width: 270vw;
  }

  .form__text-field {
    font-size: 4vh;
    line-height: 4vh;
  }

  .form__textarea {
    padding-left: 0;
    font-size: 4vh;
    line-height: 4vh;
  }

  .overflow-wrap.ml {
    margin-left: 45px;
  }

  .bg-image.first, .bg-image.second, .bg-image.third {
    width: 95vw;
    height: 90vw;
    margin-right: 20px;
  }

  .bg-image.fourth, .bg-image.five, .bg-image.six, .bg-image.seven, .bg-image.eight {
    width: 95vw;
    height: 90vw;
    margin-right: 0;
  }

  .mask__slide-nav {
    padding-top: 166px;
  }

  .heading, .heading.password {
    font-size: 10vw;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .section-comunicacao {
    background-color: var(--white);
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-audiovisual {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .card-wrapper.bg-image {
    min-width: 300px;
    min-height: 220px;
    margin-bottom: 193px;
  }

  .card-wrapper.bg-image-perfil {
    background-position: 50%;
    min-width: 300px;
    height: 24vw;
    min-height: 200px;
    margin-bottom: 193px;
  }

  .section-time {
    justify-content: center;
    align-items: flex-start;
    padding-top: 52px;
    padding-bottom: 35px;
    display: block;
    position: relative;
  }

  .grid-2 {
    justify-items: center;
  }

  .card-text {
    margin-top: 229px;
  }

  .mask__zero-slide {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .team8_image-wrapper {
    padding-top: 0%;
  }

  .teamnmae {
    font-size: 2.2rem;
    line-height: 37px;
  }

  .section-equipe {
    justify-content: center;
    align-items: flex-start;
    padding-top: 52px;
    padding-bottom: 35px;
    display: block;
    position: relative;
  }

  .footercontacttext {
    font-size: 23px;
  }

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

  .videohero, .videologo {
    height: 25vh;
  }

  .intro-text {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

#w-node-ce3e1662-9999-e5a4-bedf-e1d484e6948f-fd09511b, #w-node-_9db10edb-8bb7-3493-718d-2e20c109b888-fd09511b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f919273f-6d7f-17d9-9e7e-b5958f10a7b1-fd09511b, #w-node-_757d8fe6-6753-4baa-760d-54e5cec8b359-fd09511b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_264d939b-680d-2faa-5c7a-2ce6854661d7-fd09511b, #w-node-_9918e3ed-3bef-85d8-d4aa-d12e504792f3-fd09511b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4563044a-b8e3-d44e-1c02-fcfbfa11d2ad-fd09511b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb4e7889-7929-9881-e72f-6111c0b6a0ce-fd09511b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_628a2c03-edd4-59ad-72a5-d2e6dfd5e9fc-fd09511b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8369dd6-0dda-b8e4-ed9d-012303393887-b809511f {
  align-self: end;
}

#w-node-a93b6cbc-d1c5-dfc2-9b51-25745b8a0502-b809511f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#w-node-e5be98ad-7360-5932-019c-093cdc2208ea-cdffdaa7 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-ce3e1662-9999-e5a4-bedf-e1d484e6948f-fd09511b, #w-node-_9db10edb-8bb7-3493-718d-2e20c109b888-fd09511b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_055f250d-d64e-3b98-e424-8f7bf26c8b0f-fd09511b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9db10edb-8bb7-3493-718d-2e20c109b888-fd09511b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_628a2c03-edd4-59ad-72a5-d2e6dfd5e9e7-fd09511b, #w-node-_53cbce60-ff06-ae2f-06d4-28461b77eb40-fd09511b, #w-node-aaf17559-ded0-3636-fbae-adee07af8699-fd09511b, #w-node-_628a2c03-edd4-59ad-72a5-d2e6dfd5e9ff-fd09511b, #w-node-_628a2c03-edd4-59ad-72a5-d2e6dfd5e9ee-fd09511b, #w-node-_44806c88-7c8f-c55e-e86c-3376f0d97df1-fd09511b, #w-node-_0d0a84ed-8548-1ce0-bde0-38ab5a04d54d-fd09511b, #w-node-_628a2c03-edd4-59ad-72a5-d2e6dfd5e9f5-fd09511b, #w-node-_6cd0fc66-3d30-38cd-9bca-db6a9a37787f-fd09511b, #w-node-_945810e2-0ff3-a71c-001b-79f37cccbc2d-fd09511b, #w-node-_7b5f4885-ad3e-b56d-46e8-2d9e03de7821-fd09511b, #w-node-e2679b57-036e-ea66-d28b-c1263caba0b8-fd09511b, #w-node-c25b3292-43ae-ff5f-c90b-f00fe1b4aeb9-fd09511b, #w-node-c4658123-8110-607f-f1ee-2e1cb910caef-fd09511b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


