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

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.call-to-action {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: static;
}

.call-to-action.feature-prof {
  height: auto;
  background-color: #eeeef0;
  display: block;
}

.call-to-action.fgss2635tf {
  height: 100%;
  background-color: #eeeef0;
  padding-left: 192px;
  padding-right: 192px;
}

.feature-section {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(295deg, #000, rgba(255, 255, 255, 0)), url('../images/19_FG_White_Transitional_V1_01_914.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.feature-section.professional-banner {
  height: 550px;
  object-fit: cover;
  background-image: linear-gradient(108deg, #1e1e1e 32%, rgba(255, 255, 255, 0)), url('../images/banner-v5-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-section.professional-banner.prof-2 {
  background-image: linear-gradient(108deg, #1e1e1e 23%, rgba(255, 255, 255, 0)), url('../images/banner-v1.jpg');
  background-position: 0 0, 100%;
}

.feature-section.topo-p-02 {
  background-image: linear-gradient(85deg, #000, rgba(255, 255, 255, 0)), url('../images/18_FG_LillianMaple_OA1_848.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.feature-section.topo-p-02.grad-02 {
  background-image: linear-gradient(267deg, #000 23%, rgba(255, 255, 255, 0) 76%), url('../images/19_FG_White_Transitional_V1_01_914.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 990px;
}

.feature-section.topo-p-02.grad-02.fgss2635tf-topo {
  background-image: linear-gradient(270deg, #000 29%, rgba(255, 255, 255, 0) 77%), url('../images/bg-topo.jpg');
  background-position: 0 0, 0 80%;
  background-size: auto, 920px;
}

.feature-section.topo-p-02.grad-02.fftr2021ts-topo {
  background-image: linear-gradient(273deg, #000 23%, rgba(255, 255, 255, 0) 82%), url('../images/FF_FFEH3054US_FFID2458US_V1_815.jpeg');
  background-position: 0 0, 0 73%;
}

.feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
  height: 900px;
  background-image: linear-gradient(103deg, #232424 33%, rgba(255, 255, 255, 0) 60%), url('../images/L20AY_Silvia_Ambientada_Bilingual_Frigidaire.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.feature-section.ffef3054ts-topo {
  background-image: linear-gradient(82deg, #000 21%, rgba(255, 255, 255, 0) 74%), url('../images/FF_FF_EF_MV_V1_02_17_714-2.jpeg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  flex-direction: row;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-image-mask {
  width: auto;
  flex: 0 auto;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.gallery {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 30px;
  padding-bottom: 100px;
}

.gallery.galeria-prof {
  display: none;
  overflow: hidden;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area-2 Area-3 Area ."
                 ". . Area-4 Area-5"
                 / 1.25fr 1.25fr 1.5fr 1.75fr 1.75fr;
  grid-auto-columns: 3fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.footer {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .39);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.image {
  display: block;
}

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

.cards-grid-container {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid-container.professional-cards-banner {
  width: auto;
  padding-right: 0;
  font-weight: 500;
}

.cards-image-mask {
  width: 65%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  padding-top: 27%;
  position: relative;
  overflow: hidden;
}

.cards-image-mask.cards-banner {
  width: auto;
  background-color: #ee405a;
  background-image: linear-gradient(41deg, #323333, #4d4d4d 0%, #ee405a 44%);
  border-radius: 15%;
  margin-right: 0;
  padding-top: 100%;
}

.cards-image {
  width: 40%;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-image.banner-padding-image {
  width: 100%;
  padding: 15px;
}

.div-block {
  width: 100%;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.div-block.cards-professional-b {
  width: 50%;
  margin-top: 20px;
  display: block;
}

.div-block.cards-professional-b.p2-b-cards {
  display: block;
}

.div-block-2 {
  width: 410px;
  flex: 0 auto;
  justify-content: flex-start;
  padding-right: 0;
  display: block;
}

.div-block-2.div-banner-width {
  width: 55%;
}

.div-block-3 {
  margin-right: 0;
  padding-right: 0;
}

.cards-grid-container-2 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.video {
  width: auto;
  margin-top: 40px;
}

.div-block-5 {
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 75px;
  display: flex;
}

.div-block-5._07 {
  width: 100%;
  color: #ee405a;
  text-align: left;
  align-items: flex-end;
  padding: 20px 0;
}

.div-block-5._07.div-white-prof {
  align-items: flex-start;
}

.div-block-5.banner-img-text-2-div {
  width: 76%;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 19px;
  padding: 0;
  display: block;
}

.div-block-5.banner-img-text-2-div.div-store-more {
  width: 80%;
  padding: 0;
}

.div-block-5.banner-img-text-2-div.text-cajones {
  text-align: right;
  align-items: flex-end;
  padding-left: 45px;
  padding-right: 45px;
}

.div-block-5.banner-img-text-2-div.banner-div-sec-1 {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-5.banner-img-text-2-div.banner-div-sec-1.div-text-cont-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5.banner-img-text-2-div.crisp-text {
  align-items: flex-end;
  padding-right: 50px;
}

.div-block-5.div-adjustable {
  text-align: right;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5.div-5-1 {
  height: auto;
  align-items: flex-end;
  padding-left: 116px;
  padding-right: 116px;
}

.div-block-5.puerta-text-div {
  padding-left: 65px;
  padding-right: 65px;
}

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

.div-block-5.las-puertas-text {
  padding-left: 98px;
  padding-right: 98px;
}

.div-block-5.puertas-store {
  width: 70%;
  text-align: center;
  align-items: flex-start;
  padding: 0;
}

.div-block-5.puertas-text {
  align-items: flex-start;
  padding-left: 29px;
  padding-right: 29px;
}

.div-block-5.space-estande-padding {
  text-align: center;
  align-items: flex-start;
  padding: 40px 20px;
}

.div-block-5.reloj-tezt {
  align-items: center;
  padding: 0 0 20px;
}

.div-block-6 {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: auto;
}

.image-2.card1-prof {
  display: none;
}

.column {
  height: auto;
  background-image: url('../images/FGHB2868TF-F6_734.jpeg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex: 0 auto;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: auto;
}

.column:hover {
  background-image: url('../images/FGHB2868TF-F5_734.jpeg'), url('../images/FGHB2868TF-F6_734.jpeg');
  background-position: 50%, 50%;
  background-repeat: repeat, repeat-x;
  background-size: cover, cover;
}

.column.org {
  height: 100%;
  background-image: url('../images/FG4H2272UF-F4_833.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 510px;
}

.column.org.produto-03 {
  background-image: url('../images/FGHB2868TF-F2_732.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column.org.produto-03.dobra-03-pro02 {
  background-image: url('../images/FGHB2868TF-EffortlessGlide_736.jpeg');
  background-position: 50%;
  order: -1;
}

.column.org.produto-03.dobra-03-pro02.img-cajon {
  background-image: url('../images/FFTR2021TS-F7_702.jpeg');
}

.column.org.produto-03.store-mote-img {
  background-image: url('../images/FGSS2635TF-F9_Loaded_706.jpeg');
  order: 1;
}

.column.org.produto-03.store-mote-img.colum-pureair {
  order: -1;
}

.column.org.banner-img-prof {
  background-image: url('../images/IMG-S1.jpg');
  background-size: cover;
}

.column.org.banner-img-prof.sec-2-prof {
  background-image: url('../images/Sec-1.jpg');
  background-position: 50%;
}

.column.org.banner-img-prof.bg-prof-1-sec-1-img {
  background-image: url('../images/S1-FPID2498SF-OLH_631.jpg');
}

.column.tw-colum {
  background-image: url('../images/08_FG4H2272UF_2510_JL_v5.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
}

.column.colun-open {
  background-image: url('../images/07_FG4H2272UF_2354-2_JL_v5-1.jpeg');
  background-position: 50%;
  background-size: auto;
}

.column.colun-open.filtro-hielo-colum {
  background-image: url('../images/FGHB2868TF-WaterFilter_installed_706.jpeg');
}

.column.colun-open.stante-colum {
  height: 100%;
  background-color: rgba(50, 51, 51, .7);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.column.colun-sistem {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column.colun-sistem.bg-primary-4 {
  background-color: #ee405a;
  background-image: none;
}

.column.colun-sistem.bg-white-prof {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.column.bg-first-image-prof {
  height: 100%;
  background-image: url('../images/IMG-S4.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.column.smudge-proof-img {
  background-image: url('../images/FGSS2635TF-SP_710.jpeg');
  background-position: 0%;
  background-size: cover;
}

.columns {
  height: 380px;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns.swap {
  height: auto;
  flex-direction: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}

.columns.swap.interior-colun {
  height: 380px;
}

.columns.swap.interior-colun.sec-6-cols {
  flex-direction: row-reverse;
}

.columns.bg-white-sec2 {
  height: 100%;
  background-color: #fff;
  flex-direction: column-reverse;
}

.columns.colum-bg-white {
  height: 100%;
}

.columns.colum-bg-white.prof-bg-white {
  background-color: #fff;
}

.columns.colum-bg-primary.banner-img-text-2 {
  height: 600px;
  background-image: none;
}

.columns.colum-bg-primary.banner-img-text-2.colum-sec-1, .columns.colum-bg-primary.banner-img-text-2.recu-coluns {
  height: 600px;
}

.columns.puerta-colum {
  height: 100%;
}

.columns.gran-colum {
  height: 670px;
  align-content: center;
  display: flex;
}

.columns.sec-5-cols-desk {
  flex-direction: column-reverse;
}

.feature-section-2 {
  color: #323333;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 57px;
  display: flex;
}

.feature-section-2.bg-primary, .feature-section-2.section-tw {
  background-color: #ee405a;
}

.flex-container-2 {
  text-align: left;
  flex-direction: column-reverse;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  width: 100%;
  color: #ee405a;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". Area"
                       ". Area"
                       ". Area"
                       ". Area";
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.grid.fgss2635tf {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-rows: 0;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.image-3 {
  width: 70%;
  height: 100%;
}

.image-3.fgss2635tf-img, .image-3.img-carac-sec {
  width: 100%;
}

.container {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.container.prof-conta-feature {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.heading {
  text-align: right;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
}

.feature-section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.flex-container-3 {
  flex-direction: column-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-7 {
  border: 1px solid #ee405a;
  padding: 30px;
}

.heading-2 {
  text-align: center;
  border-bottom: 0 solid #ee405a;
  font-weight: 500;
}

.heading-2.div-prof-comprar {
  text-align: center;
}

.body {
  font-family: Gotham, sans-serif;
}

.body-2 {
  font-family: Gotham, sans-serif;
  overflow: visible;
}

.body-3 {
  font-family: Gotham, sans-serif;
}

.heading-3 {
  color: #ee405a;
}

.heading-4 {
  color: #ee405a;
  margin-top: 10px;
}

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

.paragraph-2 {
  font-size: 12px;
}

.paragraph-3 {
  color: #323333;
  font-size: 12px;
}

.paragraph-4 {
  color: #323333;
}

.paragraph-4.professionalbanner-text {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.paragraph-5 {
  color: #ee405a;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 31px;
}

.paragraph-6.paragrafo-banner {
  text-align: left;
  padding-left: 10px;
}

.paragraph-6.ffef3054ts {
  text-align: left;
}

.container-2 {
  text-align: left;
  flex: 1;
  padding-left: 71px;
}

.container-2.head-02 {
  text-align: right;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-2.head-02.ffef3054ts {
  justify-content: flex-start;
}

.heading-5 {
  color: #ee405a;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
}

.heading-5.title-banner {
  margin-top: 10px;
}

.heading-5.ffef3054ts {
  text-align: left;
}

.image-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4.tag-frigidaire {
  max-width: 100%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-7.text-pure {
  text-align: left;
}

.paragraph-7.text-open {
  color: #323333;
  text-align: left;
}

.paragraph-7.text-open.filtro-text {
  color: #fff;
  text-align: left;
  line-height: 25px;
}

.paragraph-7.text-open.text-stant {
  color: #323333;
  text-align: right;
}

.paragraph-7.text-sw {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-7.text-sw.banner-card-text-2p {
  color: #323333;
  text-align: left;
  align-self: flex-end;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text.banner-text-1 {
  text-align: left;
  display: flex;
}

.paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-7.tex-07 {
  color: #323333;
  text-align: left;
  align-self: flex-end;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-7.store-more-text {
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.bold-text {
  color: #fff;
  text-align: right;
  font-size: 32px;
}

.bold-text._03 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
}

.bold-text._03.ner-img-card-b {
  color: #ee405a;
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.bold-text._03.ner-img-card-b.col-banner-1-title {
  color: #fff;
}

.bold-text._03.ner-img-card-b.sisten-text {
  color: #fff;
  text-align: left;
  font-size: 26px;
  line-height: 35px;
  display: block;
}

.bold-text._03.reloj-text {
  color: #323333;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

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

.heading-6.banner-img-card-text-2-h {
  color: #323333;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
  display: block;
}

.heading-6.banner-img-card-text-2-h.siten-text {
  color: #fff;
  text-align: left;
}

.heading-6.store-more-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.heading-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 37px;
}

.bold-text-2 {
  color: #fff;
  font-size: 32px;
  line-height: 33px;
}

.bold-text-2.interior-text {
  color: #323333;
  text-align: left;
  font-size: 31px;
}

.bold-text-2.text-video {
  color: #323333;
}

.text-block {
  text-align: right;
}

.text-block.paragraph-7 {
  color: #fff;
}

.text-block.paragraph-7.interior-text {
  color: #323333;
  text-align: left;
  line-height: 25px;
}

.text-block.paragraph-7.text-crispseal {
  color: #323333;
}

.heading-8 {
  color: #323333;
  text-align: right;
  font-size: 32px;
  line-height: 36px;
}

.heading-8.text-07 {
  color: #ee405a;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  font-size: 28px;
  display: flex;
}

.heading-8.filtro-align {
  color: #fff;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.heading-8.filtro-align.calientes-text {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
}

.heading-8.text-puerta {
  text-align: left;
}

.heading-8.text-stante {
  color: #fff;
}

.bold-text-3 {
  color: #333;
  font-size: 30px;
}

.bold-text-3._07 {
  color: #ee405a;
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
}

.bold-text-3._07.r-r {
  color: #323333;
  font-size: 17px;
}

.bold-text-3._07.title-white {
  color: #fff;
  text-align: left;
}

.bold-text-3.filtro-text {
  color: #fff;
  text-align: left;
  font-size: 31px;
  line-height: 38px;
}

.bold-text-3.text-estante {
  color: #323333;
}

.heading-9 {
  text-align: right;
  font-size: 32px;
  line-height: 36px;
}

.text-block-2 {
  text-align: right;
}

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

.column-2 {
  height: 100%;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-2.tw-bg {
  background-image: url('../images/08_FG4H2272UF_2510_JL_v5.jpg');
  background-position: 50%;
  background-size: cover;
  border-right: 1px solid #000;
}

.column-2.text-smudge {
  order: 1;
}

.columns-2 {
  width: 640px;
  height: 380px;
  background-color: #fff;
  border: 1px solid #000;
  flex: 0 auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-2.colun-pure {
  width: 800px;
  height: 230px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.columns-2.colun-pure.smudge-colums {
  width: 800px;
  height: 290px;
  order: 1;
  justify-content: center;
  align-items: center;
}

.columns-2.colun-pure.filtro-coluns {
  height: 440px;
}

.text-span {
  font-family: Custom fresh, sans-serif;
  font-size: 43px;
}

.bold-text-4 {
  color: #ee405a;
  font-weight: 400;
}

.banner-text-img-2 {
  height: 100%;
}

.banner-text-img-2.bg-white {
  height: 400px;
  padding-bottom: 0;
}

.banner-text-img-2.bg-white.div-cont-2 {
  height: 500px;
}

.banner-text-img-2.bg-white.div-cont-2.colum-sec-2.mobile-col-sec-2, .banner-text-img-2.puerta-colum {
  height: 400px;
}

.banner-text-img-2.store-more-saction {
  margin-bottom: 0;
}

.column-3 {
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3.colun-sistem02 {
  height: 100%;
  background-image: url('../images/IMG-S2.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-left: 0;
}

.column-3.colun-sistem02.dobra-04 {
  background-image: url('../images/08_FG4H2272UF_2510_JL_v5.jpg');
  background-position: 50%;
  order: -1;
}

.column-3.colun-sistem02.bg-white-prof {
  background-image: url('../images/IMG-S9.jpg');
}

.column-3.colun-sistem02.bg-white-prof.sec-2-prof-2 {
  background-image: url('../images/Sec-2.jpg');
  background-position: 50%;
}

.column-3.filtro-column {
  height: 100%;
  order: -1;
}

.column-3.filtro-column.estante-bg {
  background-color: #fff;
}

.column-3.filtro-hielo {
  height: 100%;
  background-color: #ee405a;
  order: -1;
  padding-left: 40px;
  padding-right: 40px;
}

.column-3.smodge-colum {
  height: 100%;
  background-color: #323333;
}

.section-2 {
  height: 330px;
}

.background-video {
  width: 100%;
  height: 330px;
}

.section-3 {
  height: 100%;
  display: block;
}

.background-video-2 {
  z-index: 9999;
  width: auto;
  height: 380px;
}

.column-4 {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-4 {
  height: 449px;
}

.section-4.bg-primary.banner-img-text-3, .section-4.bg-primary.banner-img-text-3.dobra-03 {
  height: 600px;
}

.column-5 {
  background-color: #ee405a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5.banner-img-text-2-col2 {
  background-color: #fff;
  flex-direction: row;
  order: 0;
  padding-left: 48px;
  padding-right: 48px;
}

.column-5.banner-img-text-2-col2.produto-03 {
  height: 100%;
  text-align: left;
  flex-direction: column;
  order: -1;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.column-5.banner-img-text-2-col2.produto-03.even-temp {
  height: 100%;
  background-color: #ee405a;
  flex-direction: column;
  order: 1;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.column-5.banner-img-text-2-col2.produto-03.even-temp.desktop {
  order: -1;
}

.column-5.banner-img-text-2-col2.produto-03.store-more {
  height: 100%;
  background-color: #ee405a;
  flex-direction: column;
  order: 1;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.column-5.banner-img-text-2-col2.col-1-primary {
  background-color: #ee405a;
}

.background-video-3 {
  height: 380px;
  background-color: rgba(0, 0, 0, 0);
}

.text-span-2 {
  font-family: Custom fresh, sans-serif;
  font-size: 38px;
}

.img-tw {
  max-width: 60%;
}

.bold-text-5 {
  color: #ee405a;
  text-align: right;
}

.heading-10 {
  text-align: left;
}

.column-6 {
  height: 100%;
  background-image: url('../images/FG4H2272UF-CP_829.jpeg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-left: 1px solid #000;
}

.column-6.cesta-img {
  background-image: url('../images/FGHB2868TF-DispenserGraphics_all_LIT_737.jpeg');
  background-size: cover;
}

.column-6.cesta-img.img-smudge {
  background-image: url('../images/FGHB2868TF-F13_734.jpeg');
}

.column-6.cesta-img.img-smudge.smudge-div {
  height: 100%;
  background-image: none;
  border-right: 1px solid #000;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  display: block;
}

.heading-11 {
  display: inline-block;
}

.div-block-9 {
  width: 300px;
  border-bottom: 2px solid #ee405a;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.bold-text-6, .bold-text-7 {
  color: #ee405a;
}

.image-5 {
  border: 1px solid #000;
  position: relative;
  top: 96px;
  left: -144px;
}

.heading-12 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-12.card-prof-2-title-3 {
  font-size: 11px;
}

.heading-13 {
  color: #fff;
  font-weight: 300;
}

.heading-13.card-prof-2-title-2 {
  font-size: 11px;
}

.heading-14 {
  color: #fff;
  font-weight: 300;
}

.heading-14.card-prof-2-title-1 {
  font-size: 11px;
}

.heading-15 {
  color: #c2c2c2;
  margin-top: 0;
  font-weight: 400;
}

.text-span-3 {
  font-family: Custom fresh, sans-serif;
  font-size: 50px;
}

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

.hero {
  background-color: #ee405a;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.flex-container-4 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  text-align: center;
  margin-left: 40px;
  display: block;
}

.hero-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.heading-17 {
  width: auto;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 5%;
}

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-mask-2.div-img-table {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-2 {
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.div-block-14 {
  width: 100%;
  height: auto;
  background-color: #ee405a;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.div-block-15 {
  width: 100%;
  height: 300px;
  border: 4px solid #ee405a;
  margin-left: 0;
  margin-right: 0;
}

.div-block-15.table-prof-div {
  height: 400px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

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

.paragraph-8 {
  padding: 20px 10px;
}

.div-block-17.table-w-prof {
  width: 50%;
}

.prof-section-2 {
  height: 400px;
  display: block;
  overflow: visible;
}

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

.div-block-18.div-prof {
  width: 100%;
  text-align: center;
  display: block;
}

.div-block-19 {
  width: 15%;
  text-align: center;
  border-bottom: 2px solid #ee405a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  width: auto;
  border-right: 1px solid rgba(0, 0, 0, .38);
  padding-right: 15px;
  display: block;
}

.heading-19 {
  color: #ee405a;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
}

.heading-20 {
  color: #ee405a;
  margin-top: 10px;
  font-size: 23px;
}

.paragraph-9 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.heading-21 {
  color: #ee405a;
  margin-top: 10px;
  font-size: 23px;
}

.paragraph-10 {
  color: #020202;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-11 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.div-block-21 {
  border-right: 1px solid rgba(0, 0, 0, .38);
  padding-right: 15px;
}

.div-block-22 {
  padding-right: 15px;
}

.container-3 {
  flex-direction: row-reverse;
  justify-content: center;
  display: flex;
}

.text-block-3 {
  order: 1;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.div-block-23 {
  width: 100%;
  height: 322px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG-S1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.container-4 {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-22 {
  color: #ee405a;
  text-align: left;
  margin-top: 0;
}

.column-7 {
  height: 100%;
  margin-bottom: -64px;
}

.text-span-4 {
  color: #323333;
}

.section-video {
  height: 600px;
  padding-bottom: 10px;
}

.section-video.video-prof-2 {
  height: 600px;
}

.section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video, .section-video.bg-video-tela3.bg-tela-4-video {
  height: 650px;
}

.heading-23 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-12 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-24 {
  margin-top: 60px;
}

.heading-25, .heading-26 {
  text-align: right;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
}

.div-block-24 {
  width: 15%;
  border: 0 solid #ee405a;
  border-bottom-width: 2px;
  border-radius: 0;
}

.info-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-27 {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}

.heading-28 {
  font-size: 18px;
  line-height: 24px;
}

.heading-28.direita {
  text-align: right;
}

.heading-29 {
  text-align: right;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.heading-30 {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

.heading-31, .heading-32 {
  text-align: right;
}

.column-8 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-left: 89px;
  padding-right: 89px;
  display: flex;
}

.heading-33 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-4 {
  color: #ee405a;
  font-size: 12px;
}

.collection-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-34 {
  color: #fff;
  text-align: center;
  background-color: #ee405a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
}

.collection-list {
  height: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-35 {
  font-size: 20px;
}

.heading-35.right {
  text-align: right;
}

.column-9 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.info-img-centro {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  padding-left: 0;
}

.div-block-25 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-25.div-b-comp {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26.carc-div-img, .div-block-28 {
  width: 100%;
}

.container-6 {
  text-align: left;
  padding: 20px 40px;
}

.column-10 {
  height: 100%;
  background-image: url('../images/IMG-S3.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  display: flex;
}

.column-10.bg-section-6-prim {
  background-image: url('../images/IMG-S5.jpg');
}

.column-10.bg-section-6-prim.bg-sec-8-img {
  background-image: url('../images/IMG-S7.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.column-10.bg-section-6-prim.bg-sec-8-img.sec-6-primary-img {
  background-position: 50% 0;
  background-size: cover;
}

.column-10.bg-section-6-prim.bg-sec-8-img.sec-6-primary-img.sec-6-col-prof-1-img-6 {
  background-image: url('../images/FPID2498SF-OLH_631.jpg');
  background-position: 50% 0;
}

.column-10.bg-section-6-prim.prof-2-sec-5-img {
  background-image: url('../images/Sec-5.jpg');
  background-position: 50%;
}

.column-10.img-3-product-2 {
  background-image: url('../images/Sec-3.jpg');
}

.column-11 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.columns-4 {
  height: 100%;
  background-color: #ee405a;
  display: block;
}

.columns-4.bg-white-colum {
  background-color: #fff;
  flex-flow: row;
  align-content: center;
  display: block;
}

.div-block-29 {
  height: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: block;
}

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

.heading-39 {
  color: #fff;
  font-size: 28px;
}

.heading-39.bg-white-h1 {
  color: #ee405a;
}

.paragraph-13 {
  color: #fff;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.paragraph-13.bg-white-pra {
  color: #ee405a;
}

.section-5 {
  height: 400px;
}

.section-5.bg-primary-section4 {
  flex-flow: column;
  display: block;
}

.section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim {
  height: 500px;
}

.section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim.mobile-sec-final {
  height: 550px;
  display: block;
  overflow: visible;
}

.section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim.mobile-sec-final.product-2-section-final, .section-5.bg-primary-section4.sec-3-prof-1 {
  display: none;
}

.text-block-5 {
  color: #ee405a;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-8 {
  font-size: 28px;
}

.section-6 {
  height: 400px;
}

.section-6.prof-section-6.prof-2-sec-4-h.sec-colum-prof-2-sec-4 {
  height: 350px;
}

.section-6.bg-whote-sec-6.sec-5-prof-1, .section-6.sec-9-white.prof-sec-9-2 {
  display: none;
}

.columns-5 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
}

.column-12 {
  height: 100%;
  background-image: url('../images/IMG-S4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.column-12.bg-white-prof-6 {
  background-image: url('../images/IMG-S6.jpg');
  background-position: 50%;
}

.column-12.bg-white-prof-6.prof-2-sec-6-img {
  background-image: url('../images/Sec-6.jpg');
}

.column-12.sec-9-bg-white {
  background-image: url('../images/IMG-S8.jpg');
  background-position: 50%;
}

.column-12.prof2-sec-4-img {
  background-image: url('../images/Sec-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-13 {
  height: 100%;
  border: 3px solid #ee405a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-13.prof-2-sec-4-text, .column-13.prof-2-sec-6-text {
  border-width: 0;
}

.column-13.prof-1-col-13-b {
  border-width: 4px 0;
}

.column-13.prof-1-col-13-b.prof-1-sec-4-col-text-b {
  border-bottom-width: 4px;
}

.column-13.prof-1-sec-final-col {
  border-width: 4px;
}

.column-13.prof-1-sec-final-col.prof-1-sec-final-b-col, .column-13.sec-5-prof-1-col-limp {
  border-width: 0;
}

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

.div-block-30.div-sect-white-7, .div-block-30.sec-9-white-div {
  display: block;
}

.container-8 {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  display: block;
}

.heading-40 {
  color: #ee405a;
  font-size: 30px;
}

.text-block-6 {
  color: #323333;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.div-block-31 {
  width: 15%;
  height: auto;
  border-bottom: 4px solid #ee405a;
}

.div-block-32 {
  width: 99.9998%;
  padding-bottom: 40px;
}

.div-block-32.div-galeria--title {
  width: 80%;
}

.dobra-03-pro02 {
  background-image: url('../images/FGHB2868TF-F2_732.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 0;
}

.bold-text-9 {
  color: #323333;
  text-align: left;
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.bold-text-9.text-twin {
  color: #fff;
  text-align: left;
}

.sub-banner {
  color: #fff;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-14 {
  height: auto;
  color: #ee405a;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-34 {
  border-bottom: 1px dotted rgba(0, 0, 0, .95);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-41 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-6 {
  z-index: 999999;
  height: auto;
  align-self: center;
  padding-left: 41px;
  padding-right: 41px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.background-video-4 {
  width: 450px;
  height: 290px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-35 {
  height: 100%;
  border-right: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.background-video-6 {
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: fill;
  border-right: 1px solid #000;
  position: static;
  top: 7px;
  overflow: hidden;
}

.div-carac-prof {
  width: 99.9998%;
}

.div-carac-prof.div-2-carac {
  width: 100%;
}

.heading-42 {
  text-align: right;
  font-size: 23px;
}

.div-block-36 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-37 {
  width: auto;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.div-block-38, .div-block-39 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-40 {
  align-items: center;
  display: flex;
}

.div-block-41 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-43 {
  font-size: 23px;
}

.heading-44 {
  font-size: 20px;
}

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

.div-block-43 {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-44 {
  width: 100%;
  text-align: center;
}

.div-block-45 {
  width: 80%;
}

.div-block-45.esp-produ-prof {
  display: none;
}

.div-block-46 {
  border-bottom: 4px solid #ee405a;
}

.div-block-47 {
  width: 15%;
}

.heading-48 {
  color: #323333;
  border: 0 solid #ee405a;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 21px;
  font-weight: 300;
}

.heading-49 {
  color: #ee405a;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.container-9 {
  padding-left: 40px;
  display: none;
}

.heading-51 {
  color: snow;
  padding-top: 10px;
  font-size: 28px;
}

.paragraph-15 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.pureair-img {
  height: 100%;
  background-image: url('../images/FGSS2635TF-AirFilter_out_706.jpeg');
  background-position: 50%;
  background-size: auto;
}

.column-14 {
  height: 100%;
}

.column-14.almacen-img {
  opacity: 1;
  background-image: url('../images/FGSS2635TF-F3_Empty_706.jpeg');
  background-position: 50%;
  background-size: auto;
}

.column-14.almacen-img:hover {
  background-image: url('../images/FGSS2635TF-F3_Loaded_706.jpeg');
}

.text-block-7 {
  color: #ee405a;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-7.ffef3054ts-topo-text {
  text-align: left;
}

.filtro-section {
  height: 100%;
}

.cajones-img {
  height: 100%;
  background-image: url('../images/FGSS2635TF-F2_Loaded_706.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cajones-img.fftr2021ts {
  height: 100%;
  background-image: url('../images/L20AY-_Filter_System_Bilingual_Frigidaire_1000x1000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 740px;
  order: 1;
}

.div-block-49 {
  border: 2px solid #ee405a;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  padding: 0 15px;
  display: block;
}

.list-item {
  justify-content: space-between;
  list-style-type: none;
  display: flex;
}

.heading-52 {
  color: #ee405a;
  font-size: 14px;
  font-weight: 700;
}

.heading-53 {
  font-size: 14px;
}

.image-7 {
  height: auto;
}

.container-10 {
  padding-left: 40px;
}

.container-11 {
  padding-left: 0;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  padding-top: 20px;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  padding-left: 0;
}

.div-block-50 {
  border-bottom: 4px solid #ee405a;
}

.div-block-50.div--g {
  width: 10%;
  border-bottom-width: 2px;
}

.div-block-51 {
  width: 15%;
  border-bottom: 1px solid #000;
}

.div-block-51.div1-g {
  width: 100%;
  border-bottom-width: 0;
  justify-content: center;
  display: flex;
}

.gallery-div {
  width: 100%;
  text-align: center;
}

.prof2-video {
  height: 100%;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  font-size: 20px;
}

.background-video-7 {
  height: 100%;
}

.img-puertas-reversibles {
  height: 100%;
  background-color: #fff;
  background-image: url('../images/FFTR2021TS-OEH_702.png');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: 430px;
  order: 1;
}

.img-gran-ancho {
  height: 100%;
  background-image: url('../images/FFTR2021TS-F5_702.jpeg');
  background-position: 50%;
  background-size: cover;
}

.img-gran-ancho.sec-5-col-img {
  background-image: url('../images/global-2-section.jpg');
  background-position: 50% 0;
}

.column-15, .column-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.column-17 {
  height: 100%;
  background-image: url('../images/FFTR2021TS-F2_702.jpeg');
  background-position: 50%;
  background-size: cover;
  order: 1;
}

.column-17.section-1 {
  background-image: url('../images/L20AY-_Lay_Diluicao_Bilingual_Frigidaire_1000x1000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 1160px;
}

.column-18 {
  height: 100%;
  background-image: url('../images/FFTR2021TS-F7_702.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-18.sec-3-col-img {
  background-image: url('../images/roupas-dobradas-organizacao-1517418258124_v2_1920x1280.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-7 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-55 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

.text-block-8 {
  color: #eeeef0;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.columns-6 {
  height: 380px;
  border: 1px solid #000;
}

.column-19 {
  height: 100%;
  background-image: url('../images/FFEF3054TS-HOV_712.jpeg');
  background-position: 50% 71%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.column-20 {
  height: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: #ee405a;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-13 {
  max-width: 70%;
}

.column-21 {
  height: 100%;
  background-image: url('../images/FFEF3054TS_34V_3_814.jpeg');
  background-position: 50% 72%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-9 {
  color: #323333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-9.cocina-text {
  color: #fff;
}

.column-22 {
  height: 100%;
  background-color: #ee405a;
  order: -1;
  justify-content: center;
  align-items: center;
  padding-left: 102px;
  padding-right: 102px;
  display: flex;
}

.column-23 {
  height: 100%;
  background-image: url('../images/FFEF3054TS-Pie_715.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-24 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.image-8 {
  width: 80%;
}

.columns-7 {
  height: 300px;
}

.column-25 {
  height: 100%;
  background-color: #ee405a;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.column-26 {
  height: 100%;
  background-color: #f3f3f3;
}

.column-27 {
  height: 100%;
  background-color: #ee405a;
}

.column-28 {
  height: 100%;
  background-color: #323333;
}

.image-9 {
  width: 60%;
}

.column-29 {
  flex-direction: column;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.container-15 {
  justify-content: center;
  align-items: center;
  margin-top: 79px;
  display: flex;
}

.section-8 {
  display: none;
}

.div-block-52 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bold-text-19 {
  font-size: 18px;
}

.bold-text-20 {
  text-align: right;
  font-size: 20px;
}

.bold-text-22 {
  font-size: 20px;
}

.div-block-53 {
  width: 320px;
}

.columns-8 {
  height: 400px;
}

.column-30 {
  height: 100%;
  background-image: url('../images/PSSBOV190FE00001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-31 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-54 {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.columns-9 {
  height: 400px;
}

.column-32 {
  height: 100%;
  background-image: url('../images/PSABOV190FE00002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-33 {
  height: 100%;
  background-color: #ee405a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-55 {
  width: 60%;
}

.bold-text-25 {
  color: #fff;
}

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

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

.text-block-12 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

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

.columns-10 {
  height: 400px;
}

.column-34 {
  height: 100%;
  background-image: url('../images/FGMV17WNVF-F7_901-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-35 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  font-size: 16px;
  font-weight: 300;
}

.div-block-56 {
  width: 50%;
}

.image-10 {
  width: 80%;
  opacity: 1;
}

.section-12 {
  padding-top: 132px;
  padding-bottom: 132px;
}

.text-block-14 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.bold-text-27 {
  color: #fff;
}

.column-36 {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-11 {
  width: 770px;
  height: 100%;
  border: 1px solid #000;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-37 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.div-block-57 {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.heading-58 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-11 {
  border-right: 1px solid #000;
}

.section-13, .columns-12 {
  height: 600px;
}

.column-38 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-39 {
  height: 100%;
  background-image: url('../images/L20AY-_Filter_Lint_Bilingual_Frigidaire_1000x1000.jpg');
  background-position: 50%;
  background-size: auto;
}

.section-14, .columns-13 {
  height: 600px;
}

.column-40 {
  height: 100%;
  background-color: #ee405a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-41 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 30%;
  max-width: 45%;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  font-weight: 300;
  display: flex;
}

.div-block-58 {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(52deg, #323333, #ee405a 60%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.column-42, .column-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-14 {
  display: flex;
}

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

.image-13 {
  width: 50px;
  height: 50px;
}

.div-block-59 {
  width: 71%;
}

@media screen and (min-width: 1440px) {
  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
    height: 100vh;
    background-position: 0 0, 40% 100%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .column-17.section-1 {
    background-size: auto 1230px;
  }

  .image-12 {
    width: 29%;
  }

  .div-block-60 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .centered-container {
    padding-left: 0;
    padding-right: 0;
  }

  .call-to-action {
    padding-top: 0;
    padding-bottom: 0;
  }

  .call-to-action.fgss2635tf {
    padding-left: 44px;
    padding-right: 44px;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
    background-position: 0 0, -320px 0;
  }

  .gallery {
    margin-left: 80px;
    margin-right: 80px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container, .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .div-block-5 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .div-block-5._07 {
    padding: 0 48px 40px 30px;
  }

  .div-block-5._07.div-white-prof {
    height: auto;
    padding-top: 20px;
  }

  .div-block-5._07.div-white-prof.bg-white-height {
    height: auto;
    padding-top: 0;
  }

  .div-block-5.banner-img-text-2-div {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    width: 90%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-5.banner-img-text-2-div.text-cajones {
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-block-5.div-adjustable {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5.div-5-1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-5.cajon-div {
    padding-left: 29px;
    padding-right: 29px;
  }

  .div-block-5.puertas-store {
    width: 100%;
    padding: 0 0 20px;
  }

  .div-block-5.space-estande-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5.reloj-tezt {
    padding: 0 0 20px;
  }

  .div-block-6 {
    overflow: visible;
  }

  .column {
    height: 100%;
    overflow: hidden;
  }

  .column.org {
    height: auto;
    background-size: cover;
  }

  .column.org.produto-03.dobra-03-pro02.img-cajon {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.org.banner-img-prof.bg-prof-1-sec-1-img {
    background-position: 50%;
  }

  .column.org.img-tab {
    background-size: 380px;
  }

  .column.colun-open.filtro-hielo-colum {
    height: 100%;
  }

  .column.colun-sistem.bg-white-prof, .column.bg-first-image-prof {
    height: auto;
  }

  .columns.swap.interior-colun {
    height: 350px;
    flex-direction: row;
    display: flex;
  }

  .columns.bg-white-sec2 {
    height: auto;
    flex-flow: row-reverse;
    display: block;
  }

  .columns.colum-bg-primary.banner-img-text-2 {
    height: 350px;
  }

  .columns.gran-colum {
    height: 440px;
  }

  .feature-section-2, .grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid.fgss2635tf {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-3 {
    width: 60%;
    padding-bottom: 20px;
  }

  .container {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .container-2.head-02 {
    padding-left: 44px;
  }

  .heading-5.title-banner {
    margin-top: 10px;
  }

  .paragraph-7.text-sw {
    font-size: 17px;
  }

  .paragraph-7.text-sw.banner-card-text-2p, .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text {
    text-align: left;
  }

  .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    text-align: left;
    line-height: 23px;
  }

  .bold-text._03 {
    font-size: 25px;
    line-height: 32px;
  }

  .bold-text._03.ner-img-card-b {
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }

  .bold-text._03.ner-img-card-b.col-banner-1-title {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bold-text._03.ner-img-card-b.sisten-text {
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }

  .bold-text._03.reloj-text {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6.banner-img-card-text-2-h {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 25px;
    line-height: 32px;
    display: flex;
  }

  .heading-6.store-more-text {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-7 {
    text-align: left;
  }

  .text-block.paragraph-7 {
    text-align: center;
  }

  .text-block.paragraph-7.interior-text {
    text-align: left;
  }

  .bold-text-3.filtro-text {
    font-size: 24px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2.text-smudge {
    padding-left: 28px;
    padding-right: 28px;
  }

  .column-2.text-smudge.smudge-margin {
    padding-right: 4px;
  }

  .columns-2.colun-pure.smudge-colums {
    width: 100%;
  }

  .banner-text-img-2 {
    height: 100%;
  }

  .banner-text-img-2.bg-white {
    height: 600px;
  }

  .banner-text-img-2.bg-white.div-cont-2.colum-sec-2 {
    height: 650px;
  }

  .banner-text-img-2.bg-white.div-cont-2.colum-sec-2.mobile-col-sec-2 {
    height: 350px;
  }

  .column-3.filtro-hielo {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-3 {
    height: 100%;
  }

  .background-video-2 {
    height: 440px;
  }

  .column-4 {
    height: 100%;
    flex-direction: row;
    padding: 40px;
    display: flex;
  }

  .section-4 {
    height: auto;
  }

  .section-4.bg-primary.banner-img-text-3, .section-4.bg-primary.banner-img-text-3.dobra-03 {
    height: 100%;
  }

  .section-4.bg-primary.banner-img-text-3.section-pureair {
    height: 350px;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp {
    height: 100%;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 61px;
    padding-right: 61px;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    padding-left: 33px;
    padding-right: 33px;
  }

  .column-5.banner-img-text-2-col2.produto-03.cajones-text {
    padding-left: 29px;
    padding-right: 29px;
  }

  .column-5.banner-img-text-2-col2.col-1-primary {
    text-align: left;
  }

  .heading-16 {
    margin-top: 40px;
  }

  .flex-container-4 {
    padding-top: 20px;
  }

  .div-block-12 {
    text-align: left;
  }

  .hero-image-mask-2.div-img-table {
    width: 40%;
  }

  .hero-image-2 {
    width: 90%;
  }

  .prof-section-2 {
    height: auto;
  }

  .heading-19, .heading-20 {
    font-size: 20px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 14px;
  }

  .div-block-23 {
    height: 321px;
  }

  .container-4, .column-7 {
    height: auto;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video.bg-video-1-desktop {
    height: 600px;
  }

  .info-left {
    font-size: 14px;
  }

  .heading-28, .heading-29 {
    font-size: 17px;
  }

  .heading-30 {
    text-align: left;
    font-size: 17px;
  }

  .heading-31, .heading-32 {
    font-size: 17px;
    line-height: 24px;
  }

  .columns-3 {
    padding: 26px;
  }

  .heading-33 {
    font-size: 12px;
  }

  .heading-35 {
    font-size: 17px;
    line-height: 24px;
  }

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

  .column-10 {
    height: 350px;
    background-size: cover;
  }

  .column-10.bg-section-6-prim.bg-sec-8-img {
    height: 500px;
  }

  .column-11 {
    height: 100%;
    display: flex;
  }

  .columns-4 {
    height: auto;
  }

  .div-block-29.div-sec-8-prim {
    display: block;
  }

  .section-5 {
    height: 350px;
  }

  .section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim {
    height: 500px;
  }

  .section-6 {
    height: 350px;
  }

  .section-6.sec-9-white {
    height: 400px;
  }

  .columns-5 {
    height: 100%;
  }

  .column-12 {
    height: 350px;
  }

  .column-12.sec-9-bg-white {
    height: 400px;
  }

  .column-12.prof2-sec-4-img {
    background-position: 0%;
  }

  .column-13 {
    height: 100%;
  }

  .div-block-37 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-40 {
    text-align: left;
  }

  .div-block-41 {
    text-align: right;
  }

  .column-14.almacen-img {
    background-size: cover;
  }

  .filtro-section {
    height: 100%;
  }

  .cajones-img.fftr2021ts {
    background-size: auto 475px;
  }

  .heading-53 {
    align-self: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .gallery-grid-container-2 {
    align-self: stretch;
  }

  .img-puertas-reversibles {
    background-image: url('../images/FFTR2021TS-OEH_702.png');
    background-position: 50% -30%;
    background-size: 340px;
  }

  .column-24 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-9 {
    width: 70%;
  }

  .column-29 {
    height: 100%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text-20 {
    font-size: 16px;
  }

  .bold-text-22 {
    text-align: left;
    font-size: 16px;
  }

  .bold-text-23 {
    font-size: 16px;
  }

  .div-block-54 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .centered-container {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-to-action {
    padding: 40px 0 0;
  }

  .feature-section {
    height: 460px;
    background-position: 0 0, 100% 40%;
    background-size: auto, auto 620px;
    align-items: flex-end;
    padding: 40px 20px 62px 49px;
  }

  .feature-section.professional-banner.prof-2 {
    background-position: 0 0, 50%;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
    background-image: linear-gradient(356deg, #000 20%, rgba(255, 255, 255, 0) 69%), url('../images/FWAD19B4MSGSW_ambientado.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-right: 45px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .gallery {
    margin-left: 21px;
    margin-right: 21px;
    padding: 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1.25fr;
  }

  .gallery-thumbnail {
    width: 110%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-section.classe-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    display: flex;
  }

  .cards-grid-container.professional-cards-banner {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cards-image-mask {
    width: 50%;
    padding-top: 40%;
  }

  .cards-image-mask.cards-banner {
    width: 100%;
    height: 100%;
  }

  .cards-image {
    width: 70%;
  }

  .cards-image.banner-padding-image {
    width: 100%;
    height: 100%;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block.cards-professional-b {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-2 {
    padding-right: 0;
  }

  .div-block-2.div-banner-width {
    width: 90%;
    padding-left: 20px;
    display: block;
  }

  .div-block-3, .div-block-4 {
    display: block;
  }

  .cards-grid-container-2 {
    max-width: none;
    flex-wrap: nowrap;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-self: stretch;
    padding-top: 60px;
    display: flex;
  }

  .div-block-5 {
    text-align: center;
    align-items: center;
    padding: 40px 10px 62px;
  }

  .div-block-5._07 {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5.banner-img-text-2-div {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 20px;
    display: block;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    padding: 50px 20px;
  }

  .div-block-5.banner-img-text-2-div.banner-div-sec-1.div-text-cont-1 {
    text-align: center;
  }

  .div-block-5.banner-img-text-2-div.crisp-text {
    align-items: center;
  }

  .div-block-5.div-adjustable {
    height: 100%;
    align-items: center;
    padding: 50px 20px;
  }

  .div-block-5.div-5-1 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5.filtro-text {
    padding-left: 65px;
    padding-right: 65px;
  }

  .div-block-5.puertas-store, .div-block-5.puertas-text, .div-block-5.space-estande-padding {
    align-items: center;
    padding: 50px 20px;
  }

  .column {
    height: 300px;
    order: 1;
  }

  .column.org {
    height: 400px;
    background-position: 50% 100%;
    background-size: 450px;
    display: block;
  }

  .column.org.produto-03.dobra-03-pro02 {
    height: 300px;
    order: -1;
  }

  .column.org.produto-03.dobra-03-pro02.img-cajon {
    height: 380px;
    background-image: url('../images/FFTR2021TS-F7_702.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    order: -1;
  }

  .column.org.img-tab {
    background-position: 58% 100%;
  }

  .column.colun-open {
    height: 460px;
  }

  .column.colun-open.filtro-hielo-colum {
    height: 330px;
  }

  .column.colun-open.stante-colum {
    height: 100%;
    align-self: center;
  }

  .column.colun-sistem {
    height: auto;
  }

  .column.smudge-proof-img {
    order: 1;
  }

  .columns {
    height: 100%;
    flex-direction: row-reverse;
    display: flex;
  }

  .columns.swap.interior-colun {
    height: 100%;
  }

  .columns.bg-white-sec2 {
    height: auto;
    flex-flow: wrap-reverse;
  }

  .columns.colum-bg-primary.banner-img-text-2 {
    height: 100%;
    flex-flow: column-reverse wrap;
  }

  .columns.colum-bg-primary.banner-img-text-2.recu-coluns {
    height: 100%;
  }

  .columns.sec-5-cols-desk {
    flex-direction: row-reverse;
  }

  .feature-section-2 {
    padding: 60px 20px 20px;
  }

  .flex-container-2 {
    flex-direction: column-reverse;
  }

  .grid {
    grid-column-gap: 31px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". Area"
                         ". Area"
                         ". Area"
                         ". Area";
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid.fgss2635tf {
    grid-template-columns: .75fr .75fr;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 100%;
  }

  .feature-section-3 {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .div-block-7 {
    padding: 10px;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .container-2 {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .container-2.head-02 {
    padding-left: 0;
  }

  .heading-5 {
    font-size: 40px;
  }

  .heading-5.title-banner {
    text-align: left;
    margin-top: 10px;
  }

  .image-4 {
    width: 280px;
    max-width: 100%;
  }

  .paragraph-7 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-7.text-pure {
    line-height: 22px;
  }

  .paragraph-7.text-open, .paragraph-7.text-open.filtro-text, .paragraph-7.text-open.text-stant {
    text-align: center;
  }

  .paragraph-7.text-sw {
    text-align: center;
    line-height: 22px;
  }

  .paragraph-7.text-sw.banner-card-text-2p {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text, .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text.banner-text-1, .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    text-align: center;
  }

  .paragraph-7.tex-07 {
    text-align: center;
    line-height: 22px;
  }

  .paragraph-7.store-more-text {
    text-align: center;
  }

  .bold-text._03 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .bold-text._03.ner-img-card-b, .bold-text._03.ner-img-card-b.col-banner-1-title, .bold-text._03.ner-img-card-b.sisten-text {
    text-align: center;
  }

  .heading-6 {
    padding-bottom: 20px;
  }

  .heading-6.banner-img-card-text-2-h {
    text-align: center;
    justify-content: center;
    padding-bottom: 0;
    line-height: 38px;
  }

  .heading-6.store-more-text {
    padding-bottom: 0;
  }

  .heading-7 {
    font-size: 32px;
  }

  .bold-text-2.interior-text {
    text-align: center;
    font-size: 30px;
  }

  .text-block.paragraph-7 {
    line-height: 22px;
  }

  .text-block.paragraph-7.interior-text {
    text-align: center;
  }

  .heading-8.text-07 {
    text-align: center;
    padding-left: 67px;
    padding-right: 67px;
  }

  .heading-8.filtro-align, .heading-8.text-puerta, .heading-8.text-stante, .bold-text-3._07, .bold-text-3._07.title-white {
    text-align: center;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-2 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .column-2.text-smudge {
    padding-left: 17px;
    padding-right: 10px;
  }

  .columns-2.colun-pure {
    width: 100%;
    height: 190px;
  }

  .columns-2.colun-pure.smudge-colums {
    height: 250px;
  }

  .columns-2.colun-pure.smudge-colums.tab-smudge {
    height: 170px;
  }

  .bold-text-4 {
    font-size: 36px;
  }

  .banner-text-img-2 {
    height: 100%;
  }

  .banner-text-img-2.bg-white, .banner-text-img-2.bg-white.div-cont-2.colum-sec-2.mobile-col-sec-2 {
    height: auto;
  }

  .banner-text-img-2.puerta-colum {
    height: 100%;
  }

  .column-3.colun-sistem02 {
    height: 500px;
  }

  .column-3.colun-sistem02.dobra-04 {
    height: 310px;
    order: -1;
  }

  .column-3.colun-sistem02.bg-white-prof {
    height: 400px;
  }

  .column-3.filtro-column.estante-bg {
    height: 80%;
    order: -1;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .column-3.filtro-hielo {
    order: -1;
    padding: 10px 20px;
  }

  .column-3.smodge-colum {
    height: 250px;
    order: -1;
  }

  .section-3 {
    height: 100%;
    display: block;
  }

  .background-video-2 {
    height: 330px;
  }

  .column-4 {
    height: 100%;
    order: -1;
    padding: 20px 10px;
  }

  .section-4.bg-primary {
    display: block;
  }

  .section-4.bg-primary.banner-img-text-3 {
    height: auto;
  }

  .section-4.bg-primary.banner-img-text-3.dobra-03 {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .section-4.bg-primary.banner-img-text-3.section-pureair {
    height: 100%;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    order: 1;
    padding: 10px 20px;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp {
    height: 300px;
    flex-direction: row;
    order: -1;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    order: -1;
    padding: 10px 20px;
  }

  .bold-text-6 {
    font-size: 22px;
    line-height: 25px;
  }

  .bold-text-7 {
    font-size: 22px;
  }

  .heading-13 {
    font-size: 13px;
  }

  .heading-14 {
    font-size: 14px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    width: 30%;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image-mask-2.div-img-table {
    width: 80%;
  }

  .hero-image-2 {
    width: 100%;
  }

  .div-block-17 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    padding-top: 40px;
    display: flex;
  }

  .div-block-20 {
    width: 100%;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 10px;
    display: block;
  }

  .heading-19 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-9 {
    font-size: 11px;
    line-height: 18px;
  }

  .heading-21 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-21 {
    width: 100%;
    flex: 0 auto;
    padding-right: 10px;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 10px;
  }

  .div-block-23 {
    height: 250px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video {
    height: 300px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video.bg-video-1-desktop {
    height: 450px;
  }

  .section-video.bg-video-tela3 {
    height: 400px;
  }

  .section-video.bg-video-tela3.bg-tela-4-video {
    height: 500px;
  }

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

  .paragraph-12 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-28, .heading-29 {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-30 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-31, .heading-32 {
    font-size: 14px;
    line-height: 16px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33, .text-block-4 {
    font-size: 10px;
  }

  .heading-34 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .heading-35 {
    font-size: 14px;
    line-height: 16px;
  }

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

  .heading-37 {
    margin-top: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-38 {
    line-height: 25px;
  }

  .container-6 {
    padding: 40px;
  }

  .column-10 {
    height: 400px;
  }

  .column-10.bg-section-6-prim.bg-sec-8-img {
    height: 500px;
  }

  .heading-39, .paragraph-13 {
    text-align: center;
  }

  .section-5, .section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim.mobile-sec-final, .section-6, .section-6.prof-section-6.prof-2-sec-4-h.sec-colum-prof-2-sec-4, .section-6.sec-9-white {
    height: auto;
  }

  .columns-5 {
    height: auto;
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
  }

  .column-12 {
    height: 300px;
  }

  .column-12.bg-white-prof-6.prof-2-sec-6-img {
    height: 400px;
    background-position: 50% 0;
  }

  .column-12.sec-9-bg-white {
    height: 450px;
    background-position: 50%;
  }

  .column-13 {
    height: auto;
    display: flex;
  }

  .column-13.prof-2-sec-6-text {
    border-bottom-width: 0;
  }

  .column-13.prof-1-sec-final-col.prof-1-sec-final-b-col {
    border-left-width: 0;
  }

  .container-8 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .bold-text-9 {
    text-align: center;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .bold-text-9.text-twin, .div-block-33 {
    text-align: center;
  }

  .sub-banner {
    font-size: 22px;
    font-weight: 300;
  }

  .image-6 {
    max-width: 100%;
    align-self: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-45 {
    padding-left: 10px;
  }

  .div-block-45.esp-produ-prof {
    width: 100%;
  }

  .heading-51, .paragraph-15 {
    text-align: center;
  }

  .pureair-img {
    height: 310px;
  }

  .column-14.almacen-img {
    height: 370px;
  }

  .filtro-section {
    height: 100%;
  }

  .cajones-img {
    height: 350px;
  }

  .cajones-img.fftr2021ts {
    height: 300px;
    background-size: auto 570px;
  }

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

  .list-item {
    height: auto;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .heading-52 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
  }

  .heading-53 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-puertas-reversibles {
    height: 330px;
    background-position: 50% -20%;
    background-size: 340px;
    padding-bottom: 0;
  }

  .img-gran-ancho {
    height: 300px;
  }

  .column-17 {
    height: 300px;
    order: -1;
  }

  .column-17.section-1 {
    height: 350px;
  }

  .column-18 {
    height: 300px;
    order: -1;
  }

  .column-18.sec-3-col-img {
    height: 350px;
  }

  .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-24 {
    font-size: 15px;
  }

  .div-block-53 {
    width: 255px;
  }

  .columns-8 {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .column-30 {
    height: 350px;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .column-31 {
    text-align: center;
    padding: 82px 48px;
  }

  .text-block-10 {
    align-self: center;
  }

  .columns-9 {
    height: 100%;
  }

  .column-32 {
    height: 380px;
  }

  .column-33 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

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

  .div-block-55 {
    width: 90%;
  }

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

  .columns-10 {
    flex-direction: column;
    display: flex;
  }

  .column-34 {
    display: flex;
  }

  .section-10 {
    height: 100%;
  }

  .section-11 {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .section-14 {
    height: 100%;
  }

  .column-40, .column-41 {
    height: 400px;
  }

  .image-12 {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
    flex: 1;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container.prof-call-con {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container.galeria-cont-prof {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .call-to-action {
    padding-top: 0;
  }

  .call-to-action.professional-call {
    height: auto;
    padding-top: 40px;
  }

  .call-to-action.feature-prof {
    height: auto;
  }

  .feature-section {
    background-image: linear-gradient(62deg, rgba(0, 0, 0, .83), rgba(255, 255, 255, 0)), url('../images/18_FG_LillianMaple_OA1_848.jpg');
    background-position: 0 0, 95% 30%;
    background-repeat: repeat, repeat-x;
    background-size: auto, auto 530px;
    padding: 24px 20px;
  }

  .feature-section.professional-banner {
    height: auto;
    background-position: 0 0, 75%;
  }

  .feature-section.topo-p-02 {
    background-image: linear-gradient(27deg, #000, rgba(255, 255, 255, 0)), url('../images/18_FG_LillianMaple_OA1_848.jpg');
    background-position: 0 0, 95%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 940px;
  }

  .feature-section.topo-p-02.grad-02 {
    background-image: linear-gradient(333deg, #000, rgba(255, 255, 255, 0)), url('../images/19_FG_White_Transitional_V1_01_914.jpg');
    background-position: 0 0, 6% 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 890px;
  }

  .feature-section.topo-p-02.grad-02.fgss2635tf-topo {
    background-position: 0 0, 15% 84%;
    background-size: auto, 800px;
  }

  .feature-section.topo-p-02.grad-02.fgss2635tf-topo.mobile {
    background-image: linear-gradient(345deg, #000 18%, rgba(255, 255, 255, 0) 51%), url('../images/bg-topo.jpg');
    background-position: 0 0, 15% 84%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 800px;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo {
    background-position: 0 0, 34% 92%;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
    height: 60vh;
    background-image: linear-gradient(2deg, #000 27%, rgba(255, 255, 255, 0) 74%), url('../images/FWAD19B4MSGSW_ambientado.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto 470px;
    padding-right: 20px;
  }

  .feature-image {
    max-width: 100%;
    min-width: 38%;
  }

  .gallery {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 35px;
  }

  .gallery.galeria-prof {
    padding-top: 20px;
    padding-left: 20px;
  }

  .gallery-grid-container {
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-lightbox {
    width: auto;
  }

  .gallery-thumbnail {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .cards-section.classe-div {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .cards-grid-container.professional-cards-banner {
    width: auto;
    justify-content: center;
    align-items: flex-start;
  }

  .cards-grid-container.professional-cards-banner.ptof-2-cards-banner {
    align-items: flex-start;
  }

  .cards-image-mask {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 30%;
    display: block;
  }

  .cards-image-mask.cards-banner {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    padding: 100% 0% 0;
    display: flex;
  }

  .cards-image {
    width: 30%;
    display: inline-block;
    top: 0%;
    bottom: auto;
    left: 33%;
    right: 0%;
  }

  .cards-image.banner-padding-image {
    width: 100%;
    height: 100%;
    flex: 1;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .div-block {
    width: 100%;
  }

  .div-block.cards-professional-b {
    width: auto;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .div-block-2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-2.div-banner-width {
    width: 100%;
    text-align: center;
  }

  .div-block-3, .div-block-4 {
    width: auto;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 0;
    display: block;
  }

  .div-block-5 {
    text-align: center;
    flex: 1;
    align-self: center;
    align-items: center;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5._07 {
    width: 100%;
  }

  .div-block-5._07.div-white-prof.bg-white-height {
    text-align: center;
    align-items: center;
  }

  .div-block-5.banner-img-text-2-div {
    width: 100%;
    padding: 20px 10px;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    padding: 20px 10px;
  }

  .div-block-5.banner-img-text-2-div.text-cajones {
    padding-left: 47px;
    padding-right: 47px;
  }

  .div-block-5.banner-img-text-2-div.text-cajones.cajones-text-mobile {
    padding-left: 23px;
    padding-right: 23px;
  }

  .div-block-5.banner-img-text-2-div.banner-div-sec-1.div-text-cont-1 {
    text-align: center;
    justify-content: center;
  }

  .div-block-5.banner-img-text-2-div.crisp-text {
    order: 0;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-5.div-adjustable {
    order: -1;
    padding: 20px 10px;
  }

  .div-block-5.div-5-1 {
    padding: 28px 10px;
  }

  .div-block-5.puerta-text-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-5.cajon-div, .div-block-5.filtro-text {
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-5.las-puertas-text {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-5.puertas-store {
    padding: 20px 10px;
  }

  .div-block-5.puertas-text {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5.space-estande-padding {
    padding: 20px 10px;
  }

  .column {
    order: 1;
  }

  .column.org {
    height: 290px;
    -webkit-text-fill-color: inherit;
    background-size: 290px;
    background-clip: border-box;
  }

  .column.org.produto-03, .column.org.produto-03.dobra-03-pro02, .column.org.produto-03.dobra-03-pro02.img-cajon, .column.org.produto-03.store-mote-img.colum-pureair {
    order: 1;
  }

  .column.org.img-tab {
    background-size: 280px;
  }

  .column.colun-open {
    height: 380px;
    order: 1;
  }

  .column.colun-open.filtro-hielo-colum {
    height: 280px;
    order: 1;
    display: block;
  }

  .column.colun-open.stante-colum {
    height: 80%;
  }

  .column.colun-sistem {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .column.smudge-proof-img {
    height: 270px;
    background-position: 0%;
    order: 1;
  }

  .columns {
    height: 99%;
    flex-direction: column-reverse;
    display: flex;
  }

  .columns.swap, .columns.swap.interior-colun, .columns.swap.interior-colun.sec-6-cols.sec-6-mobile {
    flex-direction: column-reverse;
  }

  .columns.bg-white-sec2 {
    flex-wrap: wrap-reverse;
  }

  .columns.colum-bg-white {
    flex-direction: row-reverse;
  }

  .columns.colum-bg-white.prof-bg-white {
    flex-direction: column;
  }

  .columns.colum-bg-primary {
    flex-direction: column-reverse;
  }

  .columns.colum-bg-primary.banner-img-text-2 {
    height: auto;
    flex-flow: column wrap-reverse;
  }

  .columns.colum-bg-primary.banner-img-text-2.colum-sec-1 {
    flex-direction: row-reverse;
    display: flex;
  }

  .columns.colum-bg-primary.banner-img-text-2.recu-coluns {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .columns.sec-5-cols-desk {
    flex-flow: column-reverse wrap;
  }

  .feature-section-2 {
    height: 100%;
    padding-top: 34px;
  }

  .grid {
    grid-template: ". Area Area"
                   ". Area Area"
                   ". Area Area"
                   ". Area Area"
                   ". Area Area"
                   ". Area Area"
                   ". Area Area"
                   ". Area Area"
                   / .75fr .25fr .75fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid.fgss2635tf {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .image-3 {
    width: 100%;
    display: block;
  }

  .heading {
    text-align: center;
    flex-flow: row;
    margin-top: 10px;
    font-size: 18px;
    display: flex;
  }

  .feature-section-3 {
    padding-bottom: 0;
  }

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

  .paragraph-5 {
    text-align: center;
    font-size: 13px;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-6.paragrafo-banner {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    line-height: 45px;
  }

  .heading-5.title-banner {
    text-align: center;
    margin-top: 0;
    line-height: 50px;
  }

  .image-4 {
    width: 200px;
  }

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

  .paragraph-7.text-pure {
    text-align: center;
  }

  .paragraph-7.text-open.filtro-text, .paragraph-7.text-sw {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-7.text-sw.banner-card-text-2p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text.banner-text-1 {
    text-align: center;
    justify-content: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    line-height: 25px;
  }

  .paragraph-7.store-more-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text._03 {
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
  }

  .bold-text._03.ner-img-card-b {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text._03.ner-img-card-b.col-banner-1-title {
    text-align: center;
    font-size: 20px;
  }

  .bold-text._03.ner-img-card-b.sisten-text {
    font-size: 23px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-6.banner-img-card-text-2-h {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-6.store-more-text {
    padding-bottom: 0;
  }

  .heading-7 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text-2.interior-text {
    font-size: 25px;
    line-height: 33px;
  }

  .text-block.paragraph-7 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-block.paragraph-7.interior-text {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-8.text-07 {
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-8.filtro-align {
    text-align: center;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 33px;
  }

  .bold-text-3._07 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-3.filtro-text {
    text-align: center;
    font-size: 25px;
    line-height: 33px;
  }

  .div-block-8 {
    padding-bottom: 0;
  }

  .column-2.text-smudge.smudge-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2.colun-pure {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding-top: 14px;
  }

  .columns-2.colun-pure.smudge-colums {
    height: 330px;
    padding-top: 0;
  }

  .columns-2.colun-pure.smudge-colums.tab-smudge {
    height: 410px;
  }

  .columns-2.colun-pure.filtro-coluns {
    height: 100%;
  }

  .bold-text-4 {
    font-size: 26px;
  }

  .banner-text-img-2 {
    height: auto;
  }

  .banner-text-img-2.bg-white {
    padding-bottom: 0;
    display: block;
  }

  .column-3 {
    order: -1;
  }

  .column-3.colun-sistem02 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .column-3.colun-sistem02.dobra-04 {
    order: 1;
  }

  .column-3.colun-sistem02.bg-white-prof {
    height: 300px;
  }

  .column-3.colun-sistem02.bg-white-prof.sec-2-prof-2, .column-3.colun-sistem02.bg-white-prof.sec-2-prof-2.img-prof-2-col-2 {
    background-position: 50%;
  }

  .column-3.filtro-column.estante-bg {
    order: -1;
  }

  .column-3.filtro-hielo {
    order: 1;
    padding: 40px 10px;
  }

  .column-3.smodge-colum {
    order: -1;
  }

  .background-video {
    height: 180px;
  }

  .section-3 {
    height: 100%;
  }

  .background-video-2 {
    height: 185px;
  }

  .column-4 {
    order: -1;
    padding: 40px 10px;
  }

  .section-4.bg-primary.banner-img-text-3.dobra-03 {
    height: 100%;
    display: block;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    order: -1;
    padding: 40px 10px;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp {
    height: auto;
    order: -1;
    padding: 40px 10px;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp.desktop {
    height: 300px;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    flex-direction: row;
    order: -1;
    padding: 40px 10px;
  }

  .column-6 {
    height: 320px;
    margin-top: 23px;
  }

  .column-6.cesta-img {
    height: 185px;
  }

  .column-6.cesta-img.img-smudge {
    height: 320px;
    margin-top: 0;
  }

  .column-6.cesta-img.img-smudge.smudge-div {
    border-top: 1px solid #000;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-9 {
    width: 200px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .heading-12 {
    font-size: 12px;
  }

  .heading-12.card-prof-2-title-3 {
    text-align: center;
    font-size: 13px;
  }

  .heading-13 {
    font-size: 13px;
  }

  .heading-13.card-prof-2-title-2 {
    text-align: center;
    font-size: 11px;
  }

  .heading-14 {
    font-size: 14px;
  }

  .heading-14.card-prof-2-title-1 {
    text-align: center;
    font-size: 14.5px;
  }

  .heading-15 {
    color: #f7f7f7;
  }

  .heading-16 {
    text-align: center;
    font-size: 31px;
  }

  .flex-container-4 {
    flex-direction: column-reverse;
  }

  .hero-image-mask {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-image {
    width: 60%;
  }

  .heading-17 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-11 {
    align-items: center;
  }

  .div-block-12 {
    text-align: center;
    justify-content: center;
  }

  .hero-image-mask-2.div-img-table {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-14.table-prof-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    width: auto;
  }

  .div-block-17 {
    padding-top: 40px;
  }

  .div-block-17.table-w-prof {
    width: 100%;
  }

  .div-block-18 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-18.div-prof {
    width: 100%;
  }

  .div-block-19 {
    width: 35%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-20 {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-right-width: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .heading-19, .heading-20, .paragraph-9, .heading-21, .paragraph-10, .paragraph-11 {
    text-align: center;
  }

  .div-block-21 {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-right-width: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

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

  .div-block-23 {
    height: 220px;
  }

  .column-7 {
    margin-bottom: -80px;
  }

  .section-video, .section-video.video-prof-2.prof-2-video-bg {
    height: 300px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video, .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video.bg-video-1-desktop {
    height: 250px;
  }

  .section-video.bg-video-tela3, .section-video.bg-video-tela3.bg-tela-4-video {
    height: 300px;
  }

  .heading-23 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-25 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-26 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-24 {
    width: 35%;
  }

  .info-right {
    justify-content: center;
  }

  .info-right.right-mobile {
    display: none;
  }

  .info-left {
    justify-content: center;
  }

  .heading-27 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-28 {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
  }

  .heading-28.direita {
    text-align: center;
  }

  .heading-29 {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-30 {
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    display: flex;
  }

  .heading-31 {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
  }

  .heading-32 {
    text-align: center;
    font-size: 13px;
    line-height: 12px;
  }

  .column-8 {
    flex-flow: column;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .columns-3 {
    flex-flow: column wrap;
    align-self: center;
    padding-top: 0;
  }

  .heading-35 {
    text-align: center;
    font-size: 13px;
    line-height: 12px;
  }

  .heading-35.right {
    text-align: center;
  }

  .heading-36 {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 24px;
  }

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

  .column-9 {
    order: -1;
    align-self: center;
    margin-top: 39px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .info-img-centro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-25 {
    justify-content: center;
    display: flex;
  }

  .div-block-25.div-b-comp {
    justify-content: center;
  }

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

  .div-block-27 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .container-6 {
    padding: 0 20px;
  }

  .column-10 {
    height: 300px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .column-10.img-3-product-2 {
    background-position: 50%;
  }

  .column-11 {
    height: auto;
  }

  .heading-39 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
  }

  .heading-39.sec-8-tilte {
    padding-bottom: 0;
  }

  .paragraph-13 {
    font-size: 15px;
    line-height: 25px;
  }

  .section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim {
    height: auto;
  }

  .section-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-6.prof-section-6.prof-2-sec-4-h.sec-colum-prof-2-sec-4, .section-6.sec-9-white {
    height: auto;
  }

  .columns-5 {
    height: auto;
    flex-flow: column-reverse wrap;
    flex: 0 auto;
    align-content: center;
    align-self: auto;
    display: flex;
  }

  .column-12 {
    height: 300px;
    flex-flow: row;
    display: block;
  }

  .column-12.sec-9-bg-white {
    height: 250px;
    background-size: cover;
  }

  .column-12.prof2-sec-4-img {
    background-position: 100%;
  }

  .column-13 {
    height: auto;
    display: flex;
  }

  .column-13.prof-2-sec-6-text {
    border-width: 0;
  }

  .column-13.prof-1-sec-final-col.prof-1-sec-final-b-col {
    border-bottom-width: 0;
  }

  .container-8 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-40 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-40.title-sec-7-white {
    line-height: 30px;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-31 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-32.div-galeria--title {
    width: 100%;
  }

  .bold-text-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .sub-banner {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-41 {
    font-size: 12px;
  }

  .image-6 {
    order: 1;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-carac-prof.div-2-carac {
    width: 100%;
    padding-top: 20px;
  }

  .heading-42 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-36 {
    justify-content: center;
  }

  .div-block-37 {
    text-align: center;
    justify-content: center;
  }

  .div-block-38, .div-block-39 {
    justify-content: center;
  }

  .div-block-40, .div-block-41 {
    text-align: center;
    justify-content: center;
  }

  .heading-43 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-44 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-45 {
    font-size: 22px;
  }

  .heading-46 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-42 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-43 {
    justify-content: center;
    display: flex;
  }

  .div-block-44 {
    text-align: center;
  }

  .heading-47 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-45.esp-produ-prof {
    width: 100%;
  }

  .div-block-46 {
    width: 25%;
    border: 1px solid #ee405a;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-47 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-50 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

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

  .container-9 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

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

  .paragraph-15 {
    text-align: center;
    font-size: 15px;
  }

  .sec-9-title-white {
    line-height: 30px;
  }

  .bold-text-10 {
    line-height: 25px;
  }

  .bold-text-11 {
    text-align: center;
    font-size: 20px;
  }

  .pureair-img {
    height: 290px;
    order: 1;
  }

  .column-14.almacen-img {
    height: 200px;
    background-size: cover;
    order: -1;
  }

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

  .filtro-section {
    height: 100%;
  }

  .cajones-img {
    height: 220px;
  }

  .cajones-img.fftr2021ts {
    height: 200px;
    background-size: auto 450px;
    order: 1;
  }

  .image-7 {
    margin-left: 5px;
    padding-left: 0;
  }

  .container-10, .container-11 {
    padding-left: 0;
  }

  .container-12 {
    text-align: center;
    align-items: center;
    display: block;
  }

  .centered-container-2 {
    text-align: left;
    padding-top: 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-50 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-50.div--g {
    width: 29%;
  }

  .div-block-51 {
    width: 30%;
    text-align: center;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-51.div1-g {
    width: 100%;
    display: flex;
  }

  .heading-54 {
    text-align: center;
    font-size: 25px;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 16px;
  }

  .bold-text-14, .bold-text-15, .bold-text-16 {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-17, .bold-text-18 {
    font-size: 16px;
  }

  .img-puertas-reversibles {
    background-position: 50% -100%;
    background-size: 270px;
    order: 1;
  }

  .img-gran-ancho.sec-5-col-img {
    height: 450px;
  }

  .column-17 {
    height: 190px;
  }

  .column-17.section-1 {
    height: 240px;
    background-image: url('../images/L20AY-_Lay_Diluicao_Bilingual_Frigidaire_1000x1000.png');
    background-position: 50%;
    background-size: auto 510px;
  }

  .column-18 {
    height: 350px;
    order: 1;
  }

  .column-18.sec-3-col-img {
    height: 300px;
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

  .bold-text-19 {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .bold-text-20 {
    text-align: center;
    font-size: 15px;
  }

  .bold-text-21 {
    font-size: 13px;
  }

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

  .bold-text-24 {
    font-size: 14px;
  }

  .column-30 {
    height: 220px;
  }

  .column-31 {
    padding: 58px 0;
  }

  .div-block-54 {
    width: 95%;
    align-self: center;
    align-items: center;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 22px;
  }

  .column-32 {
    height: 248px;
    background-size: auto 340px;
  }

  .column-33 {
    height: 300px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-55 {
    width: 90%;
  }

  .bold-text-25 {
    font-size: 25px;
    line-height: 33px;
  }

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

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

  .bold-text-26, .heading-57 {
    font-size: 25px;
    line-height: 33px;
  }

  .section-12 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

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

  .bold-text-27 {
    text-align: center;
    justify-content: center;
    font-size: 23px;
    display: flex;
  }

  .column-36 {
    text-align: center;
    justify-content: center;
  }

  .columns-11 {
    flex-direction: column;
  }

  .container-17 {
    flex-direction: row;
  }

  .column-37 {
    flex-direction: column;
  }

  .div-block-57 {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .heading-58 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-11 {
    text-align: center;
    padding-left: 15px;
  }

  .section-13, .columns-12 {
    height: 100%;
  }

  .column-38, .column-39 {
    height: 300px;
  }

  .section-14 {
    height: 100%;
  }

  .column-40, .column-41 {
    height: 300px;
  }

  .image-12 {
    width: 60%;
  }

  .text-block-15 {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-58 {
    width: 60px;
    height: 60px;
  }

  .image-13 {
    width: 40px;
    height: 40px;
  }

  .div-block-59 {
    width: 90%;
  }
}

#w-node-_95998cd3-bb00-f3e6-d255-efa54e5563a5-7da97e8c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_44e77d5b-e90e-1c77-d634-8af0ba62bb78-7da97e8c {
  justify-self: end;
}

#w-node-_2d5ac701-38f1-9923-cd99-ff4aee437751-7da97e8c {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1dead-7da97e8c, #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1deaf-7da97e8c, #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1deb4-7da97e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1deb6-7da97e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_95998cd3-bb00-f3e6-d255-efa54e5563a5-7da97e8c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287d0-e5b287be, #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287d2-e5b287be, #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287d7-e5b287be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287d9-e5b287be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1dea3-7da97e8c, #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1deaa-7da97e8c, #w-node-_7a99f5c2-270a-4ef2-199e-533edfc1deb1-7da97e8c {
    grid-column: span 1 / span 1;
  }

  #w-node-_95998cd3-bb00-f3e6-d255-efa54e5563a5-7da97e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287c6-e5b287be, #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287cd-e5b287be, #w-node-_4dc9d365-82dd-a48f-6e15-15dfe5b287d4-e5b287be {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Custom fresh';
  src: url('../fonts/Custom-Fresh.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}