@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamBold.ttf') format("truetype"), url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothambook;
  src: url('../fonts/GothamBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamBookItalic.ttf') format("truetype"), url('../fonts/Gotham-BookItalic.otf') format("opentype"), url('../fonts/Gotham-UltraItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamMediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamLightItalic.ttf') format("truetype"), url('../fonts/Gotham-XLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamLight.ttf') format("truetype"), url('../fonts/Gotham-Light.otf') format("opentype"), url('../fonts/Gotham-XLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: North Carossela;
  src: url('../fonts/North-Carossela.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Engravers Gothic;
  src: url('../fonts/Engravers-Gothic-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--font-main: Gotham, sans-serif;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--dourado-1: #c5a66a;
  --relume-library-lite--font-tertiary: "Engravers Gothic", sans-serif;
  --relume-library-lite--dourado-2: #f7dead;
  --relume-library-lite--font-second: "North Carossela", sans-serif;
  --relume-library-lite--off-white: #d1d1d1;
  --relume-library-lite--dourado-3: #b6a273;
  --relume-library-lite--cinza: #414042;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.icon.white {
  color: #fff;
}

.efi-button-menu {
  padding: 0;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.dark {
  box-sizing: border-box;
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 20px;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.4em;
  transition: all .2s;
  display: block;
}

.efi-nav-link.dark {
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 20px;
  font-family: Gotham, sans-serif;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.4em;
  transition: all .2s;
  display: block;
}

.efi-nav-link.dark:hover {
  opacity: .5;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  text-decoration: none;
  display: block;
  overflow: clip;
}

.efi-nav-link.dark.w--current {
  font-size: .7em;
}

.efi-nav-03-nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-h5 {
  font-weight: 400;
}

.efi-brand.white {
  color: #fff;
}

.efi-brand.white:hover {
  opacity: .6;
}

.efi-brand.white.w--current {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.efi-nav-03-inner {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-nav-03 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000061;
  padding: 30px 5%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

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

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

.rl_section_header5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.image {
  z-index: 10;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 1100px;
  position: relative;
}

.image:hover {
  outline-offset: 0px;
  outline: 3px #333;
}

.efi-hr-03-image {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 100%;
  display: none;
}

.efi-button {
  background-color: var(--relume-library-lite--dourado-1);
  font-family: var(--relume-library-lite--font-tertiary);
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  background-color: var(--relume-library-lite--dourado-2);
  letter-spacing: 10px;
  transform: translate(0, -7px);
}

.efi-button.invert {
  filter: invert();
}

.efi-hr-03-button-wrapper {
  margin-top: 30px;
}

.efi-small-paragraph {
  font-weight: 400;
}

.efi-big-paragraph {
  font-family: var(--relume-library-lite--font-main);
  color: #999;
  letter-spacing: .7px;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5em;
}

.efi-big-paragraph.corpo {
  color: #c4c4c4;
  text-align: center;
  letter-spacing: .5px;
  width: 920px;
  font-size: 1.3em;
  font-weight: 300;
}

.efi-hr-03-right-content {
  color: #fff;
  padding-top: 30px;
}

.efi-jumbo {
  font-family: var(--relume-library-lite--font-second);
  font-size: 5.5vh;
  font-weight: 400;
  line-height: 1.1em;
}

.efi-jumbo.white {
  font-family: var(--relume-library-lite--font-tertiary);
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 10vh;
  font-weight: 400;
  line-height: 1em;
}

.efi-jumbo.white.title-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  font-family: var(--relume-library-lite--font-tertiary);
  letter-spacing: 15px;
  background-color: #9191910f;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 5px 36px;
  font-size: 1.1vh;
  font-style: normal;
  font-weight: 100;
  display: flex;
}

.efi-hr-03-title-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 50px;
  display: flex;
}

.efi-hr-03-left-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.efi-hr-03-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-hr-03-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-hr-03-top {
  z-index: 5;
  background-color: #0000;
  background-image: none;
  height: 1020px;
  padding: 10% 5% 7%;
  position: relative;
}

.efi-hr-03 {
  background-color: #0000009c;
  overflow: hidden;
}

.efi-hr-03.sectionfull {
  height: 100vh;
}

.efi-hr-01-logo-cell {
  justify-content: center;
  align-items: center;
  padding: 10px 0%;
  display: flex;
}

.efi-hr-01-logos-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.efi-hr-01-container {
  width: 100%;
  max-width: 1440px;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-01-logos {
  background-color: #fff;
  padding: 50px 0%;
}

.efi-hr-01-right-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.efi-big-paragraph-2 {
  font-family: var(--relume-library-lite--font-main);
  font-size: 20px;
  font-weight: 400;
}

.efi-big-paragraph-2.corpo {
  text-align: left;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.efi-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.efi-label.big {
  font-family: var(--relume-library-lite--font-tertiary);
  color: var(--relume-library-lite--dourado-1);
  letter-spacing: 15px;
  font-size: 1em;
  line-height: 1.4em;
}

.efi-hr-01-title-wrapper {
  margin-bottom: 25px;
}

.efi-hr-01-left-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.efi-hr-01-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  margin-top: auto;
  margin-bottom: 5%;
}

.efi-hr-01 {
  margin-top: auto;
  padding: 0% 5% 5%;
  overflow: clip;
}

.efi-paragraph {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--off-white);
  text-align: left;
  margin-bottom: auto;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.efi-paragraph.white {
  color: var(--relume-library-lite--off-white);
}

.efi-h4 {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
}

.efi-h4.white {
  color: var(--relume-library-lite--rl-white);
}

.efi-ft-03-feature-text {
  text-align: left;
}

.efi-ft-03-image-wrapper {
  margin-bottom: 25px;
}

.efi-ft-03-image-wrapper:hover {
  border-radius: 0;
}

.efi-ft-03-features {
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  margin-left: 220px;
  margin-right: 220px;
  display: none;
}

.efi-h2 {
  font-family: var(--relume-library-lite--font-second);
  color: var(--relume-library-lite--rl-black);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5.5vh;
  font-weight: 400;
  line-height: 1.1em;
}

.efi-h2.white {
  color: var(--relume-library-lite--rl-white);
}

.efi-ft-03-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 75px;
  display: grid;
}

.efi-ft-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-03 {
  background-color: var(--relume-library-lite--rl-black);
  padding: 160px 5%;
  overflow: hidden;
}

.efi-accordion-paragraph {
  font-family: var(--relume-library-lite--font-main);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.efi-ft-09-content {
  overflow: hidden;
}

.efi-ft-09-bar {
  font-family: var(--relume-library-lite--font-tertiary);
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.efi-ft-09-accordion-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.efi-ft-09-accordion-bottom-bar {
  width: 100%;
  height: 1px;
}

.efi-ft-09-accordion {
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.efi-ft-09-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09 {
  padding: 100px 3%;
}

.efi-social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.efi-social-link:hover {
  opacity: .5;
}

.efi-ftr-02-footer-wrapper {
  align-items: center;
  display: flex;
}

.efi-footer-link-white {
  font-family: var(--relume-library-lite--font-main);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.4em;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.efi-footer-link-white:hover {
  opacity: .5;
}

.efi-ftr-02-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.efi-paragraph-light {
  font-family: var(--relume-library-lite--font-main);
  color: #ffffff9e;
  font-size: 15px;
  font-weight: 300;
}

.efi-ftr-02-footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-ftr-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ftr-02 {
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--off-white);
  padding: 100px 5%;
  overflow: hidden;
}

.efi-ft-07-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.ft-07-tab-text-block {
  font-size: 18px;
  font-weight: 700;
}

.ft-07-tab-link {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.ft-07-tab-link.w--current {
  color: #bdbdbd;
  background-color: #c8c8c800;
  font-size: 18px;
}

.efi-ft-07-tabs-menu {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.efi-ft-07-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-07 {
  padding: 100px 2%;
}

.efi-arrow-icon {
  width: 40px;
  height: 40px;
}

.efi-ft-10-feature {
  cursor: pointer;
  background-color: #eee;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  min-height: 400px;
  padding: 10px 20px 20px;
  transition: all .7s;
  display: flex;
}

.efi-ft-10-feature:hover {
  filter: invert();
}

.efi-ft-10-features-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ft-10-text-block {
  color: var(--relume-library-lite--rl-white);
  font-size: 18px;
  font-weight: 700;
}

.ft-10-tab-link {
  background-color: #0000;
  padding-left: 0;
  padding-right: 20px;
}

.ft-10-tab-link.w--current {
  color: #bdbdbd;
  background-color: #0000;
  padding-left: 0;
  padding-right: 20px;
}

.efi-ft-10-tabs-menu {
  margin-bottom: 30px;
}

.efi-ft-10-grid-wrapper {
  color: var(--relume-library-lite--rl-white);
}

.efi-ft-10-grid {
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-ft-10-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-10 {
  background-color: var(--relume-library-lite--rl-black);
  padding: 100px 3%;
}

.div-block {
  justify-content: center;
  align-items: stretch;
  width: 500px;
  display: flex;
}

.div-block-2 {
  margin-top: 40px;
}

.code-embed {
  color: var(--relume-library-lite--rl-white);
  transition: all .4s;
}

.code-embed:hover {
  opacity: .6;
  transform: scale(1.2);
}

.div-block-3 {
  z-index: 5;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  inset: 0% 0% 0% 70%;
}

.image-2 {
  z-index: 3;
  width: 200px;
  max-width: none;
  position: absolute;
  top: 317px;
  right: -160px;
  overflow: hidden;
}

.text-block {
  font-family: var(--relume-library-lite--font-tertiary);
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 32px;
}

.quick-stack {
  grid-column-gap: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.efi-accordion-paragraph-2 {
  font-family: var(--relume-library-lite--font-main);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5;
}

.efi-ft-09-content-2 {
  overflow: hidden;
}

.efi-plus-icon-2:hover {
  opacity: .5;
  transform: scale(1.1);
}

.efi-h4-2 {
  font-family: var(--relume-library-lite--font-tertiary);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 1.3em;
}

.efi-ft-09-bar-2 {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.efi-ft-09-accordion-wrap-2 {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.efi-ft-09-accordion-bottom-bar-2 {
  width: 100%;
  height: 1px;
}

.efi-ft-09-accordion-2 {
  margin-left: auto;
  margin-right: auto;
}

.efi-paragraph-2 {
  margin-bottom: auto;
  font-size: 1.1em;
  line-height: 1.4em;
}

.efi-ft-09-grid-inner-2 {
  font-family: var(--relume-library-lite--font-main);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.efi-h2-2 {
  font-family: var(--relume-library-lite--font-second);
  margin-bottom: auto;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.efi-ft-09-grid-2 {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.efi-ft-09-container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-11 {
  padding: 100px 3%;
  overflow: hidden;
}

.image-3 {
  filter: none;
}

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

.efi-arrow-icon-2 {
  width: 40px;
  height: 40px;
}

.efi-arrow-icon-2.none {
  display: none;
}

.efi-h5-2 {
  font-family: var(--relume-library-lite--font-tertiary);
  color: var(--relume-library-lite--rl-black);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3em;
  line-height: 1.4em;
}

.efi-h5-2.white {
  color: var(--relume-library-lite--rl-white);
}

.efi-ft-10-feature-2 {
  background-color: var(--relume-library-lite--rl-white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  min-height: auto;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .7s;
  display: flex;
}

.efi-ft-10-feature-2:hover {
  background-color: var(--relume-library-lite--rl-white);
  filter: invert();
}

.efi-ft-10-feature-2.local {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.efi-ft-10-feature-2.link2 {
  border: .5px solid var(--relume-library-lite--rl-white);
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 300px;
}

.efi-ft-10-feature-2.link2:hover {
  background-color: var(--relume-library-lite--dourado-1);
  opacity: 1;
  filter: none;
  background-image: none;
}

.efi-ft-10-feature-2.link2.es {
  filter: grayscale();
  background-image: url('../images/VITORIA.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
}

.efi-ft-10-feature-2.link2.es:hover {
  filter: none;
}

.efi-ft-10-feature-2.link2.sp {
  filter: grayscale();
  background-image: url('../images/ALPHAVILLE.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  display: none;
}

.efi-ft-10-feature-2.link2.sp:hover {
  filter: none;
}

.efi-ft-10-features-grid-2 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-10-tabs-content-2 {
  display: block;
}

.ft-10-text-block-2 {
  font-family: var(--relume-library-lite--font-tertiary);
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
}

.ft-10-text-block-2:hover {
  outline-offset: 0px;
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  outline: 3px #f7dead;
}

.ft-10-tab-link-2 {
  border: .5px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--off-white);
  background-color: #35353500;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 40px;
  transition: all .5s;
  display: flex;
}

.ft-10-tab-link-2:hover {
  background-color: var(--relume-library-lite--dourado-2);
  background-image: linear-gradient(90deg, var(--relume-library-lite--dourado-1), var(--relume-library-lite--dourado-2));
  color: var(--relume-library-lite--dourado-2);
}

.ft-10-tab-link-2.w--current {
  border: .5px solid var(--relume-library-lite--rl-white);
  font-family: var(--relume-library-lite--font-tertiary);
  color: var(--relume-library-lite--rl-white);
  vertical-align: baseline;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.ft-10-tab-link-2.w--current:hover {
  background-color: var(--relume-library-lite--dourado-2);
  background-image: linear-gradient(83deg, var(--relume-library-lite--dourado-1), var(--relume-library-lite--dourado-2));
}

.efi-ft-10-tabs-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--relume-library-lite--rl-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  transition: all .2s;
  display: flex;
}

.efi-ft-10-tabs-2 {
  transition: all .2s;
}

.efi-paragraph-3 {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--off-white);
  margin-bottom: auto;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.efi-ft-10-grid-wrapper-2.white {
  color: var(--relume-library-lite--rl-black);
}

.efi-h2-3.white {
  font-family: var(--relume-library-lite--font-second);
  color: var(--relume-library-lite--rl-white);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.efi-ft-10-grid-2 {
  grid-template-rows: auto;
  place-items: center stretch;
  margin-bottom: 100px;
}

.efi-ft-10-container-2 {
  color: var(--relume-library-lite--rl-white);
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-12 {
  background-color: var(--relume-library-lite--rl-black);
  padding: 100px 3%;
  overflow: hidden;
}

.efi-ft-12.outras-cidades {
  display: none;
}

.uui-logos04_text {
  color: #475467;
  letter-spacing: normal;
  padding-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
}

.uui-logos04_list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  white-space: nowrap;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.uui-logos04_list.div-none {
  position: static;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
  overflow: hidden;
}

.uui-logo-loop_inner {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
  position: absolute;
}

.text-span-7 {
  color: #cf7eb7;
}

.text-block-13 {
  color: #344054;
  font-size: 4rem;
  font-weight: 700;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

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

.uui-max-width-large-4.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.section-6 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  object-position: 50% 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.container-6 {
  overflow: hidden;
}

.text-block-14 {
  font-family: var(--relume-library-lite--font-main);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.link-block, .link-block-2 {
  color: var(--relume-library-lite--rl-black);
  text-decoration: none;
}

.heading {
  background-image: linear-gradient(56deg, var(--relume-library-lite--dourado-1), var(--relume-library-lite--dourado-2) 53%, var(--relume-library-lite--dourado-3));
  font-family: var(--relume-library-lite--font-second);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.heading.clipped {
  background-image: linear-gradient(172deg, var(--relume-library-lite--dourado-1), var(--relume-library-lite--dourado-2) 53%, #fff3dc);
  margin-top: 0;
  padding-top: 10px;
}

.text-wrapper {
  margin-bottom: 20px;
  line-height: 1;
  position: static;
}

.div-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
  overflow: visible;
}

.div-hide.top {
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
  line-height: 1.1;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.text-color-main {
  color: #8f00ff;
  line-height: 1;
  display: inline-block;
}

.link {
  color: var(--relume-library-lite--rl-white);
  text-decoration: none;
}

.section-7 {
  z-index: 10;
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-4 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 2% 0% 0%;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.image-4 {
  z-index: 5;
  width: 500px;
  position: absolute;
  inset: 27% 0% 0% 36%;
}

.code-embed-2 {
  display: none;
}

.div-block-6 {
  height: 100px;
}

.section-8 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/IMG-HERO-01-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  min-height: 720px;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--rl-white);
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.link-2:hover {
  opacity: .6;
  font-weight: 300;
}

.slide-nav {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: -40px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.efi-h4-3 {
  font-family: var(--relume-library-lite--font-tertiary);
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
}

.tsm-03-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tsm-03-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
}

.efi-tsm-03-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.efi-tsm-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-03 {
  background-color: var(--relume-library-lite--rl-black);
  padding: 10% 5%;
}

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

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-count {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 24px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 24px;
  line-height: 1.1em;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.section {
  padding: 64px 80px;
}

.section.section--hero {
  padding-top: 120px;
  overflow: hidden;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero__person-cont {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero__person-square {
  z-index: -1;
  background-color: #1e1e2f;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: none;
  position: absolute;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--1 {
  display: block;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: block;
}

.hero__persons {
  z-index: 0;
  justify-content: center;
  align-items: stretch;
  height: 590px;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.container-7 {
  margin-top: 140px;
}

.cell {
  background-color: var(--relume-library-lite--rl-white);
}

.cell-2 {
  background-color: var(--relume-library-lite--dourado-1);
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---bg-overlay-team-v12 {
  background-image: linear-gradient(0deg, #000 6%, #fff0), linear-gradient(#0009, #0009);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.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---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.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---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

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

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

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

.brix---text-200-medium {
  font-family: var(--relume-library-lite--font-main);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---team-v13-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  inset: auto auto 40px 32px;
}

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

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

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---avatar-image {
  text-align: left;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.brix---color-neutral-802 {
  color: #fff;
}

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

.brix---heading-h3-size {
  background-image: linear-gradient(103deg, var(--relume-library-lite--dourado-1), var(--relume-library-lite--dourado-2));
  font-family: var(--relume-library-lite--font-main);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph {
  opacity: .7;
  font-family: var(--relume-library-lite--font-main);
  width: 300px;
  margin-bottom: 20px;
  font-weight: 300;
}

.text-block-15 {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--rl-white);
  text-align: left;
  background-color: #36363600;
  width: auto;
  padding: 5px 20px 0 10px;
  font-weight: 300;
  display: block;
}

.div-block-8 {
  border: 1px solid var(--relume-library-lite--cinza);
  opacity: .8;
  outline-offset: 0px;
  background-color: #63636345;
  border-radius: 0;
  outline: 3px #00e;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding: 10px 0 5px 20px;
  display: flex;
}

.div-block-9 {
  height: 10px;
}

.code-embed-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.code-embed-5 {
  color: var(--relume-library-lite--rl-white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.code-embed-6 {
  color: var(--relume-library-lite--rl-white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-16 {
  font-family: var(--relume-library-lite--font-main);
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 300;
}

.first {
  display: inline-block;
}

.hero-img_wrap {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.intro-component {
  position: relative;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3.5em;
}

.intro-heading_wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0, 64%);
}

.hero-heading {
  color: #fff;
  letter-spacing: -.05em;
  padding-bottom: .2em;
  padding-right: .05em;
  font-size: 8vw;
  line-height: .8;
}

.hero-heading.second {
  padding-left: 1.7em;
}

.credits-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: grid;
}

.text-eyebrow {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.intro-img_shadow {
  position: absolute;
  inset: 0%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.z-index-5 {
  z-index: 5;
  position: relative;
}

.hero-video_link {
  color: #1f1c1c;
  text-decoration: none;
}

.hero-video_thumbnail {
  aspect-ratio: 16 / 11;
  justify-content: center;
  align-items: center;
  width: 11em;
  display: flex;
}

.hero-video_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  margin-bottom: 1.3em;
  padding: .6em 2em .6em .6em;
  display: flex;
  position: relative;
}

.intro-img_wrap {
  z-index: 5;
  position: relative;
}

.intro-heading {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
}

.credits-footer {
  justify-content: space-between;
  display: flex;
}

.hero-video_icon-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
}

.section-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-video_text-wrap {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-9 {
  background-color: #fff0;
  position: relative;
}

.section-9.bg-dark {
  color: #fff;
  background-color: #1f1c1c;
}

.section-9.intro {
  background-color: #a5b2b6;
}

.h2-heading {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.container.padding-medium {
  padding-top: 8em;
  padding-bottom: 8em;
}

.container.padding-medium.bottom-small {
  padding-bottom: 2em;
}

.second {
  display: inline-block;
}

.hero-video_icon {
  color: #fff;
  width: .8em;
  transform: translate(15%);
}

.hero-img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  bottom: 0%;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .7rem 1.5rem;
  font-weight: 600;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #1f1c1c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-content_wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.intro-details {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46ch;
  display: flex;
}

.hero-heading_wrap {
  flex: none;
}

.overflow-hidden {
  overflow: hidden;
}

.loader {
  z-index: 2000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.footer-logo-container.absolute {
  position: absolute;
}

.wrapper-for-loader {
  flex-direction: column;
  align-items: center;
  width: 102%;
  display: flex;
  overflow: hidden;
}

.loder-logo-text-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.loder-logo-favicon {
  width: 300px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.loader-circle {
  z-index: -1;
  background-color: #007138;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140vw;
  height: 140vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.efi-button-2 {
  background-color: var(--relume-library-lite--dourado-1);
  font-family: var(--relume-library-lite--font-tertiary);
  letter-spacing: 5px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button-2:hover {
  background-color: var(--relume-library-lite--dourado-2);
  transform: translate(0, -7px);
}

.efi-cta-01 {
  background-color: var(--relume-library-lite--rl-black);
  padding: 100px 5%;
  overflow: hidden;
}

.efi-cta-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-cta-01-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-cta-01-text-inner {
  margin-bottom: 40px;
}

.efi-paragraph-4 {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--off-white);
  font-weight: 300;
}

.efi-h2-4 {
  font-family: var(--relume-library-lite--font-main);
  color: var(--relume-library-lite--rl-white);
  font-weight: 400;
}

.wrap {
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.loader-wrapper {
  z-index: 999;
  display: block;
  position: absolute;
  inset: 0%;
}

.loader-blind {
  background-color: #5100ff;
  width: 100vw;
  height: 50vh;
  position: absolute;
}

.loader-blind.top {
  opacity: 1;
  background-color: #000;
  inset: 0% 0% auto;
}

.loader-blind.bottom {
  background-color: #000;
  inset: auto 0% 0%;
}

.loader-line {
  background-color: var(--relume-library-lite--dourado-2);
  border-radius: 10px;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.cell-4 {
  display: block;
}

.background-video {
  z-index: -1;
  height: 1020px;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  position: static;
  inset: 0%;
}

.background-video-3 {
  z-index: 5;
  width: 100%;
}

.link-block-3, .link-block-4 {
  width: 100%;
  text-decoration: none;
}

.heading-2 {
  background-color: var(--relume-library-lite--dourado-1);
  font-family: var(--relume-library-lite--font-tertiary);
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 18px;
}

.div-block-10 {
  opacity: .8;
  outline-offset: 0px;
  background-color: #63636345;
  border: 1px solid #414042;
  border-radius: 0;
  outline: 3px #00e;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  padding: 10px 0 5px 20px;
  display: flex;
}

.div-block-10.loc {
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 5px;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  background-color: #36363600;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 0 0 10px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  display: flex;
}

.code-embed-7 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.efi-nav-03-inner-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  opacity: .8;
  outline-offset: 0px;
  background-color: #63636345;
  border: 1px solid #414042;
  border-radius: 0;
  outline: 3px #00e;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  padding: 10px 0 5px 20px;
  display: flex;
}

.div-block-11.loc {
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 5px;
}

.div-block-11.loc.loc-mobile {
  display: none;
}

.code-embed-8 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .efi-hr-01-logos {
    background-color: #fff;
  }

  .efi-hr-01-right-content {
    background-position: 0%;
  }
}

@media screen and (max-width: 991px) {
  .efi-button-menu {
    padding: 0;
  }

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

  .efi-nav-link.dark {
    color: #fff;
    text-align: center;
    text-align: center;
    background-color: #000;
    padding: 30px 5%;
    text-decoration: none;
  }

  .efi-nav-03-nav-menu {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #0000009e;
  }

  .efi-nav-03-inner {
    justify-content: space-between;
    align-items: flex-start;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .efi-big-paragraph.corpo {
    width: 90%;
    margin-bottom: 40px;
  }

  .efi-hr-03-right-content {
    padding-top: 0;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .efi-hr-03-title-wrapper {
    width: 90%;
  }

  .efi-hr-03-left-content {
    margin-top: 60px;
  }

  .efi-hr-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-hr-03-top {
    background-image: none;
    height: 800px;
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .efi-hr-01-logos-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .efi-hr-01-left-content {
    padding-right: 0%;
  }

  .efi-hr-01-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    margin-top: auto;
  }

  .efi-hr-01 {
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .efi-ft-03-sell, .efi-ft-03-cell {
    margin-bottom: 40px;
  }

  .efi-ft-03-features {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .efi-ft-03-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .efi-ft-03-container {
    margin-left: 0;
    margin-right: 0;
  }

  .efi-ft-03 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-09-accordion-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .efi-ft-09, .efi-ft-07 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-10-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-10-grid {
    grid-template-columns: 1fr;
  }

  .efi-ft-10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-09-accordion-wrap-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .efi-ft-11 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-10-feature-2.local {
    justify-content: space-between;
    align-items: center;
  }

  .efi-ft-10-features-grid-2 {
    grid-template-columns: 1fr;
  }

  .ft-10-tab-link-2 {
    text-align: center;
    width: 100%;
    text-decoration: none;
  }

  .ft-10-tab-link-2.w--current {
    width: 100%;
  }

  .efi-ft-10-tabs-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .efi-ft-10-grid-2 {
    grid-template-columns: 1fr;
  }

  .efi-ft-12 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .uui-logos04_text {
    line-height: 2.5rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .heading {
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 6em;
    line-height: 1;
  }

  .code-embed-2, .code-embed-3 {
    display: block;
  }

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

  .section-8 {
    height: auto;
    min-height: 380px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tsm-03-testimonial {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .efi-tsm-03-slider {
    margin-bottom: 20px;
  }

  .efi-tsm-03-container {
    display: none;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__col.col--2 {
    display: block;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__columns {
    display: block;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person-txt-less {
    display: none;
  }

  .brix---team-v9-wrapper {
    height: auto;
  }

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

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

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

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

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

  .loader-circle {
    border-radius: 0%;
  }

  .efi-cta-01-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .loader-wrapper {
    display: block;
  }

  .background-video {
    height: 800px;
  }

  .efi-nav-03-inner-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .efi-nav-03-inner {
    justify-content: space-between;
    align-items: flex-start;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .efi-big-paragraph.corpo {
    width: 90%;
    margin-bottom: 40px;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .efi-hr-03-left-content {
    margin-top: 80px;
  }

  .efi-hr-03-top {
    height: 800px;
  }

  .efi-hr-01 {
    padding-top: 25%;
  }

  .efi-ft-09-grid, .efi-ft-07-grid {
    grid-template-columns: 1fr;
  }

  .efi-h4-2 {
    font-weight: 400;
  }

  .efi-ft-09-grid-2 {
    grid-template-columns: 1fr;
  }

  .efi-ft-10-feature-2.local {
    justify-content: center;
    align-items: center;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logo-loop_component {
    height: 4rem;
    display: block;
    overflow: hidden;
  }

  .uui-logo-loop_inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    height: 80px;
    display: flex;
    overflow: hidden;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-section_logos04 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    display: flex;
    overflow: hidden;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .container-6 {
    overflow: hidden;
  }

  .heading {
    letter-spacing: 1px;
    font-size: 4em;
  }

  .section-8 {
    min-height: 380px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

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

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

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

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

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

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

  .loader {
    display: none;
  }

  .loder-logo-favicon {
    width: 35px;
    margin-right: 10px;
  }

  .loader-circle {
    width: 100%;
    height: 100%;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .loader-wrapper {
    display: block;
  }

  .background-video {
    height: 800px;
  }

  .efi-nav-03-inner-2 {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .efi-nav-03-inner {
    justify-content: space-between;
    align-items: flex-start;
  }

  .efi-big-paragraph.corpo {
    width: 90%;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-jumbo.white.title-section {
    font-size: 1vh;
  }

  .efi-hr-03-title-wrapper {
    width: 60%;
  }

  .efi-hr-03-top {
    height: 900px;
  }

  .efi-hr-01-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .efi-h4 {
    line-height: 32px;
  }

  .efi-ft-03-features {
    grid-template-columns: 1fr;
  }

  .efi-ft-03-grid {
    margin-bottom: auto;
  }

  .efi-ftr-02-footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .efi-ft-07-tabs-menu {
    flex-direction: column;
  }

  .efi-ft-10-features-grid {
    grid-template-columns: 1fr;
  }

  .efi-ft-10-feature-2 {
    height: 200px;
    min-height: 200px;
  }

  .efi-ft-10-feature-2.local {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 300px;
    min-height: 300px;
    padding-top: 100px;
  }

  .efi-ft-10-features-grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-logos04_text {
    line-height: 3rem;
  }

  .uui-logos04_list {
    justify-content: center;
    overflow: visible;
  }

  .uui-logos04_list.div-none, .uui-logo-loop_component {
    display: none;
  }

  .uui-logo-loop_inner {
    flex-flow: row;
    position: static;
  }

  .uui-logos-loop-css-embed {
    overflow: hidden;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    letter-spacing: -2px;
    font-size: 5em;
    font-weight: 400;
  }

  .code-embed-3 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-8 {
    max-width: none;
    height: auto;
    min-height: 280px;
  }

  .efi-tsm-03-slider {
    margin-bottom: 45px;
  }

  .hero__person {
    border-radius: 14px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

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

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

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

  .brix---team-v13-content {
    bottom: 32px;
    left: 24px;
  }

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

  .brix---avatar-image {
    width: 100%;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    width: 280px;
  }

  .loder-logo-favicon {
    width: 200px;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .loader-wrapper {
    display: block;
  }

  .background-video {
    height: 900px;
  }

  .div-block-10.loc {
    display: none;
  }

  .efi-nav-03-inner-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-11.loc {
    display: none;
  }

  .div-block-11.loc.loc-mobile {
    display: flex;
  }
}

#w-node-c5376d42-4ec3-6180-9725-c3ac60f93b1e-a1e41cc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-df713bc7-35c4-a764-3857-86fb627e5226-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df713bc7-35c4-a764-3857-86fb627e5231-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-a4cc70f0-c751-e7ed-1a3e-b8d3f0e7697f-a1e41cc3, #w-node-a4cc70f0-c751-e7ed-1a3e-b8d3f0e76982-a1e41cc3, #w-node-a4cc70f0-c751-e7ed-1a3e-b8d3f0e76985-a1e41cc3, #w-node-_5da14a91-f088-151b-92b7-0c3e20730d01-a1e41cc3, #w-node-_5da14a91-f088-151b-92b7-0c3e20730d04-a1e41cc3, #w-node-_5da14a91-f088-151b-92b7-0c3e20730d07-a1e41cc3 {
  justify-self: center;
}

#w-node-_38e362aa-fb30-0f3f-73b0-e04eeca2f303-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38e362aa-fb30-0f3f-73b0-e04eeca2f306-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fa82028f-0a55-adb1-bb51-1f5db8f1ce57-a1e41cc3 {
  place-self: auto;
}

#w-node-dd5502d5-b97d-c197-2768-a407d10d601f-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5502d5-b97d-c197-2768-a407d10d6022-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-de865e0d-88f6-2c7a-684e-a1b7f02af3ca-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de865e0d-88f6-2c7a-684e-a1b7f02af3cd-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3a6d5a0d-3d78-e60d-9b0f-55dbc789ac18-a1e41cc3, #w-node-a956afb5-205e-0904-ed26-6b1bced1a668-a1e41cc3, #w-node-_9e8c4815-a9d1-4a7b-46ec-ac028042b2d3-a1e41cc3, #w-node-ecb5849e-70e2-8ef6-4033-df375b98292c-a1e41cc3, #w-node-_609db4ee-a609-3fe6-51a4-03087e30bc8d-a1e41cc3, #w-node-a34e8549-3824-402d-c179-60c9df5beba0-a1e41cc3, #w-node-e39e3e3c-a5f0-3815-5ea6-e4ba92428cc0-a1e41cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad7189e-593d-dc3a-51f1-aac5bbe88a86-a1e41cc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5376d42-4ec3-6180-9725-c3ac60f93b1e-c01c2623 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-df713bc7-35c4-a764-3857-86fb627e5226-a1e41cc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df713bc7-35c4-a764-3857-86fb627e5231-a1e41cc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e8c4815-a9d1-4a7b-46ec-ac028042b2d3-a1e41cc3 {
    place-self: center;
  }

  #w-node-dad7189e-593d-dc3a-51f1-aac5bbe88a86-a1e41cc3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5376d42-4ec3-6180-9725-c3ac60f93b1e-a1e41cc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_9e8c4815-a9d1-4a7b-46ec-ac028042b2d3-a1e41cc3 {
    place-self: center;
  }

  #w-node-c5376d42-4ec3-6180-9725-c3ac60f93b1e-c01c2623 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBookItalic.ttf') format('truetype'), url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLightItalic.ttf') format('truetype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'North Carossela';
  src: url('../fonts/North-Carossela.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Engravers Gothic';
  src: url('../fonts/Engravers-Gothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}