@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;
  }
}
.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-form-talk {
  padding: 16px 0 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.container-form-talk .box-image {
  width: 100%;
  padding-bottom: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1.5px solid #15586e;
}
.container-form-talk .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-form-talk .box-form {
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-form-talk .box-form h2 {
  color: #15586e;
  font-size: 24px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form h2 {
    font-size: 40px;
  }
}
.container-form-talk .box-form .description {
  width: 100%;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-form-talk .box-form .description p {
  color: #112435;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .description p {
    font-size: 24px;
  }
}
.container-form-talk .box-form .wpcf7 {
  width: 100%;
}
.container-form-talk .box-form .wpcf7 form {
  width: 100%;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-form-talk .box-form .wpcf7 form .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.container-form-talk .box-form .wpcf7 form .grid span {
  width: 100%;
  position: relative;
}
.container-form-talk .box-form .wpcf7 form .grid span .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .grid span .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
.container-form-talk .box-form .wpcf7 form .grid span input {
  border-radius: 16px;
  background-color: #f2f4f8;
  color: #697077;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .grid span input {
    font-size: 16px;
  }
}
.container-form-talk .box-form .wpcf7 form .grid span input.wpcf7-not-valid {
  border: 2px solid red;
}
.container-form-talk .box-form .wpcf7 form label {
  margin: 0;
  width: 100%;
  gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  color: #21272a;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label {
    font-size: 14px;
  }
}
.container-form-talk .box-form .wpcf7 form label span {
  width: 100%;
  margin: 0;
  position: relative;
}
.container-form-talk .box-form .wpcf7 form label span .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label span .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
.container-form-talk .box-form .wpcf7 form label span input {
  border-radius: 16px;
  background-color: #f2f4f8;
  color: #697077;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label span input {
    font-size: 16px;
  }
}
.container-form-talk .box-form .wpcf7 form label span input.wpcf7-not-valid {
  border: 2px solid red;
}
.container-form-talk .box-form .wpcf7 form label textarea {
  width: 100%;
  background-color: #f2f4f8;
  color: #697077;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label textarea {
    font-size: 16px;
  }
}
.container-form-talk .box-form .wpcf7 form label textarea.wpcf7-not-valid {
  border: 2px solid red;
}
.container-form-talk .box-form .wpcf7 form label textarea .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label textarea .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
.container-form-talk .box-form .wpcf7 form .checkbox {
  gap: 10px;
  margin: 0;
}
.container-form-talk .box-form .wpcf7 form .checkbox label {
  margin: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.container-form-talk .box-form .wpcf7 form .checkbox label span {
  margin: 0;
  gap: 10px;
  padding-top: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #000;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .checkbox label span {
    font-size: 14px;
  }
}
.container-form-talk .box-form .wpcf7 form .checkbox label input {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.container-form-talk .box-form .wpcf7 form .wpcf7-submit {
  width: 100%;
  padding: 10px 45px 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  text-transform: inherit;
  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) {
  .container-form-talk .box-form .wpcf7 form .wpcf7-submit {
    font-size: 18px;
  }
}
.container-form-talk .box-form .wpcf7 form .wpcf7-submit:hover {
  color: #fff;
  text-decoration: none;
}
.container-form-talk .box-form .wpcf7 form .wpcf7-submit::after {
  width: 13px;
  height: 13px;
  z-index: 2;
  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="white"/></svg>') no-repeat center center;
  background-size: contain;
}
.container-form-talk .box-form .wpcf7 form .wpcf7-spinner {
  display: none;
}
.container-form-talk .box-form .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #fff;
  background-color: #ffb900;
  border-radius: 8px;
  font-weight: bold;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  display: none;
}
.container-form-talk .box-form .wpcf7 form.failed .wpcf7-response-output {
  border: none;
  color: #fff;
  background-color: #dc3232;
  border-radius: 8px;
  font-weight: bold;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-form-talk .box-form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #fff;
  background-color: #46b450;
  border-radius: 8px;
  font-weight: bold;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-form-talk .box-form .wpcf7-not-valid-tip {
  color: rgb(255, 12, 102);
  display: flex;
  justify-content: center;
  align-items: flex-start !important;
  font-size: 10px;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: translate(0, 100%);
  text-align: left;
}
.container-form-talk .box-form .cf7sg-response-output,
.container-form-talk .box-form .screen-reader-response {
  display: none;
}

@media screen and (min-width: 992px) {
  .container-form-talk {
    padding: 96px 0 64px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .container-form-talk .box-image {
    width: 100%;
    padding-bottom: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1.5px solid #15586e;
  }
  .container-form-talk .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container-form-talk .box-form {
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-form-talk .box-form h2 {
    color: #15586e;
    font-size: 24px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 800;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .description p {
    color: #112435;
    font-size: 16px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form .description p {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 {
    width: 100%;
  }
  .container-form-talk .box-form .wpcf7 form {
    width: 100%;
    gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-form-talk .box-form .wpcf7 form .grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .container-form-talk .box-form .wpcf7 form .grid span {
    width: 100%;
  }
  .container-form-talk .box-form .wpcf7 form .grid span input {
    border-radius: 16px;
    background-color: #f2f4f8;
    color: #697077;
    font-size: 12px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .grid span input {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label {
    margin: 0;
    width: 100%;
    gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    color: #21272a;
    font-size: 12px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label span {
    width: 100%;
    margin: 0;
  }
  .container-form-talk .box-form .wpcf7 form label span input {
    border-radius: 16px;
    background-color: #f2f4f8;
    color: #697077;
    font-size: 12px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label span input {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label textarea {
    width: 100%;
    background-color: #f2f4f8;
    color: #697077;
    font-size: 12px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form label textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .checkbox {
    gap: 10px;
    margin: 0;
  }
  .container-form-talk .box-form .wpcf7 form .checkbox label {
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .container-form-talk .box-form .wpcf7 form .checkbox label span {
    margin: 0;
    gap: 10px;
    padding-top: 5px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    color: #000;
    font-size: 12px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .checkbox label span {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .container-form-talk .box-form .wpcf7 form .checkbox label input {
    width: 20px;
    height: 20px;
    border-radius: 0;
  }
  .container-form-talk .box-form .wpcf7 form .wpcf7-submit {
    padding: 10px 45px 10px 21px;
    gap: 10px;
    background-color: rgb(208, 143, 56);
    border-radius: 100px;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    text-transform: inherit;
  }
}
