<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-top {
  max-width: 100%;
  display: flex;
  position: relative;
  background: radial-gradient(49.09% 44.65% at 49.09% 54.65%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #8FE0E2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 40px, 100% 10px, 100% 100%, 0 calc(100% - 30px));
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-top {
    clip-path: polygon(0 80px, 100% 50px, 100% 100%, 0 calc(100% - 30px));
  }
}
@media (min-width: 992px) {
  .banner-top {
    clip-path: polygon(0 100px, 100% 30px, 100% 100%, 0 calc(100% - 50px));
  }
}
@media (min-width: 1200px) {
  .banner-top {
    clip-path: polygon(0 100px, 100% 15px, 100% 100%, 0 calc(100% - 50px));
  }
}
.banner-top__content {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0 60px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner-top__content {
    padding: 90px 0 120px;
  }
}
@media (min-width: 992px) {
  .banner-top__content {
    max-width: 820px;
    padding: 110px 0 80px;
  }
}
@media (min-width: 1200px) {
  .banner-top__content {
    padding: 110px 0 100px;
  }
}
.banner-top__content &gt; div {
  position: relative;
}
.banner-top__picture {
  margin-bottom: 25px;
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
.banner-top__picture-img {
  width: 160px;
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 95% 22%, 95% 78%, 50% 100%, 5% 78%, 5% 22%);
  background: #AED8D7;
}
.banner-top__picture-img img {
  max-width: 100%;
  display: block;
}
.banner-top__picture-caption {
  line-height: 1.5;
  text-align: center;
}
.banner-top__picture-caption span {
  display: block;
}
.banner-top__wrapper-limiter {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.banner-top__cols {
  margin-top: 46px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.banner-top__text {
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
}
.banner-top__types {
  margin-bottom: 25px;
  position: relative;
}
.banner-top__types .is-desktop {
  display: none;
}
.banner-top__types .is-mobile {
  display: block;
}
.banner-top__types-set {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
  font-weight: 700;
}
.banner-top__types-set span {
  display: block;
}
.banner-top__types-more {
  position: absolute;
  top: 50%;
  right: 10px;
  background: none;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.banner-top__types-more svg {
  width: 15px;
  height: 15px;
  animation: rightPulse 1s ease-in-out infinite alternate-reverse;
}
.banner-top__types-more span {
  display: none;
}
.banner-top__show-types {
  display: block;
}
.banner-top__show-types button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
.banner-top__show-types button svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  animation: rightPulse 1s ease-in-out infinite alternate-reverse;
}
.banner-top__actions button {
  width: 100%;
  padding: 0;
  font-size: 13px;
}
.banner-top__socials {
  margin-top: 30px;
  display: none;
}
.banner-top__socials .circle-socials {
  justify-content: center;
  gap: 0 25px;
}
@media (min-width: 576px) {
  .banner-top__actions button {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .banner-top__wrapper-limiter {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-top__cols {
    max-width: 700px;
  }
  .banner-top__picture-img {
    width: 200px;
  }
  .banner-top__types {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .banner-top__types .is-desktop {
    display: block;
  }
  .banner-top__types .is-mobile {
    display: none;
  }
  .banner-top__types-more {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
  .banner-top__types-more span {
    display: block;
    font-size: 16px;
  }
  .banner-top__show-types {
    display: none;
  }
  .banner-top__actions button {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
  .banner-top__socials {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-top__wrapper-limiter {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-top__cols {
    max-width: 900px;
    display: flex;
    gap: 0 30px;
  }
  .banner-top__picture {
    margin-bottom: 0;
    flex-direction: column;
    justify-content: unset;
    gap: 30px 0;
  }
  .banner-top__picture-img {
    width: 180px;
  }
  .banner-top__picture-caption {
    line-height: 26px;
    font-size: 18px;
  }
  .banner-top__text {
    margin-bottom: 30px;
    line-height: 29px;
    font-size: 20px;
  }
  .banner-top__types {
    margin-bottom: 36px;
  }
  .banner-top__socials {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .banner-top__picture-img {
    width: 300px;
  }
  .banner-top__text {
    font-size: 18px;
  }
  .banner-top__types {
    font-size: 18px;
  }
}
</pre></body></html>