﻿.swiper-slide {
  sbackground-color: red;
  color: black;
  smin-width: 750px;
  height: auto;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-container {
  padding-top: 134px;
}
.swiper-prev {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border-color: white;
  position: absolute;
  top: 0;
  right: 80px;
  padding-block: 0px;
  padding-inline: 0px;
  border-width: 1px;
  background-color: transparent;
  color: white;
}
.swiper-next {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border-color: white;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px;
  background-color: transparent;
  color: white;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: White;
  border-radius: 16px;
}
.swiper-pagination {
  gap: 16px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #28c083;
}
[data-framer-name="swiper-pagination-dark"] .swiper-pagination-bullet {
  background-color: #a7b9bd;
}
[data-framer-name="swiper-pagination-dark"]
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #03191e;
}
@media screen and (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination {
    gap: 12px !important;
  }
}

/* Start HubSpot form banner */
.hs-input {
  background-color: white;
  border-radius: 32px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 14px;
  border-width: 0px;
  width: 100%;
}

.hs-form li::marker {
  color: rgba(255, 255, 255, 0);
}

.hs-form-field {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: stretch;
}
.hs-form-field .input {
  width: auto;
}
.hs-form {
  width: 100%;
  display: flex;
  gap: 0px;
  flex-direction: column;
  align-items: stretch;
}
.hs-form label {
  font-size: 18px;
  line-height: 24px;
  font-family: "Sharp Type Medium", "Sharp Type Medium Placeholder", sans-serif;
}
.legal-consent-container {
  margin-top: 0px;
}
.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: 0px !important;
}
.legal-consent-container p {
  font-size: 12px;
  line-height: 20px;
}
.hs-form-booleancheckbox {
  margin-top: 12px;
}
.hs-form-booleancheckbox .hs-input {
  height: 16px !important;
}
.hs-form-booleancheckbox-display {
  display: flex;
}
.hs-form-booleancheckbox-display .hs-input {
  width: auto;
}
.inputs-list {
  padding-left: 0px;
  margin: 0px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 8px !important;
  font-size: 14px;
  line-height: 20px;
  font-family: "PP Mori", "PP Mori Placeholder", sans-serif;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 0px !important
  ;
}
.hs-button.primary.large {
  height: 72px;
  opacity: 0;
  width: 250px;
  display: none;
  pointer-events: none;
}
.form-columns-0,
.form-columns-1,
.form-columns-2 {
  max-width: 100% !important;
}
.no-list.hs-error-msgs.inputs-list {
  display: none;
}
.hs-input.invalid.error {
  outline: 1px solid #de3885;
}
.hs_error_rollup {
  color: #de3885;
}
[data-framer-name="buttons-dynamic"] {
  display: none;
}
.hs-richtext.hs-main-font-element h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 500 !important;
  font-family: "Sharp Type Medium", "Sharp Type Medium Placeholder", sans-serif;
}
.hs-richtext.hs-main-font-element h1 strong {
  font-weight: 500 !important;
}
.shs-richtext.hs-main-font-element {
  margin-bottom: 8px;
}
.hs-richtext.hs-main-font-element h4 strong {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #000000;
  margin-bottom: 8px;
  font-family: "Sharp Type Medium", "Sharp Type Medium Placeholder", sans-serif;
}
.hs_cv___job_applicants input {
  width: 250px !important;
}
.hs_error_rollup {
  position: absolute;
  bottom: -20px;
  left: 0px;
}
.hs_error_rollup label {
  font-size: 14px;
  line-height: 18px;
}
.no-list.hs-error-msgs.inputs-list {
  padding-inline-start: 0px !important;
}

.submitted-message.hs-main-font-element {
  font-family: "Sharp Type Medium", "Sharp Type Medium Placeholder", sans-serif;
  color: #10322b;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500 !important;
}
.hs-form-booleancheckbox [type="checkbox"]:checked {
  background-color: #020506;
}
.hs-form-booleancheckbox-display {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
}
.hs_submit.hs-submit {
  display: none;
}
.hs-richtext.hs-main-font-element {
  display: none;
}
.legal-consent-container .hs-richtext {
  display: none;
}
.hs-form-booleancheckbox .hs-form label {
  display: flex;
  align-items: flex-start;
}

.hs-form-booleancheckbox-display input {
  width: 16px;
  height: 16px;
  padding: 0px !important;
  margin: 0px !important;
}
/* Start General Form Mobile */
@media screen and (max-width: 991px) {
  .hs-form label {
    font-size: 14px;
    line-height: 18px;
  }
  .hs_error_rollup {
    bottom: -30px;
    left: 0px;
  }
}
/* End General Form Mobile */

/* Start Newsletter form banner */
[data-framer-name="newsletter-1-wrapper"] .hs-input {
  height: 72px;
  border-radius: 48px;
}
[sdata-framer-name="newsletter-1-wrapper"] .hs-richtext.hs-main-font-element {
  margin-bottom: 32px;
  display: none;
}
[data-framer-name="newsletter-1-wrapper"] .hs_email label {
  display: none;
}
[data-framer-name="newsletter-1-wrapper"]
  .submitted-message.hs-main-font-element {
  max-width: 410px;
}
[sdata-framer-name="newsletter-1-wrapper"] .hs_error_rollup {
  position: absolute;
  bottom: auto;
  top: 150px;
  left: 0px;
}

[data-framer-name="newsletter-1-wrapper"] .hs-dependent-field .inputs-list {
  margin: 0px;
}
@media screen and (max-width: 991px) {
  [data-framer-name="newsletter-1-wrapper"]
    .hs-richtext.hs-main-font-element
    h1 {
    font-size: 34px;
    line-height: 38px;
    max-width: 230px;
    font-weight: 500 !important;
    font-family: "Sharp Type Medium", "Sharp Type Medium Placeholder",
      sans-serif;
  }
  [sdata-framer-name="newsletter-1-wrapper"] .legal-consent-container {
    margin-top: 12px;
  }
  [data-framer-name="newsletter-1-wrapper"] .hs-input {
    height: 64px;
  }
}
/* End Newsletter form banner */

/* Start Newsletter Footer form */
[data-framer-name="footer-hubspot"] .hs_email.hs-email .hs-input {
  height: 72px;
  border-radius: 48px;
  outline: 1px solid #4c5553;
  background-color: #03191e;
  font-size: 16px;
  line-height: 24px;
  color: #8ea5aa;
  padding-left: 32px;
  font-family: "PP Mori", "PP Mori Placeholder", sans-serif;
}
[data-framer-name="footer-hubspot"] .hs-input.invalid.error {
  outline: 1px solid #de3885 !important;
}
[data-framer-name="footer-hubspot"] .legal-consent-container {
  margin-top: 0;
  color: white;
}
[data-framer-name="footer-hubspot"] .submitted-message.hs-main-font-element {
  font-family: "Sharp Type Medium", "Sharp Type Medium Placeholder", sans-serif;
  color: white;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500 !important;
}
@media screen and (max-width: 991px) {
  [data-framer-name="footer-hubspot"] .hs_email.hs-email .hs-input {
    height: 64px;
    padding-left: 24px;
  }
  [data-framer-name="footer-hubspot"] .submitted-message.hs-main-font-element {
    font-size: 24px;
    line-height: 28px;
  }
}
[data-framer-name="integrations-cms-item"] {
  min-height: 100%;
  align-items: stretch !important;
  align-self: start;
  display: flex;
}
[data-framer-name="Desktop-integration-item"] {
  min-height: 100% !important;
}

/* Start Report Form */

[data-framer-name="reports-form"] .hs-form {
  gap: 16px;
}
[data-framer-name="reports-form"] .legal-consent-container {
  margin-top: 0px;
}
[data-framer-name="reports-form"] .inputs-list {
  padding-inline-start: 0px !important;
}
[data-framer-name="hubspot-download"] {
  display: none;
}

@media screen and (max-width: 991px) {
  [data-framer-name="apply-form"] .hs-form-field {
    margin-bottom: 12px;
  }
}
[sdata-framer-name="solutions-feature-item-desktop"] {
  height: auto !important;
}
.sgrid-child-1 {
  display: flex;
  align-items: stretch;
}
.s__framer-cookie-component-button {
  display: none !important;
}
