:root {
  --font: #000;
  --primary-blue: #CD202C;
  --accent-color: #e4d2ba;
  --light-color: #af9980;
  --callout-text-color: #CD202C;
  --main-text-color: #000;
  --btn-size: 18px;
  --primary-button-color: rgba(228, 210, 186, 0.0);
  --primary-button-background: rgba(205, 32, 44, 0.0);
  --primary-button-hover: rgba(228, 210, 186, 0.0);
  --primary-button-hover-text: rgba(205, 32, 44, 0.0);
  --secondary-button-color: rgba(175, 153, 128, 0.0);
  --secondary-button-bg-color: rgba(205, 32, 44, 0.0);
  --secondary-button-hover: rgba(228, 210, 186, 0.0);
  --secondary-button-hover-text: rgba(205, 32, 44, 0.0);
  --icon-color-main: rgba(6, 29, 52, 0.0);
}

@layer base, utilities;

@view-transition {
  navigation: auto;
}

#skipLink {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

#skipLink.load {
  visibility: visible;
}

#skipLink:focus {
  position: static;
  width: auto;
  height: auto;
}

@layer base {
  body {
    margin: 0;
  }

  body * {
    box-sizing: border-box;
    font-family: Roboto, serif;
    font-size: 16px;
  }
}

@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .flex {
    display: flex;
  }

  .flex.row {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex-center {
    align-items: center;
    justify-content: center;
  }

  .column, .col {
    flex-direction: column;
    width: 100%;
  }

  .align-start {
    align-items: flex-start;
  }

  .align-center {
    align-items: center;
  }

  .align-end {
    align-items: flex-end;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .wrap, .flex-wrap {
    flex-wrap: wrap;
  }

  .container {
    margin: 0 auto;
    max-width: 1346px;
    padding: 0 35px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .container.sm {
    max-width: 1130px;
  }
  
  .absolute-centered {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

body .rich a {
  color: var(--font);
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

* p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

h1 {
  color: #000;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 25px;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0px;
}

h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 25px;
  line-height: 1.20;
  font-style: normal;
  margin-top: 0px;
}

h3 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 25px;
  line-height: 1.20;
  font-style: normal;
  margin-top: 0px;
}

h4 {
  color: ;
  font-size: 22px;
  font-weight: ;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: none;
  line-height: 1.20;
  font-style: normal;
  margin-top: 0px;
}

h5 {
  color: ;
  font-size: 20px;
  font-weight: ;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 1.20;
  font-style: normal;
}

section .header-accent :is(h2, h3) {
  position: relative;
  padding-bottom: 10px;
}

section .header-accent :is(h2, h3):not(:empty):after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='6' viewBox='0 0 46 6' fill='none'%3E%3Cpath d='M0 0H40L46 6H6L0 0Z' fill='%23CD202C'/%3E%3C/svg%3E");
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 46px;
  height: 6px;
}

.light :is(h1, h2, h3, h4, h5) {
  font-weight: 200;
}

p, div {
  color: var(--font);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 0px;
}

h1 *, .h1 *,
h2 *, .h2 *,
h3 *, .h3 *,
h4 *, .h4 *, 
h5 *, .h5 *,
p span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body .large,
body .large *:not(h1, h2, h3, h4, h5) {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

body .small,
body .small *:not(h1, h2, h3, h4, h5) {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

body .subtitle,
body .subtitle *:not(h1, h2, h3, h4, h5) {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

ol, ul{
  padding-left: 20px;
}

.eyebrow {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: 2.56px;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: fit-content;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.impact {
  font-size: 90px;
  line-height:120%;
  margin:0px 0px 30px 0px;
  font-weight: 500;
}

.impact:empty {
  display: none;
  margin: 0px;
}

.fade-in-on-scroll {
  opacity: 1 !important;
  transform: translateY(0px);
}

input[type=submit], .btn, .button, button[type="submit"] {
  align-items: center;
  border-radius: 6px;
  background: var(--Primary-Red, #CD202C);
  color: white;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  padding: 15px 40px;
  transition: all 0.3s ease-out;
  position: relative;
  width: fit-content;
  padding: 15px 20px;
  justify-content: center;
  gap: 4px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-out;
}

input[type=submit]:focus,
.btn:focus {
  border: 1px solid #711E1E;
}

.button:hover,
button[type="submit"]:hover,
input[type=submit]:hover,
.btn:hover  {
  background: #711E1E;
}

.btn.arrow:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.40251 7.13942e-07L7.515 3.33756L11.2829 10L7.51501 16.6624L9.40251 20L15.0579 10L9.40251 7.13942e-07Z' fill='%23FFFFFF'/%3E%3Cpath d='M5.53494 3.42866L3.62897 6.7175L4.58015 8.3588L5.53133 10.0001L4.58015 11.6414L3.62897 13.2827L5.53495 16.5715L9.34326 10.0001L5.53494 3.42866Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  height: 20px;
  width: 20px;
  transform: rotate(-25deg);
  transition: all 0.3s ease-out;
}

.btn.arrow:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.40251 7.13942e-07L7.515 3.33756L11.2829 10L7.51501 16.6624L9.40251 20L15.0579 10L9.40251 7.13942e-07Z' fill='%23FAFF6B'/%3E%3Cpath d='M5.53494 3.42866L3.62897 6.7175L4.58015 8.3588L5.53133 10.0001L4.58015 11.6414L3.62897 13.2827L5.53495 16.5715L9.34326 10.0001L5.53494 3.42866Z' fill='%23FAFF6B'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

.button-inline {
  background: transparent;
  color: #CD202C;
  font-size: var(--btn-size);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position:relative;
}

.button-inline:hover {
  background: transparent;
}

.button-inline:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M0.75 4.77295C0.335786 4.77295 0 5.10874 0 5.52295C0 5.93716 0.335786 6.27295 0.75 6.27295V5.52295V4.77295ZM13.2803 6.05328C13.5732 5.76039 13.5732 5.28551 13.2803 4.99262L8.50736 0.219648C8.21447 -0.073245 7.73959 -0.073245 7.4467 0.219648C7.15381 0.512542 7.15381 0.987415 7.4467 1.28031L11.6893 5.52295L7.4467 9.76559C7.15381 10.0585 7.15381 10.5334 7.4467 10.8263C7.73959 11.1191 8.21447 11.1191 8.50736 10.8263L13.2803 6.05328ZM0.75 5.52295V6.27295H12.75V5.52295V4.77295H0.75V5.52295Z' fill='%23CD202C'/%3E%3C/svg%3E");
  margin-left: 10px;
  margin-top: 2px;
  transition: all 0.3s ease-out;
}

.button-inline:hover:after {
 margin-left: 15px;
}

.nav-mobile-menu-wrapper .nav-button-primary,
.button-alt {
  align-items: center;
  border: 2px solid var(--primary-button-background);
  border-radius: 50px;
  color: var(--primary-button-color);
  display: inline-flex; 
  font-size: var(--btn-size);
  padding: 12px 24px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease-out;
  position:relative;
  z-index:1;
}

.nav-mobile-menu-wrapper .nav-button-primary:hover,
.button-alt:hover {
  background-color: var(--primary-button-hover);
  background-position: 170%;
  border-color: var( --primary-button-hover-text);
  color: var( --primary-button-hover-text);
  cursor:pointer;
  padding: 12px 24px;
  position:relative;
}

.button-tertiary.center:after {
  margin-left: 12px;
  margin-top:2px;
  transition: all 0.3s ease-out;
  right:-18px;
  position:absolute;
}

.button-tertiary.center:hover:after{
 right: -28px;
}

.button-group {
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  margin-top:35px;
}

.page-not-found {
  height: 35vh;
  margin-top: 200px;
  text-align: center;
}

@media screen and (max-width: 991px){
  .flex:not(.row) {
    flex-direction: column;
  }
  h1, .h1,
  h1 *, .h1 * {
    font-size: 40px !important;
  }
  h2, .h2,
  h2 *, .h2 * {
    font-size: 35px !important;
  }
  h3, .h3,
  h3 *, .h3 * {
    font-size: 28px !important;
  }
  .impact {
    font-size: 60px !important;
  }
  a.nav-button-primary {
    justify-content:center;   
    text-align:center;
  }
}

@media screen and (max-width: 600px){
  p , ul li, span {
    font-size: 16px;
    font-style: normal;
    margin-top: 0px;
  }
  h1, .h1,
  h1 *, .h1 * {
    font-size: 30px !important;
  }
  h2, .h2,
  h2 *, .h2 * {
    font-size: 25px !important;
  }
  h3, .h3,
  h3 *, .h3 * {
    font-size: 20px !important;
  }
  .impact {
    font-size: 30px !important;
  }
}

/*
 * Form Theme Overrides
 */
form label span,
.hs-form-checkbox label ,.hs-form-radio label,
.hs-form-checkbox label span , .hs-form-radio label span
.hs-fieldtype-checkbox label, .hs-fieldtype-radio label,
.hs-form-checkbox label span, .hs-form-radio label span {
	font-size: 14px;
	letter-spacing: 0px;
  text-transform: none;
  color: #000
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

form :is(select, input[type="text"], input[type="email"], input[type="tel"], textarea ) {
  background-color: white;
	border-radius: 6px;
  border: 1px solid var(--Gray-3, #B3B4B3);
  margin: 0;
  padding: 14px 20px;
  width: 100%;
}

form label.hs-error-msg {
  font-size: 12px;
}

form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background-color: #fff; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.4915 3.47949L5.0865 6.74783L8.34525 3.49283L8.934 4.08241L5.11316 7.89866L0.930664 4.09616L1.4915 3.47949Z' fill='%234A4A4A'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.84375 0H8.875C9.4375 0 9.71875 0.6875 9.3125 1.09375L5.3125 5.09375C5.0625 5.34375 4.65625 5.34375 4.40625 5.09375L0.40625 1.09375C0 0.6875 0.28125 0 0.84375 0Z' fill='%23152213'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 10px;
  padding-right: 40px;
}

form textarea {
  width: 100% !important;
}

form .actions {
  display: flex;
  margin-top: 0;
}

form .hs-form-field {
  margin-bottom: 24px;
}

form label span.hs-form-required {
  color: #CD202C;
}

h3.form-title:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.formContainer input[type="text"], .formContainer input[type="email"], .formContainer input[type="tel"], textarea {
  margin-top: 5px;
  width: 100%; 
  box-sizing: border-box; 
  height: 40px; 
  padding-left: 10px;  
}

textarea {
  height: unset;
}

ul.hs-error-msgs {
  list-style-type: none;
  margin-top: 0px;
  padding-left: 0;
}

ul.hs-error-msgs li label {
  color: red;
}

.formContainer select {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font-weight: 500;
    padding: 0 0 0 14px;
    margin: 0 0 15px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://44227242.fs1.hubspotusercontent-na1.net/hubfs/44227242/Icons/Icon-2.svg');
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.formContainer ul {
    list-style: none; /* Remove default bullets */
    padding:0px;
}
.hs-submit {
    margin-top:20px;
}

.hs-input[type="radio"]{
    width: 20px!important; 
    height: 20px;
    margin-bottom: 0;
    background-color: #F0F2F4;
    border: 2px solid var(--main-text-color);
    height: 20px !important;
    margin-right: 10px;
}

input[type="checkbox"]{
    width:20px!important; 
    height: 20px !important; 
    background-color: #F0F2F4;
    border: 1px solid var(--main-text-color);
    height: 20px!important;
    margin-right: 10px;
    -webkit-appearance: none;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked:after {
    content: url('https://44227242.fs1.hubspotusercontent-na1.net/hubfs/44227242/Icons/Icon-1.svg');
    position: absolute;
    top: 2px;
    left: 0px;
    color: #ffffff;
}

.sticky-form label.hs-form-checkbox-display span {
  margin-bottom: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display>span ,.legal-consent-container .hs-form-booleancheckbox-display p {
	font-weight:400;
  font-size:16px;
  color:var(--main-text-color);
}

.hs-form-checkbox label ,.hs-form-radio label{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  color:var(--main-text-color);
  font-weight:400;
}
.hs-form-checkbox label span , .hs-form-radio label span {
  display:flex;
  flex:1;
  color:var(--main-text-color);
  font-weight:400;
}

.hs-richtext p {
  color:var(--main-text-color);
  font-weight:400;
}

.hs-form fieldset{
  max-width:100% !important;
   
}
.hs-fieldtype-checkbox{
  margin:20px 0px !important;
}
.hs-fieldtype-checkbox label, .hs-fieldtype-radio label {
    font-weight: 700;
    text-transform: capitalize;
}
.hs-form-checkbox label span, .hs-form-radio label span {
  display: flex;
  flex: 1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
}
.hs-main-font-element{
  color:var(--primary-blue);
  font-size:14px;  
}

.hs-form-field select,
.hs-form-field textarea,
.hs-form-field input {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.90);
  margin-bottom: 15px;
  padding: 8px 16px;
  width: 100%;
}

.hs-form-field select:focus-visible,
.hs-form-field textarea:focus-visible,
.hs-form-field input:focus-visible {
  outline: 2px solid black;
}

.legal-consent-container .hs-richtext {
  font-size:12px;   
  line-height:115%;
  color: var(--main-text-color);
}

form fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}