#fw-section-custom-html-409db42c-fea5-4c5a-972a-42d0cfd2d78e {

section{
  background: linear-gradient(180deg, rgba(216, 6, 33, 0.15) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    padding: 0px;
}
.hero-section{
    padding:60px 40px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .col-2{
    width: 50%;
  }
  .badge{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:17px;
    color: #000000;
    padding: 0px;
    background: transparent;
    font-family: var(--font-family-heading);
  }
  h1{
            font-size: 45px;
        line-height: 1;
        margin: 18px 0 20px 0;
    color: #000000;
    font-weight: 800;
    font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 18px;
        color: #333333;
        line-height: 1.5;
        margin: 0 0 20px 0;
    font-family: var(--font-family-base);
  }
  .cta{
    display: inline-block;
        width: 100%;
        text-align: center;
        background: var(--cc-btn-primary-bg);
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        padding: 12px 20px;
        border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(227,53,45,0.35);
    transition: background .2s ease, transform .2s ease;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform: translateY(-1px);
  }
  .social{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
  }
  .avatars{
    display: flex;
  }
  .avatars img{
    width: 125px;
    height: 35px;
    object-fit: contain;
  }
  .avatars img:first-child{
    margin-left:0;
  }
  .stars{
    color: #d80621;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .rating-text{
    font-size: 16px;
    color: #333333;
    line-height: 1.3;
    font-family: var(--font-family-base)
  }

  /* Book mockup */
  .image-container img{
    width: 100%;
  }

@media (max-width: 1024px){
  .hero-section {
        padding: 45px 0px;
  }
  h1{ 
      font-size: 30px;
    line-height: 35px;
      }
  p.desc {
        font-size: 16px;
  }
  .cta{
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
  }
      .rating-text {
        font-size: 12px;
      }
  .stars {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
    }
}

  @media (max-width:767px){
    .hero-section{
      flex-direction: column;
    gap: 40px;
  }
  .col-1{
    width: 100%;
  }
  .col-2{
    width: 100%;
  }
    h1{ 
      font-size: 30px;
      }
    .section{
      padding: 40px 20px;
      }
    .mockup{
      width: 100%;
      }
  }
}
#fw-section-custom-html-0d3870f1-2df2-4e9d-9851-78f9ba0a99bf {

section{
  background: var(--cc-btn-primary-bg);
  padding: 0px;
}
.section{
    padding:70px 0px;
    max-width:1200px;
    margin:0 auto;
    background: var(--cc-btn-primary-bg);
  }
  h2{
    text-align:center;
    font-size:40px;
    color: #FFFFFF;
    font-weight:800;
    margin:0 0 14px 0;
    line-height:1.3;
    font-family: var(--font-family-heading)
  }
  .intro{
    text-align: center;
        margin: 20px auto 35px;
        font-size: 16px;
    color: #FFFFFF;
    line-height:1.6;
    font-family: var(--font-family-base);
  }
  .content{
    display:flex;
    gap:30px;
    align-items:stretch;
    flex-wrap:wrap;
  }
  .image-col{
    flex:1 1 380px;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    min-height:100%;
  }
.image-col img{
  height:100%;
  object-fit: cover;
}

  .boxes-col{
    flex:1 1 480px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .box{
    background: #FFFFFF;
    border-radius:8px;
    padding:20px 18px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background: #d80621;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .icon svg{
    width:16px;
    height:16px;
    fill:#fff;
  }
  .box h3{
    font-size:18px;
    color: #333333;
    margin:0;
    font-weight:700;
    font-family: var(--font-family-base);
  }
  .box p{
    font-size: 15px;
    color: #333333;
    margin:0;
    line-height:1.5;
    font-family: var(--font-family-base);
  }
@media (max-width: 1024px){
  h2{
    font-size: 30px;
  }
}
  @media (max-width: 767px){
    .boxes-col{
      grid-template-columns:1fr;
      }
    h2{
      font-size:25px;
      }
  }
}
#fw-section-custom-html-81c388d1-a0de-4abd-bce8-a55175ab976e {

section{
  background:#d806210f;
  padding: 0px;
}
.section{
    padding: 70px 0px;
  }
  .content{
    max-width:1150px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .image-with-text__image{
    width: 100%;
    height: 100%;
  }

  /* Copy */
  .col-2{
    width: 50%;
  }
  h2{
    font-size: 35px;
        line-height: 1.3;
        color: #000000;
        font-weight: 700;
        margin: 0 0 18px 0;
        font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 16px;
        color: #333333;
        line-height: 1.6;
    margin:0 0 24px 0;
  }
  .cta{
            display: inline-block;
        background: var(--cc-btn-primary-bg);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 17px;
        padding: 15px 45px;
        border-radius: 15px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        box-shadow: rgba(227, 53, 45, 0.35) 0px 8px 18px;
        transition: background 0.2s, transform 0.2s;
        font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform:translateY(-1px);
  }
@media (max-width: 1024px){
      h2 {
        font-size: 25px;
      }
      p.desc {
        font-size: 14px;
      }
  .cta{
            font-size: 16px;
        padding: 9px 45px;
        border-radius: 10px;
  }
}
  @media (max-width:767px){
    h2{font-size:22px;}
    .content{
      flex-direction: column;
    }
        .col-1 {
        width: 100%;
    }
        .col-2 {
        width: 100%;
    }
  }
}
#fw-section-custom-html-5ac98172-fda0-431f-9d9b-ad4403041976 {

section{
  background:#d806210f;
  padding: 0px;
}
.section{
    padding: 70px 0px;
  }
  .content{
    max-width:1150px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .image-with-text__image{
    width: 100%;
    height: 100%;
  }

  /* Copy */
  .col-2{
    width: 50%;
  }
  h2{
    font-size: 35px;
        line-height: 1.3;
        color: #000000;
        font-weight: 700;
        margin: 0 0 18px 0;
        font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 16px;
        color: #333333;
        line-height: 1.6;
    margin:0 0 24px 0;
  }
  .cta{
            display: inline-block;
        background: var(--cc-btn-primary-bg);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 17px;
        padding: 15px 45px;
        border-radius: 15px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        box-shadow: rgba(227, 53, 45, 0.35) 0px 8px 18px;
        transition: background 0.2s, transform 0.2s;
        font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform:translateY(-1px);
  }
@media (max-width: 1024px){
      h2 {
        font-size: 25px;
      }
      p.desc {
        font-size: 14px;
      }
  .cta{
            font-size: 16px;
        padding: 9px 45px;
        border-radius: 10px;
  }
}
  @media (max-width:767px){
    h2{font-size:22px;}
    .content{
      flex-direction: column;
    }
        .col-1 {
        width: 100%;
    }
        .col-2 {
        width: 100%;
    }
  }
}
#fw-section-custom-html-9f77d2bf-3151-47c0-8b27-d1a60ca6def6 {

section{
  padding: 0px;
}
.section{
    max-width: 1150px;
    margin: 0 auto;
    padding: 60px 0px;
  }
  h2{
    text-align: center;
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        margin: 0 0 34px 0;
        font-family: var(--font-family-heading);
  }
  .faq-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .faq-item{
    border-top: 1px solid #c7c7c7;
    padding: 30px 4px;
  }
  .faq-question{
    font-size: 18px;
        font-weight: 700;
        color: var(--cc-btn-primary-bg);
        margin: 0 0 10px 0;
        font-family: var(--font-family-heading);
  }
  .faq-answer{
    font-size: 15px;
        color: #333333;
        line-height: 1.6;
        margin: 0;
        font-family: var(--font-family-base);
  }
@media (max-width: 1024px){
  h2{
    font-size: 25px;
  }
  .faq-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-item{
    padding: 20px 4px;
  }
  .faq-answer{
    font-size: 14px;
  }
  .faq-question{
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
}
  @media (max-width: 767px){
    h1{font-size:20px;}
            .faq-question {
            font-size: 18px;
            line-height: 25px;
            margin: 0px 0px 10px 0px;
        }
  }
}

#fw-section-custom-html-85ae0879-cb32-4ce5-b60f-2342a7affa6d {

section{
  background: linear-gradient(180deg, rgba(216, 6, 33, 0.15) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    padding: 0px;
}
.hero-section{
    padding:60px 40px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .col-2{
    width: 50%;
  }
  .badge{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:17px;
    color: #000000;
    padding: 0px;
    background: transparent;
    font-family: var(--font-family-heading);
  }
  h1{
            font-size: 45px;
        line-height: 1;
        margin: 18px 0 20px 0;
    color: #000000;
    font-weight: 800;
    font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 18px;
        color: #333333;
        line-height: 1.5;
        margin: 0 0 20px 0;
    font-family: var(--font-family-base);
  }
  .cta{
    display: inline-block;
        width: 100%;
        text-align: center;
        background: var(--cc-btn-primary-bg);
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        padding: 12px 20px;
        border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(227,53,45,0.35);
    transition: background .2s ease, transform .2s ease;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform: translateY(-1px);
  }
  .social{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
  }
  .avatars{
    display: flex;
  }
  .avatars img{
    width: 125px;
    height: 35px;
    object-fit: contain;
  }
  .avatars img:first-child{
    margin-left:0;
  }
  .stars{
    color: #d80621;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .rating-text{
    font-size: 16px;
    color: #333333;
    line-height: 1.3;
    font-family: var(--font-family-base)
  }

  /* Book mockup */
  .image-container img{
    width: 100%;
  }

@media (max-width: 1024px){
  .hero-section {
        padding: 45px 0px;
  }
  h1{ 
      font-size: 30px;
    line-height: 35px;
      }
  p.desc {
        font-size: 16px;
  }
  .cta{
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
  }
      .rating-text {
        font-size: 12px;
      }
  .stars {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
    }
}

  @media (max-width:767px){
    .hero-section{
      flex-direction: column;
    gap: 40px;
  }
  .col-1{
    width: 100%;
  }
  .col-2{
    width: 100%;
  }
    h1{ 
      font-size: 30px;
      }
    .section{
      padding: 40px 20px;
      }
    .mockup{
      width: 100%;
      }
  }
}
#fw-section-custom-html-cfac6762-1a66-4964-a38b-af4b7260e1ec {

section{
  background: var(--cc-btn-primary-bg);
  padding: 0px;
}
.section{
    padding:70px 0px;
    max-width:1200px;
    margin:0 auto;
    background: var(--cc-btn-primary-bg);
  }
  h2{
    text-align:center;
    font-size:40px;
    color: #FFFFFF;
    font-weight:800;
    margin:0 0 14px 0;
    line-height:1.3;
    font-family: var(--font-family-heading)
  }
  .intro{
    text-align: center;
        margin: 20px auto 35px;
        font-size: 16px;
    color: #FFFFFF;
    line-height:1.6;
    font-family: var(--font-family-base);
  }
  .content{
    display:flex;
    gap:30px;
    align-items:stretch;
    flex-wrap:wrap;
  }
  .image-col{
    flex:1 1 380px;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    min-height:100%;
  }
.image-col img{
  height:100%;
  object-fit: cover;
}

  .boxes-col{
    flex:1 1 480px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .box{
    background: #FFFFFF;
    border-radius:8px;
    padding:20px 18px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background: #d80621;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .icon svg{
    width:16px;
    height:16px;
    fill:#fff;
  }
  .box h3{
    font-size:18px;
    color: #333333;
    margin:0;
    font-weight:700;
    font-family: var(--font-family-base);
  }
  .box p{
    font-size: 15px;
    color: #333333;
    margin:0;
    line-height:1.5;
    font-family: var(--font-family-base);
  }
@media (max-width: 1024px){
  h2{
    font-size: 30px;
  }
}
  @media (max-width: 767px){
    .boxes-col{
      grid-template-columns:1fr;
      }
    h2{
      font-size:30px;
      }
  }
}
#fw-section-custom-html-8f90b6a3-55e1-49c5-8cc7-323268c4340e {

section{
  background:#d806210f;
  padding: 0px;
}
.section{
    padding: 70px 0px;
  }
  .content{
    max-width:1150px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .image-with-text__image{
    width: 100%;
    height: 100%;
  }

  /* Copy */
  .col-2{
    width: 50%;
  }
  h2{
    font-size: 35px;
        line-height: 1.3;
        color: #000000;
        font-weight: 700;
        margin: 0 0 18px 0;
        font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 16px;
        color: #333333;
        line-height: 1.6;
    margin:0 0 24px 0;
  }
  .cta{
            display: inline-block;
        background: var(--cc-btn-primary-bg);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 17px;
        padding: 15px 45px;
        border-radius: 15px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        box-shadow: rgba(227, 53, 45, 0.35) 0px 8px 18px;
        transition: background 0.2s, transform 0.2s;
        font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform:translateY(-1px);
  }
@media (max-width: 1024px){
      h2 {
        font-size: 25px;
      }
      p.desc {
        font-size: 14px;
      }
  .cta{
            font-size: 16px;
        padding: 9px 45px;
        border-radius: 10px;
  }
}
  @media (max-width:767px){
    h2{font-size:22px;}
    .content{
      flex-direction: column;
    }
        .col-1 {
        width: 100%;
    }
        .col-2 {
        width: 100%;
    }
  }
}
#fw-section-custom-html-3fc77695-2cf0-43cd-98b8-105515cadd43 {

section{
  background:#d806210f;
  padding: 0px;
}
.section{
    padding: 70px 0px;
  }
  .content{
    max-width:1150px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .image-with-text__image{
    width: 100%;
    height: 100%;
  }

  /* Copy */
  .col-2{
    width: 50%;
  }
  h2{
    font-size: 35px;
        line-height: 1.3;
        color: #000000;
        font-weight: 700;
        margin: 0 0 18px 0;
        font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 16px;
        color: #333333;
        line-height: 1.6;
    margin:0 0 24px 0;
  }
  .cta{
            display: inline-block;
        background: var(--cc-btn-primary-bg);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 17px;
        padding: 15px 45px;
        border-radius: 15px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        box-shadow: rgba(227, 53, 45, 0.35) 0px 8px 18px;
        transition: background 0.2s, transform 0.2s;
        font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform:translateY(-1px);
  }
@media (max-width: 1024px){
      h2 {
        font-size: 25px;
      }
      p.desc {
        font-size: 14px;
      }
  .cta{
            font-size: 16px;
        padding: 9px 45px;
        border-radius: 10px;
  }
}
  @media (max-width:767px){
    h2{font-size:22px;}
    .content{
      flex-direction: column;
    }
        .col-1 {
        width: 100%;
    }
        .col-2 {
        width: 100%;
    }
  }
}
#fw-section-custom-html-94b7cb76-a9dc-4e56-9b73-e6e0365601c5 {

section{
  padding: 0px;
}
.section{
    max-width: 1150px;
    margin: 0 auto;
    padding: 60px 0px;
  }
  h2{
    text-align: center;
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        margin: 0 0 34px 0;
        font-family: var(--font-family-heading);
  }
  .faq-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .faq-item{
    border-top: 1px solid #c7c7c7;
    padding: 30px 4px;
  }
  .faq-question{
    font-size: 18px;
        font-weight: 700;
        color: var(--cc-btn-primary-bg);
        margin: 0 0 10px 0;
        font-family: var(--font-family-heading);
  }
  .faq-answer{
    font-size: 15px;
        color: #333333;
        line-height: 1.6;
        margin: 0;
        font-family: var(--font-family-base);
  }
@media (max-width: 1024px){
  h2{
    font-size: 25px;
  }
  .faq-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-item{
    padding: 20px 4px;
  }
  .faq-answer{
    font-size: 14px;
  }
  .faq-question{
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
}
  @media (max-width: 767px){
    h1{font-size:20px;}
            .faq-question {
            font-size: 18px;
            line-height: 25px;
            margin: 0px 0px 10px 0px;
        }
  }
}
#fw-section-custom-html-9d048ac6-90a9-4d70-aa08-e7226a2fd690 {

section{
  background: #d806210f;
  padding: 0px;
}
.section{
    max-width: 1150px;
    margin: 0 auto;
    padding: 80px 0px;
  }
  .header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:34px;
    background: transparent;
  }
  .eyebrow{
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    color:var(--red);
    text-transform:uppercase;
    margin:0 0 10px 0;
  }
  h2{
    font-size: 30px;
        font-weight: 800;
        color: #000000;
        margin: 0;
        line-height: 1.35;
        max-width: 550px;
        font-family: var(--font-family-heading);
  }
  .rating-summary{
    text-align:right;
  }
  .rating-number{
    font-size: 30px;
        font-weight: 800;
        color: #000000;
        margin: 0px 0 -20px 0;
  }
  .rating-stars{
            color: var(--cc-btn-primary-bg);
        font-size: 25px;
        letter-spacing: 0px;
  }
  .rating-caption{
    font-size: 13px;
        color: #333333;
        margin: -10px 0px 0px 0px;
        font-family: var(--font-family-heading);
  }

  .grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }
  .card{
    border: 1px solid #00008b4a;
        border-radius: 8px;
        padding: 25px;
        background: #FFFFFF;
  }
  .card-stars{
    color: var(--cc-btn-primary-bg);
        font-size: 22px;
        letter-spacing: 0px;
        margin-bottom: 5px;
  }
  .card-text{
            font-size: 15px;
        color: #333;
        line-height: 1.6;
        margin: 0 0 20px 0;
        font-family: var(--font-family-base);
  }
  .user{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .avatar{
    width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f3e2df;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 15px;
        flex-shrink: 0;
  }
  .user-info{
    line-height:1.3;
  }
  .user-name{
    font-size: 13px;
        font-weight: 700;
        color: #000000;
    margin: 0px 0px 2px 0px;
        font-family: var(--font-family-heading);
  }
  .user-loc{
            font-size: 12px;
        color: #333333;
        font-family: var(--font-family-base);
  }

  @media (max-width: 1024px){
    .grid{
      grid-template-columns:repeat(2, 1fr);
    }
    h2 {
      font-size: 25px;
    }
  }
  @media (max-width: 767px){
    .grid{grid-template-columns:1fr;}
    .header{flex-direction:column; align-items:flex-start;}
    .rating-summary{text-align:left;}
  }
}
#fw-section-footer {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #00008b;
--color-background-rgb: 0, 0, 139;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 16;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}
#fw-section-header {
--font-heading-scale: 1.0;
--font-body-scale: 1.2;
}
#fw-section-header {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #00008b;
--color-background-rgb: 0, 0, 139;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #00008b;
--color-on-primary-rgb: 0, 0, 139;
--color-product-image-background: #ffffff;
--color-background-brightness: 16;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #00008b;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
a.header__logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.header__logo-link:after {
    content: "Canadian Citizenship Test";
    font-size: 25px;
    font-family: 'Space Grotesk';
    letter-spacing: -1px;
}
.header__size--md{
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__list{
  gap: 30px;
}
nav.header__nav li.header__list-item{
    font-size: 16px;
}

@media(max-width: 767px){
  .header__logo-image--md{
    margin: 0px;
  }
  a.header__logo-link:after{
    font-size: 15px;
  }
}
}
#fw-section-product-product-default {

h1.product-info__title {
    font-weight: 600;
    color: #000000;
    letter-spacing: -1px;
    font-size: 40px;
}
.product-info__prices {
            display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 15px;
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 15px 0px;
        border-bottom: 1px solid #C7C7C7;
}
.product-info__price {
    font-size: 26px;
    color: var(--cc-btn-primary-bg);
}
.product-info__price--offer{
      opacity: .6;
}
.product-info__description{
      color: black;
    font-size: 16px;
      margin: 0px;
          line-height: 25px;
}
.html-formatter ol li+li, .html-formatter ul li+li {
    margin-top: 0px;
}
.gallery__image-container--background-color{
      height: 600px;
}

@media(max-width: 767px){
  .gallery__image-container--background-color {
        height: 300px;
    }
  h1.product-info__title{
    font-size: 30px;
        margin: 0px;
  }
}
}
#fw-section-custom-html-d890562b-e6b2-4cd7-835e-fe294dcb2cea {

section{
  background: var(--cc-btn-primary-bg);
  padding: 0px;
}
.section{
    padding:70px 0px;
    max-width:1200px;
    margin:0 auto;
    background: var(--cc-btn-primary-bg);
  }
  h2{
    text-align:center;
    font-size:40px;
    color: #FFFFFF;
    font-weight:800;
    margin:0 0 14px 0;
    line-height:1.3;
    font-family: var(--font-family-heading)
  }
  .intro{
    text-align: center;
        margin: 20px auto 35px;
        font-size: 16px;
    color: #FFFFFF;
    line-height:1.6;
    font-family: var(--font-family-base);
  }
  .content{
    display:flex;
    gap:30px;
    align-items:stretch;
    flex-wrap:wrap;
  }
  .image-col{
    flex:1 1 380px;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    min-height:100%;
  }
.image-col img{
  height:100%;
  object-fit: cover;
}

  .boxes-col{
    flex:1 1 480px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .box{
    background: #FFFFFF;
    border-radius:8px;
    padding:20px 18px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background: #d80621;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .icon svg{
    width:16px;
    height:16px;
    fill:#fff;
  }
  .box h3{
    font-size:18px;
    color: #333333;
    margin:0;
    font-weight:700;
    font-family: var(--font-family-base);
  }
  .box p{
    font-size: 15px;
    color: #333333;
    margin:0;
    line-height:1.5;
    font-family: var(--font-family-base);
  }
@media (max-width: 1024px){
  h2{
    font-size: 30px;
  }
}
  @media (max-width: 767px){
    .boxes-col{
      grid-template-columns:1fr;
      }
    h2{
      font-size:25px;
      }
  }
}
#fw-section-custom-html-0b764a50-0dbf-47c9-b142-068509fbc24a {

section{
  background:#d806210f;
  padding: 0px;
}
.section{
    padding: 70px 0px;
  }
  .content{
    max-width:1150px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .image-with-text__image{
    width: 100%;
    height: 100%;
  }

  /* Copy */
  .col-2{
    width: 50%;
  }
  h2{
    font-size: 35px;
        line-height: 1.3;
        color: #000000;
        font-weight: 700;
        margin: 0 0 18px 0;
        font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 16px;
        color: #333333;
        line-height: 1.6;
    margin:0 0 24px 0;
  }
  .cta{
            display: inline-block;
        background: var(--cc-btn-primary-bg);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 17px;
        padding: 15px 45px;
        border-radius: 15px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        box-shadow: rgba(227, 53, 45, 0.35) 0px 8px 18px;
        transition: background 0.2s, transform 0.2s;
        font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform:translateY(-1px);
  }
@media (max-width: 1024px){
      h2 {
        font-size: 25px;
      }
      p.desc {
        font-size: 14px;
      }
  .cta{
            font-size: 16px;
        padding: 9px 45px;
        border-radius: 10px;
  }
}
  @media (max-width:767px){
    h2{font-size:22px;}
    .content{
      flex-direction: column;
    }
        .col-1 {
        width: 100%;
    }
        .col-2 {
        width: 100%;
    }
  }
}
#fw-section-custom-html-01b60854-5b49-45c5-b7d2-cf1a94baa6fb {

section{
  background:#d806210f;
  padding: 0px;
}
.section{
    padding: 70px 0px;
  }
  .content{
    max-width:1150px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .col-1{
    width: 50%;
  }
  .image-with-text__image{
    width: 100%;
    height: 100%;
  }

  /* Copy */
  .col-2{
    width: 50%;
  }
  h2{
    font-size: 35px;
        line-height: 1.3;
        color: #000000;
        font-weight: 700;
        margin: 0 0 18px 0;
        font-family: var(--font-family-heading);
  }
  p.desc{
            font-size: 16px;
        color: #333333;
        line-height: 1.6;
    margin:0 0 24px 0;
  }
  .cta{
            display: inline-block;
        background: var(--cc-btn-primary-bg);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 17px;
        padding: 15px 45px;
        border-radius: 15px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        box-shadow: rgba(227, 53, 45, 0.35) 0px 8px 18px;
        transition: background 0.2s, transform 0.2s;
        font-family: var(--font-family-base);
  }
  .cta:hover{
    background: var(--cc-btn-primary-bg);
    transform:translateY(-1px);
  }
@media (max-width: 1024px){
      h2 {
        font-size: 25px;
      }
      p.desc {
        font-size: 14px;
      }
  .cta{
            font-size: 16px;
        padding: 9px 45px;
        border-radius: 10px;
  }
}
  @media (max-width:767px){
    h2{font-size:22px;}
    .content{
      flex-direction: column;
    }
        .col-1 {
        width: 100%;
    }
        .col-2 {
        width: 100%;
    }
  }
}
#fw-section-custom-html-8fe801bd-9442-48cf-a54f-f8c3acff79a6 {

section{
  padding: 0px;
}
.section{
    max-width: 1150px;
    margin: 0 auto;
    padding: 60px 0px;
  }
  h2{
    text-align: center;
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        margin: 0 0 34px 0;
        font-family: var(--font-family-heading);
  }
  .faq-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .faq-item{
    border-top: 1px solid #c7c7c7;
    padding: 30px 4px;
  }
  .faq-question{
    font-size: 18px;
        font-weight: 700;
        color: var(--cc-btn-primary-bg);
        margin: 0 0 10px 0;
        font-family: var(--font-family-heading);
  }
  .faq-answer{
    font-size: 15px;
        color: #333333;
        line-height: 1.6;
        margin: 0;
        font-family: var(--font-family-base);
  }
@media (max-width: 1024px){
  h2{
    font-size: 25px;
  }
  .faq-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-item{
    padding: 20px 4px;
  }
  .faq-answer{
    font-size: 14px;
  }
  .faq-question{
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
}
  @media (max-width: 767px){
    h1{font-size:20px;}
            .faq-question {
            font-size: 18px;
            line-height: 25px;
            margin: 0px 0px 10px 0px;
        }
  }
}
#fw-section-custom-html-9c921683-192e-4ae1-94e1-6ba69acd6b17 {

section{
  background: #d806210f;
  padding: 0px;
}
.section{
    max-width: 1150px;
    margin: 0 auto;
    padding: 80px 0px;
  }
  .header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:34px;
    background: transparent;
  }
  .eyebrow{
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    color:var(--red);
    text-transform:uppercase;
    margin:0 0 10px 0;
  }
  h2{
    font-size: 30px;
        font-weight: 800;
        color: #000000;
        margin: 0;
        line-height: 1.35;
        max-width: 550px;
        font-family: var(--font-family-heading);
  }
  .rating-summary{
    text-align:right;
  }
  .rating-number{
    font-size: 30px;
        font-weight: 800;
        color: #000000;
        margin: 0px 0 -20px 0;
  }
  .rating-stars{
            color: var(--cc-btn-primary-bg);
        font-size: 25px;
        letter-spacing: 0px;
  }
  .rating-caption{
    font-size: 13px;
        color: #333333;
        margin: -10px 0px 0px 0px;
        font-family: var(--font-family-heading);
  }

  .grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }
  .card{
    border: 1px solid #00008b4a;
        border-radius: 8px;
        padding: 25px;
        background: #FFFFFF;
  }
  .card-stars{
    color: var(--cc-btn-primary-bg);
        font-size: 22px;
        letter-spacing: 0px;
        margin-bottom: 5px;
  }
  .card-text{
            font-size: 15px;
        color: #333;
        line-height: 1.6;
        margin: 0 0 20px 0;
        font-family: var(--font-family-base);
  }
  .user{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .avatar{
    width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f3e2df;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 15px;
        flex-shrink: 0;
  }
  .user-info{
    line-height:1.3;
  }
  .user-name{
    font-size: 13px;
        font-weight: 700;
        color: #000000;
    margin: 0px 0px 2px 0px;
        font-family: var(--font-family-heading);
  }
  .user-loc{
            font-size: 12px;
        color: #333333;
        font-family: var(--font-family-base);
  }

  @media (max-width: 1024px){
    .grid{
      grid-template-columns:repeat(2, 1fr);
    }
    h2 {
      font-size: 25px;
    }
  }
  @media (max-width: 767px){
    .grid{grid-template-columns:1fr;}
    .header{flex-direction:column; align-items:flex-start;}
    .rating-summary{text-align:left;}
  }
}