:root {
  --paragraph: Inter, sans-serif;
  --blue80: #3c4f7a;
  --grey20: #f0f0f0;
  --brown40: #e1c59d;
  --blue100: #1f315b;
  --blue-bg: #425683;
  --blue70: #576d9e;
  --title: "Yeseva One", sans-serif;
  --black: black;
  --red: #ff4a4a;
  --blue90: #2b3f70;
  --yellow: #918305;
}

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.wrapper {
  overflow: hidden;
}

.navbar-no-shadow {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 16.7vh;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  font-family: var(--paragraph);
  color: #5f5f5f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--blue80);
  font-weight: 700;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--blue80);
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--grey20);
  font-family: var(--paragraph);
  color: var(--blue80);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.brown {
  background-color: var(--brown40);
  color: var(--blue100);
}

.button-primary.small {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.main-container {
  max-width: 1140px;
  padding: 60px;
}

.main-container.blue-bg {
  background-color: var(--blue-bg);
}

.main-container.small {
  background-color: #1f315b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-container.gray-bg {
  background-color: var(--grey20);
  padding-bottom: 70px;
}

.slider {
  height: 100%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(180deg, var(--blue80), var(--blue70));
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 20px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.left-side {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.h1 {
  font-family: var(--title);
  color: #fff;
  font-weight: 400;
}

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

.h2 {
  font-family: var(--title);
  font-weight: 400;
}

.h2.white {
  color: #fff;
}

.h2.white.center {
  text-align: center;
  margin-top: 0;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.card-amenities {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.text-block {
  font-family: var(--paragraph);
  color: var(--black);
  text-align: center;
  background-color: #0000;
}

.heading {
  font-family: var(--paragraph);
  color: var(--blue80);
  text-align: center;
  font-size: 1.4rem;
  line-height: 24px;
}

.image-2 {
  border-radius: 17px;
  width: auto;
  max-width: 115px;
}

.paragraph {
  font-family: var(--paragraph);
  font-size: 1rem;
}

.h3-quartos {
  text-align: center;
  font-size: 20px;
}

.blue-primary-button {
  background-color: var(--blue80);
  font-family: var(--paragraph);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.blue-primary-button.small {
  width: auto;
}

.blue-primary-button.white {
  background-color: var(--grey20);
  color: var(--blue80);
  padding-top: 15px;
  padding-bottom: 15px;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.imagem-quartos {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .33fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  height: 100%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  font-family: var(--title);
  margin-bottom: 2px;
  font-size: 1.3rem;
  font-weight: 400;
}

.tagline {
  width: 30px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.section {
  background-color: var(--grey20);
}

.mask {
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
}

.mask._20px {
  margin-top: 20px;
}

.image-3 {
  width: 100%;
}

.text-block-2 {
  font-family: var(--paragraph);
  margin-top: 40px;
  font-size: 1rem;
}

.text-block-2.bigger {
  border-bottom: 1px #000;
  font-size: 1.2rem;
  line-height: 30px;
}

.text-block-2.bigger-copy {
  border-bottom: 1px #000;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 30px;
}

.section-2 {
  background-color: var(--blue100);
}

.section-2.gray-bg {
  background-color: var(--grey20);
}

.text-block-3 {
  font-family: var(--paragraph);
  color: #fff;
}

.img {
  flex: 0 auto;
  width: 30px;
}

.text-block-4 {
  font-family: var(--paragraph);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-4:hover {
  text-decoration: underline;
}

.text-block-4.black {
  color: var(--black);
}

.flex-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.footer-title {
  font-family: var(--title);
  color: #ffefef;
  margin-top: 0;
  font-weight: 400;
}

.footer-title.big {
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: none;
}

.footer-title.big:hover {
  text-decoration: underline;
}

.section-3 {
  background-color: var(--blue80);
}

.footer-link {
  font-family: var(--paragraph);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.flex-block-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.flex-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.link-block {
  width: 24px;
}

.text-block-5 {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  background-image: linear-gradient(#3c4f7a, #576d9e);
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

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

.testimonial-image-two.banner {
  width: 51%;
  height: 100%;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: block;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large-2 {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.slide {
  height: 100%;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.text-block-6 {
  width: 24px;
}

.text-block-7 {
  font-family: var(--paragraph);
  color: var(--blue80);
  font-size: 1rem;
  font-weight: 700;
}

.text-block-8 {
  font-family: var(--paragraph);
  color: var(--black);
  font-size: .8rem;
}

.div-block {
  background-color: #fff;
  border-radius: 17px;
  width: 100%;
  padding: 40px;
}

.flex-block-6 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
}

.hero-heading-right {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  border-radius: 12px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  font-family: var(--paragraph);
  color: var(--blue80);
  margin-bottom: 24px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 800;
  line-height: 28px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-field, .text-field-2 {
  border-radius: 10px;
  margin-bottom: 0;
}

.text-field-3 {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  height: 101px;
  padding-top: 0;
  display: block;
}

.form {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.slide-2 {
  object-fit: fill;
}

.right-arrow {
  height: auto;
}

.mask-3 {
  height: 100%;
}

.slider-2 {
  width: 80%;
  height: 500px;
  max-height: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  height: 100%;
}

.slide-3 {
  background-image: url('../images/image-1.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-center.linear-blue {
  background-image: linear-gradient(#3c4f7a, #576d9e);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 83.3vh;
  padding: 60px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #fff;
  text-align: left;
  width: 462px;
  margin-bottom: 32px;
  font-family: Yeseva One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 66px;
}

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

.hero-wrapper-3.linear-blue {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.right-arrow-2, .left-arrow {
  display: none;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 100% 90% 0% 0%;
}

.div-block-2 {
  background-color: #1f315b;
}

.section-4 {
  background-color: var(--blue70);
}

.main-container-copy {
  max-width: 1140px;
  padding: 60px;
}

.main-container-copy.blue-bg {
  background-color: var(--blue-bg);
}

.main-container-copy.small {
  background-color: #1f315b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-5 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.section-5 {
  background-color: var(--blue70);
}

.hero-without-image {
  background-color: var(--blue100);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading-2 {
  color: #fff;
  font-family: Yeseva One, sans-serif;
}

.paragraph-copy {
  font-family: var(--paragraph);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 400;
}

.hero-stack {
  background-color: var(--blue100);
  color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

.hero-stack.medium-blue, .hero-stack.blue {
  background-color: #2b3f70;
}

.hero-stack.blue-300 {
  background-color: #455c92;
}

.hero-stack.light-blue {
  background-color: #364d82;
}

.hero-stack.new-blue {
  background-color: #647cb0;
}

.hero-stack.blue-400 {
  background-color: #364d82;
}

.hero-stack.blue-light {
  background-color: #647cb0;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 10px;
}

.heading-3 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
}

.slider-4 {
  flex: 1;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  object-fit: cover;
  max-width: 800px;
  height: 100%;
  max-height: none;
}

.slide-4 {
  width: 100%;
  height: auto;
}

.testimonial-slider-large-2-copy {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .nav-link, .nav-link.w--current {
    font-size: 18px;
  }

  .main-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .main-container.small.footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container.center {
    margin-left: auto;
    margin-right: auto;
  }

  .h2.white {
    text-align: left;
    margin-bottom: 40px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .mask {
    margin-top: 20px;
  }

  .text-block-2.bigger {
    width: 100%;
  }

  .text-block-2.bigger-copy {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-4 {
    font-size: 1.6rem;
  }

  .flex-block-5 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-heading-center.linear-blue {
    padding-bottom: 60px;
  }

  .hero-wrapper-3.linear-blue {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
  }

  .slide-nav {
    justify-content: flex-end;
    align-items: center;
    width: 223px;
    padding-left: 0;
    inset: 100% auto 0% 0%;
  }

  .code-embed {
    margin-top: 20px;
  }

  .div-block-2 {
    width: 100%;
  }

  .section-4 {
    background-color: var(--blue-bg);
  }

  .main-container-copy {
    padding-top: 20px;
  }

  .main-container-copy.small.footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container-copy.center {
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    background-color: var(--blue-bg);
  }

  .paragraph-copy {
    margin-bottom: 40px;
  }

  .gray-bg {
    background-color: var(--grey20);
  }

  .testimonial-slider-large-2-copy {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 20px;
  }

  .h2.white {
    text-align: left;
  }

  .flex-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5 {
    flex: 0 auto;
  }

  .hero-heading-center.linear-blue {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading-center.linear-blue {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .text-block-2.bigger-copy {
    margin-top: 20px;
  }

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

  .flex-block-3, .flex-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-center.linear-blue {
    height: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-split {
    order: 1;
  }

  .hero-split.left-side {
    order: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h3-quartos {
    text-align: center;
    font-size: 18px;
  }

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

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .hero-heading-right, .hero-heading-center, .hero-without-image, .hero-stack, .testimonial-slider-large-2-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .main-container {
    padding: 20px;
  }

  .main-container.footre {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    max-width: none;
  }

  .h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 44px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 28px;
  }

  .h2.white {
    font-size: 1.5rem;
    line-height: 28px;
  }

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

  .flex-block {
    padding: 0;
  }

  .grid-2 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .grid-3 {
    flex-flow: column;
    grid-template-columns: .5fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-link {
    text-align: left;
  }

  .flex-block-3, .flex-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-slide {
    padding: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-image-two.banner {
    width: 100%;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-large-2 {
    padding: 0;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .hero-heading-center.linear-blue {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px {
    text-align: center;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .slide-nav {
    inset: auto 0% 0%;
  }

  .main-container-copy {
    padding: 20px;
  }

  .main-container-copy.footre {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-5 {
    max-width: none;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .left-arrow-2 {
    inset: 0% auto 0% 0%;
  }

  .slider-4 {
    justify-content: space-between;
    max-height: none;
    display: block;
  }

  .image-6 {
    object-fit: fill;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: clip;
  }

  .slide-4 {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .mask-4 {
    height: 100%;
    max-height: 100%;
  }

  .slide-nav-2 {
    background-color: #2b3f70;
  }

  .slide-nav-2.blue-300 {
    background-color: #455c92;
  }

  .slide-nav-2.light-blue {
    background-color: var(--blue80);
  }

  .slide-nav-2.medoum-blue {
    background-color: #455c92;
  }

  .slide-nav-2.blue-200 {
    background-color: #647cb0;
  }

  .slide-nav-2.b-ue-400 {
    background-color: #364d82;
  }

  .slide-nav-3 {
    background-color: var(--blue100);
    color: var(--black);
  }

  .testimonial-slider-large-2-copy {
    padding: 0;
  }
}

#w-node-ff82a010-d867-33c4-0576-696d0cb2b975-d016669f, #w-node-_122485fb-d67c-03b7-a12c-3694a7774ca5-d016669f, #w-node-_958ad404-fcb7-75b3-f2d4-84b10bf9359e-d016669f, #w-node-_9a20966e-c684-a8e6-fb15-d6e2c26b487b-d016669f, #w-node-_5227413c-278e-2083-71dc-1bb4fbc58969-d016669f, #w-node-_31c560db-72a0-4c57-420a-5b0e059c55ab-d016669f {
  align-self: center;
}

#w-node-_0abfa2ba-e721-ccf8-70dc-184d202886b1-202886a4 {
  place-self: auto center;
}

#w-node-a265b3d8-0f31-10ff-ba04-eefdfd771c7e-1c1056d6, #w-node-a265b3d8-0f31-10ff-ba04-eefdfd771c84-1c1056d6, #w-node-a265b3d8-0f31-10ff-ba04-eefdfd771c8a-1c1056d6, #w-node-a265b3d8-0f31-10ff-ba04-eefdfd771c90-1c1056d6, #w-node-a265b3d8-0f31-10ff-ba04-eefdfd771c96-1c1056d6, #w-node-a265b3d8-0f31-10ff-ba04-eefdfd771c9c-1c1056d6 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0abfa2ba-e721-ccf8-70dc-184d202886b1-202886a4 {
    align-self: auto;
  }
}


