@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

button {
  border: none;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy.loaded {
  opacity: 1;
}

.container-fluid-custom {
  padding: 0 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0;
}
@media screen and (min-width: 1500px) {
  .container-custom {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container-custom {
    max-width: 1440px;
  }
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.bg-loading {
  transition: background-image 0.3s ease;
}

.container-faq {
  background-color: #15586e;
}
.container-faq .faq {
  width: 100%;
  gap: 24px;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-faq .faq h2 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-faq .faq h2 {
    font-size: 40px;
  }
}
.container-faq .faq .container-questions {
  gap: 16px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-faq .faq .container-questions .btn-question {
  width: 100%;
  background-color: rgb(208, 143, 56);
  border: none;
  outline: none;
  padding: 16px;
  border-radius: 16px;
  position: relative;
}
.container-faq .faq .container-questions .btn-question::before {
  width: 24px;
  height: 4px;
  aspect-ratio: 6/1;
  background-color: #f5f0ea;
  border-radius: 5px;
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.container-faq .faq .container-questions .btn-question::after {
  width: 24px;
  height: 4px;
  aspect-ratio: 6/1;
  background-color: #f5f0ea;
  border-radius: 5px;
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.container-faq .faq .container-questions .btn-question.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}
.container-faq .faq .container-questions .btn-question h3 {
  text-transform: none;
  max-width: 80%;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-faq .faq .container-questions .btn-question h3 {
    font-size: 24px;
  }
}
.container-faq .faq .container-questions .response {
  background-color: #f5f0ea;
  width: calc(100% - 32px);
  padding: 16px;
  margin: -16px auto 0 auto;
  border-radius: 0 0 16px 16px;
}
.container-faq .faq .container-questions .response p {
  color: #112435;
  font-size: 14px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-faq .faq .container-questions .response p {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .container-faq .faq {
    width: 100%;
    gap: 64px;
    padding: 64px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-faq .faq .container-questions .btn-question::before {
    width: 35px;
    height: 5px;
    aspect-ratio: 7/1;
  }
  .container-faq .faq .container-questions .btn-question::after {
    width: 35px;
    height: 5px;
    aspect-ratio: 7/1;
  }
}
.banner {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.banner .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner .grid-banner {
  width: 100%;
  max-width: 527px;
  height: 100%;
  padding: 60px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.banner .grid-banner .content-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.banner .grid-banner .content-banner .title {
  width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  padding: 12px 26px;
}
.banner .grid-banner .content-banner .title::after {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background-color: #15586e;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.banner .grid-banner .content-banner .title h1 {
  z-index: 1;
  text-transform: uppercase;
  color: #f5f0eb;
  font-size: 24px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .banner .grid-banner .content-banner .title h1 {
    font-size: 40px;
  }
}
.banner .grid-banner .content-banner .description {
  width: 100%;
  background-color: #f5f0ea;
  margin-top: -27px;
  padding: 48px 26px 11px 26px;
  gap: 16px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.banner .grid-banner .content-banner .description .text {
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.banner .grid-banner .content-banner .description .text p {
  color: #112435;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .banner .grid-banner .content-banner .description .text p {
    font-size: 24px;
  }
}

.container-title {
  padding: 64px 0 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-title h2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-title h2 span {
  border-radius: 8px;
  padding: 12px 32px;
  text-transform: uppercase;
  text-align: center;
  color: #f4efea;
  font-size: 24px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-title h2 span {
    font-size: 40px;
  }
}
.container-title h2 span:first-child {
  background-color: rgb(208, 143, 56);
  margin-bottom: -6px;
}
.container-title h2 span:last-child {
  color: #f4efea;
  font-size: 18px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  background-color: #15586e;
}
@media screen and (min-width: 992px) {
  .container-title h2 span:last-child {
    font-size: 40px;
  }
}

@media screen and (min-width: 992px) {
  .banner {
    min-height: calc(85vh - 90px);
  }
  .banner .grid-banner {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .banner .grid-banner .content-banner {
    margin-left: -14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .banner .grid-banner .content-banner .title {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    padding: 24px 0;
  }
  .banner .grid-banner .content-banner .title::after {
    border-radius: 25px;
    width: calc(100% + 48px);
    height: 100%;
    background-color: #15586e;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .banner .grid-banner .content-banner .title h1 {
    width: 100%;
    z-index: 1;
    text-transform: uppercase;
    padding: 0 16px;
  }
  .banner .grid-banner .content-banner .description {
    width: 100%;
    background-color: #f5f0ea;
    margin-top: -27px;
    padding: 48px 21px 21px 21px;
    gap: 16px;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .banner .grid-banner .content-banner .description .text {
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-title {
    padding: 64px 0 40px 0;
  }
}
.uni-cta {
  width: 100%;
  padding: 10px 35px 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .uni-cta {
    font-size: 18px;
  }
}
.uni-cta.max {
  width: -moz-max-content;
  width: max-content;
}
.uni-cta:hover {
  color: #fff;
  text-decoration: none;
}
.uni-cta::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="white"/></svg>') no-repeat center center;
  background-size: contain;
}
.uni-cta.no-after {
  padding: 10px 21px !important;
}
.uni-cta.no-after::after {
  display: none;
}

@media screen and (min-width: 992px) {
  .uni-cta {
    padding: 16px 46px 16px 32px;
  }
  .uni-cta::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
  .uni-cta.kit-cta {
    max-width: 464px;
  }
}
.uni-cta-blue {
  width: 100%;
  padding: 10px 45px 10px 21px;
  gap: 10px;
  background-color: #15586e;
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .uni-cta-blue {
    font-size: 16px;
  }
}
.uni-cta-blue.disabled {
  background: rgb(119, 119, 119);
  color: rgb(176, 176, 176);
}
.uni-cta-blue.disabled:hover {
  color: rgb(176, 176, 176);
  cursor: normal;
}
.uni-cta-blue.disabled::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="rgb(176, 176, 176)"/></svg>') no-repeat center center;
  background-size: contain;
}
.uni-cta-blue:hover {
  color: #fff;
  text-decoration: none;
}
.uni-cta-blue::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="rgb(208, 143, 56)"/></svg>') no-repeat center center;
  background-size: contain;
}
.uni-cta-blue.no-after {
  padding: 10px 21px !important;
}
.uni-cta-blue.no-after::after {
  display: none;
}

@media screen and (min-width: 992px) {
  .uni-cta-blue {
    width: -moz-max-content;
    width: max-content;
    padding: 16px 46px 16px 32px;
  }
  .uni-cta-blue::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.uni-cta-related {
  width: 100%;
  padding: 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .uni-cta-related {
    font-size: 16px;
  }
}
.uni-cta-related:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .uni-cta-related {
    width: 100%;
    padding: 16px 32px;
  }
  .uni-cta-related::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.container-solutions {
  background-color: #15586e;
}
.container-solutions .grid-solutions {
  width: 100%;
  gap: 16px;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-solutions .grid-solutions .box-text {
  width: 100%;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-solutions .grid-solutions .box-text .text {
  width: 100%;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-solutions .grid-solutions .box-text .text h2 {
  padding: 8px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #f5f0ea;
  color: #112435;
  font-size: 24px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-solutions .grid-solutions .box-text .text h2 {
    font-size: 40px;
  }
}
.container-solutions .grid-solutions .box-text .text .desc {
  border-radius: 16px;
  color: #f4efea;
  font-size: 18px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-solutions .grid-solutions .box-text .text .desc {
    font-size: 18px;
  }
}
.container-solutions .grid-solutions .box-text .text .card {
  background-color: #f5f0ea;
  border-radius: 16px;
  padding: 24px;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-solutions .grid-solutions .box-text .text .card .description-card {
  width: 100%;
  border-bottom: 1px solid rgb(208, 143, 56);
  padding-bottom: 16px;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-solutions .grid-solutions .box-text .text .card .description-card p {
  color: #21272a;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-solutions .grid-solutions .box-text .text .card .description-card p {
    font-size: 18px;
  }
}
.container-solutions .grid-solutions .box-text .text .card .positive-points {
  gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-solutions .grid-solutions .box-text .text .card .positive-points .point {
  gap: 16px;
  display: grid;
  grid-template-columns: 32px 1fr;
}
.container-solutions .grid-solutions .box-text .text .card .positive-points .point p {
  color: #21272a;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-solutions .grid-solutions .box-text .text .card .positive-points .point p {
    font-size: 18px;
  }
}
.container-solutions .grid-solutions .box-text .text .card .positive-points .point img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-solutions .grid-solutions .box-text .text .card .description-final-card {
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-solutions .grid-solutions .box-text .text .card .description-final-card p {
  color: #21272a;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-solutions .grid-solutions .box-text .text .card .description-final-card p {
    font-size: 14px;
  }
}
.container-solutions .grid-solutions .box-image {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.container-solutions .grid-solutions .box-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-solutions:nth-child(odd) {
  background-color: #f5f0ea;
}
.container-solutions:nth-child(odd) .grid-solutions {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text h2 {
  background-color: #15586e;
  color: #f5f0eb;
  font-size: 24px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-solutions:nth-child(odd) .grid-solutions .box-text .text h2 {
    font-size: 40px;
  }
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text .desc {
  color: #21272a;
  font-size: 18px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-solutions:nth-child(odd) .grid-solutions .box-text .text .desc {
    font-size: 18px;
  }
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text .card {
  background-color: rgb(208, 143, 56);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .description-card {
  border-bottom: 1px solid #f5f0ea;
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .description-card p {
  color: #f5f0eb;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .description-card p {
    font-size: 18px;
  }
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .positive-points .point p {
  color: #f5f0eb;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .positive-points .point p {
    font-size: 18px;
  }
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .description-final-card p {
  color: #f5f0eb;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-solutions:nth-child(odd) .grid-solutions .box-text .text .card .description-final-card p {
    font-size: 14px;
  }
}
.container-solutions:nth-child(odd) .grid-solutions .box-text .uni-cta {
  background-color: #15586e;
}
@media screen and (min-width: 992px) {
  .container-solutions {
    background-color: #15586e;
  }
  .container-solutions .grid-solutions {
    width: 100%;
    gap: 32px;
    flex-wrap: nowrap;
    padding: 64px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-solutions .grid-solutions .box-text {
    width: 45%;
    gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-solutions .grid-solutions .box-text .text {
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-solutions .grid-solutions .box-text .text h2 {
    padding: 8px;
    border-radius: 16px;
    background-color: #f5f0ea;
  }
  .container-solutions .grid-solutions .box-text .text .desc {
    font-weight: 700;
  }
  .container-solutions .grid-solutions .box-text .text .card {
    background-color: #f5f0ea;
    border-radius: 16px;
    padding: 24px;
    gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-solutions .grid-solutions .box-text .text .card .description-card {
    border-bottom: 1px solid rgb(208, 143, 56);
    padding-bottom: 16px;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-solutions .grid-solutions .box-text .text .card .positive-points {
    gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-solutions .grid-solutions .box-text .text .card .positive-points .point {
    gap: 16px;
    display: grid;
    grid-template-columns: 32px 1fr;
  }
  .container-solutions .grid-solutions .box-text .text .card .positive-points .point img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container-solutions .grid-solutions .box-text .text .card .description-final-card {
    gap: 10px;
  }
  .container-solutions .grid-solutions .box-image {
    width: 55%;
    overflow: hidden;
    border-radius: 16px;
  }
  .container-solutions .grid-solutions .box-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container-solutions:nth-child(odd) {
    background-color: #fff;
  }
  .container-solutions:nth-child(odd) .grid-solutions {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-solutions:nth-child(odd) .grid-solutions .box-text .text .card {
    background-color: rgb(208, 143, 56);
  }
}
