.forms-sectiont-t {
  padding: 72px 0;
  background: var(--inv360-bg-color);
}
.forms-sectiont-t .swiper-button-next,
.forms-sectiont-t .swiper-button-prev {
  color: var(--inv360-primary-color);
  background: var(--inv360-bg-color);
  width: 32px;
  height: 32px;
  border-radius: 32px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.forms-sectiont-t .swiper-button-next:after,
.forms-sectiont-t .swiper-button-prev:after {
  font-size: 16px;
}
.forms-sectiont-t .swiper-button-next:hover,
.forms-sectiont-t .swiper-button-prev:hover {
  opacity: 1;
}
.forms-sectiont-t .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
.forms-sectiont-t .swiper-pagination-bullet.swiper-pagination-bullet-active, .forms-sectiont-t .swiper-pagination-bulletHover {
  background-color: var(--inv360-primary-color);
  opacity: 1;
}
.forms-sectiont-t h2 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: var(--inv360-text-color);
  margin-bottom: 34px;
}
.forms-sectiont-t iframe {
  margin: 24px 0 0;
}
.forms-sectiont-t .forms-page {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page {
    flex-direction: row;
    gap: 72px;
  }
}
.forms-sectiont-t .forms-page > div {
  width: 100%;
}
.forms-sectiont-t .forms-page > div.content-form {
  order: 2;
  padding: 32px 0 0;
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page > div.content-form {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page > div.content-form {
    width: 40%;
    max-width: 400px;
  }
}
.forms-sectiont-t .forms-page > div.content-text {
  order: 1;
  color: var(--inv360-text-color);
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .forms-sectiont-t .forms-page > div.content-text {
    width: 60%;
  }
}
.forms-sectiont-t .forms-page > div.content-text p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--inv360-text-color);
}
.forms-sectiont-t .forms-page > div.content-text p:empty {
  display: none;
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div {
  /* margin-top: 40px; */
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: var(--inv360-text-color);
  margin-bottom: 18px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  display: flex;
  align-items: center;
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 figure {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  background: var(--inv360-primary-color);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 .icon-visit {
  min-width: 28px;
  height: 28px;
  mask-image: url(images/all/icon-pin-blue.svg);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 .icon-hours {
  mask-image: url(images/all/icon-clock-blue.svg);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div h6 .icon-phone {
  mask-image: url(images/all/icon-phone-blue.svg);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--inv360-text-color);
}
.forms-sectiont-t .forms-page > div.content-text > .content-cols div b, .forms-sectiont-t .forms-page > div.content-text > .content-cols div strong {
  font-weight: 700;
}
.forms-sectiont-t .legal {
  padding: 32px 0 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--inv360-text-color);
}
.forms-sectiont-t .legal:empty {
  display: none;
}
.forms-sectiont-t .legal p {
  padding: 0 0 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--inv360-text-color);
}
.forms-sectiont-t .legal p:empty {
  display: none;
}

.container-slides-zm {
  overflow: hidden;
  position: relative;
}

/*# sourceMappingURL=styles.css.map */
