:root {
  --flowui-component-library--white: white;
  --black: black;
  --white: white;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-500: #6b7094;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--700: #4a4566;
  --flowui-component-library--gray-100: #f7f9fd;
  --gray: var(--flowui-component-library--grey-600);
}

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

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

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

body {
  color: #1a1b1f;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-white-button.w--current:hover {
  background-color: #ffffffc4;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.navbar-logo-left {
  z-index: auto;
  aspect-ratio: auto;
  background-color: var(--flowui-component-library--white);
  object-fit: fill;
  border-bottom: 0 solid #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -7px 15px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: block;
}

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section-2 {
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: static;
}

.image {
  width: 35vw;
  height: 40vh;
}

.image-2, .image-3 {
  width: 40%;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Abril Fatface, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9 {
  max-width: 100%;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 0;
  padding: 0;
  display: flex;
}

.section-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin: 120px 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block {
  color: #7c8192;
  width: 60%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

.section-5 {
  color: #9d9d9d;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: #fff;
  width: 70%;
  height: 25vh;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
}

.heading-3 {
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
}

.section-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.section-9 {
  width: 70%;
  margin: 90px 0;
  display: block;
}

.section-10 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-11 {
  width: 70%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-12 {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/Section-jomax-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  width: 60%;
  margin-top: 90px;
  margin-bottom: 90px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-4 {
  color: #fff;
  margin: 0;
  font-family: Abril Fatface, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 108px;
}

.heading-5 {
  color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.section-13 {
  background-color: #000;
}

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-block-5 {
  color: #ffffff80;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-5:hover {
  color: #fff;
}

.text-block-6 {
  color: #ffffff80;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-6:hover {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-8 {
  color: #ffffff80;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-8:hover {
  color: #fff;
}

.section-15 {
  background-image: url('../images/7I2A6053.jpg');
  background-position: 0 20%;
  background-size: 120%;
  height: 80vh;
}

.section-16 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 120px;
  display: flex;
}

.section-17 {
  text-align: center;
  white-space: normal;
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.section-18 {
  width: 50%;
}

.section-19 {
  color: #1f1e1a;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.section-20 {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.section-21 {
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.section-22 {
  color: #0000;
  background-image: url('../images/png.png');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
}

.section-23 {
  color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-24 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/7I2A5572.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 50%;
  height: 40vh;
}

.section-25 {
  background-image: url('../images/7I2A5415.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 40vh;
}

.section-26 {
  background-image: url('../images/7I2A5472.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 40vh;
}

.section-27 {
  background-image: url('../images/7I2A5415.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 40vh;
}

.section-28 {
  background-image: url('../images/7I2A5507.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 40vh;
}

.section-29 {
  background-image: url('../images/7I2A5428.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 40vh;
}

.section-30 {
  background-image: url('../images/7I2A5806.jpg');
  background-position: 40%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
}

.section-31 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-32 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-33 {
  background-image: url('../images/7I2A6070.jpg');
  background-position: 60%;
  background-size: cover;
  width: 50%;
}

.section-34 {
  background-image: url('../images/7I2A5384.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.section-35 {
  color: #000;
  background-color: #1a1b1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.heading-6 {
  color: var(--flowui-component-library--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
}

.section-36 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-38 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
}

.section-39, .section-40, .section-41 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  height: 50vh;
}

.section-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1500ff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin: 50px 20px;
  display: flex;
}

.section-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-10 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-7 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 70px;
}

.text-block-11 {
  text-align: left;
  padding-right: 155px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-8 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.section-44 {
  flex-flow: wrap;
  display: flex;
}

.heading-9 {
  margin-bottom: 0;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
}

.section-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.section-46 {
  width: 70%;
  position: static;
}

.heading-10 {
  color: #9d9d9d;
  margin-top: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
}

.section-47 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 140px auto 90px;
  display: flex;
  position: static;
  overflow: visible;
}

.section-48 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-49 {
  width: 50%;
}

.text-block-12 {
  padding-left: 200px;
}

.section-50 {
  width: 50%;
  padding-left: 200px;
}

.text-block-13 {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.section-54 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  display: block;
}

.section-55 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-14 {
  width: 60%;
  margin-bottom: 15px;
  font-weight: 300;
}

.text-block-15 {
  width: 60%;
  padding-top: 40px;
  font-weight: 700;
}

.section-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}

.image-11 {
  width: 100%;
  height: 100vh;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.heading-11 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
  line-height: 90px;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  width: 50%;
  font-family: Roboto, sans-serif;
}

.heading-12 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.section-57 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Section-jomax.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  display: flex;
}

.section-58 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12, .image-13, .image-14, .image-15 {
  width: 47%;
  height: 47%;
}

.section-59 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
  width: 90%;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.section-60 {
  background-image: url('../images/IMG_3472-2-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.section-61 {
  background-image: url('../images/Junta-Freguesia-1.1-Large.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}

.section-62 {
  background-image: url('../images/IMG_2419-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-63 {
  background-image: url('../images/IMG_3481-2-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.section-66 {
  width: 50%;
  height: 5%;
}

.text-block-20 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.heading-15, .heading-16 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-block-21, .text-block-22 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-23 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-24 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.text-block-25 {
  color: var(--black);
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: block;
}

.text-block-26 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.section-68 {
  margin: 0 0 20px;
}

.section-69 {
  margin-bottom: 20px;
}

.section-70 {
  width: 100%;
  height: 100%;
}

.section-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.heading-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.text-block-27 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.heading-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.text-block-28 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-19 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.text-block-29 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.section-72, .section-73 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.slider {
  height: 0;
}

.section-74 {
  visibility: hidden;
}

.section-79 {
  background-image: url('../images/7I2A6150.jpg');
  background-position: 60%;
  background-size: cover;
  width: 50%;
}

.f-logo-shadow {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-footer-link {
  color: var(--white);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--white);
}

.f-footer-vertical-divider {
  background-color: var(--white);
  color: #fff;
  border: 1px solid #000;
  width: 4px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: var(--white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  color: var(--black);
  background-color: #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--black);
  background-color: #fff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--black);
  padding: 32px 5%;
  position: relative;
}

.text-block-30, .text-block-31 {
  color: var(--white);
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--black);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  padding: 8px 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--black);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider-2 {
  background-color: var(--flowui-component-library--white);
  width: 1px;
  height: 16px;
}

.f-footer-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-group-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-brand-2 {
  align-items: center;
  display: flex;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small-2 {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.text-block-32 {
  direction: ltr;
  color: var(--flowui-component-library--white);
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 14px;
}

.text-block-33, .text-block-34, .text-block-35 {
  color: var(--flowui-component-library--white);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 8%;
  min-width: 50px;
  height: 8%;
  min-height: 50px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 0;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #2424250f;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.f-h3-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abril Fatface, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-testimonial-background {
  background-color: var(--black);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular {
  padding: 0 20% 72px;
  position: relative;
}

.brix---paragraph-default {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-section-regular-projetos {
  background-color: #000;
  padding: 72px 5%;
  position: relative;
}

.f-h3-heading-white {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.section-71-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/7I2A5507.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.section-71-2, .section-71-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
  position: static;
}

.fn-button-secondery:hover {
  color: var(--black);
  background-color: #fff;
}

.fn-link-arrow {
  color: var(--white);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #fff;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.fn-paragraph.hide-on-mobile {
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

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

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.fn-blog-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.text-block-36 {
  font-family: Roboto, sans-serif;
}

.heading-20 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
}

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

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

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library--accent--primary-1);
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

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

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
}

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

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

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

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

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

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

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

.brix---blog-card-content-over {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 0;
  width: 90%;
  margin-top: -78px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  position: relative;
}

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

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

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

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

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

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

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

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

.brix---heading-h2-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

.brix---paragraph-default-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

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

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

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

.brix---blog-card-featured-content-v2 {
  padding: 64px 56px;
  position: static;
}

.brix---blog-card-featured-content-v2:hover {
  mix-blend-mode: normal;
  display: block;
  position: static;
}

.brix---card-blog-featured-v5 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 0;
  max-width: 668px;
  margin-bottom: 80px;
  text-decoration: none;
  transition: transform .3s;
}

.brix---card-blog-featured-v5:hover {
  transform: scale(.96);
}

.brix---container-default-100 {
  width: 100%;
  max-width: 1218px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 24px;
}

.brix---blog-card-featured-full-width-card {
  background-image: url('../images/IMG_3472-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 812px;
  display: flex;
  position: static;
}

.brix---heading-h1-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 66px;
}

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

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

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

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

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

.fn-link-with-arrow-black {
  color: #000;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.text-block-36-black {
  color: #000;
  font-family: Roboto, sans-serif;
}

.section-80 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.body {
  margin-top: 100px;
}

.section-80 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-21 {
  color: #fff;
  text-align: left;
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
}

.heading-22 {
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
}

.image-16 {
  width: 100%;
  max-width: none;
}

.text-block-37 {
  font-family: Roboto, sans-serif;
}

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

.f-h3-heading-white-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 67px;
  font-family: Abril Fatface, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.brix---half-bg-bottom-70 {
  z-index: -1;
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: 12%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

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

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---icon-square-acent-36px {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

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

.brix---heading-h3-size-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.brix---mg-top-56px {
  margin-top: 56px;
}

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

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

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

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

.brix---link-wrapper-color-primary-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

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

.brix---square-icon {
  border-radius: 16px;
  width: 50px;
}

.brix---card-link-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 3px var(--elements-webflow-library--general--shadow-03);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 250px;
  padding: 48px 24px;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: static;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

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

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

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

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

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

.brix---container-default-3 {
  max-width: 1218px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
  inset: 0% 0% 0% auto;
}

.brix---section-position-relative {
  -webkit-text-stroke-color: #656b80;
  margin-top: -120px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-24px-3-copy {
  background-color: #b38a8a;
  margin-bottom: 24px;
}

.div-block {
  background-color: var(--black);
  border-radius: 15px;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  padding: 10px;
}

.image-17 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.bold-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.bold-text-3, .bold-text-4 {
  color: var(--black);
  font-weight: 400;
}

.bold-text-copy {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.brix---heading-h3-size-3-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Abril Fatface, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-7-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Abril Fatface, sans-serif;
  font-size: 70px;
}

.section-17-copy {
  text-align: center;
  white-space: normal;
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

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

.fn-link-arrow-copy {
  color: var(--black);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.text-block-centrado {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.section-81 {
  background-image: url('../images/IMG_2415-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-82 {
  background-image: url('../images/IMG_3480-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-86 {
  background-image: url('../images/IMG_3437-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}

.section-87 {
  background-image: url('../images/IMG_3457-2-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.section-88 {
  background-image: url('../images/IMG_3452-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-89 {
  background-image: url('../images/IMG_3449-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-90 {
  background-image: url('../images/IMG_3446-2-Large.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-91 {
  background-image: url('../images/IMG_3445-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-92 {
  background-image: url('../images/IMG_3111-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}

.section-93 {
  background-image: url('../images/IMG_3116-Large.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.section-94 {
  background-image: url('../images/António-1.1-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-95 {
  background-image: url('../images/AntÃ³nio-1.3-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-96 {
  background-image: url('../images/IMG_3118-Large.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-97 {
  background-image: url('../images/IMG_3117-Large.jpeg');
  background-position: 50% 92%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section-61-copy {
  background-image: url('../images/Junta-Freguesia-1.1-Large.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}

.image-19 {
  width: auto;
  height: auto;
}

.image-20 {
  width: auto;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.image-21 {
  width: auto;
  height: auto;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

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

.column {
  padding-left: 5px;
  padding-right: 5px;
  position: static;
}

.column-2, .column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.image-22 {
  width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-23 {
  float: none;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: line-through;
  display: block;
}

.container-4 {
  width: 100%;
  max-width: none;
  height: 900px;
}

.container-5 {
  width: 100%;
  max-width: none;
  height: 900px;
  max-height: none;
}

.container-6 {
  height: 50%;
}

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

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

.image-24 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
}

.container-7 {
  width: 100%;
  max-width: none;
  height: 100%;
}

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

.grid-4-columns._2-col-mbp {
  grid-template-columns: 1fr;
}

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

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.section-92 {
  background-image: none;
  padding-top: 176px;
  padding-bottom: 176px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

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

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: #4a3aff;
}

.heading-link.td-none {
  text-decoration: none;
}

.heading-link.td-none:hover {
  color: #211f54;
}

.image-wrapper.instagram-image {
  border-radius: 0;
  width: 100%;
  height: 700px;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.overflow-hidden.border-radius-24px {
  border-radius: 16px;
}

.inner-container._600px {
  max-width: 600px;
}

.image-100 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.container-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
  margin-top: 110px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
  margin-top: 0;
}

.image-101 {
  aspect-ratio: auto;
  border-radius: 0;
}

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

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.align-top._2-col-mbl {
  grid-auto-flow: row;
  padding-left: 20px;
  padding-right: 20px;
}

.column-5 {
  padding-right: 190px;
  position: static;
}

.section-93 {
  background-image: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.section-94 {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 90px;
  margin-bottom: 90px;
  font-family: Roboto, sans-serif;
  display: block;
}

.text-block-38 {
  width: 60%;
  margin-bottom: 15px;
  padding-left: 0;
  font-weight: 300;
}

.body-4 {
  margin-top: 0;
}

.columns-2 {
  direction: ltr;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: static;
}

.column-6 {
  position: static;
}

.column-mobile1 {
  padding-left: 0;
  padding-right: 190px;
  position: static;
}

.column-mobile2 {
  position: static;
}

.image-26 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
}

.container-100 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-102 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
}

.image-103 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
}

.image-111 {
  aspect-ratio: auto;
  border-radius: 0;
}

.image-wrapper-1.instagram-image {
  border-radius: 0;
  width: 100%;
  height: 700px;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-1.overflow-hidden.border-radius-24px {
  border-radius: 16px;
}

.text-block-14-copy {
  width: 60%;
  margin-bottom: 15px;
}

.text-block-111 {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 200px;
  font-family: Roboto, sans-serif;
}

.section-100 {
  aspect-ratio: 2.39;
  -webkit-text-fill-color: inherit;
  background-color: #242121;
  background-image: linear-gradient(#00000094, #00000094), url('../images/7I2A5466.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 120px;
  display: block;
}

.section-333 {
  background-image: url('../images/7I2A6070_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.map-2 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-1111 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-334 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-23 {
  color: #fff;
  text-align: left;
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
}

.f-logo-shadow-2 {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.section-335 {
  color: #9d9d9d;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-112 {
  width: 100%;
  max-width: none;
}

.text-block-1112 {
  width: 60%;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-336 {
  width: 70%;
  margin: 90px 0;
  display: block;
}

.heading-24 {
  font-family: Abril Fatface, sans-serif;
  font-size: 75px;
}

.div-block-2 {
  object-fit: fill;
  position: static;
}

.text-block-2-copy {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-200 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.heading-700 {
  color: var(--flowui-component-library--white);
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Abril Fatface, sans-serif;
  font-size: 70px;
}

.columns-3 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  position: static;
}

.div-block-3, .div-block-3:hover {
  position: static;
}

.text-block-1113 {
  font-family: Roboto, sans-serif;
}

.fn-link-arrow-2, .fn-link-arrow-3 {
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

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

.f-h3-heading-white-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.text-block-1114 {
  font-family: Roboto, sans-serif;
}

.fn-blog-slider-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

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

.fn-features-card-with-image-2 {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image-2:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image-2.slider-cards {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.fn-button-secondery-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: #3e4545;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-2.hide-on-mobile {
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.image-113 {
  width: auto;
}

.image-114 {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-115 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-101 {
  width: 70%;
  max-width: none;
}

.section-337 {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-39, .text-block-40 {
  width: 60%;
  margin-bottom: 15px;
  padding-left: 0;
  font-weight: 300;
}

.text-block-112 {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-left: 200px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-38-copy, .text-block-38-copy-copy, .text-block-120 {
  width: 60%;
  margin-bottom: 15px;
  padding-left: 0;
  font-weight: 300;
}

.bold-text-5 {
  width: auto;
}

.text-block-121 {
  width: 60%;
  margin-bottom: 15px;
  padding-left: 0;
  font-weight: 300;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

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

.brix---paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

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

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

.brix---testimonial-v14-left-right {
  background-color: var(--elements-webflow-library--neutral--200);
  border-radius: 18px;
  width: 100%;
  max-width: 574px;
  padding: 90px 46px;
}

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

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

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

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

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

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

.brix---testimonial-v14-left-side {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 58px;
  display: flex;
}

.brix---card-testimonial-v14 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 32px 32px 32px 40px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-1012px {
  max-width: 1012px;
  height: 100%;
  overflow: visible;
}

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

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

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

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium-2, .f-text-weight-medium-2 {
  font-weight: 500;
}

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

.f-testimonial-avatar-small-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h6-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-testimonial-card-2 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-50 {
  margin-bottom: 48px;
}

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

.f-testimonial-background-2 {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.brix---avatar-circle-testimonial-v8 {
  border-radius: 50%;
  flex: none;
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
  margin-left: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

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

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

.brix---card-testimonial-v8 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

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

.brix---grid-testimonials-v8 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.f-paragraph-small-3 {
  color: var(--black);
  letter-spacing: -.01em;
  -webkit-text-stroke-color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium-3 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.f-text-weight-medium-3 {
  font-weight: 500;
}

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

.f-testimonial-avatar-small-3 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-3 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-3:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-51 {
  margin-bottom: 40px;
}

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-star-wrapper-2 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-3 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 0;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-grid-three-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-52 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-4 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-53 {
  margin-bottom: 48px;
}

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

.f-testimonial-background-3 {
  background-color: var(--black);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-section-regular-3 {
  padding: 72px 5%;
  position: relative;
}

.btn_testemunhos {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.body-5 {
  background-color: #1a1b1f;
}

.text-block-1115 {
  font-family: Roboto, sans-serif;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}

.f-gallery-image-l {
  border-radius: 8px;
  height: 440px;
  overflow: hidden;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-5 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-54 {
  margin-bottom: 48px;
}

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

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

.section-101 {
  aspect-ratio: 2.39;
  -webkit-text-fill-color: inherit;
  background-color: #242121;
  background-image: linear-gradient(#0006, #0006), url('../images/7I2A6086.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 120px;
  display: block;
}

.container_map_mobile {
  width: 100%;
  max-width: none;
  height: 9%;
  max-height: none;
  overflow: visible;
}

.code-embed-_desktop, .code-embed-_mobile-copy {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.code-embed-_mobile {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.container-102 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    z-index: 1;
    flex-flow: row;
    inset: 0% 0% auto;
  }

  .section-47 {
    margin-top: 140px;
  }

  .f-icon-regular-2, .f-paragraph-small {
    color: var(--black);
  }

  .f-paragraph-regular.f-text-weight-medium {
    color: var(--black);
    font-size: 18px;
  }

  .f-testimonial-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: auto;
    mix-blend-mode: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .f-section-regular {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-200 {
    font-size: 25px;
    font-weight: 100;
  }

  .brix---avatar-circle-testimonial-v8 {
    margin-left: 28px;
  }

  .f-paragraph-small-3, .f-icon-regular-3 {
    color: var(--black);
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-2 {
    width: 100vw;
  }

  .text-block-2 {
    font-family: Roboto, sans-serif;
  }

  .section-11 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .text-block-3 {
    width: 50%;
    font-family: Roboto, sans-serif;
    font-size: 20px;
  }

  .heading-4 {
    font-size: 140px;
    line-height: 140px;
  }

  .heading-5 {
    font-family: Roboto, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
  }

  .section-13 {
    background-color: #000;
  }

  .section-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-4 {
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
  }

  .text-block-5 {
    color: #ffffff80;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    display: block;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    text-align: center;
    font-family: Roboto, sans-serif;
  }

  .section-17 {
    font-family: Abril Fatface, sans-serif;
  }

  .section-20 {
    background-color: #000;
  }

  .section-22 {
    box-sizing: border-box;
  }

  .section-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-31, .section-32 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 65vh;
    display: flex;
  }

  .section-39, .section-40, .section-41 {
    height: 65vh;
  }

  .section-42 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    color: #000;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .text-block-10 {
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 33px;
  }

  .heading-7 {
    margin-bottom: 50px;
    font-size: 75px;
  }

  .text-block-11 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
  }

  .heading-8 {
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 45px;
    font-weight: 500;
    text-decoration: underline;
  }

  .section-44 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    font-family: Abril Fatface, sans-serif;
    font-size: 70px;
  }

  .section-45 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-46 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-10 {
    color: #9d9d9d;
    font-family: Abril Fatface, sans-serif;
    font-size: 70px;
  }

  .section-47 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 90px;
    display: flex;
  }

  .section-48 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-49 {
    width: 50%;
  }

  .text-block-12 {
    width: 70%;
  }

  .section-50 {
    width: 50%;
  }

  .section-51 {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-52 {
    background-color: red;
  }

  .section-53 {
    width: 100%;
    height: 100vh;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-54 {
    width: 70%;
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .section-55 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-14 {
    width: 60%;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
  }

  .text-block-15 {
    width: 60%;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .section-56 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 75px;
    display: flex;
  }

  .image-10, .image-11 {
    width: 100%;
    height: 100vh;
  }

  .text-block-16 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 100;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Abril Fatface, sans-serif;
    font-size: 75px;
    font-weight: 400;
  }

  .text-block-17 {
    text-align: center;
    width: 50%;
  }

  .heading-12 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }

  .section-57 {
    background-image: url('../images/Section-jomax.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
  }

  .section-58 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
  }

  .image-12, .image-13, .image-14, .image-15 {
    width: 47%;
    height: 47%;
  }

  .section-59 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .heading-13 {
    color: #fff;
    text-align: center;
    font-family: Abril Fatface, sans-serif;
    font-size: 81px;
    line-height: 86px;
  }

  .text-block-18 {
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-19 {
    color: #fff;
    text-align: center;
    width: 80%;
  }

  .section-62 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-63 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-64 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 50%;
    height: 50%;
  }

  .section-65 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 0;
    display: flex;
  }

  .section-71 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .f-grid-four-column {
    grid-auto-flow: row;
  }

  .f-container-regular {
    max-width: 100%;
  }

  .f-footer-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .f-testimonial-author:hover {
    box-shadow: none;
  }

  .section-71-1, .section-71-2, .section-71-3 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .fn-container-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .fn-section {
    width: auto;
  }

  .heading-20 {
    font-family: Abril Fatface, sans-serif;
    font-size: 70px;
  }

  .brix---container-default-100 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
  }

  .section-80 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-7-copy {
    margin-bottom: 50px;
    font-size: 75px;
  }

  .section-17-copy {
    font-family: Abril Fatface, sans-serif;
  }

  .text-block-centrado {
    color: #fff;
    text-align: center;
    width: 50%;
  }

  .section-81 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-82 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-88 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-89 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-90 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-91 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-94 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-95 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-96 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-97 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .image-24 {
    aspect-ratio: 2.39;
    object-fit: cover;
  }

  .image-101 {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    position: static;
  }

  .section-93 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-94 {
    background-image: none;
    width: 70%;
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .text-block-38 {
    width: 85%;
    padding-bottom: 20px;
    padding-left: 267px;
    font-family: Roboto, sans-serif;
  }

  .text-block-14-copy {
    width: 60%;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
  }

  .text-block-111 {
    width: 85%;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 267px;
    font-family: Roboto, sans-serif;
  }

  .section-100 {
    aspect-ratio: 2.39;
    background-image: linear-gradient(#00000094, #00000094), url('../images/7I2A5466.jpg');
    background-position: 0 0, 50% 0;
    width: 2000px;
    height: 550px;
    max-height: none;
  }

  .grid-3 {
    max-width: 1310px;
  }

  .text-block-1111 {
    font-family: Roboto, sans-serif;
  }

  .section-334 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-1112, .text-block-2-copy {
    font-family: Roboto, sans-serif;
  }

  .text-block-200 {
    width: 60%;
    font-family: Roboto, sans-serif;
  }

  .heading-700 {
    margin-bottom: 50px;
    font-size: 75px;
  }

  .text-block-39 {
    width: 85%;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Roboto, sans-serif;
  }

  .text-block-40 {
    width: 60%;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Roboto, sans-serif;
  }

  .text-block-112 {
    width: 85%;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 267px;
    font-family: Roboto, sans-serif;
  }

  .text-block-38-copy, .text-block-38-copy-copy {
    width: 85%;
    padding-bottom: 20px;
    padding-left: 267px;
    font-family: Roboto, sans-serif;
  }

  .text-block-120 {
    width: 60%;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Roboto, sans-serif;
  }

  .bold-text-5 {
    width: 60%;
  }

  .text-block-121 {
    width: 60%;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Roboto, sans-serif;
  }

  .section-101 {
    aspect-ratio: 2.39;
    background-image: linear-gradient(#00000094, #00000094), url('../images/7I2A5466.jpg');
    background-position: 0 0, 50% 0;
    width: 2000px;
    height: 550px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .section-2 {
    visibility: hidden;
    flex-flow: wrap;
    height: 0;
    overflow: visible;
  }

  .section-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-right: 0;
    display: flex;
  }

  .section-4 {
    width: 90%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }

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

  .section-9, .section-11 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .text-block-3 {
    width: 100%;
  }

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

  .section-15 {
    background-size: cover;
  }

  .section-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }

  .section-17 {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: block;
  }

  .section-24, .section-25, .section-26, .section-27, .section-28, .section-29 {
    width: 100%;
  }

  .section-30, .section-31, .section-32, .section-33 {
    width: 100%;
    min-height: 80vh;
  }

  .text-block-11 {
    margin-bottom: 20px;
  }

  .section-46 {
    flex-flow: wrap;
    width: 90%;
    display: block;
  }

  .section-48 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-49 {
    width: 100%;
  }

  .section-50 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .section-54 {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-14 {
    width: 100%;
    padding-bottom: 30px;
  }

  .text-block-15 {
    width: 100%;
  }

  .text-block-17 {
    width: 80%;
  }

  .section-59 {
    width: 90%;
  }

  .text-block-19 {
    width: 100%;
  }

  .section-71 {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .text-block-28 {
    text-align: center;
  }

  .section-72 {
    background-image: url('../images/7I2A5572.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-73 {
    background-image: url('../images/7I2A5415.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider {
    height: 50vh;
  }

  .section-74 {
    visibility: visible;
    height: auto;
  }

  .section-75 {
    background-image: url('../images/7I2A5472.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .section-76 {
    background-image: url('../images/7I2A5415.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .section-77 {
    background-image: url('../images/7I2A5507.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .section-78 {
    background-image: url('../images/7I2A5428.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .section-79 {
    width: 100%;
    min-height: 80vh;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-footer-social-row-large-2 {
    margin-left: 0;
  }

  .f-footer-group-2 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-71-1, .section-71-2, .section-71-3 {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-blog-slider {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

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

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

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

  .brix---blog-card-content-over {
    padding: 32px 22px;
  }

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

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

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

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

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

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

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

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

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

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

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

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

  .brix---mg-top-56px {
    margin-top: 40px;
  }

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

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

  .brix---grid-2-contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

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

  .brix---mg-bottom-160px {
    margin-bottom: 100px;
  }

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

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

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

  .section-17-copy {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: block;
  }

  .text-block-centrado {
    width: 100%;
  }

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

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

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

  .section-94 {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-38, .text-block-14-copy, .text-block-111 {
    width: 100%;
    padding-bottom: 30px;
  }

  .section-100 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }

  .section-333 {
    width: 100%;
    min-height: 80vh;
  }

  .text-block-1111, .text-block-1112 {
    width: 100%;
  }

  .section-336 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .text-block-2-copy, .text-block-200 {
    width: 100%;
  }

  .fn-blog-slider-2 {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

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

  .fn-features-card-with-image-2.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-button-secondery-2 {
    transition: none;
  }

  .fn-button-secondery-2:hover {
    background-color: #0000;
  }

  .text-block-39, .text-block-40, .text-block-112, .text-block-38-copy, .text-block-38-copy-copy, .text-block-120, .text-block-121 {
    width: 100%;
    padding-bottom: 30px;
  }

  .brix---paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

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

  .brix---testimonial-v14-left-right {
    max-width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .brix---testimonial-v14-left-side {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .brix---card-testimonial-v14 {
    flex-direction: column;
    padding-left: 32px;
  }

  .brix---slider-mask-width-1012px {
    position: static;
  }

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

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

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

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

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

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .brix---avatar-circle-testimonial-v8 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .brix---grid-testimonials-v8 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .f-grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background-3 {
    height: 20%;
  }

  .section-101 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .navbar-logo-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .section-2 {
    flex-flow: wrap;
  }

  .heading {
    font-size: 50px;
  }

  .section-3 {
    padding-left: 0;
  }

  .section-4 {
    width: 90%;
  }

  .heading-4 {
    font-size: 60px;
    line-height: 100px;
  }

  .section-24, .section-25, .section-26, .section-27, .section-28, .section-29 {
    width: 100%;
  }

  .text-block-11 {
    margin-bottom: 20px;
  }

  .heading-11 {
    text-align: center;
  }

  .text-block-17 {
    width: 80%;
  }

  .section-60, .section-61 {
    height: 60vh;
  }

  .section-62, .section-63 {
    width: 100%;
  }

  .section-65 {
    flex-flow: column;
    height: 80vh;
  }

  .text-block-27, .text-block-29 {
    text-align: center;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .f-section-regular-projetos {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .fn-paragraph.hide-on-mobile {
    display: none;
  }

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

  .fn-blog-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

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

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

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

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

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

  .brix---blog-card-content-over {
    padding-left: 28px;
    padding-right: 28px;
  }

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

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

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

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

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

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

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

  .brix---blog-card-featured-content-v2 {
    padding: 50px 32px;
  }

  .brix---card-blog-featured-v5 {
    margin-bottom: 40px;
  }

  .brix---blog-card-featured-full-width-card {
    min-height: 670px;
  }

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

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

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

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

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

  .f-h3-heading-white-2 {
    font-size: 40px;
  }

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

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

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

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

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

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

  .brix---grid-2-contact-v9 {
    grid-template-columns: 1fr;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

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

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

  .brix---mg-bottom-160px {
    margin-bottom: 80px;
  }

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

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

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

  .section-81, .section-82 {
    width: 100%;
  }

  .section-86, .section-87 {
    height: 60vh;
  }

  .section-88, .section-89, .section-90, .section-91 {
    width: 100%;
  }

  .section-92, .section-93 {
    height: 60vh;
  }

  .section-94, .section-95, .section-96, .section-97 {
    width: 100%;
  }

  .section-61-copy {
    height: 60vh;
  }

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

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

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

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

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

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

  .f-h3-heading-white-3 {
    font-size: 40px;
  }

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

  .fn-features-card-with-image-2.slider-cards {
    width: 260px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-paragraph-2.hide-on-mobile {
    display: none;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

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

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

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

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

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

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

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

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---avatar-circle-testimonial-v8 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---card-testimonial-v8 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 33px;
    padding-right: 33px;
  }

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

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

  .f-grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-image-l {
    height: 420px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

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

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

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

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .navbar-logo-left {
    z-index: 6;
    object-fit: fill;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 1;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button-2 {
    border-radius: 100px;
  }

  .section-2 {
    flex-flow: column;
  }

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

  .section-3 {
    width: 100vw;
    height: auto;
  }

  .section-4 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 45px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

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

  .section-8 {
    flex-flow: wrap;
    margin-bottom: 90px;
  }

  .section-9 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-11 {
    width: 90%;
  }

  .text-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-5 {
    text-align: left;
  }

  .text-block-5 {
    aspect-ratio: auto;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    text-decoration: none;
    display: block;
  }

  .text-block-6, .text-block-8 {
    color: #fff;
  }

  .section-15 {
    background-position: 25%;
    height: 50vh;
  }

  .section-24, .section-25, .section-26, .section-27, .section-28, .section-29 {
    width: 100%;
  }

  .section-30 {
    order: -1;
    min-height: 50vh;
  }

  .section-32 {
    display: flex;
  }

  .section-33 {
    min-height: 50vh;
  }

  .section-34 {
    height: 50vh;
  }

  .section-35 {
    color: var(--black);
    line-height: 15px;
  }

  .heading-6 {
    color: var(--flowui-component-library--white);
    font-size: 42px;
    line-height: 50px;
  }

  .section-36 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-42 {
    flex-flow: column;
    height: 30vh;
    min-height: 150vh;
  }

  .text-block-10 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 65px;
  }

  .text-block-11 {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .section-45 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-46 {
    width: 90%;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .section-47 {
    margin-bottom: 40px;
  }

  .section-48 {
    display: block;
  }

  .section-49 {
    width: 100%;
  }

  .section-50 {
    width: 100%;
    padding-left: 0;
  }

  .text-block-13 {
    width: 100%;
  }

  .section-54 {
    width: 90%;
    margin-bottom: 0;
  }

  .section-55, .text-block-14 {
    margin-bottom: 0;
  }

  .heading-11 {
    text-align: center;
    width: 80%;
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-17 {
    width: 90%;
  }

  .heading-12 {
    text-align: center;
  }

  .section-57 {
    height: 100vh;
  }

  .heading-13 {
    width: 100%;
    font-size: 42px;
    line-height: 50px;
  }

  .text-block-19 {
    width: 100%;
    margin-bottom: 50px;
  }

  .section-60, .section-61 {
    height: 30vh;
  }

  .section-62 {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
  }

  .section-63 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: block;
  }

  .section-65 {
    flex-flow: column;
    height: 50vh;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-20 {
    width: 100%;
    margin-bottom: 50px;
  }

  .section-71 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .slider, .section-74 {
    height: 50vh;
  }

  .section-79 {
    min-height: 50vh;
  }

  .f-grid-four-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-bottom {
    padding-right: 0;
  }

  .f-footer-group {
    text-align: center;
  }

  .f-footer-small {
    position: static;
  }

  .f-navigation-button, .f-footer-vertical-divider-2 {
    display: none;
  }

  .f-footer-menu-2 {
    flex-direction: column;
  }

  .f-paragraph-regular.f-text-weight-medium {
    color: var(--black);
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    justify-content: center;
    align-self: auto;
    align-items: center;
    position: static;
  }

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

  .f-title-wrapper-center-2, .f-container-regular-2 {
    position: static;
  }

  .f-testimonial-background {
    height: 20%;
    position: static;
  }

  .f-section-regular {
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

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

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

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

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .section-71-1, .section-71-2, .section-71-3 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .fn-button-secondery {
    text-align: center;
    flex-flow: column;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fn-button-secondery:hover {
    background-color: #fff;
  }

  .fn-paragraph {
    flex: 0 auto;
    font-size: 16px;
  }

  .fn-paragraph.hide-on-mobile {
    height: auto;
    margin-bottom: 36px;
  }

  .fn-features-card-with-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fn-features-card-with-image.slider-cards {
    width: auto;
    padding-left: 0;
  }

  .fn-blog-slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .fn-container-grid {
    grid-template-columns: 1fr;
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .fn-section {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-20 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

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

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

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

  .brix---badge-primary-small-light-2 {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .brix---blog-card-content-over {
    width: 100%;
    margin-top: -46px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---badge-secondary-category-badges-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .brix---grid-title-and-categories-2 {
    margin-bottom: 40px;
  }

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

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

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

  .brix---badge-primary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .brix---blog-card-featured-content-v2 {
    padding: 40px 24px 46px;
    display: block;
  }

  .brix---blog-card-featured-content-v2:hover {
    display: block;
    position: static;
  }

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

  .brix---blog-card-featured-full-width-card {
    min-height: 560px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .brix---section-blog-v5 {
    padding-top: 0;
  }

  .heading-21 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 45px;
  }

  .heading-22 {
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---icon-square-acent-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

  .brix---text-200-bold-3, .brix---text-202 {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

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

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

  .brix---link-icon-right-2 {
    width: 18px;
  }

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

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

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

  .brix---mg-bottom-160px {
    margin-bottom: 60px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .brix---section-position-relative {
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

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

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

  .heading-7-copy {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .section-17-copy {
    width: auto;
  }

  .body-3 {
    margin-top: 0;
  }

  .image-18 {
    padding-left: 20px;
  }

  .text-block-centrado {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    line-height: 28px;
  }

  .section-81 {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
  }

  .section-82 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: block;
  }

  .section-86, .section-87 {
    height: 30vh;
  }

  .section-88 {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
  }

  .section-89 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: block;
  }

  .section-90 {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
  }

  .section-91 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: block;
  }

  .section-92, .section-93 {
    height: 30vh;
  }

  .section-94 {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
  }

  .section-95 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: block;
  }

  .section-96 {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
  }

  .section-97 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: block;
  }

  .section-61-copy {
    height: 30vh;
  }

  .image-24 {
    aspect-ratio: 2;
  }

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

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .buttons-row {
    flex-direction: column;
  }

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

  .image-wrapper.instagram-image, .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .grid-1-column.gap-row-28px {
    place-items: start stretch;
    margin-top: 0;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .section-93 {
    height: 100%;
    margin-top: 0;
  }

  .section-94 {
    width: 90%;
  }

  .text-block-38 {
    padding-bottom: 0;
  }

  .column-mobile1 {
    padding-right: 10px;
  }

  .column-mobile2 {
    text-align: left;
  }

  .image-wrapper-1.instagram-image, .image-wrapper-1.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .text-block-14-copy {
    margin-bottom: 0;
  }

  .text-block-111 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .section-100 {
    aspect-ratio: 2 / 3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .section-333 {
    min-height: 50vh;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .map-2 {
    width: 100%;
    position: relative;
  }

  .text-block-1111 {
    margin-top: 20px;
  }

  .heading-23 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 45px;
  }

  .text-block-1112 {
    margin-top: 20px;
  }

  .section-336 {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading-24 {
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

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

  .text-block-200 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-700 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .fn-button-secondery-2, .container-101 {
    width: 100%;
  }

  .section-337 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-39, .text-block-40 {
    padding-bottom: 0;
  }

  .text-block-112 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-block-38-copy, .text-block-38-copy-copy, .text-block-120, .text-block-121 {
    padding-bottom: 0;
  }

  .code-embed {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---testimonial-v14-left-right {
    padding: 32px 22px;
  }

  .brix---text-203, .brix---text-200-bold-4 {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---mg-left-16px {
    margin-left: 13px;
  }

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

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

  .brix---card-testimonial-v14 {
    padding: 40px 24px 24px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .brix---avatar-circle-testimonial-v8 {
    margin-bottom: 24px;
    margin-right: 0;
  }

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

  .brix---card-testimonial-v8 {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px 24px;
  }

  .f-paragraph-small-3 {
    color: var(--black);
    text-align: center;
  }

  .f-testimonial-avatar-small-3 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-3 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .f-icon-regular-3 {
    color: var(--black);
  }

  .f-testimonial-star-wrapper-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .f-gallery-image-l {
    height: 320px;
  }

  .section-101 {
    aspect-ratio: 2 / 3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-4 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container_map_mobile {
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
    overflow: hidden;
  }

  .code-embed-_desktop {
    width: 100%;
    height: 100%;
    display: none;
    overflow: visible;
  }

  .code-embed-_mobile-copy {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .code-embed-_mobile {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .container-102 {
    display: block;
  }
}

#w-node-_91c621e7-a634-4824-92c0-31beb04fa426-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa429-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa42c-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa42f-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa433-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa436-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa439-b8643e84, #w-node-_91c621e7-a634-4824-92c0-31beb04fa43c-b8643e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6262fd67-0c9e-4983-a572-6a8135368496-b8643e84 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6262fd67-0c9e-4983-a572-6a81353684b8-b8643e84 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-_04ea2084-3b66-d6c0-7416-88df78089e68-b8643ea1, #w-node-_04ea2084-3b66-d6c0-7416-88df78089e7a-b8643ea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64b2ef4d-97b2-c355-c172-d5b9194643d1-b8643ea6, #w-node-_64b2ef4d-97b2-c355-c172-d5b9194643dc-b8643ea6, #w-node-bed76d24-d1b0-3b48-fe07-30fba669d7dd-b8643ea6, #w-node-_18917e99-a52e-7351-9a51-c0f39263d548-b8643ea6, #w-node-_0d997d08-9a07-e300-066b-a90b50ea55c8-b8643ea6, #w-node-_36b33e4f-1f57-e844-702d-ad7e9aa1c070-b8643ea6 {
  order: 9999;
}

#w-node-ff194102-45ea-301e-52a4-15c3bf04719a-b8643ea7 {
  align-self: center;
}

#w-node-e637de06-a3e7-49a4-92d1-84040060d420-28573d43 {
  justify-self: center;
}

#w-node-f9915449-56fd-bca6-cb66-6c38f8571a9b-28573d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e637de06-a3e7-49a4-92d1-84040060d420-de340c83, #w-node-e637de06-a3e7-49a4-92d1-84040060d420-960ce8b9 {
  justify-self: center;
}

#w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbed-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbf0-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbf3-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbf6-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbf9-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbfc-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bbff-97312d63, #w-node-_134e31af-356d-1ecd-c9e6-7e657b80bc02-97312d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e637de06-a3e7-49a4-92d1-84040060d420-65b9ce3b, #w-node-e637de06-a3e7-49a4-92d1-84040060d420-2a409880 {
  justify-self: center;
}

#w-node-a745c6e0-882b-9124-1f53-4e4c6a4869c1-82fd215d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e637de06-a3e7-49a4-92d1-84040060d420-f92bbf9e {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6262fd67-0c9e-4983-a572-6a8135368496-b8643e84 {
    grid-column: span 8 / span 8;
    justify-self: center;
  }

  #w-node-_6262fd67-0c9e-4983-a572-6a81353684b8-b8643e84 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6262fd67-0c9e-4983-a572-6a8135368496-b8643e84, #w-node-_6262fd67-0c9e-4983-a572-6a81353684b8-b8643e84 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6262fd67-0c9e-4983-a572-6a8135368496-b8643e84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-_6262fd67-0c9e-4983-a572-6a81353684b8-b8643e84 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: center;
  }

  #w-node-f8effa7e-9cb5-3001-a878-e83291dcc1d3-de340c83, #w-node-f8effa7e-9cb5-3001-a878-e83291dcc1d3-2a409880, #w-node-f8effa7e-9cb5-3001-a878-e83291dcc1d3-82fd215d, #w-node-f8effa7e-9cb5-3001-a878-e83291dcc1d3-f92bbf9e {
    order: -9999;
  }
}


