

/*-- -------------------------- -->
<---      Call To Action        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cta-2298 {
      padding: var(--sectionPadding);
      padding-bottom: 0;
      background-color: #111418;
      position: relative;
      z-index: 1;
    }
    #cta-2298 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: initial;
    }
    #cta-2298 .cs-card-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      /* 32px - 48px */
      row-gap: clamp(2rem, 5vw, 3rem);
    }
    #cta-2298 .cs-item {
      list-style: none;
      display: flex;
      grid-column: span 12;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
    }
    #cta-2298 .cs-wrapper {
      /* 60px - 72px */
      width: clamp(3.75rem, 8vw, 4.5rem);
      height: clamp(3.75rem, 8vw, 4.5rem);
      border: 1px solid #2D2F2E;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #cta-2298 .cs-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    #cta-2298 .cs-header {
      font-size: 1.25rem;
      line-height: 1.5em;
      font-weight: 700;
      margin: 0 0 0.5rem;
      color: var(--bodyTextColorWhite);
    }
    #cta-2298 .cs-link {
      font-size: 1rem;
      line-height: 1.5em;
      text-decoration: none;
      margin: 0;
      color: #E7E7E8;
      display: flex;
      gap: 0.5rem;
      align-items: center;
      transition: color 0.3s;
    }
    #cta-2298 .cs-link:hover {
      color: var(--primary);
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 550px) {
    #cta-2298 .cs-card-group {
      /* 20px - 32px */
      column-gap: clamp(1.25rem, 4vw, 2rem);
    }
    #cta-2298 .cs-item {
      grid-column: span 4;
    }
  }
  /* Small Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #cta-2298 .cs-item {
      flex-direction: row;
    }
  }
  
  /*-- -------------------------- -->
  <---           Footer           -->
  <--- -------------------------- -*/
  
  /* Mobile */
  @media only screen and (min-width: 0rem) {
    #cs-footer-2298 {
      padding: var(--sectionPadding);
      padding-bottom: 1.5rem;
      background-color: #111418;
      overflow: hidden;
    }
    #cs-footer-2298 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
    }
    #cs-footer-2298 .cs-top {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
    }
    #cs-footer-2298 .cs-logo-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
    }
    #cs-footer-2298 .cs-logo {
      width: 70%;
      max-width: 16.25rem;
      height: auto;
    }
    #cs-footer-2298 .cs-text {
      color: var(--bodyTextColorWhite);
      opacity: 0.8;
    }
    #cs-footer-2298 .cs-ul-group {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      order: 3;
    }
    #cs-footer-2298 .cs-ul {
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      row-gap: 0.5rem;
    }
    #cs-footer-2298 .cs-li {
      font-size: 1rem;
      line-height: 1.5em;
      list-style: none;
      margin: 0;
    }
    #cs-footer-2298 .cs-header {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0 0 1rem;
      color: var(--bodyTextColorWhite);
      display: block;
      grid-column: span 2;
    }
    #cs-footer-2298 .cs-header .cs-link {
      opacity: 1;
    }
    #cs-footer-2298 .cs-link,
    #cs-footer-2298 .cs-copyright {
      text-decoration: none;
      color: var(--bodyTextColorWhite);
      opacity: 0.8;
      transition: color 0.3s;
    }
    #cs-footer-2298 .cs-link:hover {
      color: var(--primary);
    }
    #cs-footer-2298 .cs-subscribe-group {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }
    #cs-footer-2298 .cs-subscribe-group .cs-header {
      margin: 0;
    }
    #cs-footer-2298 .cs-form {
      width: 100%;
      display: flex;
    }
    #cs-footer-2298 .cs-input {
      width: 100%;
      padding-left: 1.25rem;
      background-color: #E7E7E8;
      color: #585B5D;
      border: none;
    }
    #cs-footer-2298 .cs-button-solid {
      font-size: 1rem;
      font-weight: 700;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-align: center;
      text-decoration: none;
      min-width: 9.375rem;
      margin: 0;
      padding: 0 1rem;
      background-color: var(--primary);
      color: var(--bodyTextColorWhite);
      display: inline-block;
      position: relative;
      z-index: 1;
    }
    #cs-footer-2298 .cs-button-solid:before {
      content: "";
      width: 0%;
      height: 100%;
      background: var(--primary);
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
    }
    #cs-footer-2298 .cs-button-solid:hover:before {
      width: 100%;
    }
    #cs-footer-2298 .cs-button-solid {
      min-width: auto;
      padding: 0 1rem;
      border: none;
    }
    #cs-footer-2298 .cs-button-solid:before {
      background-color: var(--secondary);
    }
    #cs-footer-2298 .cs-button-solid:hover {
      cursor: pointer;
    }
    #cs-footer-2298 .cs-bottom {
      margin-top: 2rem;
      padding-top: 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      position: relative;
      z-index: 1;
    }
    #cs-footer-2298 .cs-bottom:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #2D2F2E;
      opacity: 1;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
    #cs-footer-2298 .cs-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1.25rem;
    }
    #cs-footer-2298 .cs-divider {
      width: 1px;
      height: 0.8125rem;
      background-color: var(--bodyTextColorWhite);
      opacity: 0.8;
      display: block;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 600px) {
    #cs-footer-2298 {
      /* 48px - 64px */
      padding-top: clamp(3rem, 6vw, 4rem);
    }
    #cs-footer-2298 .cs-top {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 1.5rem;
    }
    #cs-footer-2298 .cs-logo-group {
      order: 1;
      grid-column: span 6;
    }
    #cs-footer-2298 .cs-ul-group {
      grid-column: span 7;
    }
    #cs-footer-2298 .cs-ul {
      width: 60%;
      padding-top: 2rem;
      margin-right: auto;
      order: 3;
      position: relative;
    }
    #cs-footer-2298 .cs-li {
      max-width: 11.1875rem;
    }
    #cs-footer-2298 .cs-subscribe-group {
      justify-content: center;
      grid-column: span 6;
      order: 2;
    }
    #cs-footer-2298 .cs-bottom {
      flex-direction: row;
      justify-content: space-between;
    }
  }
  /* Small Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #cs-footer-2298 .cs-subscribe-group {
      grid-column: 8 / span 5;
    }
    #cs-footer-2298 .cs-bottom {
      margin-top: 4rem;
    }
  }
  /* Large Desktop - 1300px */
  @media only screen and (min-width: 75rem) {
    #cs-footer-2298 .cs-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row;
      gap: 2rem;
    }
    #cs-footer-2298 .cs-logo-group {
      width: 30%;
      max-width: 27.0625rem;
      padding-right: 2rem;
      flex: none;
    }
    #cs-footer-2298 .cs-ul-group {
      width: 100%;
      order: 2;
    }
    #cs-footer-2298 .cs-subscribe-group {
      max-width: 23.9375rem;
      flex: none;
    }
  }
    

  /*footer as well*/
/* CTA‑icon tweaks */
#cta-2298 .cs-icon {
    color: var(--bodyTextColorWhite);   /* or use var(--primary) for brand red */
    font-size: 1.3em;                  /* ≈ 30 % larger than default */
    line-height: 1em;                  /* keeps them vertically centered */
}
