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

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #001a49;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #001a49;
  font-size: 44px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #001a49;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 10px;
  font-family: Muli;
  color: #4f596a;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.navigation-side-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.logo {
  width: 160px;
}

.logo.fasi {
  width: 75px;
  margin-left: 20px;
}

.brand {
  margin-right: 20px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Uslumia, sans-serif;
  color: #44b7ea;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #28a68e;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 830px;
  padding: 132px 3% 164px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bg-shape-80 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 80%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: rgba(40, 166, 142, 0.1);
}

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

.heading {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Uslumia, sans-serif;
  color: #28a68e;
  font-size: 68px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  white-space: normal;
}

.bg-shape-40 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 520px;
  max-width: 43%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-color: #28a68e;
  box-shadow: 13px 30px 44px 0 #818a8c;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 58px;
  padding: 14px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
  background-image: linear-gradient(264deg, #28a68e, #44b7ea);
  font-family: Uslumia, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
}

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

.button.dados {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28a68e), to(#28a68e));
  background-image: linear-gradient(180deg, #28a68e, #28a68e);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.dados:hover {
  box-shadow: 7px 7px 14px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.button.help {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#44b7ea), to(#44b7ea));
  background-image: linear-gradient(180deg, #44b7ea, #44b7ea);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.help:hover {
  box-shadow: 7px 7px 20px -5px rgba(0, 14, 39, 0.3);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.button.return {
  margin-top: 20px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.avatar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  width: 62px;
  height: 62px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 100px;
}

.avatar.avatar-02 {
  position: relative;
  left: -20px;
}

.avatar.avatar-03 {
  position: relative;
  left: -40px;
}

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

.text-block {
  position: relative;
  left: -20px;
  font-weight: 500;
}

.text-span {
  color: #c00dff;
}

.hero-paragraph {
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #e6e6e6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero-paragraph.black {
  color: #001a49;
}

.content-section {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 132px 10% 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-section.fix {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: auto;
  background-color: #28a68e;
}

.side-pattern {
  position: absolute;
  left: -5%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 182px;
  margin-bottom: 132px;
  padding: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7eaeb;
  border-radius: 22px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #001a49;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.title-paragraph {
  max-width: 590px;
  margin-bottom: 32px;
  font-family: Muli;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.side-pattern-right {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.lesson-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 172px;
  margin-bottom: 32px;
  padding: 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fbf3ff;
  border-radius: 22px;
  background-color: #fbf3ff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.lesson-block:hover {
  border-color: #9f06ff;
}

.icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  margin-right: 32px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 11px 11px 25px 0 rgba(0, 0, 0, 0.06);
}

.lesson-block-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 16px;
}

.line-break {
  width: 1px;
  min-height: 30px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #8639b5;
}

.lesson-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cd10ff), to(#9f06ff));
  background-image: linear-gradient(180deg, #cd10ff, #9f06ff);
  color: #fff;
}

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

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001a49;
  font-size: 44px;
  line-height: 1.1;
}

.line-break-large {
  width: 1px;
  height: 100%;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #e7eaeb;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 420px;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #edd5ff;
  background-image: url('../images/conclusao-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-block.gestao {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/gestao-min.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 40%), url('../images/gestao-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.video-block.mkt {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/marketing-min.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 40%), url('../images/marketing-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.video-block.finances {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/financas-min.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 50%), url('../images/financas-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.video-block.vendas {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, hsla(0, 0%, 100%, 0))), url('../images/vendas.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 40%), url('../images/vendas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.video-block.matriz {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(52%, hsla(0, 0%, 100%, 0))), url('../images/mkt.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 52%), url('../images/mkt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-block.matriz:hover {
  box-shadow: 8px 8px 20px 8px rgba(0, 0, 0, 0.47);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.video-block.matriz.gestao {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(52%, hsla(0, 0%, 100%, 0))), url('../images/gestao-min.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 52%), url('../images/gestao-min.jpg');
}

.video-block.matriz.financas {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(52%, hsla(0, 0%, 100%, 0))), url('../images/financas.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 52%), url('../images/financas.jpg');
}

.video-block.matriz.final {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(52%, hsla(0, 0%, 100%, 0))), url('../images/conclusao-min.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 52%), url('../images/conclusao-min.jpg');
}

.video-block.matriz.venda {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(52%, hsla(0, 0%, 100%, 0))), url('../images/vendas.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 52%), url('../images/vendas.jpg');
}

.video-block.home {
  background-color: #001a49;
  background-image: none;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.25);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.22);
}

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

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 132px 3% 163px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(352deg, #cd10ff, #9f06ff);
}

.content-white-h2 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.title-paragraph-white {
  max-width: 590px;
  margin-bottom: 32px;
  font-family: Muli;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.instructor-image {
  width: 100%;
}

.arrow-icon {
  color: #1b2d45;
  font-size: 15px;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-title {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.author-title {
  margin-bottom: 0px;
  opacity: 0.7;
  font-family: Muli;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.arrow-left {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.profile-image {
  margin-right: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 90px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #9707e3;
  color: #fff;
}

.slide-nav {
  display: none;
}

.standard-paragraph {
  margin-bottom: 0px;
  font-family: Muli;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: 0 20px 50px 0 rgba(70, 137, 215, 0.2);
}

.slide {
  overflow: hidden;
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 15px;
  background-color: #fff;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  margin-bottom: 38px;
  padding: 6px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff2e7;
  color: #9f06ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer {
  position: static;
  padding: 132px 3%;
  background-color: #fbf3ff;
}

.faq-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(159, 6, 255, 0.2);
  border-radius: 21px;
  cursor: pointer;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.question-title {
  color: #001a49;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #4f596a;
  font-size: 17px;
  font-weight: 500;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff2e7;
}

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

.footer-title {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #001a49;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.footer-link {
  display: block;
  margin-bottom: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Muli;
  color: #4f596a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.legal {
  display: none;
  height: 55px;
  background-color: #9f06ff;
}

.detail-text {
  color: #001a49;
  font-weight: 500;
}

.close-circle {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-circle:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.flowbase-card {
  position: fixed;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 3%;
  z-index: 9999;
  max-width: 260px;
  padding: 26px 32px;
  border-radius: 25px;
  background-color: #28a68e;
  background-image: linear-gradient(166deg, #44b7ea, rgba(16, 6, 43, 0.25));
  opacity: 0;
  font-family: Karla;
}

.flowbase-check {
  width: 32px;
  margin-bottom: 12px;
}

.flowbase-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Uslumia, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.flowbase-close {
  position: absolute;
  left: auto;
  top: -40px;
  right: -40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #28a68e;
}

.flowbase-details {
  font-family: Uslumia, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  letter-spacing: 1px;
}

.flowbase-link-2 {
  color: #fff;
  text-decoration: none;
}

.flowbase-clone {
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  font-family: Uslumia, sans-serif;
  color: #28a68e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.grid {
  position: relative;
  height: auto;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-fix {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 70%;
  height: 100vh;
  padding: 132px 3% 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-fix.fix {
  position: -webkit-sticky;
  position: sticky;
  left: 1%;
  top: 10%;
  right: auto;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-top: 60px;
  padding: 90px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #28a68e;
}

.div-block {
  margin-bottom: 40px;
}

.div-block-2 {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #141d1b;
}

.text-block-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Uslumia, sans-serif;
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Uslumia, sans-serif;
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
}

.text-h2.green {
  color: #28a68e;
}

.h2.white {
  font-family: Uslumia, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.h2.white.title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-block-5 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #217767;
}

.footer-2 {
  position: relative;
  padding: 132px 3%;
  background-color: rgba(232, 79, 37, 0.1);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2._2 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.logo-fasi {
  max-height: 80px;
  max-width: 80%;
  margin-left: 50px;
}

.footer-link-2 {
  display: block;
  margin-bottom: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #001a49;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-decoration: none;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Uslumia, sans-serif;
  color: #28a68e;
  line-height: 48px;
  letter-spacing: 1px;
}

.div-block-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.text-field {
  min-height: 58px;
  padding: 20px 28px;
  border-radius: 35px;
}

.grid-2 {
  grid-template-areas: "Area-2 Area-3"
    "Area-4 Area-3"
    "Area-5 Area-3";
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: 115px auto auto;
  grid-template-rows: 115px auto auto;
}

.bold-text-2 {
  font-size: 23px;
  font-weight: 500;
}

.paragraph-2 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #001a49;
  font-size: 19px;
  line-height: 29px;
}

.paragraph-2.h2 {
  padding-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-paragraph-2 {
  max-width: 750px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #001a49;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
}

.title-paragraph-2.flowbase-title {
  color: #e6e6e6;
}

.content-h2-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Uslumia, sans-serif;
  color: #28a68e;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 2px;
}

.content-h2-2.white {
  color: #e6e6e6;
}

.div-block-8 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.title-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-2 {
  display: inline-block;
}

.slide-2 {
  background-image: url('../images/drive_2.gif');
  background-position: 0px 0px;
  background-size: auto;
}

.image-3 {
  border-radius: 40px;
  box-shadow: 14px 14px 40px -8px rgba(9, 80, 67, 0.07);
}

@media screen and (max-width: 991px) {
  .navigation-side-plain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .brand {
    margin-right: 16px;
    padding: 0px;
  }

  .nav-link {
    width: 100%;
  }

  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(159, 6, 255, 0.07);
    border-radius: 100px;
    color: #001a49;
  }

  .menu-button-green.w--open {
    border-color: #9f06ff;
    background-color: #9f06ff;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .bg-shape-80 {
    width: 100%;
    max-width: 90%;
    border-top-right-radius: 90px;
  }

  .hero-grid {
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    color: #001a49;
  }

  .bg-shape-40 {
    display: none;
  }

  .button.help {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .content-section {
    padding-right: 5%;
  }

  .side-pattern {
    left: -20%;
  }

  .lesson-block {
    padding: 16px;
  }

  .icon-circle {
    margin-right: 20px;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .footer-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-fix.fix {
    width: 200px;
    height: 600px;
  }

  .footer-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-8 {
    padding-right: 49px;
    padding-left: 49px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-side-plain {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-button-wrap {
    display: none;
  }

  .hero {
    padding-right: 10%;
    padding-bottom: 60px;
    padding-left: 10%;
  }

  .heading {
    font-size: 55px;
  }

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

  .content-section {
    padding-top: 10px;
  }

  .side-pattern {
    left: -35%;
  }

  .feature-block {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lesson-block {
    padding: 38px 44px;
  }

  .lesson-block-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .feature-card {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .video-block.gestao {
    min-height: 250px;
  }

  .video-block.mkt {
    min-height: 250px;
  }

  .video-block.finances {
    min-height: 250px;
  }

  .video-block.vendas {
    min-height: 250px;
  }

  .video-block.matriz {
    min-height: 250px;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .faq-question-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .content-fix.fix {
    position: relative;
    width: 100%;
    padding: 40px 5%;
  }

  .div-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-2 {
    grid-template-areas: "Area-2"
      "."
      "Area-4"
      "Area-5";
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .div-block-8 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 120px;
  }

  .logo.fasi {
    width: 60px;
  }

  .hero {
    padding-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .hero-grid {
    grid-row-gap: 22px;
  }

  .heading {
    font-size: 36px;
    line-height: 1.1;
  }

  .button {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .avatar-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block {
    left: 0px;
  }

  .hero-paragraph.black {
    padding-right: 30px;
    font-size: 18px;
  }

  .content-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .video-block.gestao {
    min-height: 250px;
  }

  .video-block.mkt {
    min-height: 250px;
  }

  .video-block.finances {
    min-height: 250px;
  }

  .video-block.vendas {
    min-height: 250px;
  }

  .video-block.matriz {
    min-height: 250px;
  }

  .video-block.home {
    min-height: 300px;
  }

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

  .profile-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slide-wrap {
    padding: 38px;
  }

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

  .grid {
    display: block;
  }

  .content-fix.fix {
    position: relative;
  }

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

  .text-block-2 {
    line-height: 29px;
    text-indent: 0px;
  }

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

  .div-block-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-2 {
    padding: 60px 5%;
  }

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

  .footer-grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-fasi {
    margin-left: 20px;
    padding-top: 16px;
  }

  .grid-2 {
    grid-template-areas: "Area-2"
      "Area"
      "Area-4";
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .paragraph-2 {
    padding-right: 0px;
    font-size: 17px;
    line-height: 27px;
  }

  .title-wrap-2 {
    margin-bottom: 0px;
  }

  .title-paragraph-2 {
    width: 100%;
    max-width: none;
    line-height: 25px;
  }

  .content-h2-2 {
    font-size: 40px;
  }

  .div-block-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-wrap-3 {
    margin-bottom: 0px;
  }

  .image-3 {
    border-radius: 25px;
  }
}

#w-node-6ab4507e16a0-95c4c2d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a51cd5e00046-95c4c2d8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-76110ca7fb41-95c4c2d8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-859286dcaeb8-95c4c2d8 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-eb02f7b1879f-95c4c2d8 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a51cd5e00046-95c4c2d8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-087c70764af2-95c4c2d8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-859286dcaeb8-95c4c2d8 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a51cd5e00046-95c4c2d8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  #w-node-087c70764af2-95c4c2d8 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-4;
  }

  #w-node-859286dcaeb8-95c4c2d8 {
    grid-area: Area;
  }

  #w-node-eb02f7b1879f-95c4c2d8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-859286dcaeb8-95c4c2d8 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-087c70764af2-95c4c2d8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-859286dcaeb8-95c4c2d8 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-a51cd5e00046-95c4c2d8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-087c70764af2-95c4c2d8 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-087c70764af2-95c4c2d8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-859286dcaeb8-95c4c2d8 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-a51cd5e00046-95c4c2d8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-087c70764af2-95c4c2d8 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-859286dcaeb8-95c4c2d8 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Uslumia';
  src: url('../fonts/USLumia-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uslumia';
  src: url('../fonts/USLumia-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uslumia';
  src: url('../fonts/USLumia-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uslumia';
  src: url('../fonts/USLumia-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}