/* anybody-latin-600-normal */
@font-face {
    font-family: "Anybody";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(../../fonts/components/anybody-latin-600-normal.woff2) format("woff2"), url(../../fonts/components/anybody-latin-600-normal.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  #feature {
    background: url("../images/dna-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
    height: 290px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid #2d4d7a;
  }
 
  
  @media screen and (min-width: 526px) {
    #feature {
      height: 299px;
    }
  }
  @media screen and (min-width: 1024px) {
    #feature {
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
 
  
  .feature_wrapper {
    height: 270px;
    margin: 8px;  
    display: flex; 
    color: white; 
    gap: 5px;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    background-color: rgba(6, 31, 44, 0.586);
  }
  
  .feature_text h1 {
    /* color: #110f2e; */
    color: white; 
    font-size: 28px;
    letter-spacing: -0.03rem;
    line-height: 1.4;
    margin: 0;
    padding: 0.3rem;
    font-family: "Candal", sans-serif;
        text-shadow: 1px 1px 2px #00064e;
    text-align: center;
  }
  
  .feature_text_smaller {
    color: white; 
    text-align: center; 
    font-size: 21px;
    letter-spacing: -0.03rem;
    line-height: 1.4;
    margin: 0;
    padding: 1rem 0.5rem 0.5rem 0.5rem;

    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  }
  
  .feature_text_larger {
    font-size: 24px !important; 
  }
  
  .pod-img {
    mix-blend-mode: multiply;
    width: 160px;
    margin: auto;
    display: block;
  }

  p#feature_text_small {
    font-size: 14px;
    color: white;
    text-align: center; 
    line-height: 16px; 
    text-shadow: 1px 1px 2px rgb(28, 73, 96);
    margin-bottom: 0; 
  }
  
  a.learn_more {
    display: block;
    font-size: 12px; 
    width: 150px;
    text-align: center; 
    margin: 15px auto 15px auto;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.25s;
    font-family: Arial, Helvetica, sans-serif;
    background: #c8252c;
    color: #fff;
  }
  
  a.learn_more {
    --color: black;
    --hover: #ef3841;
  }
  
  a.learn_more:hover {
    color: var(--color);
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset -5.55rem 0 0 0 var(--hover), inset 5.55rem 0 0 0 var(--hover);
  }

  .feature_text {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
  }

  #feature_img {
    max-width: 110px; 
  }

  #newsletter_feature_text {
    text-align: center; 
    font-weight: bold; 
    font-size: 20px; 
    line-height: 21px; 
    color: #fed91a;
    text-shadow: 1px 1px 1px #00064e;
    font-family: "Open Sans", sans-serif;
    padding-top: 0px; 
    margin-top: 0px; 
    transition: transform 0.25s ease-in-out;
  }

    #newsletter_feature_text:hover {
        animation: pop-wiggle 0.4s ease-in-out;
        transform: scale(1.03);
        text-decoration: none; 
    }

    @keyframes pop-wiggle {
        0%   { transform: scale(1.01)  }
        100%  { transform: scale(1.02)  }
    }


      .igs-insider {
    text-align: center;
    font-family: 'Candal', sans-serif;
    color: #fed91a;
    line-height: 0.9;
  }

  .igs {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -2px;
  }

  .subtitle {
    font-size: 0.5rem;
    font-weight: 700;
    color: #ffffff;
    background: none;
    border-top: 3px solid transparent;
    border-bottom: 2px solid #d43f3f;
    padding-bottom: 4px;
    display: inline-block;
  }

  .insider {
    font-size: 2.25rem;
    font-weight: 800;
    color: #fed91a;
    margin-top: 0.1em;
  }

  /* Optional: subtle text shadow for depth */
  .igs, .insider {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  }