/* --- GLOBAL: FONTS --- */
@font-face {
  font-family: "HubexoProductFont";
  src: url("../fonts/HubexoProductFont-Regular.woff2") format("woff2"),
    url("../fonts/HubexoProductFont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HubexoProductFont";
  src: url("../fonts/HubexoProductFont-RegularItalic.woff2") format("woff2"),
    url("../fonts/HubexoProductFont-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HubexoProductFont";
  src: url("../fonts/HubexoProductFont-Medium.woff2") format("woff2"),
    url("../fonts/HubexoProductFont-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HubexoProductFont";
  src: url("../fonts/HubexoProductFont-Bold.woff2") format("woff2"),
    url("../fonts/HubexoProductFont-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- GLOBAL: BLOCK --- */
.tl2-block {
  color: #555555;
  font-family: "HubexoProductFont", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.tl2-block-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

.tl2-block.--align-left ..tl2-block-container {
  max-width: 940px;
}

.tl2-loz {
  background-color: #e2f9e6;
  color: #40924d;
  font-size: 11px;
  padding: 8px 14px 6px;
  border-radius: 100px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 24px;
}

/* --- GLOBAL: FONT STYLES --- */
strong {
  font-weight: 580;
  letter-spacing: 0.3px;
}

.tl2-block-default-styling h1,
.tl2-block-default-styling h2,
.tl2-block-default-styling h3,
.tl2-block-default-styling h4,
.tl2-block-default-styling h5,
.tl2-block-default-styling h6 {
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 16px 0;
  font-family: HubexoProductFont, sans-serif !important;
}

.tl2-block-default-styling h1 {
  font-size: 36px;
}

.tl2-block-default-styling h2 {
  font-size: 30px;
}

.tl2-block-default-styling h3 {
  font-size: 26px;
}

.tl2-block-default-styling h4 {
  font-size: 22px;
}

.tl2-block-default-styling p {
  color: #4e5358;
}

.tl2-block-default-styling p:not(:last-of-type) {
  margin-bottom: 1.4rem;
}

.tl2-block-default-styling ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.tl2-block-default-styling ul li {
  color: #444444;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 28px;
  margin-bottom: 12px;
}

@media (min-width: 1440px) {
  .tl2-block-default-styling h1 {
    font-size: 44px;
  }

  .tl2-block-default-styling h2 {
    font-size: 34px;
  }

  .tl2-block-default-styling h3 {
    font-size: 30px;
  }
}

/* -- GLOBAL: BUTTONS -- */
.tl2-btn {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  padding: 18px 32px 15px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  font-size: 17px;
  transition: 0.2s;
  text-align: center;
}

.tl2-btn[style*="background-color: transparent"]:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.tl2-btn[style*="background-color: #"]:hover {
  transform: translateY(-2px);
}

/* -- GLOBAL: BUTTONS -- */
.js-trigger-demo-modal--header,
.js-trigger-demo-modal--footer {
  display: none;
}

/* -- BLOCK: INTRO -- */
.tl2-block-intro {
  text-align: center;
}

.tl2-block-intro > * {
  margin: 0 auto;
}

.tl2-block-intro.--align-left {
  text-align: left;
}

.tl2-block-intro.--align-left .tl2-block-container {
  max-width: 940px;
}

.tl2-block-intro.--align-left .tl2-block-intro__heading,
.tl2-block-intro.--align-left .tl2-block-intro__copy {
  margin-left: 0;
  margin-right: 0;
}

.tl2-block-intro__heading,
.tl2-block-contentblock__title {
  font-weight: 500;
  font-size: clamp(36px, 5vw, 56px);
  max-width: 850px;
  color: #0f0f0f;
  line-height: 1.15;
  margin: 0 auto 28px auto;
}

.tl2-block-contentblock__title {
  color: inherit;
  font-size: clamp(36px, 5vw, 44px);
}

.tl2-block-intro__copy,
.tl2-block-contentblock__copy {
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.tl2-block-intro__copy--button,
.tl2-block-contentblock__button {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .tl2-block-intro__copy,
  .tl2-block-contentblock__copy {
    font-size: 19px;
  }

  .tl2-block-intro__copy--button,
  .tl2-block-contentblock__button {
    margin-bottom: 26px;
  }
}

/* -- BLOCK: FORM -- */
.tl2-block-form {
  background: #f7f7f3;
}

.tl2-block-form__wrapper {
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 24px;
  max-width: 600px;
  margin: -30px auto 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.tl2-block-form form input {
  background-color: #f5f5f5 !important;
  border: none !important;
  border-bottom: 2px solid #321432 !important;
  border-radius: 0 !important;
  padding: 16px 12px !important;
  color: #321432 !important;
  box-shadow: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease !important;
  font-family: "HubexoProductFont", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  height: 60px !important;
}

.tl2-block-form form input:focus {
  outline: none !important;
  background-color: #eeeeee !important;
  border-bottom-color: #dbabd7 !important;
}

.tl2-block-form form label {
  color: #321432 !important;
  font-weight: 450 !important;
  margin-bottom: 8px !important;
  font-size: 16px;
  line-height: 25px;
  font-family: "HubexoProductFont", sans-serif !important;
}

.tl2-block-form form label > span {
  font-family: "HubexoProductFont", sans-serif !important;
  font-size: 16px;
  line-height: 25px;
}

.tl2-block-form .hsfc-Step__Content {
  padding: 0 !important;
}

.tl2-block-form .hsfc-FieldLabel__RequiredIndicator {
  color: #321432 !important;
}

.tl2-block-form .hsfc-ErrorAlert {
  font-weight: 700 !important;
  color: #321432 !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  font-family: "HubexoProductFont", sans-serif !important;
}

.tl2-block-form .hsfc-RichText {
  font-family: HubexoProductFont, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #000 !important;
  opacity: 0.6 !important;
}

.tl2-block-form .hsfc-RichText p {
  padding: 0;
  margin: 0 0 20px;
}

.tl2-block-form .hsfc-RichText a {
  color: #75f9ce !important;
  text-decoration: underline !important;
}

.tl2-block-form .hsfc-Button {
  white-space: pre-wrap;
  min-height: 55px;
  height: auto;
  background-color: #70e77f !important;
  color: #1a1a1a !important;
  border: none !important;
  padding: 18px 20px !important;
  font-weight: 800 !important;
  border-radius: 10px !important;
  font-size: 1.1rem !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform 0.2s ease !important;
  display: inline-block !important;
  width: 100% !important;
  margin-top: 25px !important;
  text-align: center;
  line-height: 1.15;
  margin: 0;
  font-family: HubexoProductFont, sans-serif !important;
}

.tl2-block-form .hsfc-Button:hover {
  transform: none !important;
}

.tl2-block-form
  .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl)
  .hsfc-PhoneInput__FlagAndCaret {
  border: 0 !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0;
}

/* -- BLOCK: VIDEO -- */
.video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.tl2-block-video video {
  width: 100%;
}

.tl2-block-video .tl2-block-container {
  max-width: 1000px;
}

/* -- BLOCK: IMAGE & COPY -- */
.tl2-block-imagecopy img {
  width: 100%;
  border-radius: 24px;
}

.tl2-block-imagecopy__copy {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
}

@media (min-width: 1024px) {
  .tl2-block-imagecopy.--imagealign-right .tl2-block-imagecopy__image {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .tl2-block-imagecopy__copy {
    font-size: 19px;
    line-height: 28px;
  }
}

/* -- BLOCK: HERO -- */
.tl2-block-hero {
  padding: 72px 0;
  position: relative;
}

.tl2-block-hero.landscape-v2 {
  padding-bottom: 0;
}

.tl2-block--hero-v2 {
  padding: 0 0 48px;
}

.tl2-block--hero-v2.tl2-block {
  overflow: visible;
}

.tl2-block--hero-v2 .tl2-block-hero__panel {
  position: relative;
  padding: 56px 0 100px;
  overflow: hidden;
}

.tl2-block--hero-v2 .tl2-block-hero__content-buttons {
  justify-content: center;
}

.tl2-block--hero-v2 .tl2-block-hero__content {
  text-align: center;
}

.tl2-block--hero-v2 .tl2-block-hero__image {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  margin: -64px auto 0;
}

.tl2-block--hero-v2 .tl2-block-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.tl2-block-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tl2-block-hero .tl2-block-container {
  position: relative;
  z-index: 2;
}

.tl2-block-hero__content {
  color: #ffffff;
  text-align: center;
}

.tl2-block-hero__content-heading {
  font-size: 38px;
  line-height: 46px;
  margin: 0 0 28px 0;
}

.tl2-block-hero__content-copy {
  margin: 0 0 40px 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(17px, 1.3vw, 21px);
}

.tl2-block-hero__image {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.tl2-block-hero__content-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tl2-block-hero__content-buttons .tl2-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .tl2-block-hero__content-buttons .tl2-btn {
    width: auto;
  }
  .tl2-block--hero-v2 .tl2-block-hero__content {
    text-align: center;
  }

  .tl2-block--hero-v2 .tl2-block-hero__panel {
    padding: 72px 0 220px;
  }

  .tl2-block--hero-v2 .tl2-block-hero__image {
    margin-top: -180px;
  }

  .tl2-block-hero__content {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .tl2-block-hero__content-heading {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1024px) {
  .tl2-block-hero__image {
    max-width: 420px;
  }

  .tl2-block-hero.landscape-v2 {
    padding-bottom: 0;
  }

  .tl2-block-hero.landscape-v1 .tl2-block-hero__image,
  .tl2-block-hero.landscape-v2 .tl2-block-hero__image {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .tl2-block-hero {
    padding-top: 110px;
  }

  .tl2-block-hero.landscape-v1 {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .tl2-block-hero.landscape-v2 {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .tl2-block--hero-v2 {
    padding-top: 0;
  }

  .tl2-block--hero-v2 .tl2-block-hero__panel {
    padding: 110px 0 280px;
  }

  .tl2-block--hero-v2 .tl2-block-hero__image {
    margin-top: -240px;
  }
}

@media (min-width: 1440px) {
  .tl2-block-hero__content-heading {
    font-size: 50px;
    line-height: 58px;
  }
}

/* -- BLOCK: IMAGE CARD -- */
.tl2-block-imagecards .tl2-block-container {
  max-width: 1200px;
}

.tl2-image-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(12, 35, 18, 0.02);
  font-size: 16px;
}

.tl2-image-card__content {
  padding: 32px;
  flex-grow: 1;
  background: #0b240e;
}

.tl2-image-card__heading {
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.tl2-image-card__copy {
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

/* -- THREE COLUMN -- */
.tl2-columncopy {
  text-align: center;
}

.tl2-columncopy__tag {
  background-color: #5ce07e;
  color: #111111;
  margin: 0 auto;
  margin-bottom: 16px;
}

.tl2-columncopy__heading {
  font-weight: 600;
  color: #111111;
  margin: 0 0 12px 0;
}

.tl2-columncopy__copy {
  color: #666666;
  margin: 0;
}

/* FOUR COLUMNS */

.tl2-block-fourcolumns .tl2-columncopy {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  text-align: left;
}

.tl2-block-fourcolumns .tl2-columncopy__heading {
  font-weight: 400;
}

.tl2-block-fourcolumns .tl2-columncopy__copy {
  margin-bottom: 14px;
}

.tl2-block-fourcolumns .tl2-columncopy .tl2-btn {
  margin-top: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tl2-image-card__heading {
    font-size: 18px;
  }

  .tl2-image-card__content {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .tl2-columncopy__heading {
    font-size: 26px;
    line-height: 34px;
  }

  .tl2-columncopy__copy {
    font-size: 19px;
    line-height: 28px;
  }

  .tl2-block-fourcolumns .tl2-columncopy__copy {
    margin-bottom: 26px;
  }
}

/* -- BLOCK: BUTTONS -- */
.tl2-block-buttons__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tl2-block-buttons__wrapper .tl2-btn {
  margin: 12px;
}

/* -- BLOCK: CTA -- */
.tl2-block-cta {
  padding: 0 24px;
}

.tl2-block-cta .tl2-block-container {
  color: #111111;
  background-color: #70e77f;
  border-radius: 24px 24px 0px 0px;
  padding: 80px 32px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.tl2-block-cta__heading {
  font-weight: 600;
  color: #111111;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  font-size: 30px;
  line-height: 38px;
}

.tl2-block-cta__copy {
  color: #111111;
  max-width: 600px;
  margin: 0 auto 36px auto;
}

@media (min-width: 1440px) {
  .tl2-block-cta__heading {
    font-size: 38px;
    line-height: 46px;
  }
}

/* -- BLOCK: ACCORDION -- */
.tl2-block-accordion .tl2-block-container {
  max-width: 940px;
}

.tl2-accordion {
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  transition: border-color 0.2s;
}

.tl2-accordion__heading {
  padding: 24px 32px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.tl2-accordion__heading svg {
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
  transform: rotate(0deg);
}

.tl2-accordion__content {
  display: none;
  padding: 0px 32px 24px;
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: 1.6;
  font-weight: 600;
}

.tl2-accordion.--active {
  border-color: #70e77f;
}

.tl2-accordion.--active .tl2-accordion__content {
  display: block;
}

.tl2-accordion.--active .tl2-accordion__heading svg {
  transform: rotate(180deg) !important;
}

/* -- BLOCK: CARDS -- */
.tl2-block-cards .tl2-block-container {
  max-width: 940px;
}

.tl2-block-cards__heading {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #666666;
  font-weight: 400;
  margin: 0 0 16px 12px;
}

.tl2-block-cards__heading strong {
  color: #0c2312;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 8px;
  display: inline-block;
}

.tl2-card {
  height: 100%;
  background-color: #ffffff;
  color: #333333;
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 12px rgba(12, 35, 18, 0.02);
}

.tl2-card__heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.tl2-card__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tl2-card.light {
}

.tl2-card.--dark {
  color: #fff;
  background-color: #0c2312;
}

/* -- BLOCK: BOXES -- */

.tl2-boxescopy {
  padding: 42px 0 42px 45px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.tl2-boxescopy__heading {
  color: #111111;
  margin: 0 0 12px 0;
  padding-right: 42px;
}

.tl2-boxescopy__copy {
  margin-bottom: 14px;
  padding-right: 42px;
}

.tl2-boxescopy .tl2-btn {
  margin-top: auto;
}

@media (min-width: 768px) {
  .tl2-boxescopy {
    padding: 0 0 0 45px;
    margin: 42px 0;
  }

  .tl2-boxescopy:first-of-type {
    border-right: 1px solid rgba(97, 102, 107, 0.3);
  }

  .tl2-boxescopy:last-of-type {
    border-left: 1px solid #61666b;
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .tl2-boxescopy__heading {
    font-size: 26px;
    line-height: 34px;
  }

  .tl2-boxescopy__copy {
    font-size: 19px;
    line-height: 28px;
  }

  .tl2-boxescopy__copy {
    margin-bottom: 26px;
  }
}
