@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand-v36-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-v36-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand-v36-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand-v36-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand-v36-latin-700.woff2") format("woff2");
}
.home__banners {
  position: relative;
}
.home__banners .swiper {
  z-index: 1;
}
.home__banners .swiper-slide {
  display: flex;
  align-items: flex-end;
  height: calc(100vh - 160px);
}
@media (max-width: 1500px) and (max-height: 900px) {
  .home__banners .swiper-slide {
    height: calc(100vh + 80px);
  }
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide {
    height: calc(100vh - 160px);
  }
}
.home__banners .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home__banners .swiper-slide article {
  width: 100%;
  position: relative;
  z-index: 5;
  background: rgba(35, 39, 43, 0.7);
  padding: 32px 0 315px 0;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article {
    padding: 56px 0 96px 0;
  }
}
.home__banners .swiper-slide article .container {
  position: relative;
}
.home__banners .swiper-slide article .container figure {
  position: absolute;
  top: -32px;
  transform: translateY(-50%);
  right: 64px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container figure {
    top: -56px;
    right: 24px;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
  }
}
.home__banners .swiper-slide article .container figure img {
  height: 80px;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container figure img {
    height: 48px;
  }
}
.home__banners .swiper-slide article .container figure img:first-of-type {
  height: 128px;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container figure img:first-of-type {
    height: 88px;
  }
}
.home__banners .swiper-slide article .container header {
  display: flex;
  gap: 8px;
  margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container header {
    margin: 0 0 12px 0;
  }
}
.home__banners .swiper-slide article .container header span {
  padding: 0;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container header span {
    padding: 0 24px;
    max-width: initial;
    width: auto;
    font-size: 12px;
    height: 32px;
  }
}
.home__banners .swiper-slide article .container section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}
.home__banners .swiper-slide article .container section h1 {
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 1024px) {
  .home__banners .swiper-slide article .container section h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.home__banners .swiper-slide article .container section h1, .home__banners .swiper-slide article .container section h1 * {
  font-size: 72px;
  color: #FAFCFC;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container section h1, .home__banners .swiper-slide article .container section h1 * {
    font-size: 32px;
  }
}
.home__banners .swiper-slide article .container section ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home__banners .swiper-slide article .container section ul {
    display: none;
  }
}
.home__banners .swiper-slide article .container section ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home__banners .swiper-slide article .container section ul li img {
  height: 40px;
}
.home__banners .swiper-slide article .container section ul li p {
  white-space: nowrap;
  font: 500 24px/110% "Quicksand", sans-serif;
  color: #FAFCFC;
}
.home__banners .swiper-pagination {
  margin: 0 !important;
  position: absolute !important;
  left: 50% !important;
  bottom: unset !important;
  right: unset !important;
  top: -40px !important;
  transform: translate(-50%, -100%) !important;
}
@media (max-width: 1024px) {
  .home__banners .swiper-pagination {
    top: -24px !important;
  }
}
.home__banners .swiper-pagination-bullet {
  background: #FAFCFC !important;
}
.home__banners__filters {
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .home__banners__filters {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home__banners__filters {
    background: #FAFCFC;
    margin: -40px 0 0 0;
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 1024px) {
  .home__banners__filters .container {
    padding: 0;
  }
}
.home__banners__filters .container section {
  position: relative;
  padding: 32px;
  background: #FAFCFC;
  border-radius: 56px 56px 0 0;
}
@media (max-width: 1024px) {
  .home__banners__filters .container section {
    padding: 24px 0;
  }
}
.home__banners__filters .container section h3 {
  text-align: center;
}
@media (max-width: 1024px) {
  .home__banners__filters .container section h3 {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .home__banners__filters .container section h3 strong {
    font-size: 32px;
  }
}
.home__banners__filters .container section p {
  text-align: center;
  margin: 8px auto 24px auto;
  font-weight: 700;
  width: 80%;
}
@media (max-width: 1024px) {
  .home__banners__filters .container section p {
    margin: 8px auto 16px auto;
    padding: 0 24px;
  }
}
.home__banners__filters .container section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .home__banners__filters .container section ul {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .home__banners__filters .container section ul {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: initial;
    overflow-x: auto;
    padding: 0 24px;
  }
}
.home__banners__filters .container section ul li button {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .home__banners__filters .container section ul li button {
    height: 40px;
    font-size: 14px;
    padding: 0 32px;
  }
}
.home__banners__filters .container section ul li button.active {
  background: #FA5000;
  color: #FAFCFC;
}
.home__banners__filters .container section img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(25%);
}
@media (max-width: 1024px) {
  .home__banners__filters .container section img {
    display: none;
  }
}
.home__cards {
  overflow: hidden;
}
.home__cards .container section {
  padding: 48px 0 0 0;
}
@media (max-width: 1024px) {
  .home__cards .container section {
    padding: 40px 0 0 0;
  }
}
.home__cards .container section h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .home__cards .container section h2 {
    margin: 0 0 32px 0;
  }
}
.home__cards .container section .swiper {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: initial;
}
.home__cards .container section .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  background: #FAFCFC;
  opacity: 0.8;
  width: 1000%;
  height: 100%;
  z-index: 5;
  left: -16px;
  transform: translateX(-100%);
}
@media (max-width: 1024px) {
  .home__cards .container section .swiper::before {
    left: -12px;
  }
}
.home__cards .container section .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  background: #FAFCFC;
  opacity: 0.8;
  width: 1000%;
  height: 100%;
  z-index: 5;
  right: -16px;
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .home__cards .container section .swiper::after {
    right: -12px;
  }
}
@media (min-width: 1024px) {
  .home__cards .container section .swiper-wrapper.center {
    justify-content: center;
  }
}
.home__cards .container section .swiper-slide {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  transition: 0.4s;
}
@media (max-width: 1500px) and (max-height: 900px) {
  .home__cards .container section .swiper-slide {
    height: calc(100vh - 160px);
  }
}
.home__cards .container section .swiper-slide.hidden {
  display: none;
}
.home__cards .container section .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home__cards .container section .swiper-slide > div {
  display: flex;
  align-items: flex-start;
  padding: 64px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 43, 0.6);
}
.home__cards .container section .swiper-slide > div h5 {
  padding: 12px 0;
  width: 100%;
  background: #FA5000;
  text-align: center;
  text-transform: uppercase;
}
.home__cards .container section .swiper-slide > div h5 strong {
  color: #FAFCFC;
}
.home__cards .container section .swiper-slide article {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 32px 24px;
  background: rgba(35, 39, 43, 0.6);
  border-radius: 20px 20px 0 0;
}
.home__cards .container section .swiper-slide article * {
  color: #FAFCFC;
}
.home__cards .container section .swiper-slide article .tag {
  height: 32px;
  font-size: 16px;
  padding: 0 24px;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.home__cards .container section .swiper-slide article h4::after {
  content: "";
  display: block;
  width: 168px;
  height: 2px;
  background: #FFC107;
  margin: 16px 0;
}
.home__cards .container section .swiper-slide article p {
  line-height: 110%;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .home__cards .container section .swiper-pagination {
    display: none !important;
  }
}
.home__testimonials {
  padding: 96px 0 160px 0;
  margin: 64px 0 0 0;
  background: #E2E6EA;
}
@media (max-width: 1024px) {
  .home__testimonials {
    padding: 64px 0 120px 0;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .home__testimonials .container {
    padding: 0;
  }
}
.home__testimonials .container h2 {
  text-align: center;
  margin: 0 0 64px 0;
}
@media (max-width: 1024px) {
  .home__testimonials .container h2 {
    margin: 0 0 24px 0;
    padding: 0 40px;
  }
}
.home__testimonials .container ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .home__testimonials .container ul {
    gap: 12px;
    justify-content: flex-start;
    padding: 0 24px;
  }
}
.home__testimonials .container ul::-webkit-scrollbar {
  display: none;
}
.home__testimonials .container ul li {
  max-width: 360px;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1500px) and (max-height: 900px) {
  .home__testimonials .container ul li {
    height: calc(100vh - 160px);
  }
}
@media (max-width: 1024px) {
  .home__testimonials .container ul li {
    min-width: 230px;
    max-width: 230px;
    height: 400px;
  }
}
.home__testimonials .container ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__about {
  margin: -80px 0 0 0;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .home__about {
    flex-direction: column-reverse;
    gap: 24px;
    margin: -80px 0 0 0;
    padding: 0 24px;
  }
}
.home__about aside {
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 128px 0 0 64px;
}
@media (max-width: 1024px) {
  .home__about aside {
    max-width: 100%;
    padding: 0;
  }
}
.home__about aside div {
  max-width: 565px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home__about aside div {
    max-width: 100%;
  }
}
.home__about aside div h2 {
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .home__about aside div h2 {
    margin: 0 0 16px 0;
  }
}
.home__about article {
  width: 50%;
  margin: 0 0 0 auto;
  border-radius: 32px 0 0 32px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home__about article {
    border-radius: 32px;
    width: 100%;
    height: 170px;
  }
}
.home__faq {
  padding: 120px 0 0 0;
}
@media (max-width: 1024px) {
  .home__faq {
    padding: 40px 0 0 0;
  }
}
.home__faq .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home__faq .container h2 {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #343A40;
}
@media (max-width: 1024px) {
  .home__faq .container h2 {
    margin-bottom: 12px;
  }
}
.home__faq .container dl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #7A7E83;
}
.home__faq .container dl dt {
  cursor: pointer;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .home__faq .container dl dt {
    gap: 8px;
  }
}
.home__faq .container dl dt img:first-of-type {
  min-width: 32px;
  max-width: 32px;
}
.home__faq .container dl dt img:last-of-type {
  min-width: 24px;
  max-width: 24px;
}
.home__faq .container dl dt.open img:last-of-type {
  transform: scaleY(-1);
}
.home__faq .container dl dt h6 {
  flex: 2;
}
.home__faq .container dl dt h6 strong {
  color: #23272B;
}
@media (max-width: 1024px) {
  .home__faq .container dl dt h6 strong {
    font-size: 16px;
  }
}
.home__faq .container dl dd {
  display: none;
  padding: 0 0 16px 48px;
}
@media (max-width: 1024px) {
  .home__faq .container dl dd {
    padding: 0 0 12px 0;
  }
}
.home__faq .container dl dd.open {
  display: block;
}
.home__faq .container div {
  width: 100%;
  display: none;
}
.home__faq .container div.open {
  display: block;
}
.home__faq .container button {
  margin: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .home__faq .container button {
    margin: 24px 0 0 0;
  }
}

.product__banner {
  position: relative;
  height: calc(100vh - 160px);
}
@media (max-width: 1024px) {
  .product__banner {
    height: calc(100vh - 144px);
  }
}
.product__banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.product__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 43, 0.5);
  z-index: 5;
}
.product__banner .container {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .product__banner .container {
    padding: 0;
  }
}
.product__banner .container section {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .product__banner .container section {
    padding: 0 24px;
  }
}
.product__banner .container section h1 {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .product__banner .container section h1 {
    margin: 0 0 16px 0;
  }
  .product__banner .container section h1 span {
    display: block;
  }
}
.product__banner .container section h1, .product__banner .container section h1 * {
  color: #FAFCFC;
}
.product__banner .container section div {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
@media (max-width: 1024px) {
  .product__banner .container section div {
    align-items: center;
    gap: 12px;
    flex-direction: column;
  }
}
.product__banner .container section div span {
  padding: 0;
  max-width: 265px;
  width: 100%;
}
@media (max-width: 1024px) {
  .product__banner .container section div span {
    max-width: 220px;
  }
}
.product__banner .container footer {
  border-radius: 60px 60px 0 0;
  background: #FFC107;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 48px;
}
@media (max-width: 1024px) {
  .product__banner .container footer {
    padding: 20px 24px;
    border-radius: 40px 40px 0 0;
  }
}
.product__banner .container footer p {
  flex: 2;
  font: 400 20px/1 "Quicksand", sans-serif;
}
@media (max-width: 1024px) {
  .product__banner .container footer p {
    text-align: center;
    width: 100%;
  }
}
.product__banner .container footer p strong {
  color: #23272B;
  font-weight: 800;
}
.product__banner .container footer nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .product__banner .container footer nav {
    display: none;
  }
}
.product__banner .container footer nav a,
.product__banner .container footer nav button {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 700 18px/1 "Quicksand", sans-serif;
}
.product__banner .container footer nav a img,
.product__banner .container footer nav button img {
  max-height: 24px;
}
.product__infos {
  padding: 72px 0 0 0;
}
@media (max-width: 1024px) {
  .product__infos {
    padding: 40px 0 0 0;
  }
}
.product__infos .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1024px) {
  .product__infos .container {
    flex-direction: column;
    gap: 24px;
  }
}
.product__infos .container > figure {
  padding: 24px;
  border-radius: 24px;
  background: #FA5000;
}
.product__infos .container > figure img {
  max-height: 80px;
  filter: brightness(0) invert(1);
}
@media (max-width: 1024px) {
  .product__infos .container > figure img {
    max-height: 64px;
  }
}
.product__infos .container ul {
  display: flex;
}
@media (max-width: 1024px) {
  .product__infos .container ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    width: 100%;
  }
}
.product__infos .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .product__infos .container ul li:not(:last-of-type) {
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
    border-right: 1px solid #7A7E83;
  }
}
@media (max-width: 1024px) {
  .product__infos .container ul li:nth-of-type(odd) {
    border-right: 1px solid #7A7E83;
  }
}
@media (max-width: 1024px) {
  .product__infos .container ul li {
    padding: 16px 0;
  }
}
.product__infos .container ul li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin: 0 0 12px 0;
}
.product__infos .container ul li h6, .product__infos .container ul li h6 * {
  color: #23272B;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 1024px) {
  .product__infos .container ul li h6, .product__infos .container ul li h6 * {
    font-size: 16px;
  }
}
.product__infos .container ul li h6 strong, .product__infos .container ul li h6 * strong {
  color: #FA5000;
  display: block;
}
.product__infos .container ul li h6 small, .product__infos .container ul li h6 * small {
  color: #7A7E83;
  font: 400 12px/1 "Quicksand", sans-serif;
  display: block;
  margin: 4px 0 0 0;
}
.product__galleries {
  padding: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .product__galleries {
    padding: 40px 0 0 0;
  }
}
.product__galleries__out > .container > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > header {
    margin: 0 0 24px 0;
  }
}
.product__galleries__out > .container > header h2 {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > header h2 {
    text-align: center;
    white-space: initial;
  }
}
.product__galleries__out > .container > header div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > header div {
    display: none;
  }
}
.product__galleries__out > .container > section {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}
.product__galleries__out > .container > section.active {
  display: flex;
}
.product__galleries__out > .container > section > button:not(.button) {
  display: block;
  width: 100%;
  height: 360px;
  border-radius: 40px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .product__galleries__out > .container > section > button:not(.button) {
    display: none;
  }
}
.product__galleries__out > .container > section > button:not(.button) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__galleries__out > .container > section > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
  grid-template-areas: "foto1 foto1 foto3 foto3 foto3 foto3" "foto1 foto1 foto4 foto4 foto5 foto5" "foto2 foto2 foto4 foto4 foto6 foto6";
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > section > ul {
    padding: 0 24px;
    gap: 8px;
    display: flex;
    width: calc(100% + 48px);
    overflow-x: auto;
  }
}
.product__galleries__out > .container > section > ul li:nth-of-type(1) {
  grid-area: foto1;
}
.product__galleries__out > .container > section > ul li:nth-of-type(2) {
  grid-area: foto2;
}
.product__galleries__out > .container > section > ul li:nth-of-type(3) {
  grid-area: foto3;
}
.product__galleries__out > .container > section > ul li:nth-of-type(4) {
  grid-area: foto4;
}
.product__galleries__out > .container > section > ul li:nth-of-type(5) {
  grid-area: foto5;
}
.product__galleries__out > .container > section > ul li:nth-of-type(6) {
  grid-area: foto6;
}
.product__galleries__out > .container > section > ul li:nth-of-type(1) {
  height: 365px;
}
.product__galleries__out > .container > section > ul li:nth-of-type(2) {
  height: 175px;
}
.product__galleries__out > .container > section > ul li:nth-of-type(3) {
  height: 175px;
}
.product__galleries__out > .container > section > ul li:nth-of-type(4) {
  height: 365px;
}
.product__galleries__out > .container > section > ul li:nth-of-type(5), .product__galleries__out > .container > section > ul li:nth-of-type(6) {
  height: 175px;
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > section > ul li {
    height: 72px !important;
    min-width: 120px;
    max-width: 120px;
  }
}
.product__galleries__out > .container > section > ul li button {
  display: block;
  width: 100%;
  height: 100%;
}
.product__galleries__out > .container > section > ul li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > section > ul li button img {
    border-radius: 24px;
  }
}
.product__galleries__out > .container > section > .button {
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .product__galleries__out > .container > section > .button {
    margin: 24px 0 0 0;
  }
}
.product__galleries__modal {
  position: fixed;
  bottom: 0;
  left: 0;
  height: calc(100vh - 80px);
  width: 100%;
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1024px) {
  .product__galleries__modal {
    height: calc(100vh - 72px);
  }
}
.product__galleries__modal.open {
  opacity: 1;
  visibility: visible;
}
.product__galleries__modal__content {
  padding: 40px 0;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content {
    padding: 24px 0;
    overflow-y: initial;
  }
}
.product__galleries__modal__content .container {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container {
    flex-direction: column;
    height: 100%;
  }
}
.product__galleries__modal__content .container nav article {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container nav article {
    gap: 16px;
    align-items: center;
  }
}
.product__galleries__modal__content .container nav article > button {
  margin: 8px 0 0 0;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container nav article > button {
    margin: 0;
  }
}
.product__galleries__modal__content .container nav article > button img {
  min-width: 18px;
  max-width: 18px;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container nav article > button img {
    min-width: 12px;
    max-width: 12px;
  }
}
.product__galleries__modal__content .container nav article div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 200px;
  min-width: 200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container nav article div {
    min-width: initial;
    max-width: initial;
    width: auto;
    flex-direction: row;
    flex: 2;
    overflow-x: auto;
  }
}
.product__galleries__modal__content .container nav article div button {
  padding: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container nav article div button {
    padding: 0 12px;
    width: auto;
    height: 40px;
    font-size: 16px;
  }
}
.product__galleries__modal__content .container aside {
  width: 100%;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container aside {
    flex: 2;
  }
}
.product__galleries__modal__content .container aside section {
  display: none;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container aside section {
    height: calc(100vh - 72px - 72px - 40px);
    overflow-y: auto;
  }
}
.product__galleries__modal__content .container aside section.active {
  display: block;
}
.product__galleries__modal__content .container aside section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container aside section ul {
    overflow-y: auto;
    gap: 8px;
  }
}
.product__galleries__modal__content .container aside section ul li button {
  display: block;
  width: 100%;
  height: 100%;
}
.product__galleries__modal__content .container aside section ul li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container aside section ul li button img {
    border-radius: 24px;
  }
}
.product__galleries__modal__content .container aside section iframe {
  height: calc(100vh - 80px - 80px);
}
@media (max-width: 1024px) {
  .product__galleries__modal__content .container aside section iframe {
    height: 100%;
  }
}
.product__galleries__gallery {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 9;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  z-index: 98;
}
@media (max-width: 1024px) {
  .product__galleries__gallery {
    padding: 24px 0;
    height: calc(100vh - 72px);
  }
}
.product__galleries__gallery.open {
  opacity: 1;
  visibility: visible;
}
.product__galleries__gallery .container {
  height: 100%;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container {
    padding: 0;
  }
}
.product__galleries__gallery .container section {
  height: 100%;
  position: relative;
  z-index: 5;
}
.product__galleries__gallery .container section [data-close] {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section [data-close] {
    top: 24px;
    right: 24px;
  }
}
.product__galleries__gallery .container section [data-close] img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section [data-close] img {
    height: 24px;
  }
}
.product__galleries__gallery .container section .swiper {
  height: 100%;
  z-index: 1;
}
.product__galleries__gallery .container section .swiper-prev, .product__galleries__gallery .container section .swiper-next {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  z-index: 5;
}
.product__galleries__gallery .container section .swiper-prev.swiper-button-disabled, .product__galleries__gallery .container section .swiper-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section .swiper-prev img, .product__galleries__gallery .container section .swiper-next img {
    height: 24px;
  }
}
.product__galleries__gallery .container section .swiper-prev {
  left: 40px;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section .swiper-prev {
    left: 24px;
  }
}
.product__galleries__gallery .container section .swiper-next {
  right: 40px;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section .swiper-next {
    right: 24px;
  }
}
.product__galleries__gallery .container section .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section .swiper-slide {
    gap: 24px;
  }
}
.product__galleries__gallery .container section .swiper-slide figure {
  flex: 2;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23272B;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section .swiper-slide figure {
    border-radius: 24px;
  }
}
.product__galleries__gallery .container section .swiper-slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__galleries__gallery .container section .swiper-slide p {
  color: #FA5000;
  text-align: center;
  font: 700 20px/24px "Quicksand", sans-serif;
}
@media (max-width: 1024px) {
  .product__galleries__gallery .container section .swiper-slide p {
    font: 700 16px/20px "Quicksand", sans-serif;
  }
}
.product__lazer {
  padding: 80px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product__lazer {
    padding: 40px 0 0 0;
  }
}
.product__lazer .container section {
  padding: 96px 64px 96px 1px;
  background: #FA5000;
  position: relative;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1024px) {
  .product__lazer .container section {
    padding: 40px 24px 40px 0;
  }
}
.product__lazer .container section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  background: #FA5000;
  transform: translateX(-100%);
}
.product__lazer .container section h2 {
  margin: 0 0 56px 0;
}
@media (max-width: 1024px) {
  .product__lazer .container section h2 {
    margin: 0 0 24px 0;
  }
}
.product__lazer .container section h2 strong {
  color: #FAFCFC;
}
.product__lazer .container section ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .product__lazer .container section ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.product__lazer .container section ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .product__lazer .container section ul li {
    gap: 12px;
  }
}
.product__lazer .container section ul li figure {
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFCFC;
  overflow: hidden;
  border-radius: 1000px;
  border: 1px solid #7A7E83;
  padding: 2px;
}
@media (max-width: 1024px) {
  .product__lazer .container section ul li figure {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.product__lazer .container section ul li figure img {
  width: 100%;
  height: 100%;
}
.product__lazer .container section ul li p strong {
  color: #FAFCFC;
}
.product__about {
  overflow: hidden;
  position: relative;
  margin: 80px 0 0 0;
  padding: 40px 0 0 0;
  background: #E2E6EA;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .product__about {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.product__about--border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  background: #FAFCFC;
}
@media (max-width: 1024px) {
  .product__about--padding {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .product__about--padding aside div {
    padding-bottom: 80px !important;
  }
}
.product__about aside {
  position: relative;
  z-index: 5;
}
.product__about aside div {
  max-width: 750px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 40px 64px 0 64px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .product__about aside div {
    padding: 0 24px;
  }
}
.product__about aside div header {
  flex: 2;
}
.product__about aside div header h4 {
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .product__about aside div header h4 {
    margin: 0 0 16px 0;
  }
}
.product__about aside div header h4 strong {
  color: #23272B;
}
.product__about aside div header p:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.product__about aside div footer {
  margin: 32px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .product__about aside div footer {
    margin: 24px 0 0 0;
    gap: 10px 0;
  }
}
@media (max-width: 1024px) {
  .product__about aside div footer figure {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product__about aside div footer figure img {
  height: 100px;
}
@media (max-width: 1024px) {
  .product__about aside div footer figure img {
    height: 88px;
  }
}
.product__about iframe {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 500px;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1024px) {
  .product__about iframe {
    height: 250px;
    border-radius: 30px;
  }
}
.product__location {
  padding: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .product__location {
    padding: 40px 0 0 0;
  }
}
.product__location .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__location .container header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .product__location .container header {
    margin: 0 0 24px 0;
  }
}
.product__location .container header div h2 {
  margin: 0 0 16px 0;
}
.product__location .container header div h2 strong {
  color: #23272B;
}
.product__location .container header div p {
  font-weight: 600;
}
.product__location .container header .button {
  white-space: nowrap;
  margin: 10px 0 0 0;
}
@media (max-width: 1024px) {
  .product__location .container header .button {
    display: none;
  }
}
.product__location .container iframe {
  width: 100%;
  height: 600px;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .product__location .container iframe {
    border-radius: 0;
    height: 400px;
    width: calc(100% + 48px);
  }
}
.product__location .container > .button {
  margin: 16px 0 0 0;
}
@media (min-width: 1024px) {
  .product__location .container > .button {
    display: none;
  }
}
.product__location .container ul {
  width: 100%;
  margin: 48px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
@media (max-width: 1024px) {
  .product__location .container ul {
    margin: 32px 0 0 0;
    gap: 16px 0;
  }
}
.product__location .container ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  width: 100%;
}
.product__location .container ul li img {
  min-width: 12px;
  max-width: 12px;
}
.product__location .container ul li h6 strong {
  color: #23272B;
}
@media (max-width: 1024px) {
  .product__location .container ul li h6 strong {
    font-size: 16px;
  }
}
.product__diffs {
  padding: 80px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product__diffs {
    padding: 40px 0 0 0;
  }
}
.product__diffs .container h2 {
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .product__diffs .container h2 {
    margin: 0 0 24px 0;
  }
}
.product__diffs .container h2 strong {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product__diffs .container .swiper {
    overflow: initial;
  }
}
.product__diffs .container .swiper-slide {
  padding: 18px 0 0 0;
}
@media (max-width: 1024px) {
  .product__diffs .container .swiper-slide {
    max-width: 230px;
    padding: 13px 0 0 0;
  }
}
.product__diffs .container .swiper-slide h6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 8px 16px;
  background: #FA5000;
  border-radius: 0 10px 0 10px;
}
@media (max-width: 1024px) {
  .product__diffs .container .swiper-slide h6 {
    padding: 0 10px 6px 10px;
  }
}
.product__diffs .container .swiper-slide h6 strong {
  text-transform: uppercase;
  color: #FAFCFC;
}
@media (max-width: 1024px) {
  .product__diffs .container .swiper-slide h6 strong {
    font-size: 14px;
  }
}
.product__diffs .container .swiper-slide img {
  border-radius: 0 30px 0 30px;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .product__diffs .container .swiper-slide img {
    margin: 0 0 12px 0;
  }
}
.product__diffs .container .swiper-slide h5 {
  margin: 0 0 8px 0;
}
.product__diffs .container .swiper-slide p {
  width: 95%;
  font-size: 16px;
}
.product__diffs .container .swiper-pagination {
  margin: 40px 0 0 0 !important;
}
@media (max-width: 1024px) {
  .product__diffs .container .swiper-pagination {
    display: none !important;
  }
}
.product__project {
  padding: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .product__project {
    padding: 40px 0 0 0;
  }
}
.product__project .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1024px) {
  .product__project .container {
    display: block;
  }
}
.product__project .container > h4 {
  text-align: center;
  margin: 0 0 24px 0;
}
@media (min-width: 1024px) {
  .product__project .container > h4 {
    display: none;
  }
}
.product__project .container img {
  max-width: 600px;
  min-width: 600px;
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .product__project .container img {
    max-width: 100%;
    min-width: initial;
  }
}
.product__project .container aside {
  width: 100%;
}
@media (max-width: 1024px) {
  .product__project .container aside h4 {
    display: none;
  }
}
.product__project .container aside ul {
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .product__project .container aside ul {
    margin: 16px 0 0 0;
  }
}
.product__project .container aside ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}
.product__project .container aside ul li:not(:last-of-type) {
  border-bottom: 1px solid #7A7E83;
}
.product__project .container aside ul li p {
  font-weight: 500;
  color: #FA5000;
}
.product__project .container aside ul li p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.product__project .container aside ul li p:first-of-type {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .product__project .container aside ul li p:first-of-type {
    white-space: initial;
  }
}
.product__project .container aside ul li p:last-of-type {
  text-align: right;
}
.product__project .container aside > p {
  font-size: 16px;
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .product__project .container aside > p {
    margin: 16px 0 0 0;
  }
}
.product__progress {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .product__progress {
    padding: 40px 0;
  }
}
.product__progress .container > h2 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .product__progress .container > h2 {
    margin: 0 0 24px 0;
  }
}
.product__progress .container section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media (max-width: 1024px) {
  .product__progress .container section {
    gap: 24px;
    flex-direction: column;
  }
}
.product__progress .container section figure {
  position: relative;
  min-width: 488px;
  max-width: 488px;
  width: 100%;
}
@media (max-width: 1024px) {
  .product__progress .container section figure {
    min-width: initial;
    max-width: 100%;
  }
  .product__progress .container section figure svg {
    width: 100%;
    height: auto;
  }
}
.product__progress .container section figure div {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product__progress .container section figure div h2 {
  text-align: center;
}
.product__progress .container section figure div h2 strong {
  color: #FAFCFC;
}
.product__progress .container section figure div h4 {
  text-align: center;
}
.product__progress .container section figure div h4 strong {
  color: #FAFCFC;
}
.product__progress .container section ul {
  max-width: 660px;
  width: 100%;
}
.product__progress .container section ul li {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  background: #E2E6EA;
  border-radius: 1000px;
  padding: 0 24px;
  height: 40px;
}
@media (max-width: 1024px) {
  .product__progress .container section ul li {
    height: 32px;
    padding: 0 12px;
    gap: 8px;
  }
}
.product__progress .container section ul li:not(:last-of-type) {
  margin: 0 0 16px 0;
}
.product__progress .container section ul li h5 {
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .product__progress .container section ul li h5, .product__progress .container section ul li h5 * {
    font-size: 16px;
  }
}
.product__progress .container section ul li h5 strong {
  color: #FAFCFC;
}
.product__progress .container section ul li span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background: #FA5000;
  border-radius: 1000px;
}
.product__progress .container .swiper {
  margin: 40px 0 0 0;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .product__progress .container .swiper {
    margin: 24px 0 0 0;
    border-radius: 24px;
  }
}
.product__progress .container .swiper-prev, .product__progress .container .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.product__progress .container .swiper-prev {
  left: 64px;
}
@media (max-width: 1024px) {
  .product__progress .container .swiper-prev {
    left: 12px;
  }
}
.product__progress .container .swiper-next {
  right: 64px;
}
@media (max-width: 1024px) {
  .product__progress .container .swiper-next {
    right: 12px;
  }
}
.product__progress .container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23272B;
  height: 520px;
}
@media (max-width: 1024px) {
  .product__progress .container .swiper-slide {
    height: 250px;
  }
}
.product__progress .container .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__more {
  background: #E2E6EA;
  padding: 80px 0;
  margin: 0 0 -80px 0;
}
@media (max-width: 1024px) {
  .product__more {
    padding: 40px 0;
    margin: 0 0 -40px 0;
  }
}
.product__more .container h2 {
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
@media (max-width: 1024px) {
  .product__more .container h2 {
    margin: 0 0 24px 0;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .product__more .container h2, .product__more .container h2 * {
    font-size: 24px;
  }
}
.product__more .container p:not(.expand) {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product__more .container button {
  margin: 24px 0 0 0;
  color: #FA5000 !important;
  font-weight: 700 !important;
}
.product__more .container button, .product__more .container button * {
  font: 400 18px/140% "Quicksand", sans-serif;
  color: #343A40;
}
@media (max-width: 1024px) {
  .product__more .container button, .product__more .container button * {
    font-size: 16px;
  }
}
.product__more .container button strong,
.product__more .container button b, .product__more .container button * strong,
.product__more .container button * b {
  font-weight: 600;
}
.product__more .container button a, .product__more .container button * a {
  font-weight: 700;
  color: #23272B;
  text-decoration: underline;
}
.product__more .container button a:hover, .product__more .container button * a:hover {
  color: #FA5000;
}
@media (max-width: 1024px) {
  .product__more .container button {
    margin: 16px 0 0 0;
  }
}

::-moz-selection {
  background: #FA5000;
  color: #FAFCFC;
}

::selection {
  background: #FA5000;
  color: #FAFCFC;
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  box-sizing: border-box;
  transition: 0.4s;
  font-family: "Quicksand", sans-serif;
  color: #23272B;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #FAFCFC;
}
html figure,
body figure {
  margin: 0;
}
html.o-hidden,
body.o-hidden {
  overflow: hidden;
}

body {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 72px;
  }
}
body #pojo-a11y-toolbar {
  top: 144px !important;
  z-index: 90 !important;
}
@media (max-width: 1024px) {
  body #pojo-a11y-toolbar {
    top: 96px !important;
  }
}
body #pojo-a11y-toolbar .pojo-a11y-toolbar-title {
  line-height: 110% !important;
}
body #pojo-a11y-toolbar svg {
  fill: #FAFCFC !important;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

p, p * {
  font: 400 18px/140% "Quicksand", sans-serif;
  color: #343A40;
}
@media (max-width: 1024px) {
  p, p * {
    font-size: 16px;
  }
}
p strong,
p b, p * strong,
p * b {
  font-weight: 600;
}
p a, p * a {
  font-weight: 700;
  color: #23272B;
  text-decoration: underline;
}
p a:hover, p * a:hover {
  color: #FA5000;
}

h1, h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  font-weight: 400;
  line-height: 100%;
  color: #FA5000;
}
h1 strong, h1 strong *, h1 * strong, h1 * strong *,
h2 strong,
h2 strong *,
h2 * strong,
h2 * strong *,
h3 strong,
h3 strong *,
h3 * strong,
h3 * strong *,
h4 strong,
h4 strong *,
h4 * strong,
h4 * strong *,
h5 strong,
h5 strong *,
h5 * strong,
h5 * strong *,
h6 strong,
h6 strong *,
h6 * strong,
h6 * strong * {
  font-weight: 700;
}

h1,
h1 * {
  font-size: 72px;
}
@media (max-width: 1024px) {
  h1,
  h1 * {
    font-size: 40px;
  }
}

h2,
h2 * {
  font-size: 48px;
}
@media (max-width: 1024px) {
  h2,
  h2 * {
    font-size: 32px;
  }
}

h3,
h3 * {
  font-size: 40px;
}
@media (max-width: 1024px) {
  h3,
  h3 * {
    font-size: 28px;
  }
}

h4,
h4 * {
  font-size: 32px;
}
@media (max-width: 1024px) {
  h4,
  h4 * {
    font-size: 24px;
  }
}

h5,
h5 * {
  font-size: 24px;
}
@media (max-width: 1024px) {
  h5,
  h5 * {
    font-size: 20px;
  }
}

h6,
h6 * {
  font-size: 20px;
}

.container {
  max-width: calc(1500px + 64px * 2);
  width: 100%;
  padding: 0 64px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.nav__top {
  background: #FA5000;
  height: 80px;
}
@media (max-width: 1024px) {
  .nav__top {
    height: 72px;
  }
}
.nav__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nav__top .container div {
  display: flex;
  align-items: center;
  gap: 80px;
}
.nav__top .container div > ul {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .nav__top .container div > ul {
    display: none;
  }
}
.nav__top .container div > ul > li > a {
  font: 700 20px/1 "Quicksand", sans-serif;
  color: #FAFCFC;
}
.nav__top .container div > ul > li > a:hover {
  opacity: 0.8;
}
.nav__top .container div > ul ul {
  display: none;
}
.nav__top .container div button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav__top .container div button span {
  position: relative;
  width: 24px;
  height: 3px;
  border-radius: 1000px;
  display: block;
  background: #FAFCFC;
}
.nav__top .container div button span::before, .nav__top .container div button span::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #FAFCFC;
  position: absolute;
  right: 0;
}
.nav__top .container div button span::before {
  top: -5px;
  transform: translateY(-100%);
}
.nav__top .container div button span::after {
  bottom: -5px;
  transform: translateY(100%);
}
.nav__side {
  opacity: 0;
  visibility: hidden;
  height: calc(100% - 80px);
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .nav__side {
    height: calc(100% - 72px);
  }
}
.nav__side__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
}
.nav__side__container {
  position: relative;
  z-index: 5;
  padding: 48px 0;
  opacity: 0;
  visibility: hidden;
  background: #FA5000;
  transform: translateX(100%);
  height: 100%;
  overflow-y: auto;
  max-width: 460px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
@media (max-width: 1024px) {
  .nav__side__container {
    padding: 40px 0;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .nav__side__container .container {
    padding: 0 48px;
  }
}
.nav__side__container__top {
  margin: 0 0 24px 0;
}
@media (min-width: 1024px) {
  .nav__side__container__top {
    display: none;
  }
}
.nav__side__container__top ul li ul {
  display: none;
}
.nav__side__container__top > ul, .nav__side__container__principal > ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.nav__side__container__top > ul > li a, .nav__side__container__principal > ul > li a {
  color: #FAFCFC;
}
@media (min-width: 1024px) {
  .nav__side__container__top > ul > li a, .nav__side__container__principal > ul > li a {
    white-space: nowrap;
  }
}
.nav__side__container__top > ul > li a:hover, .nav__side__container__principal > ul > li a:hover {
  opacity: 0.8;
}
.nav__side__container__top > ul > li a:has(+ ul)::before, .nav__side__container__principal > ul > li a:has(+ ul)::before {
  content: "+ ";
}
.nav__side__container__top > ul > li a.open::before, .nav__side__container__principal > ul > li a.open::before {
  content: "- ";
}
.nav__side__container__top > ul > li > a, .nav__side__container__principal > ul > li > a {
  font: 700 20px/1 "Quicksand", sans-serif;
}
.nav__side__container__top > ul > li ul, .nav__side__container__principal > ul > li ul {
  padding: 0 0 0 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.24);
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 0 0;
  display: none;
}
.nav__side__container__top > ul > li ul.open, .nav__side__container__principal > ul > li ul.open {
  display: flex;
}
.nav__side__container__top > ul > li ul li a, .nav__side__container__principal > ul > li ul li a {
  font: 700 18px/1 "Quicksand", sans-serif;
}
.nav--open .nav__side {
  opacity: 1;
  visibility: visible;
}
.nav--open .nav__side__container {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav--open .nav__top .container button span {
  background: #FA5000;
  transform: rotate(180deg);
}
.nav--open .nav__top .container button span::before {
  transform: translateY(5px) rotate(-45deg);
}
.nav--open .nav__top .container button span::after {
  transform: translateY(-5px) rotate(45deg);
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FA5000;
  z-index: 95;
  height: 80px;
}
@media (max-width: 1024px) {
  .cta {
    height: 72px;
  }
}
.cta .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cta .container {
    padding: 0;
  }
}
.cta .container div {
  max-width: 360px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .cta .container div {
    max-width: 100%;
  }
}
.cta .container div:not(:last-of-type) {
  border-right: 1px solid #c74103;
}
.cta .container div a,
.cta .container div button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}
@media (max-width: 1024px) {
  .cta .container div a,
  .cta .container div button {
    gap: 8px;
  }
}
.cta .container div a:hover,
.cta .container div button:hover {
  background: #FAFCFC;
}
.cta .container div a:hover p,
.cta .container div button:hover p {
  color: #FA5000;
}
.cta .container div a img,
.cta .container div button img {
  max-height: 48px;
}
@media (max-width: 1024px) {
  .cta .container div a img,
  .cta .container div button img {
    max-height: 36px;
  }
}
.cta .container div a p,
.cta .container div button p {
  font: 700 17px/100% "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #FAFCFC;
  padding: 0 0 3px 0;
}
@media (max-width: 1024px) {
  .cta .container div a p,
  .cta .container div button p {
    font-size: 13px;
    padding: 0 0 8px 0;
  }
}

.footer {
  margin: 80px 0 0 0;
}
@media (max-width: 1024px) {
  .footer {
    margin: 40px 0 0 0;
  }
}
.footer__links {
  padding: 64px 0;
  background: #343A40;
}
@media (max-width: 1024px) {
  .footer__links {
    padding: 48px 0;
  }
}
.footer__links .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .footer__links .container {
    flex-direction: column;
  }
}
.footer__links .container * {
  color: #FAFCFC;
}
.footer__links .container a:hover {
  opacity: 0.8;
}
.footer__links__infos {
  max-width: 340px;
  width: 100%;
}
.footer__links__infos h5 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
@media (max-width: 1024px) {
  .footer__links__infos h5 {
    font-size: 20px;
  }
}
.footer__links__infos p {
  font-size: 16px;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .footer__links__infos p {
    margin: 0 0 24px 0;
  }
}
.footer__links__infos a {
  font: 400 16px/150% "Quicksand", sans-serif;
  text-decoration: underline;
}
.footer__links__menu > ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.footer__links__menu > ul > li a {
  color: #FAFCFC;
}
@media (min-width: 1024px) {
  .footer__links__menu > ul > li a {
    white-space: nowrap;
  }
}
.footer__links__menu > ul > li a:hover {
  opacity: 0.8;
}
.footer__links__menu > ul > li a:has(+ ul)::before {
  content: "+ ";
}
.footer__links__menu > ul > li a.open::before {
  content: "- ";
}
.footer__links__menu > ul > li > a {
  font: 700 22px/1 "Quicksand", sans-serif;
}
@media (max-width: 1024px) {
  .footer__links__menu > ul > li > a {
    font-size: 20px;
  }
}
.footer__links__menu > ul > li ul {
  padding: 0 0 0 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.24);
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 0 0;
  display: none;
}
.footer__links__menu > ul > li ul.open {
  display: flex;
}
.footer__links__menu > ul > li ul li a {
  font: 700 18px/1 "Quicksand", sans-serif;
}
.footer__social {
  padding: 32px 0;
  background: #FA5000;
}
@media (max-width: 1024px) {
  .footer__social {
    padding: 24px 0;
  }
}
.footer__social .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media (max-width: 1024px) {
  .footer__social .container ul {
    gap: 24px;
    justify-content: space-between;
  }
}
.footer__social .container ul li a img {
  filter: brightness(0) invert(1);
  max-height: 32px;
}
.footer__social .container ul li a:hover {
  opacity: 0.8;
}
.footer__copyright {
  padding: 56px 0 136px 0;
}
@media (max-width: 1024px) {
  .footer__copyright {
    padding: 40px 0 112px 0;
  }
}
.footer__copyright .container p {
  color: #7A7E83;
}
.footer__copyright .container p, .footer__copyright .container p * {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .footer__copyright .container p, .footer__copyright .container p * {
    font-size: 14px;
  }
}

.button {
  background: #FA5000;
  color: #FAFCFC;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  text-transform: uppercase;
  padding: 0 40px;
  font: 500 20px/100% "Quicksand", sans-serif;
  border-radius: 1000px;
}
@media (max-width: 1024px) {
  .button {
    font-size: 18px;
  }
}
.button:hover {
  background: #fc7a3d;
}
.button--outlined {
  background: transparent;
  border: 2px solid #FA5000;
  color: #FA5000;
}
.button--outlined:hover {
  background: #FA5000;
  color: #FAFCFC;
}
.button--outlined-gray {
  background: transparent;
  border: 2px solid #E2E6EA;
  color: #23272B;
}
.button--outlined-gray:hover {
  background: transparent;
  border-color: #23272B;
}
.button--white {
  background: #FAFCFC;
  color: #FA5000;
}
.button--white:hover {
  background: #E2E6EA;
}
.button--small {
  height: 40px;
  font-size: 16px;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #7A7E83;
}

.tag {
  background: #FFC107;
  color: #23272B;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  text-transform: uppercase;
  padding: 0 64px;
  font: 500 20px/100% "Quicksand", sans-serif;
  border-radius: 1000px;
}
@media (max-width: 1024px) {
  .tag {
    font-size: 16px;
    height: 40px;
    padding: 0 40px;
  }
}
.tag--outlined {
  background: transparent;
  border: 2px solid #FFC107;
  color: #FAFCFC;
}
.tag--orange {
  background: #FA5000;
  color: #FAFCFC;
}

.modal-lead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.modal-lead.open {
  opacity: 1;
  visibility: visible;
}
.modal-lead__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.modal-lead .container {
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .modal-lead .container {
    padding: 0;
  }
}
.modal-lead .container section {
  border-radius: 16px;
  overflow: hidden;
  background: #FAFCFC;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
.modal-lead .container section article {
  position: relative;
  padding: 32px 40px 40px 40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .modal-lead .container section article {
    padding: 32px 24px;
  }
}
.modal-lead .container section article button {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 1024px) {
  .modal-lead .container section article button {
    top: 12px;
    right: 12px;
  }
}
.modal-lead .container section article h4 {
  text-align: center;
}
.modal-lead .container section article h4 strong {
  color: #FA5000;
}
@media (max-width: 330px) {
  .modal-lead .container section article h4 strong {
    font-size: 20px;
  }
}
.modal-lead .container section article h6 {
  margin: 8px 0 32px 0;
  text-align: center;
  color: #23272B;
}
@media (max-width: 1024px) {
  .modal-lead .container section article h6 {
    font-size: 16px;
    margin: 4px 0 24px 0;
  }
}
.modal-lead .container section article form {
  position: relative;
}
.modal-lead .container section article form br {
  display: none;
}
.modal-lead .container section article form > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-lead .container section article form #renda-container {
  display: block;
  width: calc(50% - 8px);
}
@media (max-width: 1024px) {
  .modal-lead .container section article form #renda-container {
    width: 100%;
  }
}
.modal-lead .container section article form #renda-container select {
  width: 100%;
}
.modal-lead .container section article form input[type=text],
.modal-lead .container section article form input[type=tel],
.modal-lead .container section article form input[type=email],
.modal-lead .container section article form select,
.modal-lead .container section article form textarea {
  width: calc(50% - 8px);
  display: block;
  padding: 0 16px;
  font: 600 16px/1 "Quicksand", sans-serif;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 48px;
  background: #FAFCFC;
  border-top: 1px solid #E2E6EA;
  border-left: 1px solid #E2E6EA;
  border-right: 1px solid #E2E6EA;
  border-bottom: 2px solid #FA5000;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .modal-lead .container section article form input[type=text],
  .modal-lead .container section article form input[type=tel],
  .modal-lead .container section article form input[type=email],
  .modal-lead .container section article form select,
  .modal-lead .container section article form textarea {
    width: 100%;
  }
}
.modal-lead .container section article form input[type=text]::-moz-placeholder, .modal-lead .container section article form input[type=tel]::-moz-placeholder, .modal-lead .container section article form input[type=email]::-moz-placeholder, .modal-lead .container section article form select::-moz-placeholder, .modal-lead .container section article form textarea::-moz-placeholder {
  opacity: 0.8;
  font-weight: 500;
  color: #7A7E83;
}
.modal-lead .container section article form input[type=text]::placeholder,
.modal-lead .container section article form input[type=tel]::placeholder,
.modal-lead .container section article form input[type=email]::placeholder,
.modal-lead .container section article form select::placeholder,
.modal-lead .container section article form textarea::placeholder {
  opacity: 0.8;
  font-weight: 500;
  color: #7A7E83;
}
.modal-lead .container section article form input[type=text]:focus, .modal-lead .container section article form input[type=text]:hover,
.modal-lead .container section article form input[type=tel]:focus,
.modal-lead .container section article form input[type=tel]:hover,
.modal-lead .container section article form input[type=email]:focus,
.modal-lead .container section article form input[type=email]:hover,
.modal-lead .container section article form select:focus,
.modal-lead .container section article form select:hover,
.modal-lead .container section article form textarea:focus,
.modal-lead .container section article form textarea:hover {
  border-color: #fc7a3d;
}
.modal-lead .container section article form [type=submit] {
  margin: 24px 0 0 0;
  width: 100%;
}
.modal-lead .container section article form .wpcf7-list-item {
  margin: 0;
}
.modal-lead .container section article form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.modal-lead .container section article form .wpcf7-list-item label input {
  margin: 3px 0 0 0;
}
.modal-lead .container section article form .wpcf7-list-item label .wpcf7-list-item-label {
  width: 82%;
  display: block;
}
.modal-lead .container section article form .wpcf7-list-item label .wpcf7-list-item-label, .modal-lead .container section article form .wpcf7-list-item label .wpcf7-list-item-label * {
  font-size: 13px;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .modal-lead .container section article form .wpcf7-list-item label .wpcf7-list-item-label, .modal-lead .container section article form .wpcf7-list-item label .wpcf7-list-item-label * {
    font-size: 12px;
  }
}
.modal-lead .container section article form .wpcf7-spinner {
  position: absolute;
  bottom: 12px;
  left: -12px;
}
.modal-lead .container section article > img {
  position: absolute;
  bottom: -80px;
  right: -8px;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 1024px) {
  .modal-lead .container section article > img {
    max-width: 144px;
    bottom: -64px;
    right: -16px;
  }
}

.cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
}
.cookies.open {
  opacity: 1;
  visibility: visible;
}
.cookies__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.cookies article {
  position: relative;
  z-index: 5;
  background: #FAFCFC;
  width: 100%;
  padding: 24px 0;
}
.cookies article .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cookies article .container {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookies article .container img {
  max-width: 120px;
  width: 100%;
}
.cookies article .container aside {
  max-width: 1280px;
  width: 100%;
}
.cookies article .container aside p, .cookies article .container aside p * {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .cookies article .container aside p, .cookies article .container aside p * {
    font-size: 13px;
  }
}
.cookies article .container div {
  display: flex;
  gap: 8px;
}
@media (max-width: 1024px) {
  .cookies article .container div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cookies article .container div a,
  .cookies article .container div button {
    width: 100%;
  }
}

.shorts {
  position: fixed;
  z-index: 99;
  bottom: 104px;
  right: 24px;
}
@media (max-width: 1024px) {
  .shorts {
    bottom: 84px;
    right: 12px;
  }
}
.shorts__button {
  display: block;
}
.shorts__button:hover span {
  opacity: 1;
  visibility: visible;
}
.shorts__button img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  border: 2px solid #FA5000;
  box-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .shorts__button img {
    width: 88px;
    height: 88px;
  }
}
.shorts__button span {
  padding: 12px 16px;
  background: #FA5000;
  color: #FAFCFC;
  font: 600 18px/110% "Quicksand", sans-serif;
  border-radius: 8px 0 0 8px;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .shorts__button span {
    display: none;
  }
}
.shorts__modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shorts__modal.open {
  opacity: 1;
  visibility: visible;
}
.shorts__modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
}
.shorts__modal article {
  position: relative;
  height: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  z-index: 5;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .shorts__modal article {
    height: 100%;
  }
}
.shorts__modal article [data-close] {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}
.shorts__modal article [data-close] img {
  filter: brightness(0) invert(1);
}
.shorts__modal article iframe {
  width: 100%;
  flex: 2;
}
.shorts__modal article button:last-of-type {
  width: 100%;
  height: 72px;
  background: #FA5000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}
.shorts__modal article button:last-of-type img {
  max-height: 36px;
}
.shorts__modal article button:last-of-type p {
  font: 700 14px/100% "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #FAFCFC;
  padding: 0 0 8px 0;
}

.swiper-wrapper {
  height: auto !important;
}
.swiper-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  width: auto !important;
  margin: 32px 0 0 0 !important;
}
.swiper-pagination-bullet {
  background: #FA5000 !important;
  border-radius: 1000px !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  width: 56px !important;
}

[data-fade] {
  transform: translateY(64px);
  opacity: 0;
}
[data-fade].active {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=main.css.map */