





/* ******************************************************************************
*********************************************************************************
New 2025 styles for the theme
*********************************************************************************
****************************************************************************** */



/* TYPOGRAPHY */
h1,
.h1 {
  font-family: var(--font_headings);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.14;
  color: var(--brand_3); /* charcoal */
}

h2,
.h2 {
  font-family: var(--font_headings);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.16;
  color: var(--brand_3); /* charcoal */
}

h3,
.h3 {
  font-family: var(--font_body);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--brand_3); /* charcoal */
}

h4,
.h4 {
  font-family: var(--font_body);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  color: var(--brand_3); /* charcoal */
}

@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 670px) {
  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 19px;
  }
}

.text-regular, p, td, li, a, label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: var(--brand_3);
}

.text-large {
  font-size: 19px;
  line-height: 1.47;
}

.text-small {
  font-size: 14px;
  line-height: 1.71;
}

a, p a, td a, li a, label a {
  font-weight: bold;
  transition: color 0.2s;
}

a:hover {
  color: var(--brand_5);
  color: red;
}



/* GLOBAL */
html {
  overflow-x: hidden; 
}
body {
  font-family: var(--font_body);
  background: var(--brand_10); /* white */
  color: var(--brand_3); /* charcoal */
  font-size: 16px;
}

.content-wrapper {
  max-width: 1540px;
  padding: 0 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .content-wrapper {
    padding: 0 60px;
  }
}

@media screen and (max-width: 850px) {
  .content-wrapper {
    padding: 0 40px;
  }
}

@media screen and (max-width: 670px) {
  .content-wrapper {
    padding: 0 20px;
  }
}

/* BUTTONS */
.button-ghost,
.button-ghost-dark,
.button-ghost-light {
  padding-bottom: 2px;
  text-align: center;
  color: var(--brand_3); /* charcoal */
  border-bottom: 3px solid var(--brand_2); /* orange */
  transition: color 0.2s;
  font-size: 19px;
  line-height: 1.47;
  font-weight: 700;
}

.button-ghost-light {
  color: var(--brand_10); /* white */
}

.button-ghost:hover,
.button-ghost-dark:hover,
.button-ghost-light:hover {
  color: var(--brand_2); /* orange */
}
  
.cta_button,
.button-solid,
.button-solid-orange,
.button-solid-light {
  user-select: none !important;
  font-size: 19px !important;
  line-height: 1.47 !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
  display: inline-block !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
  background: var(--brand_2) !important; /* orange */
  color: var(--brand_10) !important; /* white */
  outline: 0px solid var(--brand_2) !important;
  transition: outline 0.1s, background 0.1s, color 0.1s !important;
}

@media screen and (max-width: 670px) {
  .cta_button,
  .button-media,
  .button-solid,
  .button-solid-orange,
  .button-solid-light {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}

.button-solid-light {
  background: var(--brand_10); /* white */
  color: var(--brand_3); /* charcoal */
  outline: 0px solid var(--brand_10);
}

.cta_button:hover,
.button-solid:hover,
.button-solid-orange:hover,
.button-solid-light:hover {
  outline-width: 4px !important;
  color: var(--brand_10) !important; /* white */
}

.button-wire,
.button-wire-orange,
.button-wire-light {
  user-select: none;
  font-size: 19px;
  line-height: 1.47;
  font-weight: 700;
  padding: 11px 21px;
  border: 3px solid var(--brand_2); /* orange */
  border-radius: 50px;
  color: var(--brand_3); /* charcoal */
  background: transparent;
  outline: 0px solid var(--brand_2); /* orange */
  transition: outline 0.2s, background 0.2s, color 0.2s;
}

.button-wire:hover,
.button-wire-orange:hover {
  background: var(--brand_2); /* orange */
  color: var(--brand_10); /* white */
  outline-width: 4px;
}

.button-wire-light {
  color: var(--brand_10);
  border: 3px solid var(--brand_10);
  outline: 0px solid var(--brand_10);
}

.button-wire-light:hover {
  background: var(--brand_10); /* white */
  color: var(--brand_3); /* charcoal */
  outline-width: 4px;
}

.button-icon,
.button-icon-large {
  width: 74px;
  height: 74px;
  border-radius: 100px;
  background: var(--brand_2); /* orange */
  color: var(--brand)
  outline: 0px solid var(--brand_2); /* orange */
  transition: outline 0.2s, background 0.2s, font-size 0.2s;
}

.button-icon:hover,
.button-icon-large:hover {
  
}

.button-icon-small {
  
}


.button-icon:hover,
.button-icon-large:hover {
  background: var(--brand_3); /* charcoal */
}


/* Media pill with play */
.button {
  --pad-x:20px;
  --pad-y:10px;
  --r:999px;
  display:inline-block !important; 
  padding: var(--pad-y) var(--pad-x) !important;
  border-radius: var(--r) !important;
  border:1px solid transparent !important;
  font-weight:600 !important;
  text-decoration:none !important;
  cursor:pointer !important;
  transition: all 0.2s !important;
  line-height:1.1 !important;
  margin-bottom: 20px !important;
}

.button .grid {
  display:inline-flex !important; 
  align-items:center !important; 
  justify-content:center !important; 
  gap:10px !important;
  text-align: left !important;
}

.button .grid div {
  max-width: 185px !important;
}

.button-media {
  --pad-x:16px; --pad-y:10px;
  border-radius:30px !important;
  border:0 !important;
  background: var(--brand_1) !important;
  color: var(--neutral-444) !important;
  font-weight:600 !important;
  padding-right:18px !important;
}
.button-media .media-dot {
  width:30px !important; 
  height:30px !important; 
  border-radius:999px !important;
  background: var(--brand_5) !important;
  display:inline-grid !important; 
  place-items:center !important;
  color: var(--brand_10) !important;
}
.button-media .play { 
  width:0 !important; 
  height:0 !important;
  border-left:8px solid currentColor !important;
  border-top:6px solid transparent !important;
  border-bottom:6px solid transparent !important;
  margin-left:2px !important;
}
.button-media:hover {
  background: var(--brand_9) !important;
  transform: translateY(-1px) !important;
  box-shadow:0 6px 16px rgba(0,0,0,.08) !important;
}


/* FORMS */
.hs-form-private {
/*   background: none !important;  */
}

.hs-form-private .sform-tag span {
  background-color: var(--brand_1) !important;
  color: var(--brand_3) !important;
  font-weight: 400 !important;
}

.hs-form-private select,
.hs-form-private textarea,
.hs-form-private input {
  border: 2px solid var( --brand_8) !important;
}

.hs-form-private select.error,
.hs-form-private textarea.error,
.hs-form-private input.error {
  border: 2px solid #EF6B51 !important;
}

.hs-form-private .hs-form-checkbox-display span:before {
  border: 2px solid var( --brand_8) !important;
  cursor: pointer !important;
}

.hs-form-private .hs-form-checkbox-display span {
  position: relative;
}

.hs-form-private .hs-form-checkbox-display input[type="checkbox"]:checked+span:before {
  background-image: none !important;
}

.hs-form-private .hs-form-checkbox-display input[type="checkbox"]:checked+span:after {
  border: 2px solid var(--brand_2) !important;
  border-left: transparent !important;
  border-top: transparent !important;
  content: "";
  height: 11px !important;
  transform: rotate(45deg) !important;
  width: 6px !important;
  position: absolute;
  top: -2px;
  right: 6px;
}

.hs-form-private .hs-form-checkbox-display span {
  color: var(--brand_3) !important;
}


.hs-form-private input[type="submit"] {
  user-select: none !important;
  display: inline-block !important;
  font-size: 19px !important;
  line-height: 1.47 !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
  background: var(--brand_2) !important;
  color: var(--brand_10) !important;
  outline: 0px solid var(--brand_2) !important;
  text-decoration: none !important;
  border: none !important;
  width: auto !important;
  transition: outline 0.1s, background 0.1s, color 0.1s !important;
}



.hs-form-private input[type="submit"]:hover {
  outline-width: 4px !important;
  color: var(--brand_10) !important;
}

