@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Satoshi', sans-serif;
  overflow-x: hidden;
}

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

.teaser-content-page,
.teaserMainContaienr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 36.01em) and (max-width: 63.99em) {
  .teaser-content-page,
  .teaserMainContaienr {
    gap: 1.5rem;
  }
}

@media (max-width: 36em) {
  .teaser-content-page,
  .teaserMainContaienr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.teaser-content-page .teaser-content-left,
.teaser-content-page .contentCardWrapper,
.teaserMainContaienr .teaser-content-left,
.teaserMainContaienr .contentCardWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: auto !important;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-left,
  .teaser-content-page .contentCardWrapper,
  .teaserMainContaienr .teaser-content-left,
  .teaserMainContaienr .contentCardWrapper {
    width: 100% !important;
  }
}

.teaser-content-page .teaser-content-right,
.teaserMainContaienr .teaser-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35% !important;
  min-width: 320px;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-bottom: none;
}

@media (min-width: 36.01em) and (max-width: 63.99em) {
  .teaser-content-page .teaser-content-right,
  .teaserMainContaienr .teaser-content-right {
    width: 40% !important;
    min-width: 280px;
  }
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right,
  .teaserMainContaienr .teaser-content-right {
    width: 100% !important;
    min-width: auto;
    border-radius: 0.5rem;
  }
}

.teaser-content-page .teaser-content-right .teaser-header-container,
.teaserMainContaienr .teaser-content-right .teaser-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  background: #18184A;
  color: #fff;
  padding: 1rem;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-header-container,
  .teaserMainContaienr .teaser-content-right .teaser-header-container {
    padding: 0.875rem;
  }
}

.teaser-content-page .teaser-content-right .teaser-header-container *,
.teaserMainContaienr .teaser-content-right .teaser-header-container * {
  margin: 0;
  padding: 0;
}

.teaser-content-page .teaser-content-right .teaser-header-container h2,
.teaserMainContaienr .teaser-content-right .teaser-header-container h2 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  color: #fff;
}

.teaser-content-page .teaser-content-right .teaser-header-container h1,
.teaser-content-page .teaser-content-right .teaser-header-container p,
.teaserMainContaienr .teaser-content-right .teaser-header-container h1,
.teaserMainContaienr .teaser-content-right .teaser-header-container p {
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 400;
  color: #fff;
  word-break: break-word;
}

.teaser-content-page .teaser-content-right .teaser-key-promises-container,
.teaserMainContaienr .teaser-content-right .teaser-key-promises-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-key-promises-container,
  .teaserMainContaienr .teaser-content-right .teaser-key-promises-container {
    padding: 0.875rem;
  }
}

.teaser-content-page .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item,
.teaserMainContaienr .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: calc(50% - 0.5rem);
  background: #ebebeb;
  color: #18184A;
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item,
  .teaserMainContaienr .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item {
    width: 100%;
  }
}

.teaser-content-page .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item img,
.teaserMainContaienr .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item img {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.teaser-content-page .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item h3,
.teaserMainContaienr .teaser-content-right .teaser-key-promises-container .teaser-key-promise-item h3 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1rem 1rem;
  border-top: 1px solid #ebebeb;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-contact-details-container,
  .teaserMainContaienr .teaser-content-right .teaser-contact-details-container {
    padding: 1rem 0.875rem;
  }
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container h2,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contacts,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .teaser-contact-details-item,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .teaser-contact-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .teaser-contact-details-item img,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .teaser-contact-details-item img {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.15rem;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .teaser-contact-details-item span,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .teaser-contact-details-item span {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contact-person-name,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contact-person-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-image,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-image {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-image img,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-details,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-details .name,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-details .name {
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-word;
}

.teaser-content-page .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-details .title,
.teaserMainContaienr .teaser-content-right .teaser-contact-details-container .contact-person-name .contact-person-name-details .title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #474747;
  word-break: break-word;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 0.5rem 1rem 1rem;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-call-to-action-container,
  .teaserMainContaienr .teaser-content-right .teaser-call-to-action-container {
    padding: 0.5rem 0.875rem 0.875rem;
  }
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button,
.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button img,
.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn img,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button img,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn img {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button span,
.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn span,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button span,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn span {
  margin: 0;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button {
  background: #18184A;
  color: #fff;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button:hover,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-call-to-action-button:hover {
  background: #18184a5e;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container,
  .teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .teaser-call-to-action-button,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .teaser-call-to-action-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .teaser-call-to-action-button,
  .teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .teaser-call-to-action-button {
    width: 100%;
  }
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .whatsapp-button,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .whatsapp-button {
  background: #388d86;
  color: #fff;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .whatsapp-button:hover,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .whatsapp-button:hover {
  background: #388d86a9;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .call-now-button,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .call-now-button {
  background: #fff;
  color: #18184A;
  border: 1px solid #18184A;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .call-now-button:hover,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-calls-container .call-now-button:hover {
  background: #18184a5e;
  color: #fff;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn {
  background: #fff;
  color: #18184A;
  border: 1px solid #18184A;
}

.teaser-content-page .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn:hover,
.teaserMainContaienr .teaser-content-right .teaser-call-to-action-container .teaser-schedule-a-call-btn:hover {
  background: #18184a5e;
  color: #fff;
}

.teaser-content-page .teaser-content-right .teaser-footer-container,
.teaserMainContaienr .teaser-content-right .teaser-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
}

@media (max-width: 36em) {
  .teaser-content-page .teaser-content-right .teaser-footer-container,
  .teaserMainContaienr .teaser-content-right .teaser-footer-container {
    padding: 0.75rem;
  }
}

.teaser-content-page .teaser-content-right .teaser-footer-container img,
.teaserMainContaienr .teaser-content-right .teaser-footer-container img {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.teaser-content-page .teaser-content-right .teaser-footer-container p,
.teaserMainContaienr .teaser-content-right .teaser-footer-container p {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
/*# sourceMappingURL=teaser.css.map */