:root {
  --cinza-wm: #1d1d1d;
  --white: #f4f4f4;
  --dourado-wm: #f8ab00;
  --lynx--black: #1f2022;
  --cinza-claro: #787878;
  --lynx--medium-purple: #8979ec;
  --lynx--deep-pink: #fd4b8b;
  --lynx--white: white;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--primary-600: #6157f8;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--300: #eff0f6;
  --combine-library--white: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --black: black;
  --combine-library--grey-050: #f2f3f7;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --lynx--grey: #797c83;
}

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

.preloader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--cinza-wm);
  color: var(--cinza-wm);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-3 {
  display: block;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 24px;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---link-icon-left-2 {
  margin-right: 6px;
}

.brix---header-top-wrapper-2 {
  border-top: 1px solid #eff0f6;
  border-bottom: 0 #eff0f6;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---mg-left-24px---mg-top-16px-mbp-2 {
  margin-left: 40px;
}

.brix---link-text-2 {
  color: #575757;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2:hover {
  color: #3d961a;
}

.brix---social-icon-square-30px-2 {
  background-color: #e6e6e6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-wrapper {
  background-color: var(--cinza-wm);
  color: #f4f4f4;
  border-bottom: 0 #000;
  padding: 25px 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
}

.brix---grid-header-top-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #4a3aff;
}

.brix---top-header-left-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-link-2 {
  color: var(--white);
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: var(--dourado-wm);
  border-top: 0 solid #205c08;
  line-height: 20px;
  text-decoration: none;
}

.brix---header-nav-link-2.w--current {
  color: #3d961a;
  font-weight: 600;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---container-default-4 {
  border-top: 1px solid #eff0f6;
  max-width: 1218px;
  margin-top: 24px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.brix---hamburger-menu-bar-bottom-3 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-logo-2 {
  max-width: 110px;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
}

.brix---social-media-grid-right---mbl-center-2 {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-right-col-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top-3 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.slide-4 {
  background-image: url('../images/banner1.jpeg');
  background-position: 50% 70%;
  background-size: cover;
}

.slide {
  background-image: url('../images/banner-principal-instituto-ruas-01.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/foto5.jpeg');
  background-position: 50%;
  background-size: cover;
}

.brix---header-wrapper-v9-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-7 {
  background-image: url('../images/banner2.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/banner-principal-instituto-ruas-02.png');
  background-position: 50%;
  background-size: cover;
}

.mask {
  overflow: hidden;
}

.slide-8 {
  background-image: url('../images/foto-7.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider {
  height: 60vh;
}

.slide-6 {
  background-image: url('../images/foto4.jpeg');
  background-position: 50% 75%;
  background-size: cover;
}

.div-block-6 {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.left-arrow {
  height: 60px;
  inset: auto 100px 0% auto;
}

.icon {
  background-color: #0000;
}

.text-block {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-3 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.paragraph {
  color: var(--cinza-wm);
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph.interno {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.paragraph.conteudo {
  color: var(--dourado-wm);
  text-align: center;
}

.paragraph.conteudo.produto {
  text-align: left;
}

.link-block {
  z-index: 2;
  border: 3px solid var(--white);
  color: var(--dourado-wm);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block.button {
  border-color: var(--dourado-wm);
  width: 180px;
  height: 50px;
  margin-top: 52px;
}

.link-block.button.sem-espaco {
  margin-top: 10px;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.image-2 {
  background-image: url('../images/06.jpg');
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto 0% 0;
}

.div-block-15 {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-10 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-4 {
  z-index: 3;
  width: 600px;
  height: 80%;
  margin-left: -191px;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.right-arrow {
  height: 60px;
  inset: auto 0% 0% auto;
}

.div-block-9 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.div-block-13 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-7 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-color: #1d1d1d;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image {
  object-fit: fill;
  margin-top: -95px;
  padding-top: 21px;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.div-block-11 {
  overflow: hidden;
}

.div-block-14 {
  background-color: var(--dourado-wm);
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-block-2 {
  background-color: #0000;
  width: 25px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.link-block-2.conteudo {
  margin-top: 35px;
  margin-right: 22px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.slider-2 {
  width: 100%;
  max-width: 1200px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -20%;
  overflow: hidden;
}

.text-block-2 {
  color: var(--cinza-wm);
  margin-left: 0;
  padding-left: 0;
  font-family: Petrona, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 55px;
}

.text-block-2.conteudo {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-2.conteudo.claro {
  color: var(--cinza-wm);
}

.text-block-2.conteudo.produto {
  color: var(--cinza-wm);
  text-align: left;
}

.div-block-12 {
  z-index: 1;
  background-color: var(--white);
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  color: var(--dourado-wm);
  background-color: #0000;
  font-weight: 600;
}

.nav-link-2.w--current {
  color: var(--white);
  -webkit-text-stroke-color: var(--dourado-wm);
  font-size: 17px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: var(--dourado-wm);
  text-decoration: none;
}

.nav-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.image-3 {
  width: 130px;
  max-width: none;
}

.text-block-7 {
  font-size: 16px;
}

.nav-block {
  width: 100%;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dourado-wm);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  background-color: var(--white);
  color: var(--dourado-wm);
  padding-bottom: 10px;
  font-weight: 700;
}

.button-primary-s:active {
  background-color: var(--white);
  color: var(--dourado-wm);
}

.navigation-2 {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 0%;
  display: flex;
}

.ths13-header {
  z-index: 9;
  aspect-ratio: auto;
  background-color: var(--cinza-wm);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-wrapper-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--cinza-wm);
  padding-left: 0%;
  padding-right: 0%;
}

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

.section {
  height: 130px;
}

.lynx-text-check {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.lynx-icon-check {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 300px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features {
  color: var(--cinza-claro);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Petrona, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: #0000;
  background-image: url('../images/Símbolo-WM---Lineart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  align-self: center;
  width: 130px;
  height: 250px;
  margin-bottom: -32px;
  margin-left: -32px;
  margin-right: auto;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lynx-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#1d1d1db8, #1d1d1db8), url('../images/fundo-wm.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 10%;
  display: flex;
}

.bold-text {
  color: var(--dourado-wm);
  font-family: Petrona, sans-serif;
}

.text-block-8 {
  color: var(--white);
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-8.centralizado {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}

.text-block-8.centralizado.escuro {
  color: var(--cinza-wm);
}

.text-block-8.centralizado.produto {
  color: var(--cinza-wm);
  text-align: left;
  padding-left: 0%;
  padding-right: 0%;
}

.text-block-8.centralizado.produto.interno {
  margin-bottom: 27px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.preloader-2 {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #183e28;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.lynx-arrow-features {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-image-features {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-paragraph {
  color: var(--cinza-wm);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.lynx-heading-features-large {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Petrona, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 122%;
}

.lynx-subtitle-productivity {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  align-self: auto;
  padding: 55px 45px 10px;
}

.lynx-features-large {
  background-color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-grid-2-columns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-4 {
  max-width: 150px;
}

.bold-text-2 {
  font-size: 70px;
}

.bold-text-2.escuro {
  color: var(--cinza-wm);
  font-size: 50px;
}

.cf-logo-background-text {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff12, #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Petrona, sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
}

.cf-logos-image {
  object-fit: contain;
}

.cf-logo-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 170px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.cf-logo-image-container.last {
  margin-right: 0;
}

.hide {
  display: none;
}

.cf-logos-contain {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: center;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: relative;
}

.cf-logos-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  max-width: 620px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.cf-logo-wrapper {
  text-align: left;
  background-color: #2a2a2a;
  background-image: linear-gradient(#f4f4f4fc, #f4f4f4fc), url('../images/Símbolo-WM.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.cf-logo-section-1 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10% 150px;
  display: block;
}

.combine-text-size-regular {
  color: var(--lynx--white);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #0000;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature7_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2 {
  color: var(--lynx--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Petrona, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.combine-feature7_content-sticky {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: sticky;
  top: 1.25rem;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-padding-section-medium {
  padding-top: 40px;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.combine-padding-global {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.combine-section_feature7 {
  background-color: #0000;
}

.bold-text-3 {
  font-size: 50px;
  line-height: 50px;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: underline;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--cinza-wm);
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--cinza-wm);
}

.lynx-link-footer-large-white.sem-link:hover {
  color: var(--white);
}

.lynx-heading-footer-white {
  color: #ffffffb3;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-logo-footer {
  width: 150px;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 45px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-footer-dark {
  background-color: var(--dourado-wm);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-image {
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -3px;
  display: flex;
}

.fn-footer-image-2 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 250px;
  margin-top: 30px;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-dark-form {
  color: #df0;
  background-color: #0f1213;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 7px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark-form:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-field-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field-dark:hover, .fn-field-dark:active, .fn-field-dark:focus {
  border-color: #1d1f1e;
}

.fn-field-dark::placeholder {
  color: #1d1f1e;
}

.form-label-dark {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.fn-footer-form-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-footer-form {
  margin-bottom: 0;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-social-link-dark {
  color: #1d1f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .25s;
  display: flex;
}

.fn-social-link-dark:hover {
  opacity: .7;
}

.fn-social-share-wrapper-second {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 12px;
  display: flex;
}

.fn-standard-dark-link {
  color: #1d1f1e;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .25s;
  display: block;
}

.fn-standard-dark-link:hover {
  opacity: .7;
}

.fn-standard-dark-link.w--current {
  color: #df0;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-contain-logo.dark-logo {
  color: #1d1f1e;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #1d1f1e;
  background-color: #df0;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-footer-advence {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: 700;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-paragraph-white {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero-large {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/WM-Esquadrias---Fachada.jpg'), url('../images/Hero_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 30vh;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 60%;
  position: absolute;
  inset: auto auto -6% -30%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-paragraph-2 {
  color: var(--white);
  max-width: 820px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-grid-image-right.portfolio {
  grid-column-gap: 26px;
  grid-template-columns: 1.45fr;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 140px;
  display: flex;
}

.lynx-content-3.portfolio {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.heading {
  color: var(--dourado-wm);
  margin-top: 10px;
  margin-bottom: 46px;
  font-family: Petrona, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.heading.portfolio {
  margin-bottom: 20px;
}

.heading.portfolio.projeto {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 40px;
}

.heading.portfolio.projeto.central {
  text-align: center;
}

.text-span-6, .text-span-7 {
  font-weight: 700;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--dourado-wm);
  font-weight: 700;
}

.text-span-12 {
  font-weight: 700;
}

.text-span-13 {
  color: var(--dourado-wm);
  font-weight: 700;
}

.html-embed-4 {
  position: absolute;
  left: -30%;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.content-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
}

.text-color-orange {
  color: #fe5b25;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-testimonial {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #460906;
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.testimonial-avatar {
  background-color: #fe5b25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-800 {
  color: #394151;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

.nav-link-3 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #dd4124;
  background-color: #eee;
}

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

.nav-link-3.contato {
  display: none;
  overflow: visible;
}

.f-footer-link {
  grid-column-gap: 20px;
  color: #eee;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: #dd4124;
}

.f-footer-link.contato {
  color: var(--white);
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.f-footer-link.contato:hover {
  color: var(--dourado-wm);
}

.whatsapp {
  align-self: flex-start;
}

.text-span-15 {
  color: var(--dourado-wm);
  font-weight: 700;
}

.text-block-9 {
  color: var(--white);
  margin-top: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text-block-9.portfolio {
  margin-top: 0;
}

.c-empty-content {
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.c-premiere-icon {
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.c-platform {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-menu-nav_mobile {
  display: none;
}

.c-year {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.c-year.cc-max-price {
  right: 0%;
}

.c-checkbox-lang {
  z-index: 3;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.c-checkbox-lang.w--redirected-checked {
  color: #255deb;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #255deb;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
}

.c-checkbox-lang.w--redirected-focus {
  box-shadow: none;
  margin-left: 0;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.c-title-3.cc-gray500 {
  color: #525b66;
}

.c-title-3.cc-gray500.cc-center {
  text-align: center;
}

.c-languages {
  flex-wrap: wrap;
  display: flex;
}

.c-collection-wrapper-movies {
  margin-left: -10px;
  margin-right: -10px;
}

.c-text {
  margin-left: 10px;
  margin-right: 10px;
}

.c-checkbox-field-lang {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 12px;
  position: relative;
}

.c-gradient-lang {
  z-index: 0;
  background-color: #1a2028;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.c-pagination {
  align-items: flex-start;
  padding-top: 48px;
  padding-right: 52px;
  display: flex;
  position: relative;
}

.c-checkbox-label-toggle {
  color: #525b66;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.c-checkbox-label-toggle.cc-hidden {
  display: none;
}

.c-nav-links {
  align-items: center;
  display: flex;
}

.lottie-animation {
  z-index: -1;
  width: 48px;
  height: 24px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-button-icon-content {
  display: inline-block;
}

.c-checkbox-toggle {
  border-style: none;
  width: 48px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-checkbox-toggle:active {
  border-radius: 0;
}

.c-checkbox-toggle.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.c-checkbox-toggle.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.c-grid {
  flex-wrap: wrap;
  padding-top: 9.3vh;
  display: flex;
}

.c-form-filters {
  flex-direction: column;
  display: flex;
}

.c-filter {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.c-filter.cc-select {
  padding-top: 8px;
}

.c-filter.cc-premiere {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.c-search-search {
  border-left: 1px solid #1a2028;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.c-grid-item {
  width: 100%;
}

.c-grid-item.cc-60 {
  width: 60%;
  position: relative;
}

.c-grid-item.cc-30 {
  flex-direction: column;
  width: 30%;
  margin-right: 10%;
  padding-right: 32px;
  display: flex;
}

.c-grid-item.cc-30.cc-fixed {
  padding-right: 32px;
}

.c-form-block-search {
  margin-bottom: 0;
}

.c-button-m {
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.c-button-m.cc-border {
  z-index: 2;
  color: #525b66;
  background-color: #080a0b;
  position: relative;
}

.c-collection-list-movies {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.c-search {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-container {
  border-radius: 4px;
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
}

.c-title-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.c-title-wrapper.cc-margin {
  margin-bottom: 24px;
}

.c-checkbox-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.c-checkbox-bg {
  z-index: -2;
  background-color: #080a0b;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-search-textfield {
  color: #525b66;
  background-color: #0000;
  background-image: url('../images/Icon-24px.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #0000;
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 48px;
  font-size: 24px;
}

.c-search-textfield:active, .c-search-textfield:focus {
  color: #dbe6eb;
  border-color: #0000;
}

.c-search-textfield::placeholder {
  color: #525b66;
  font-size: 24px;
  font-weight: 500;
}

.c-range-wrapper {
  width: 100%;
  max-width: 335px;
  transform: translate(10px);
}

.c-pagination-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-docs {
  margin-left: 6px;
}

.c-docs.cc-hidden_mobile {
  margin-left: 4px;
}

.c-text-label {
  color: #525b66;
  font-weight: 500;
}

.c-button-icon-left-hover {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
  display: none;
}

.c-collection-item-movies {
  cursor: pointer;
  width: 25%;
  padding: 10px;
}

.c-toggle-wrapper {
  width: 48px;
  height: 24px;
  margin-bottom: 16px;
}

.c-filter-icon {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}

.c-checkbox-label-lang {
  z-index: -1;
  color: #525b66;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  inset: 0%;
}

.c-pagination_arrow-next {
  cursor: pointer;
  background-image: url('../images/Next-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #1a2028;
  border-radius: 8px;
  width: 48px;
  height: 36px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-pagination_arrow-next:hover {
  background-image: url('../images/Icon-Next-Hover.svg');
}

.c-emoji-image {
  filter: grayscale();
  width: 96px;
  height: 96px;
}

.c-select-field {
  z-index: 1;
  color: #525b66;
  background-color: #0000;
  border: 2px solid #1a2028;
  border-radius: 8px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.c-select-field:active, .c-select-field:focus {
  color: #255deb;
  border-color: #255deb;
}

.c-clone.cc-hidden_mobile {
  margin-left: 4px;
  margin-right: 4px;
}

.c-pagination_arrow-prev {
  cursor: pointer;
  background-image: url('../images/Icon-Previous.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #1a2028;
  border-radius: 8px;
  width: 48px;
  height: 36px;
  margin-right: 4px;
}

.c-pagination_arrow-prev:hover {
  background-image: url('../images/Previous-gray100.svg');
}

.c-search-logos {
  color: #dbe6eb;
  border-right: 1px solid #1a2028;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  display: flex;
}

.c-years-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.c-filter_empty {
  z-index: -100;
  width: 100%;
  padding-top: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.c-gradient-right {
  z-index: 1;
  background-image: linear-gradient(45deg, #1a2028 30%, #255deb);
  border-radius: 8px;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.c-form-block-filters {
  margin-bottom: 0;
}

.c-button-gradient {
  background-image: linear-gradient(55deg, #1a2028 35%, #525b66);
  border-radius: 8px;
  padding: 2px;
  position: relative;
}

.c-button-gradient:hover {
  background-image: linear-gradient(to right, #1a2028, #525b66);
  overflow: hidden;
}

.c-button-icon-left {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
}

.c-collection-itemcount {
  padding-top: 0;
  padding-bottom: 6px;
  display: flex;
}

.c-paragraph.cc-count {
  color: #525b66;
  margin-right: 4px;
  font-weight: 500;
}

.c-submit.cc-hidden {
  display: none;
}

.c-year-slider {
  width: 100%;
  margin-top: 48px;
  padding-top: 0;
}

.c-checkbox-field-toggle {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.c-checkbox-field-toggle.platform {
  width: 48px;
  margin-bottom: 0;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.c-title-1.cc-center {
  text-align: center;
}

.c-year-output-text {
  color: #fff;
}

.bar {
  background-color: #0000001a;
  width: .1px;
  height: 90%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.plan-head {
  max-width: 41.9375rem;
}

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

.hide-2 {
  display: none;
}

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

.plan-date-option {
  padding-bottom: 2.5rem;
  position: relative;
}

.plan-dot {
  margin-left: -5px;
  display: inline-block;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.plan-date-text {
  color: #1e3a8a;
  letter-spacing: -.6px;
  margin-left: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.66667;
}

.plan-content {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
  display: grid;
}

.section-plan {
  background-color: #fff;
}

.plan-theme {
  margin-left: 3rem;
  font-size: .875rem;
  line-height: 1.71429;
  display: inline-block;
}

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

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 200px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.text-block-11 {
  color: #1286e4;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brix---section-8 {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 80px;
}

.brix---blog-card-item-link-first {
  border-bottom: 1px solid #313131;
  padding-top: 10px;
  padding-bottom: 20px;
}

.brix---blog-card-item-link-first:last-child {
  border-bottom-width: 0;
}

.brix---color-neutral-818 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #1286e4;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brix---blog-card-item-link {
  border-top: 1px solid #313131;
  border-bottom: 1px #313131;
  padding-top: 30px;
  padding-bottom: 10px;
}

.brix---blog-card-item-link:last-child {
  border-bottom-width: 0;
}

.brix---color-neutral-821 {
  color: #211f54;
}

.brix---container-default-14 {
  max-width: 1218px;
  margin-top: 48px;
  padding-left: 0;
  padding-right: 0;
}

.brix---tabs-wrapper-tabs-left {
  margin-top: 15px;
  display: flex;
}

.brix---text-201 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brix---divider-details {
  background-color: #dcddeb;
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.brix---blog-card-item-link-last {
  border-bottom: 1px solid #313131;
  padding-top: 30px;
  padding-bottom: 20px;
}

.brix---blog-card-item-link-last:last-child {
  border-bottom-width: 0;
}

.bold-text-11 {
  color: #1286e4;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brix---display-6 {
  color: var(--cinza-wm);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.brix---blog-card-link-block {
  padding-bottom: 0;
  text-decoration: none;
}

.brix---color-neutral-819 {
  color: #211f54;
}

.text-block-12 {
  color: #1286e4;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-13 {
  color: #1286e4;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brix---display-5 {
  color: #1286e4;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.brix---tabs-content-card {
  border: 1px #1286e4;
  border-radius: 24px;
  width: 100%;
  padding: 0 0 48px;
  overflow: visible;
}

.brix---mg-bottom-32px-6 {
  margin-bottom: 32px;
}

.brix---square-icon-48px {
  border: 1px #000;
  border-radius: 0;
  width: 35px;
}

.brix---mg-left-16px {
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.brix---color-accent-6 {
  color: #1286e4;
}

.div-block-18 {
  margin-top: 40px;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-18.produtos {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 40px;
}

.brix---tab-left-icon {
  color: var(--cinza-wm);
  background-color: #0000;
  border: 2px #1286e4;
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  color: var(--dourado-wm);
  background-color: #0000;
  border-color: #4a3aff;
}

.brix---tab-left-icon.w--current {
  box-shadow: none;
  color: var(--dourado-wm);
  background-color: #0000;
  border: 0 #4a3aff;
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-style: normal;
  line-height: 20px;
  text-decoration: underline;
}

.brix---tab-left-icon.w--current:hover {
  box-shadow: none;
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px #f8ab00;
}

.brix---tab-left-icon.interno {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 35px;
}

.brix---tab-left-icon.interno.w--current {
  margin-left: 0;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---badge-primary-small-light {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal-start-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-image-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---blog-card-image-featured-wrapper-v1 {
  border-radius: 24px;
  height: 448px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section-pd-bottom-56px {
  padding-top: 176px;
  padding-bottom: 56px;
}

.brix---btn-primary {
  background-color: var(--dourado-wm);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--cinza-wm);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h4-size {
  color: var(--cinza-wm);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---product-card-content {
  padding: 20px 10%;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-image-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--combine-library--white);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(.96);
}

.brix---grid-3-columns {
  grid-column-gap: 20px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

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

.text-span-16 {
  font-weight: 600;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  color: var(--dourado-wm);
  font-weight: 600;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  font-weight: 600;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.descricao-produto {
  color: var(--cinza-wm);
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.bold-text-14 {
  color: #0000;
}

.bold-text-14:hover {
  color: var(--white);
}

.brix---accordion-arrow-icon {
  max-width: 20px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: var(--cinza-wm);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.brix---color-neutral-824 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 30px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v4:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-item-wrapper-v4:active {
  border-color: var(--combine-library--warning-400);
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-2-columns-stats-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0 10% 176px;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-grid-gallery-1.aw {
  grid-template-columns: 1.25fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: 0;
  margin-right: 0;
}

.waves---main-container {
  justify-content: center;
  align-items: center;
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium {
  padding: 0 10% 100px;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.bold-text-16 {
  color: var(--black);
}

.bold-text-17 {
  color: #f4f4f4;
}

.bold-text-18 {
  color: var(--dourado-wm);
}

.text-span-31, .text-span-32, .text-span-33 {
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.body-2 {
  background-color: var(--cinza-wm);
}

.heading-2 {
  color: var(--dourado-wm);
  font-family: Petrona, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.image-5 {
  align-self: auto;
  max-width: 150px;
}

.text-block-15 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

@media screen and (min-width: 1920px) {
  .brix---container-default-5 {
    padding-right: 0;
  }

  .brix---link-text-2 {
    font-size: 22px;
  }

  .brix---social-icon-square-30px-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .brix---header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-link-2 {
    color: #545557;
    font-size: 22px;
  }

  .brix---header-nav-link-2.w--current {
    color: #3d961a;
    font-weight: 600;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    grid-column-gap: 16px;
  }

  .slide-5 {
    background-position: 50% 45%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/foto4.jpeg');
    background-position: 50% 75%;
    background-size: cover;
  }

  .div-block-3 {
    align-self: auto;
  }

  .div-block-5 {
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
  }

  .paragraph.conteudo.produto {
    font-size: 18px;
  }

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

  .image {
    margin-top: 56px;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 22px;
  }

  .nav-menu-2 {
    justify-content: space-around;
    align-items: center;
  }

  .image-3 {
    width: 200px;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .button-primary-s {
    padding: 20px 40px;
  }

  .navigation-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-wrapper-2 {
    justify-content: space-around;
    align-items: center;
  }

  .lynx-subtitle {
    font-size: 20px;
  }

  .text-block-8.centralizado.produto {
    font-size: 18px;
  }

  .lynx-link-footer-dark, .lynx-text-footer-dark {
    font-size: 17px;
  }

  .lynx-link-footer-large-white {
    font-size: 18px;
  }

  .lynx-heading-footer-white {
    font-size: 15px;
  }

  .lynx-logo-footer {
    width: 200px;
  }

  .lynx-grid-footer-dark {
    max-width: 1200px;
  }

  .lynx-footer-dark {
    max-width: 1500px;
  }

  .lynx-content-3.portfolio {
    max-width: 100%;
    padding-top: 5%;
    font-size: 20px;
  }

  .heading.portfolio {
    font-size: 80px;
  }

  .heading.portfolio.projeto {
    text-align: center;
    font-size: 60px;
  }

  .f-footer-link {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-9.portfolio {
    font-size: 20px;
  }

  .brix---square-icon-48px {
    width: 50px;
  }

  .brix---mg-left-16px {
    font-size: 18px;
  }

  .div-block-18.produtos {
    padding-top: 5%;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .waves-master-gallery-1 {
    max-width: 100%;
    margin-top: 40px;
  }

  .waves---main-container {
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    display: flex;
  }

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

  .image-5 {
    max-width: 250px;
  }

  .text-block-15 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-menu-wrapper-3 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-wrapper {
    padding: 24px 50px 0;
  }

  .brix---grid-header-top-2 {
    grid-template-columns: 3.3fr 1fr;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---hamburger-menu-bar-bottom-3 {
    background-color: #205c08;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    grid-column-gap: 10px;
  }

  .brix---hamburger-menu-bar-top-3 {
    background-color: #205c08;
    width: 44px;
    height: 3px;
  }

  .brix---header-wrapper-v9-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-3 {
    padding-right: 10%;
  }

  .div-block-5 {
    margin-left: 161px;
  }

  .div-block-4 {
    margin-left: -139px;
    margin-right: -112px;
  }

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

  .slider-2 {
    height: 80vh;
  }

  .div-block-16 {
    margin-left: 19px;
    margin-right: 23px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-2.conteudo.claro {
    font-size: 60px;
  }

  .icon-2 {
    color: #eee;
  }

  .nav-link-2 {
    color: #1e1e1e;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2:hover {
    background-color: #d4d4d459;
  }

  .nav-link-2.w--current {
    color: #1e1e1e;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-menu-button-2 {
    background-color: var(--dourado-wm);
    color: #282b3e;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-2.w--open {
    background-color: #865e04;
    border-color: #fff;
  }

  .button-primary-s {
    display: none;
  }

  .navigation-2 {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .nav-button-group, .nav-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-block-image {
    margin-top: 60px;
    display: block;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-content {
    background-image: linear-gradient(#1d1d1db8, #1d1d1db8), url('../images/fundo-wm.svg');
    background-size: auto, auto 100%;
    background-attachment: scroll, fixed;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-features-large {
    display: flex;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-self: auto;
  }

  .cf-logo-background-text {
    font-size: 200px;
    top: -4%;
  }

  .cf-logo-image-container {
    justify-content: center;
    align-items: center;
  }

  .cf-logo-image-container.last {
    margin-right: 47px;
  }

  .cf-logo-image-container.last.hide {
    display: none;
  }

  .cf-logos-contain {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .cf-logos-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .cf-logo-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-logo-section-1 {
    padding-top: 64px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lynx-footer-dark {
    max-width: 700px;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-footer-image {
    margin-top: 12px;
  }

  .fn-footer-image-2 {
    height: 150px;
  }

  .fn-social-link-dark {
    transition: none;
  }

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

  .fn-standard-dark-link {
    transition: none;
  }

  .fn-standard-dark-link:hover {
    opacity: 1;
    color: #1d1f1e;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-footer-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 60px;
  }

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

  .fn-footer-advence {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-image-absolute {
    max-width: 30%;
    left: -12%;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: block;
  }

  .lynx-content-3 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-image-card {
    max-width: none;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-link-3 {
    color: #1e1e1e;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-3.contato {
    background-color: var(--dourado-wm);
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    display: block;
  }

  .nav-link-3.contato:hover {
    background-color: var(--cinza-wm);
    color: var(--white);
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .c-nav-links {
    flex: 1;
    justify-content: flex-end;
  }

  .c-grid-item.cc-30, .c-grid-item.cc-30.cc-fixed {
    padding-right: 0;
  }

  .c-form-block-search {
    flex: 1;
  }

  .c-collection-list-movies {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-search-textfield {
    background-size: 24px 24px;
    font-size: 16px;
  }

  .c-search-textfield::placeholder {
    font-size: 16px;
  }

  .c-collection-item-movies {
    width: 33.33%;
  }

  .c-title-1 {
    font-size: 36px;
    line-height: 36px;
  }

  .bar {
    display: none;
  }

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

  .plan-date-option {
    text-align: center;
  }

  .radio-button-field {
    padding-left: 0;
  }

  .plan-dot {
    display: none;
  }

  .plan-date-text {
    margin-left: auto;
    margin-right: auto;
  }

  .plan-content {
    display: block;
  }

  .filter-group {
    justify-content: space-around;
    display: flex;
  }

  .plan-theme {
    margin-left: 0;
  }

  .brix---tabs-menu-vertical {
    max-width: 200px;
  }

  .brix---section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---blog-card-item-link-first {
    padding-top: 10px;
  }

  .brix---display-6, .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 48px;
  }

  .brix---mg-bottom-32px-6 {
    margin-bottom: 24px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---blog-card-image-featured-wrapper-v1 {
    height: 100%;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 118px;
  }

  .brix---btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

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

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .slide-9 {
    padding-right: 0%;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---container-default-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-top-wrapper-2 {
    border-top-style: none;
    padding-top: 0;
  }

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

  .brix---grid-header-top-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    border-top: 1px #000;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .brix---top-header-left-col-2 {
    justify-content: center;
  }

  .brix---container-default-4 {
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    justify-content: center;
    justify-items: center;
    padding-top: 25px;
  }

  .brix---top-header-right-col-2 {
    border-top: 0 #000;
    justify-content: space-between;
  }

  .brix---header-wrapper-v9-2 {
    padding-bottom: 0;
  }

  .div-block-4 {
    width: 300px;
    margin-left: -88px;
    margin-right: -132px;
  }

  .text-block-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

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

  .cf-logo-background-text {
    font-size: 150px;
  }

  .cf-logo-image-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-logo-image-container.last {
    margin-right: 0;
  }

  .cf-logos-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .cf-logos-heading {
    width: 90%;
    font-size: 24px;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lynx-block-footer-down {
    text-align: center;
    display: block;
  }

  .lynx-block-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-footer-dark {
    max-width: 500px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .fn-footer-image-2 {
    margin-top: 0;
  }

  .fn-social-share-wrapper-second {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-advence {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-content-3 {
    padding-bottom: 100px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-items: center;
  }

  .c-menu-nav_mobile {
    display: block;
  }

  .c-pagination {
    padding-top: 24px;
  }

  .c-nav-links {
    flex: none;
    margin-left: 6px;
  }

  .c-grid {
    padding-top: 48px;
  }

  .c-filter {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-filter.cc-select {
    padding-bottom: 16px;
  }

  .c-search-search {
    border-left-style: none;
    justify-content: center;
    width: 100%;
    padding: 24px 32px;
  }

  .c-grid-item.cc-60 {
    width: 100%;
  }

  .c-grid-item.cc-30 {
    width: 100%;
    margin-right: 0%;
  }

  .c-grid-item.cc-30.cc-fixed {
    z-index: 2147483647;
    background-color: #080a0b;
    position: fixed;
    inset: 0% 0% 0% -100%;
    overflow: scroll;
  }

  .c-form-block-search {
    flex: 1;
    margin-right: 6px;
  }

  .c-collection-list-movies {
    grid-template-columns: 1fr 1fr;
  }

  .c-search {
    flex-direction: column;
  }

  .text-block-10 {
    color: #525b66;
    font-weight: 500;
  }

  .c-search-textfield {
    background-position: 12px;
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
    height: 48px;
    margin-left: 0;
    padding: 12px 16px 12px 48px;
  }

  .c-search-textfield:active, .c-search-textfield:focus {
    border-color: #1a2028;
  }

  .c-docs.cc-hidden_mobile {
    display: none;
  }

  .c-collection-item-movies {
    width: 50%;
  }

  .c-clone.cc-hidden_mobile {
    display: none;
  }

  .c-button-settings {
    background-color: #080a0b;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .c-search-logos {
    border-bottom: 2px solid #1a2028;
    border-right-style: none;
    justify-content: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .c-years-wrapper {
    padding-top: 12px;
  }

  .c-filter_empty {
    padding-top: 0;
    position: static;
  }

  .c-form-block-filters {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-collection-itemcount.cc-mobile {
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-title-1 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-6, .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

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

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

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

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .utility-page-wrap {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  .preloader {
    text-align: center;
  }

  .html-embed-3 {
    clear: none;
    width: 0;
    max-width: 0;
    max-height: 0;
    padding-bottom: 20%;
    padding-left: 0%;
    padding-right: 30%;
    display: inline-block;
    position: static;
    inset: 0%;
  }

  .brix---container-default-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-left-24px---mg-top-16px-mbp-2 {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---top-header-right-col-2 {
    flex-direction: column;
  }

  .text-block {
    font-size: 100px;
  }

  .div-block-3 {
    width: 80%;
    padding-right: 15%;
  }

  .div-block-5 {
    height: 80%;
    margin-top: -30px;
    margin-left: 140px;
    padding-top: 0;
  }

  .paragraph.interno {
    margin-bottom: 20px;
  }

  .link-block.mobile {
    height: 80px;
  }

  .div-block-4 {
    width: 250px;
    margin-left: -145px;
    margin-right: -104px;
  }

  .div-block-8 {
    display: none;
  }

  .slider-2 {
    height: 75vh;
  }

  .div-block-16 {
    margin-right: 63px;
  }

  .text-block-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-2.conteudo {
    padding-bottom: 0;
    font-size: 25px;
  }

  .text-block-2.conteudo.claro {
    font-size: 50px;
  }

  .text-block-2.mobile {
    font-size: 30px;
    line-height: 35px;
  }

  .nav-link-2:hover {
    color: var(--dourado-wm);
  }

  .nav-link-2.w--current {
    color: #1e1e1e;
  }

  .nav-menu-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-menu-button-2 {
    background-color: var(--dourado-wm);
  }

  .button-primary-s {
    width: 100%;
  }

  .ths13-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-subtitle {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-block-absolute {
    left: -2%;
    right: -5px;
  }

  .lynx-block-image.contato {
    display: none;
  }

  .bold-text {
    font-size: 50px;
  }

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

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-heading-features-large {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 60px;
  }

  .bold-text-2.escuro {
    font-size: 40px;
  }

  .cf-logo-background-text {
    font-size: 80px;
    top: -7%;
  }

  .cf-logo-image-container {
    height: auto;
    min-height: 60px;
  }

  .cf-logos-contain {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .cf-logos-heading {
    font-size: 22px;
  }

  .cf-logo-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-section_feature7 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-footer-dark {
    max-width: 350px;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-footer-image-2 {
    height: 100px;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-paragraph-2 {
    font-family: Montserrat, sans-serif;
  }

  .lynx-content-3 {
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading.portfolio.projeto {
    text-align: center;
    font-size: 35px;
  }

  .nav-link-3.contato {
    background-color: var(--dourado-wm);
    color: #eee;
    margin-top: 40px;
  }

  .f-footer-link {
    justify-content: center;
  }

  .f-footer-link.w--current {
    text-align: center;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-items: center;
  }

  .c-collection-wrapper-movies {
    margin-left: 0;
    margin-right: 0;
  }

  .c-nav-links {
    flex: 0 auto;
    margin-left: 6px;
  }

  .c-grid-item.cc-30 {
    width: 100%;
    margin-right: 0%;
  }

  .c-form-block-search {
    flex: 1;
    margin-right: 6px;
  }

  .c-collection-list-movies {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .c-search-textfield {
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
  }

  .c-collection-item-movies {
    width: 100%;
    padding: 10px 0;
  }

  .c-collection-itemcount {
    padding-bottom: 6px;
  }

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

  .plan-date-option {
    align-self: flex-end;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .plan-content {
    position: relative;
  }

  .filter-group {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-image: linear-gradient(#fff, #fff0);
    position: sticky;
    top: 0;
  }

  .brix---tabs-menu-vertical {
    grid-column-gap: 13px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---container-default-14 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---tabs-content-card {
    padding: 10px 0 68px;
  }

  .brix---square-icon-48px {
    border-radius: 0;
    max-width: 56px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .div-block-18 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .brix---tab-left-icon {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-left-icon.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

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

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---product-card-content {
    padding: 21px 22px 32px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---grid-3-columns {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .bold-text-13 {
    font-size: 35px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-9 {
    padding-top: 0;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bold-text-15 {
    text-align: left;
    font-size: 35px;
  }

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

#w-node-_1489352b-4fc7-f244-2886-aa929c9348ae-92344c55, #w-node-_1489352b-4fc7-f244-2886-aa929c9348b7-92344c55, #w-node-ab02289b-f9dd-944e-4a10-f3e809966ac0-92344c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab02289b-f9dd-944e-4a10-f3e809966acb-92344c55, #w-node-ba88b72c-8480-9aeb-0c11-fedd36875920-92344c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02f784d4-d1e4-e78c-f764-c2de537ec223-92344c55 {
  align-self: center;
}

#w-node-ecdc1733-c2b5-e343-1a34-c12a44093154-44093152, #w-node-ecdc1733-c2b5-e343-1a34-c12a44093156-44093152, #w-node-ecdc1733-c2b5-e343-1a34-c12a44093165-44093152, #w-node-ecdc1733-c2b5-e343-1a34-c12a44093173-44093152, #w-node-_17165457-6f34-81c7-1e5a-b0fd69fc0953-92344c56, #w-node-_17165457-6f34-81c7-1e5a-b0fd69fc095c-92344c56, #w-node-_17165457-6f34-81c7-1e5a-b0fd69fc0953-92344c57, #w-node-f79722eb-67ec-104b-864a-ef6a60eccec5-92344c57, #w-node-_46d128d7-50d3-8650-4017-08219c683aa4-92344c57, #w-node-_25b5fcc7-8689-f19e-79fc-95e757034735-92344c57, #w-node-_17165457-6f34-81c7-1e5a-b0fd69fc095c-92344c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17165457-6f34-81c7-1e5a-b0fd69fc0953-92344c59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f3a8edfa-5b16-95a2-3287-da60a4b83154-92344c59, #w-node-f3a8edfa-5b16-95a2-3287-da60a4b83159-92344c59, #w-node-_3f532ee3-faed-1406-73e0-aa823e65c89b-92344c59, #w-node-_3f532ee3-faed-1406-73e0-aa823e65c8a0-92344c59, #w-node-_434efbf8-6f1f-ee19-3842-020675792fed-92344c59, #w-node-_434efbf8-6f1f-ee19-3842-020675792ff3-92344c59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ba88b72c-8480-9aeb-0c11-fedd36875920-92344c55 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ecdc1733-c2b5-e343-1a34-c12a44093154-44093152 {
    place-self: auto center;
  }

  #w-node-ecdc1733-c2b5-e343-1a34-c12a44093156-44093152 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32077589-513f-3eb5-cca4-4b7882231b46-92344c58 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Gilroy ';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}