:root {
  --size-xs: 20px;
  --size-sm: 40px;
  --size-md: 60px;
  --size-lg: 80px;
  --size-xl: 120px;
}

@media (max-width: 1200px) {
  :root {
    --size-xs: 10px;
    --size-sm: 20px;
    --size-md: 40px;
    --size-lg: 60px;
    --size-xl: 100px;
  }
}
@media (max-width: 768px) {
  :root {
    --size-xs: 10px;
    --size-sm: 20px;
    --size-md: 30px;
    --size-lg: 50px;
    --size-xl: 80px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.pt-sm {
  padding-top: var(--size-sm);
}

.pt-md {
  padding-top: var(--size-md);
}

.pt-lg {
  padding-top: var(--size-lg);
}

.pt-xl {
  padding-top: var(--size-xl);
}

.pb-sm {
  padding-bottom: var(--size-sm);
}

.pb-md {
  padding-bottom: var(--size-md);
}

.pb-lg {
  padding-bottom: var(--size-lg);
}

.pb-xl {
  padding-bottom: var(--size-xl);
}

.fix-os {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 992px) {
  .fix-os {
    position: unset;
    top: unset;
  }
}

.vertical-align {
  display: flex;
  align-items: center;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 53px;
  text-transform: uppercase;
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 53px;
  text-transform: uppercase;
  line-height: 0.9;
}

.cs-hero {
  width: 100%;
  height: auto;
}

.cs-date {
  background-color: #3D4543;
  text-align: center;
  padding: 4px 0 2px 0;
}
@media only screen and (max-width: 992px) {
  .cs-date {
    padding: 4px 0 0 0;
  }
}
.cs-date h1 {
  color: #FFB600;
}
@media only screen and (max-width: 992px) {
  .cs-date h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .cs-date h1 {
    font-size: 28px;
  }
}

.signup {
  position: relative;
  padding: 80px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .signup {
    padding: 40px 0 20px 0;
  }
}
.signup {
  /*************************************
  * Background
  *************************************/
}
.signup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00AB54;
  mix-blend-mode: multiply;
  z-index: 1;
}
.signup .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/texture.png");
  background-repeat: repeat;
  opacity: 0.4;
  z-index: 0;
}
.signup {
  /*************************************
  * Content
  *************************************/
}
.signup .content {
  position: relative;
  z-index: 3;
}
.signup .content h2 {
  color: #D9F2E5;
}
@media only screen and (max-width: 992px) {
  .signup .content h2 {
    margin: 0 0 30px 0;
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .signup .content h2 {
    font-size: 28px;
  }
}
.signup .content {
  /*************************************
  * Gravity Form
  *************************************/
}
.signup .content .form-wrap .gform_required_legend {
  display: none;
}
.signup .content .form-wrap .gform-field-label__text,
.signup .content .form-wrap .gfield_required {
  display: none;
}
.signup .content .form-wrap {
  /*************************************
  * Text / Email Fields
  *************************************/
}
.signup .content .form-wrap input[type=text],
.signup .content .form-wrap input[type=email] {
  width: 100%;
  height: 69px;
  padding-left: 20px !important;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}
.signup .content .form-wrap input[type=text]::-moz-placeholder, .signup .content .form-wrap input[type=email]::-moz-placeholder {
  color: #D9F2E5;
  opacity: 1;
}
.signup .content .form-wrap input[type=text]::placeholder,
.signup .content .form-wrap input[type=email]::placeholder {
  color: #D9F2E5;
  opacity: 1;
}
.signup .content .form-wrap {
  /*************************************
  * Consent Field
  *************************************/
}
.signup .content .form-wrap .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 0;
}
.signup .content .form-wrap .ginput_container_consent input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 54px;
  height: 54px;
  min-width: 54px;
  margin: 0;
  border: 1px solid #D9F2E5;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.signup .content .form-wrap .ginput_container_consent input[type=checkbox]:checked {
  background: #D9F2E5;
}
.signup .content .form-wrap .ginput_container_consent input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 11px;
  width: 12px;
  height: 23px;
  border: solid #00AB54;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.signup .content .form-wrap .ginput_container_consent input[type=checkbox]:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.signup .content .form-wrap .ginput_container_consent .gform-field-label__text {
  display: block;
  color: #D9F2E5;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.signup .content .form-wrap .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
.signup .content .form-wrap {
  /*************************************
  * Gravity Form Layout
  *************************************/
}
.signup .content .form-wrap #gform_fields_3 {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: auto auto auto !important;
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  row-gap: 30px !important;
  align-items: center !important;
}
.signup .content .form-wrap {
  /*
   * Name
   */
}
.signup .content .form-wrap #field_3_1 {
  grid-column: 1/13 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}
.signup .content .form-wrap {
  /*
   * Email
   */
}
.signup .content .form-wrap #field_3_3 {
  grid-column: 1/13 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}
.signup .content .form-wrap {
  /*
   * Consent
   */
}
.signup .content .form-wrap #field_3_4 {
  grid-column: 1/10 !important;
  grid-row: 3 !important;
  align-self: center !important;
  margin: 40px 0 0 !important;
  padding: 0 !important;
}
.signup .content .form-wrap {
  /*
   * Submit
   */
}
.signup .content .form-wrap #field_submit_3 {
  grid-column: 10/13 !important;
  grid-row: 3 !important;
  align-self: center !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100%;
  margin: 40px 0 0 !important;
  padding: 0 !important;
}
.signup .content .form-wrap #field_submit_3 button[type=submit] {
  margin: 0 !important;
  white-space: nowrap;
}
.signup .content .form-wrap {
  /*
   * Consent inner layout
   */
}
.signup .content .form-wrap .ginput_container_consent {
  display: flex !important;
  align-items: top !important;
  gap: 30px;
  margin: 0 !important;
}
.signup .content .form-wrap {
  /*************************************
  * Mobile
  *************************************/
}
@media only screen and (max-width: 768px) {
  .signup .content .form-wrap #gform_fields_3 {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    row-gap: 20px !important;
  }
  .signup .content .form-wrap #field_3_1,
  .signup .content .form-wrap #field_3_3,
  .signup .content .form-wrap #field_3_4,
  .signup .content .form-wrap #field_submit_3 {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
  }
  .signup .content .form-wrap #field_3_4 {
    margin-top: 20px !important;
  }
  .signup .content .form-wrap #field_submit_3 {
    margin-top: 0 !important;
    justify-self: stretch !important;
  }
  .signup .content .form-wrap #field_submit_3 button[type=submit] {
    width: 100%;
  }
}
.signup .content .form-wrap {
  /*************************************
  * Submit Button
  *************************************/
}
.signup .content .form-wrap button[type=submit] {
  margin: 0;
  padding: 14px 30px;
  border: none;
  border-radius: 100px;
  background-color: #D9F2E5;
  color: #00AB54;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.signup .content .form-wrap button[type=submit]:hover {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .signup .content .form-wrap button[type=submit] {
    width: 100%;
  }
}
.signup {
  /*************************************
  * Footer
  *************************************/
}
.signup .footer {
  text-align: center;
  border-top: 1px solid #ffffff;
  margin: 40px 0 0 0;
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .signup .footer {
    margin: 0;
    padding: 40px 0 0 0;
  }
}
.signup .footer .social {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .signup .footer .social {
    gap: 10px;
    margin: 40px 0;
  }
  .signup .footer .social img {
    width: 38px;
  }
}
.signup .footer .copyright p {
  margin: 0;
  color: #ffffff;
}
.signup .footer .copyright a {
  margin: 0 4px;
  color: #ffffff;
}

.closed-hero {
  background-image: url("../img/cs-hero.jpg");
  background-size: cover;
  background-position: right center;
  padding: 60px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .closed-hero {
    padding: 30px 0 0 0;
    background-position: right 80% center;
  }
}
.closed-hero .logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.closed-hero .logos .grp-logo {
  margin-bottom: -80px;
}
@media only screen and (max-width: 992px) {
  .closed-hero .logos .grp-logo {
    width: 19%;
    margin-bottom: -5%;
  }
  .closed-hero .logos {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .closed-hero .logos .pypsa-logo {
    width: 55%;
    max-width: 160px;
  }
}

.closed-banner {
  background-color: #3D4543;
  padding: 20px 0 22px 0;
  text-align: center;
}
.closed-banner h1 {
  color: #FFB600;
  font-size: 26px;
  margin: 0;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .closed-banner h1 {
    font-size: 22px;
  }
}

.closed-intro {
  text-align: center;
  padding: 100px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .closed-intro {
    padding: 40px 0 0 0;
  }
}
.closed-intro h2 {
  font-size: 70px;
  padding: 0 10%;
  color: #00AB54;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 992px) {
  .closed-intro h2 {
    font-size: 52px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .closed-intro h2 {
    font-size: 34px;
  }
}
.closed-intro p {
  font-size: 33px;
  line-height: 1.2;
  padding: 0 3%;
}
.closed-intro p strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .closed-intro p {
    font-size: 28px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .closed-intro p {
    font-size: 22px;
  }
}

.closed-content {
  padding: 0 0 120px 0;
}
@media only screen and (max-width: 768px) {
  .closed-content {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 992px) {
  .closed-content .content {
    text-align: center;
  }
}
.closed-content .content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #00AB54;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .closed-content .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .closed-content .content h3 {
    font-size: 26px;
  }
}
.closed-content .content p {
  color: #3D4543;
  font-size: 20px;
  font-weight: 400;
}
.closed-content .content ul li,
.closed-content .content ol li {
  color: #3D4543;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.closed-content .content .logos {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 0 36px 0;
}
@media only screen and (max-width: 576px) {
  .closed-content .content .logos {
    flex-direction: column;
    row-gap: 30px;
  }
}
.closed-content .content .callout {
  background-color: #00AB54;
  padding: 31px;
  border-radius: 16px;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .closed-content .content .callout {
    padding: 20px;
  }
}
.closed-content .content .callout p {
  color: #D9F2E5;
}
.closed-content .content .callout p a {
  font-weight: 700;
  color: #D9F2E5;
  text-decoration: underline;
}
.closed-content .content .callout p a:hover {
  color: #ffffff;
}
.closed-content .resources {
  background-color: #00AB54;
  border-radius: 16px;
  padding: 10px 20px 20px 20px;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .closed-content .resources {
    padding: 20px;
  }
}
.closed-content .resources h4 {
  color: #D9F2E5;
  font-size: 33px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .closed-content .resources h4 {
    font-size: 26px;
  }
}
.closed-content .resources p {
  font-size: 20px;
  color: #D9F2E5;
  font-weight: 400;
}
.closed-content .resources .resource-group {
  border: 1px solid #D9F2E5;
  padding: 10px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .closed-content .resources .resource-group {
    padding: 10px;
  }
}
.closed-content .resources .resource-group h5 {
  color: #D9F2E5;
  font-size: 20px;
  font-weight: 700;
}
.closed-content .resources .resource-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.closed-content .resources .resource-group ul li {
  font-size: 19px;
  font-weight: 400;
}
.closed-content .resources .resource-group ul li a {
  color: #D9F2E5;
  text-decoration: underline;
}
.closed-content .resources .resource-group ul li a:hover {
  color: #ffffff;
}
.closed-content .resources .resource-group:last-child {
  margin: 0;
}
.closed-content .sponsors {
  text-align: center;
  padding: 80px 20px 20px 20px;
}
@media only screen and (max-width: 768px) {
  .closed-content .sponsors {
    padding: 40px 0 0 0;
  }
}
.closed-content .sponsors h4 {
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.closed-content .sponsors .logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
}
.closed-content .sponsors .logo-grid img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .closed-content .sponsors .logo-grid img {
    max-width: 100%;
  }
}
.closed-content .sponsors .logo-grid img:hover {
  opacity: 1;
}

.grp-logo-footer {
  display: block;
  margin: 0 auto -40px auto;
}
@media only screen and (max-width: 768px) {
  .grp-logo-footer {
    max-width: 30%;
  }
}

.closed-footer {
  background-color: #3D4543;
  text-align: center;
  border-top: 1px solid #ffffff;
  padding: 80px 0 40px 0;
}
.closed-footer .social {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .closed-footer .social {
    gap: 10px;
    margin: 40px 0;
  }
  .closed-footer .social img {
    width: 38px;
  }
}
.closed-footer .copyright p {
  margin: 0;
  color: #ffffff;
}
.closed-footer .copyright a {
  color: #ffffff;
  margin: 0 4px;
}

.legal-content {
  padding: 40px 0 100px 0;
}
.legal-content .content h1 {
  font-size: 44px;
  font-weight: 700;
  color: #00AB54;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .legal-content .content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .legal-content .content h1 {
    font-size: 26px;
  }
}
.legal-content .content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #00AB54;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .legal-content .content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .legal-content .content h2 {
    font-size: 26px;
  }
}
.legal-content .content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #00AB54;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .legal-content .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .legal-content .content h3 {
    font-size: 26px;
  }
}
.legal-content .content p {
  color: #3D4543;
  font-size: 20px;
  font-weight: 400;
}
.legal-content .content p a {
  color: #3D4543;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.legal-content .content p a:hover {
  color: #00AB54;
}
.legal-content .content ul li,
.legal-content .content ol li {
  color: #3D4543;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.error {
  min-height: 100vh;
  background-color: #00AB54;
}
.error .content {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.error .content h1 {
  color: #D9F2E5;
  font-size: 80px;
  margin: 20px 0;
}
.error .content p {
  color: #ffffff;
  font-size: 22px;
}
.error .content p a {
  color: #ffffff;
  text-decoration: underline;
}

/****************************
Home
****************************/
.home-hero {
  position: relative;
  height: 40vh;
  min-height: 600px;
}
@media only screen and (max-width: 992px) {
  .home-hero {
    min-height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero {
    min-height: 400px;
  }
}
.home-hero .pypsa-logo {
  margin: 30px 0 0 0;
}
.home-hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.home-hero .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
  z-index: 2;
}
.home-hero .content {
  position: relative;
  z-index: 3;
  height: 100%;
}
.home-hero .content .play-video {
  position: absolute;
  left: calc(50% - 44px);
  top: 220px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.home-hero .content .play-video:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .home-hero .content .play-video {
    top: 220px;
    width: 70px;
    left: calc(50% - 35px);
  }
}
.home-hero .content .tab {
  position: absolute;
  bottom: -140px;
  left: calc(50% - 91px);
}
@media only screen and (max-width: 992px) {
  .home-hero .content .tab {
    width: 140px;
    bottom: -100px;
    left: calc(50% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .home-hero .content .tab {
    width: 100px;
    left: calc(50% - 50px);
  }
}

.home-intro {
  padding: 160px 0 80px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-intro {
    padding: 120px 0 60px 0;
  }
}
.home-intro h1 {
  color: #00AB54;
  font-size: 56px;
  line-height: 0.9;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .home-intro h1 {
    font-size: 42px;
  }
}
.home-intro p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .home-intro p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home-intro p {
    font-size: 22px;
  }
}

.home-slider-intro {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .home-slider-intro {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-slider-intro h2 {
    font-size: 36px;
  }
}

.home-slider-images {
  overflow: hidden;
  padding: 60px 0 40px;
}
@media only screen and (max-width: 992px) {
  .home-slider-images {
    padding: 40px 0 0px 0;
  }
}

.pa-home-img-slider {
  padding-bottom: 80px;
}
.pa-home-img-slider .slick-list {
  overflow: visible;
}
.pa-home-img-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.pa-home-img-slider .slick-slide {
  position: relative;
  transform: translateY(45px) rotate(0deg) scale(0.94);
  transform-origin: 50% 100%;
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.7s ease;
  opacity: 0.8;
}
.pa-home-img-slider .slick-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
}
.pa-home-img-slider {
  /*
   * CENTER
   */
}
.pa-home-img-slider .slick-center {
  z-index: 3;
  transform: translateY(0) rotate(0deg) scale(1);
  opacity: 1;
}
.pa-home-img-slider .slick-slide:has(+ .slick-center) {
  z-index: 2;
  transform: translateY(35px) rotate(-5deg) scale(0.97);
}
.pa-home-img-slider .slick-center + .slick-slide {
  z-index: 2;
  transform: translateY(35px) rotate(5deg) scale(0.97);
}

.home-slider-text {
  text-align: center;
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 992px) {
  .home-slider-text {
    padding: 0 0 60px 0;
  }
}
.home-slider-text p {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .home-slider-text p {
    font-size: 17px;
  }
}
.home-slider-text .name p {
  font-size: 30px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home-slider-text .name p {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
}
.home-slider-text img {
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .home-slider-text img {
    margin-top: 0;
  }
}
.home-slider-text button {
  outline: none;
  background: transparent;
  border: none;
}

.already-know {
  background-color: #3D4543;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .already-know {
    padding: 60px 0;
  }
}
.already-know h2 {
  font-size: 53px;
  padding: 0 10%;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .already-know h2 {
    font-size: 36px;
  }
}
.already-know p {
  font-size: 20px;
  font-weight: 400;
}
.already-know .known-logo-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .already-know .known-logo-grid {
    margin: 20px 0 0 0;
  }
}
.already-know .known-logo-grid img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.already-know .known-logo-grid img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 992px) {
  .already-know .known-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .already-know .known-logo-grid img {
    justify-self: center;
  }
}
@media only screen and (max-width: 768px) {
  .already-know .known-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-signup {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .home-signup {
    padding: 60px 0;
  }
}
.home-signup p {
  font-size: 23px;
  font-weight: 400;
  color: #ffffff;
  padding: 20px 10% 20px 0;
}
.home-signup img {
  margin-left: -20px;
}

.supporters {
  text-align: center;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .supporters {
    padding: 60px 0;
  }
}
.supporters .intro {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 992px) {
  .supporters .intro {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .supporters .intro {
    margin: 0 0 40px 0;
  }
}
.supporters .intro h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .supporters .intro h2 {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
}
.supporters .intro p {
  font-size: 23px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .supporters .intro p {
    font-size: 20px;
  }
}
.supporters .intro p.name {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .supporters .intro p.name {
    margin: 12px 0 0 0;
  }
}
.supporters .support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media only screen and (max-width: 992px) {
  .supporters .support-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .supporters .support-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}
.supporters .support-grid .support-card {
  background-color: #D9F2E5;
  padding: 40px 33px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .supporters .support-grid .support-card {
    padding: 30px 12px;
  }
}
.supporters .support-grid .support-card img {
  margin: 0 0 30px 0;
}
.supporters .support-grid .support-card p {
  font-size: 20px;
  font-weight: 400;
}
.supporters .support-grid .support-card p a {
  color: #3D4543;
  text-decoration: underline;
}
.supporters .support-grid .support-card p a:hover {
  text-decoration: none;
}

.sponsors-home {
  background-color: #3D4543;
  color: #ffffff;
  text-align: center;
  padding: 80px 0 0 0;
}
.sponsors-home h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .sponsors-home h2 {
    font-size: 36px;
  }
}
.sponsors-home p {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .sponsors-home p {
    font-size: 20px;
  }
}
.sponsors-home .main-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 0 0;
}
.sponsors-home .main-logos img {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.sponsors-home .main-logos img:hover {
  transform: scale(1.1);
}

.cf-home {
  border-top: none;
}

/*************************************
* Decision Tree
*************************************/
.decision-tree {
  position: relative;
}

.decision-step {
  position: absolute;
  inset: 0;
  overflow: hidden;
  height: 670px;
}
@media only screen and (max-width: 768px) {
  .decision-step {
    height: unset;
  }
}
.decision-step {
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  isolation: isolate;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}
.decision-step.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
}
.decision-step {
  /*
   * Texture
   */
}
.decision-step::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.5px), radial-gradient(ellipse at 20% 30%, rgba(255, 255, 255, 0.07) 0, transparent 45%), radial-gradient(ellipse at 75% 65%, rgba(0, 0, 0, 0.06) 0, transparent 45%);
  background-size: 6px 6px, 9px 9px, 280px 220px, 340px 260px;
  background-position: 0 0, 3px 2px, 0 0, 40px 30px;
  mix-blend-mode: soft-light;
}
.decision-step {
  /*
   * Green
   */
}
.decision-step.theme-green {
  background: #00AB54;
  --dt-heading: #eaf4ed;
  --dt-text: #eaf4ed;
  --dt-button-bg: #eaf4ed;
  --dt-button-text: #00a85a;
}
.decision-step {
  /*
   * Yellow
   */
}
.decision-step.theme-yellow {
  background: #FFB600;
  --dt-heading: #17333a;
  --dt-text: #17333a;
  --dt-button-bg: #17333a;
  --dt-button-text: #ffc20e;
}
.decision-step {
  /*
   * Blue
   */
}
.decision-step.theme-blue {
  background: #009FE3;
  --dt-heading: #ffffff;
  --dt-text: #ffffff;
  --dt-button-bg: #ffffff;
  --dt-button-text: #009FE3;
}

/*************************************
* Artwork
*************************************/
.decision-step__artwork {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 38%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.97);
  transform-origin: left bottom;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 992px) {
  .decision-step__artwork {
    width: 20%;
  }
}
.decision-step__artwork img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 992px) {
  .decision-step__artwork img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.decision-step.is-active .decision-step__artwork {
  opacity: 1;
  transform: scale(1);
}

/*************************************
* Artwork Position
*************************************/
.decision-step.artwork-right .decision-step__artwork {
  left: auto;
  right: 0;
  transform-origin: right bottom;
}

.decision-step.artwork-full .decision-step__artwork {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
.decision-step.artwork-full .decision-step__artwork img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*************************************
* Content
*************************************/
.decision-step__content {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 768px) {
  .decision-step__content {
    padding: 20px 10px;
  }
}

.decision-step.is-active .decision-step__content {
  opacity: 1;
  transform: translateY(0);
}

/*************************************
* Content Position
*************************************/
.decision-step.content-left .decision-step__content {
  width: 65%;
  margin-left: 0;
  margin-right: 35%;
}
@media only screen and (max-width: 992px) {
  .decision-step.content-left .decision-step__content {
    margin-right: 0;
    width: 100%;
  }
}

.decision-step.content-center .decision-step__content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .decision-step.content-center .decision-step__content {
    width: 100%;
  }
}

.decision-step.content-right .decision-step__content {
  width: 65%;
  margin-left: 35%;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .decision-step.content-right .decision-step__content {
    margin-left: 0;
    width: 100%;
  }
}

/*************************************
* Typography
*************************************/
.decision-step__content h1 {
  max-width: 750px;
  margin: 0 0 28px;
  color: var(--dt-heading);
  font-size: 78px;
  line-height: 0.9;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
}

.decision-step__text {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--dt-text);
  font-size: 28px;
  line-height: 1.25;
}
@media only screen and (max-width: 992px) {
  .decision-step__text {
    font-size: 20px;
  }
}
.decision-step__text p {
  margin: 0;
}
.decision-step__text p + p {
  margin-top: 20px;
}
.decision-step__text strong {
  font-weight: 700;
}

/*************************************
* Check Your Pot - Checks
*************************************/
.pot-checks {
  margin: 0 0 28px;
  color: #D9F2E5;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.pot-checks > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 2px 0;
}

.pot-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-5deg) translateY(-1px);
  transform-origin: center;
}

/*************************************
* Provider Logos
*************************************/
.decision-step__providers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 5px auto 30px;
  -moz-column-gap: 34px;
       column-gap: 34px;
  row-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .decision-step__providers {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}

.decision-step__provider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  padding: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.decision-step__provider img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.92;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}
.decision-step__provider:hover {
  text-decoration: none;
}
.decision-step__provider:hover img {
  opacity: 1;
  transform: scale(1.06);
}
.decision-step__provider:active img {
  transform: scale(1.02);
}
.decision-step__provider:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
  border-radius: 4px;
}

/*************************************
* Choices
*************************************/
.decision-step__choices {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.decision-step.choices-inline .decision-step__choices {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.decision-step.choices-stacked .decision-step__choices {
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/*************************************
* Buttons
*************************************/
.decision-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 58px;
  padding: 12px 30px;
  border: 0;
  border-radius: 999px;
  background: #D9F2E5;
  opacity: 0.9;
  color: var(--dt-button-text);
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .decision-option {
    font-size: 18px;
    padding: 8px 20px;
    min-height: 50px;
  }
}
.decision-option {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.decision-option:hover {
  color: var(--dt-button-text);
  text-decoration: none;
  transform: translateY(-2px);
  opacity: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.decision-option:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.decision-option:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

/*************************************
* Intro CTA Arrow
*************************************/
.decision-step[data-screen-type=intro] .decision-option {
  gap: 18px;
}
.decision-step[data-screen-type=intro] .decision-option::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

/*************************************
* Below Panel Content
*************************************/
.decision-step__below-content {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  text-align: center;
  margin: 10px 0 0 0;
}
.decision-step__below-content.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: decisionBelowContentIn 0.4s ease forwards;
}
.decision-step__below-content p {
  margin: 0;
}

@keyframes decisionBelowContentIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*************************************
* Decision Tree Navigation
*************************************/
.decision-tree__navigation {
  margin: 20px 0 0 0;
}

.decision-tree__back,
.decision-tree__restart {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.decision-tree__back:hover,
.decision-tree__restart:hover {
  transform: translateY(-1px);
}

.decision-tree__back {
  background: transparent;
  background-image: url("../img/back.svg");
  border: none;
  height: 34px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 16px;
  color: #3D4543;
}
.decision-tree__back:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.decision-tree__restart {
  background: transparent;
  background-image: url("../img/restart.svg");
  border: none;
  height: 34px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 16px;
  color: #3D4543;
  margin-left: 20px;
}

/*************************************
* Global Step Overrides
*************************************/
.decision-step h1 {
  font-size: 110px;
  font-weight: 900;
  line-height: 0.85;
  color: #D9F2E5;
  opacity: 0.9;
}
@media only screen and (max-width: 992px) {
  .decision-step h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .decision-step h1 {
    font-size: 40px;
  }
}
.decision-step.content-center p {
  padding: 0 10%;
  font-size: 33px;
}
@media only screen and (max-width: 992px) {
  .decision-step.content-center p {
    font-size: 24px;
    padding: 0 0;
  }
}

/*************************************
* Responsive Providers
*************************************/
@media (max-width: 991px) {
  .decision-step__providers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .decision-step__provider {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .decision-step__providers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 420px;
  }
}
/*************************************
* Reduced Motion
*************************************/
@media (prefers-reduced-motion: reduce) {
  .decision-step,
  .decision-step__artwork,
  .decision-step__content,
  .decision-step__below-content,
  .decision-step__provider img,
  .decision-option,
  .decision-tree__back,
  .decision-tree__restart {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
.decision-step.theme-yellow h1 {
  color: #3D4543;
}
.decision-step.theme-yellow .decision-option {
  background-color: #3D4543;
}

/*************************************
* Lity YouTube
*************************************/
.lity-youtube .lity-container {
  width: 90vw;
  max-width: 1500px;
}
.lity-youtube .lity-iframe-container {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.known-logo-grid-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0 0 0;
}
.known-logo-grid-two img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.known-logo-grid-two img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 992px) {
  .known-logo-grid-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .known-logo-grid-two img {
    justify-self: center;
  }
}
@media only screen and (max-width: 768px) {
  .known-logo-grid-two {
    grid-template-columns: repeat(2, 1fr);
  }
}

.decision-step__small-note {
  font-size: 15px !important;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.pa-home-img-slider .slick-slide {
  cursor: pointer;
}
.pa-home-img-slider .slick-center {
  cursor: default;
}/*# sourceMappingURL=style.css.map */