/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
    --_style-guide-v2---arboria: Arboria,sans-serif;
    --inter: Inter,sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* ==============================
       Padding, Containers
============================== */
  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    width: 100%;
  }

  .padding-section-small {
    padding-bottom: 3rem;
    padding-top: 3rem;
    transition: all .2s;
  }

  .padding-section-xsmall {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .padding-section-xxxsmall {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-section-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .padding-section-xlarge {
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .margin-bottom,.margin-bottom.margin-medium,.margin-bottom.margin-small,.margin-bottom.margin-xsmall,.margin-bottom.margin-xxlarge
  .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .margin-top, .margin-top.margin-medium, .margin-top.margin-xxlarge, .margin-top.margin-small, .margin-top.margin-xsmall {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .margin-medium {
    margin: 2rem;
  }
  
  .margin-large {
    margin: 3rem;
  }

  .margin-small {
    margin: 1rem;
  }

  .margin-xsmall {
    margin: .5rem;
  }

  .max-width-xlarge {
    max-width: 64rem;
    width: 100%;
  }

  .max-width-medium {
    width: 100%;
    max-width: 32rem;
  }

  .max-width-large {
    max-width: 48rem;
    width: 100%;
  }
  .margin-xxlarge {
    margin: 5rem;
  }
  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

/* ==============================
       Screen views
============================== */
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
/* ==============================
       Typography Styles
============================== */
    .text-style-1line {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .text-style-2lines {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .text-style-3lines {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .text-style-4lines {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .ux-title-1,
    .blog_body-content h3 > *,
    .blog_body-content h3 span strong { /* .title-4-bold-v2 */
      font-family: var(--inter);
      font-size: 32px;
      line-height: 36px;
      font-weight: 700;
      letter-spacing: -1px;
      margin-bottom: 0;
    }

    .ux-title-2, 
    h3.ux-title-2,
    .blog_body-content h4 > * { /* .title-5-bold-v2 */
      font-family: var(--inter);
      font-size: 24px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: -0.75px;
      margin-bottom: 0;
      /* word-spacing: 8px; */
    }

    .ux-copy-bold,
    .blog_body-content p strong > *,
    .blog_body-content p > *,
    .blog_body-content ul li > *,
    .blog_body-content h5 > * { 
      font-family: var(--inter); 
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: -0.25px;
      margin-bottom: 0;
    }

    .blog_body-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }

    .blog_body-content ul li {
        background-image: url("https://9116355.fs1.hubspotusercontent-na1.net/hubfs/9116355/raw_assets/public/Reejig_Theme_2022/images/learning-hub/chevron-item.svg");
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 1.6rem 1.6rem;
        padding: 0rem 2rem .25rem;
        margin-bottom: 0.5rem;
    }

    .ux-copy-regular,
    .blog_body-content p > *,
    .blog_body-content span > *,
    .blog_body-content ul li > * {
      font-family: var(--inter);
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: -0.25px;
      margin-bottom: 0;
    }

    .blog_body-content p+p {
      margin-top: unset;
    }
    .blog_body-content p {
      margin-bottom: 16px;
    }

    .ux-overline,
    .blog_body-content h6 > * {
      font-family: var(--inter);
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      letter-spacing: 6px;
      text-transform: uppercase;
      margin-bottom: 0;
    }

    .ux-overline-regular {
      font-family: var(--inter); 
      font-size: 10.75px;
      line-height: 11.86px;
      letter-spacing: 2.42px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .ux-h1,
    .blog_body-content h1 > * { 
      font-family: var(--_style-guide-v2---arboria), sans-serif !important;
      font-size: 64px;
      line-height: 68px;
      font-weight: 700;
      letter-spacing: -2px;
    }

    .ux-h2,
    .blog_body-content h2 > *,
    .blog_body-content blockquote > * { 
      font-family: var(--_style-guide-v2---arboria), sans-serif !important;
      font-size: 48px;
      line-height: 52px;
      font-weight: 700;
      letter-spacing: -1.5px;
     
    }
    
    blockquote.ux-blockquote {
      padding: unset;
      background: unset;
      border-radius: unset;
      border: unset;
    }
    .ux-blockquote{
      font-family: var(--inter); 
      font-weight: 700;
      font-size: 40px;     
      line-height: 44px;
      letter-spacing: -1.25px;
      color: #4F4BFF;
    }

    /* Scrollable transcript area */
    .accordion-card {
      max-height: 300px;      /* adjust height to your design */
      overflow-y: auto;
      padding-right: 1rem;    /* space for scrollbar */
    }

    /* Hide checkbox */
    .accordion-card input {
      display: none;
    }

    /* Default: hidden */
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    /* Show when checkbox is checked */
    .accordion-card input:checked ~ .accordion-content {
      max-height: 500px; /* adjust depending on your content */
    }

    /* Optional: rotate + icon when open */
    .accordion-card input:checked + label .accordion-icon {
      transform: rotate(45deg);
      transition: transform 0.3s ease;
    }

    /* Custom scrollbar */
    .accordion-card::-webkit-scrollbar {
      width: 6px;
    }

    .accordion-card::-webkit-scrollbar-track {
      background: #f0f0f5;
      border-radius: 3px;
    }

    .accordion-card::-webkit-scrollbar-thumb {
      background-color: #4F4BFF; /* brand color */
      border-radius: 3px;
      transition: background 0.3s ease;
    }

    .accordion-card::-webkit-scrollbar-thumb:hover {
      background-color: #3733cc;
    }

    /* Firefox support */
    .accordion-card {
      scrollbar-width: thin;
      scrollbar-color: #4F4BFF #f0f0f5;
    }




    @media screen and (max-width: 1024px) {
      .ux-h1 { /* .heading-style-h1 */
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1.5px;
      }
      
      .text-style-2lines.mobile-expand,
      .text-style-3lines.mobile-expand,
      .text-style-4lines.mobile-expand {
        display: unset;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
      }
      
      .v2-card-wrapper-wide-full.featured .content-left,
      .v2-card-wrapper-wide-full.featured .content-right {
        flex: 1 !important;
      }
      
      .layout_wrapper.col {
        display: flex;
      }
      
      .content-right {
        height: 262px;
        flex-direction: column;
      }
      
      .content-right img {
        height: 262px;
      }
      
      .v2-card-wrapper-wide-full.inner .content-right img {
        height: 340px;
      }
      .content-left {
      
      }
      .v2-card-wrapper-wide-full.featured {
        width: 100% !important;
      }
      
      .header1_content,
      .blog_content {
        display: flex !important;
        flex-direction: column;
      }
      .blog_content {
        gap: 2rem;
      }
      
      .blog_content-widgets {
        position: unset;
        top: unset;
      }

    }

    @media screen and (max-width: 991px) {
      /* ==============================
      Screen views
      ============================== */
      .hide-desktop {
        display: block;
      }
      .hide-mobile {
        display: none !important;
      }
      
       .v2-card-wrapper-wide, .v2-card-wrapper-wide-full {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        align-content: space-between;
        justify-content: flex-end;
        padding: 16px;
      }
      
    .v2-card-wrapper-wide-full.inner .content-right img {
        height: 270px;
     }
      .v2-button.w-button.full {
        width: 100%;
        max-width: 100%;
      }
      .v2-button.w-button.full {
        max-width: 100% !important;
      }
      .center {
        display: flex;
        justify-content: center;
      }
      .button-group.w-socials {
        gap: 2rem;
        justify-content: center !important;
        width: 100%;
      }
/*       .header1_content {
        display: flex;
        flex-direction: column;
      } */
      .v2-card-wrapper-regular {
        min-height: auto;
      }
      .section_modal {
        width: 100vw;
      }
      .modal_component {
        padding: var(--_style-guide-v2---fs-48-3) var(--_style-guide-v2---fs-32-2) var(--_style-guide-v2---fs-32-2);
        min-width: 80vw;
        min-height: 450px;
      }
      ul.toc_list {
        display: none !important;
      }
      .toc_dropdown {
        display: block;
      }
      .blog_hero-details {
        gap: 1rem;
      }
      
/*       .blog_content {
         grid-template-columns: 1fr;
      }
      
      .blog_content-widgets {
        position: relative;
        top: auto; */
      }
    }

    @media screen and (min-width: 1441px) {
    .v2-card-wrapper-wide-full .inner {
        max-width: 1440px;
      }
    }


/* ==============================
       Colors
============================== */

.white {
    background-color: #fff;
    /* (--_style-guide-v2---color--white) */
}

.t-white {
    color: #fff;
}
.t-electric-blue {
    color: #4f4bff;
}

.electric-blue {
    background-color: #4F4BFF;
    /* (--_style-guide-v2---color--electric-blue) */
}

.navy {
    background-color: #18174D;
    /* (--_style-guide-v2---color--navy) */
}

.cyan {
    background-color: #27AAE1;
    /* (--_style-guide-v2---color--cyan) */
}

.aqua {
    background-color: #35E0B4;
    /* (--_style-guide-v2---color--aqua) */
}

.red {
    background-color: #FF0008;
    /* (--_style-guide-v2---color--red) */
}

.purple {
    background-color: #9D4EDD;
    /* (--_style-guide-v2---color--purple) */
}

.blue {
    background-color: #0C0989;
    /* (--_style-guide-v2---color--blue) */
}

.lavender {
    background-color: #E2E9F8;
    /* (--_style-guide-v2---color--lavender) */
}

.gradient-navy {
    background-image: linear-gradient(180deg, #4F4BFF 0%, #18174D 100%);
    /* (--_style-guide-v2---gradient--navy) */
}

.gradient-cyan {
    background-image: linear-gradient(180deg, #27A9E0 0%, #017FB5 100%);
    /* (--_style-guide-v2---gradient--cyan) */
}

.gradient-aqua {
    background-image: linear-gradient(180deg, #21BEA1 0%, #019479 100%);
    /* (--_style-guide-v2---gradient--aqua) */
}

.gradient-purple {
    background-image: linear-gradient(180deg, #9D4EDD 0%, #6701B9 100%);
    /* (--_style-guide-v2---gradient--purple) */
}

.gradient-red {
    background-image: linear-gradient(180deg, #FF0008 0%, #D20007 100%);
    /* (--_style-guide-v2---gradient--red) */
}

/* ==============================
       Wrappers
============================== */
.layout4_list {
    grid-column-gap: var(--_style-guide-v2---fs-32-2);
    grid-row-gap: var(--_style-guide-v2---fs-32-2);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
}
.layout239_item {
    padding: var(--_style-guide-v2---fs-24-1-5);
    border-radius: var(--_style-guide-v2---size-75);
    /* background-image: linear-gradient(#41557226, #1b1b1e1a); */
    border: 1px solid #41557280;
    flex-flow: column;
    justify-content: end;
    width: 100%;
    min-height: 10rem;
    transition: all .3s;
    display: flex;
}

.text-color-alternate {
    color: var(--_style-guide-v2---color--white);
 }
.max-width-xxsmall {
    width: 100%;
    max-width: 12rem;
}

/* Components - Card Regular */
.v2-list-resources {
    align-content: space-around;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}
.v2-card-wrapper-regular {
    gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 145px;
    display: flex;
    position: relative;
}

.v2-card-regular {
    padding: 16px;
    border-radius: 24px;
    background-color: white;
    transition: all .3s;
    box-shadow: 0px 4px 4px 0px #4F4BFF40;
    border: 0.72px solid #DADAE1;
/*     width: 368px; */
    width: 100%;
    max-width: 368px;
    min-width: 368px;
}

.widget {
    padding: 24px 16px;
}

.widget.body {
    max-width: 100%;
    width: 100%;
/*     padding: 24px 16px;    */
}

.widget.body.long {
    padding: 32px 24px;   
}

.v2-card-regular-image {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 250px;
}

/* Components - Card Tall */
.v2-card-tall {
  background-color: #fff;
  border: .72px solid #dadae1;
  border-radius: 24px;
  box-shadow: 0 4px 4px 0 #4f4bff40;
  padding: 16px;
  transition: all .3s;
/*   width: 447px; */
  width: 100%;
  max-width: 447px;
  
}
.tag-events {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #4b4bff;
    color: #fff;
    background-color: #4b4bff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    min-width: 4.125rem;
    padding: .438rem .75rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
}
.v2-card-wrapper-wide-full .tag-events {
    border-radius: 4.76px;
}
.card_authors {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
    width: 100%;
}

.card_author-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.card_author-wrapper.long {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.card_author-image-wrapper {
    flex: 0 0 90px;
    position: relative;
    border-radius: 999px;
}

.card_author-image.small {
    position: absolute;
    right: -20px;
    top: -5px;
    width: 48px;
    height: 48px;
}

.card_author-image {
    object-fit: cover;
    border-radius: 12px;
    width: 90px;
    height: 90px;
}

.medium {
  border-radius: 16px;
  width: 90px;
  height: 90px;
}

.card_info-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.card_author-text {
    flex: 0 0 68%;
/*     flex: 0 0 278px; */
}

.card_author-wrapper h4, 
.bottom-widgets .v2-card-wrapper-regular h3 {
    margin: 0 !important;
}

.card_info-wrapper p {
    margin: inherit;
}

/* Components - Card Wide */
.layout_wrapper.col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: stretch;
  display: grid;
  flex-flow: row;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  justify-content: space-between;
}

.v2-card-wrapper-wide {
  display: flex;
  border: 0.72px solid #DADAE1;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px #4F4BFF40;
  flex: 1;
  padding: 24px;
  transition: all .3s;
  gap: 24px;
}

.v2-card-wrapper-wide-full {
  background-color: #19184e;
  border: .72px solid #dadae1;
  border-radius: 24px;
  box-shadow: 0 4px 4px 0 #4f4bff40;
  display: flex;
  flex: 1;
  gap: 16px;
  padding: 32px;
  transition: all .3s;
}

.bg-blur {
  background-image: url(https://9116355.fs1.hubspotusercontent-na1.net/hubfs/9116355/raw_assets/public/Reejig_Theme_2022/images/learning-hub/card-blur.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.v2-card-wrapper-wide-full.featured {
  width: 975px;
/*   width: 100%;
  max-width: 975px; */
}


.v2-card-wrapper-wide-full .inner {
/*   max-width: 1376px; */
  margin: 0 auto;
  background-color: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  padding: unset;
  gap: 4.375rem;
}

.featured.v2-card-wrapper-wide-full .inner {
    gap: 2rem;
}

.featured.v2-card-wrapper-wide-full.featured .inner {
    gap: 1rem;
}

.content-left {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  flex: 1 60%;
}

.content-right {
  flex: 1 40%;
  display: flex;
  align-items: center;
}

.content-right img {
  aspect-ratio: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 18px;
}

.list {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.list-item {
  padding-bottom: 16px;
  padding-top: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.v2-card-wrapper-wide-full.inner .list-item {
  align-items: center;
  border: 1px solid;
  border-image-source: radial-gradient(100% 100% at 50% 0%, #FFAA00 0%, #FF00FB 50%, #0033FF 100%);
  border-image-slice: 100;
  border-image-repeat: stretch;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 12px 0;
}

.v2-card-wrapper-wide-full .content-left {
    flex: 1 50%;
    align-items: stretch;
}

.v2-card-wrapper-wide-full.featured .content-left {
    flex: 0 0 500px;
    align-items: stretch;
}
.v2-card-wrapper-wide-full .content-right {
    flex: 1 50%;
}

.v2-card-wrapper-wide-full.featured .content-right {
    flex: 0 0 400px;
}

span.gradient-v-to-g {
    background: linear-gradient(90deg, #45e0e2 0%, #6a5be0 50%, #9b4ff3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.v2-card-wrapper-wide-full.inner .content-right img {
  height: 485px;
}
.v2-card-wrapper-wide-full.featured .content-right img {
  height: 280px;
}


/* Components - Card Small */
.v2-card-wrapper-small {
    gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.v2-card-small {
    padding: 16px;
    border-radius: 16px;
    background-color: white;
    transition: all .3s;
    box-shadow: 0px 4px 4px 0px #4F4BFF40;
    border: 0.72px solid #DADAE1;
/*     width: 368px; */
    width: 100%;
    max-width: 368px;
    min-width: 368px;
}

/* Buttons - Cards regular */
.v2-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px none;
    font-family: var(--inter);
    font-size: var(--fs-0-875-14);
    line-height: var(--lh-1-125-18);
    font-weight: var(--_style-guide-v2---fw-600-book);
    text-align: center;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: .875rem 1.25rem;
    text-decoration: none;
    transition: background-color .3s;
    display: flex;
    min-width: 10.438rem;
    max-width: 50%;
}

.v2-button.before {
    width: auto;
    max-width: unset;
    min-width: auto;
}

.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.button-group.w-socials {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.logo_featured, img.logo_featured {
    height: 14px !important;
    width: 14px;
}

.logo_list {
  align-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Creates 5 equal-width columns */
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-around;
  justify-items: center;
}

.col_four {
  grid-template-columns: repeat(4, 1fr); /* Creates 4 equal-width columns */
}

.logo_socials {
    width: 40px;
    height: 40px;
}

a.link_social {
  transition: all .2s;
}

a.link_social:hover {
  transform: scale(1.1);
}

a.v2-button.lavender.w-button::after {
    content: "\2192";
    width: 16px;
    height: 16px;
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
}

a.v2-button.lavender.w-button.before::after {
    content: unset;
}

a.v2-button.lavender.w-button.before::before {
    content: "\2190";
    width: 16px;
    height: 16px;
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
}

a.v2-button.lavender.w-button.full {
    max-width: 50%;
    min-width: 261px;
}

.v2-button.lavender.w-button:hover {
    background-color: #4f4bff;
    color: #fff;
    font-weight: 600;
}


/* Blog Single */
/* .type.articles {
    background-color: #27aae1
}

.type.events {
    background-color: #ea6060
}

.type.podcasts {
    background-color: #4f4bff
}

.type.announcements {
    background-color: #36e0b4
} */

/* .type.articles {
    background-color: #27aae1;
}
.type.events {
    background-color: #ea6060;
}
.type.podcasts {
    background-color: #4f4bff; 
}
.type.announcements {
    background-color: #36e0b4; 
}
 */

.layout1_content-right {
    flex: 1
}

.header1_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.blog_hero-details {
  display: flex;
  gap: 2rem;
/*     grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 362px;
    max-width: 500px;
    display: grid; */
  
}

.blog_hero-details-item {
    min-width: 98px;
}

.blog_hero-details-image {
    aspect-ratio: 1;
    border-radius: 20px;
    height: 100%;
    max-height: 310px;
    min-width: 555px;
    min-height: 310px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #4F4BFF33;
}

.blog_hero-details .blog_hero-details-item:first-child img {
    border-radius: 999px;
    height: 22px;
    width: 22px;
}
.inner {
    position: relative;
}
.blog_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
    align-items: start;
}

.blog_list-grid-body {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    place-items: start stretch;
    display: grid;
}

.blog_content-widgets {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    align-self: start;
    height: max-content;
  
/*  if page slows down remove these animation/transitions  */
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn 0.6s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog_body .blog_list-grid-body > * {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}

.blog_body .blog_list-grid-body > *:nth-child(1) { animation-delay: 0.2s; }
.blog_body .blog_list-grid-body > *:nth-child(2) { animation-delay: 0.4s; }
.blog_body .blog_list-grid-body > *:nth-child(3) { animation-delay: 0.6s; }
.blog_body .blog_list-grid-body > *:nth-child(4) { animation-delay: 0.8s; }



.blog_body {
    overflow: visible;
}

.blog_list-body-widget {

}


.icon-1x1-medium {
    height: 22px;
    width: 22px;
}

.bg-blog-hero {
  background-image: url(https://9116355.fs1.hubspotusercontent-na1.net/hubfs/9116355/raw_assets/public/Reejig_Theme_2022/images/blog-single/bg-blog-single.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

input.v2-form-input {
    width: 100%;
    min-height: 48px;
    gap: 5px;
    border-radius: 12px;
    border: 1px solid #DADAE1;
    padding: 14px 12px;
}

.social {
  min-height: 56px;
}

.icon-social-large {
  height: 50px;
  width: 50px;
}

.icon-social {
  height: 24px;
  width: 24px;
}

.logo_list.social {
  width: 100%;
}

.logo_list.social.col_four {
    min-height: 32px;
}
.icon-1x1-large.close {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: block;
}

ul.toc_list {
  display: flex;
/*   gap: .5rem; */
  flex-direction: column;
/*   padding-left: 24px; */
  margin-bottom: 0;
}


ul.toc_list li {
  padding: .5rem 0;
  cursor: pointer;
}

.toc_list #active, .toc_list #active p {
  font-weight: 700;
  color: #4F4BFF;
  transition: all .3s;
  cursor: auto;
}

.toc_list li:hover, .toc_list li p:hover {
  color: #4F4BFF;
  transition: all .3s;
  cursor: pointer;
}

.author_link-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

/* TOC container card adjustments */
.v2-card-regular.widget {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
}

.type {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}

.blog_body-content h3,
.blog_body-content h4 {
  margin: 2rem 0 1rem;
  scroll-margin-top: 140px; 
}

.blog_body-content a, .blog_body-content a span {
  color: #4f4bff !important;
}

.modal_component {
    z-index: 1;
    padding: var(--_style-guide-v2---fs-64-4);
    background-color: var(--background-alternate);
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 600px;
    min-height: 600px;
    max-height: 80vh;
    display: flex;
    position: relative;
}

.section_modal {
    z-index: 9999999;
    background-color: #29282866;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    transition: all .3s ease-in-out;
    display: none;
    position: fixed;
    inset: 0%;
}

.layout1_video {
    aspect-ratio: 1;
    border-radius: var(--_style-guide-v2---fs-18-1-125);
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.layout1_video.landscape {
    aspect-ratio: 16/9;
}

.w-video iframe, .w-video object, .w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icon-1x1-100.play {
    z-index: 1;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    transition: all .2s;
    position: absolute;
    inset: 0%;
}

.icon-1x1-100.play:hover {
    transform: scale(1.15);
}

.icon-wrapper {
    left: auto;
    top: 2rem;
    right: 2rem;
    position: absolute;
    bottom: auto;
}

.icon-close-part {
    background-color: #fff;
    border-radius: 18px;
    width: 100%;
    height: 3px;
    transform: rotate(45deg);
}

.icon-close-part.part {
    transform: translateY(-3px)rotate(130deg);
}

/* TOC list (desktop) */
.toc_list {
  list-style: disc;
  margin: 0 0 0 1.25rem; /* indent for bullets */
  padding: 0;
}


/* Active state enhancements */
.toc_list li.active p {
  color: #4F4BFF;
  font-weight: 600;
}
.toc_list li.active {
  color: #4F4BFF; /* bullet color */
}

/* TOC dropdown (mobile only) */
.toc_dropdown {
  display: none;
  width: 100%;
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #E5E7EB;
  background: #fff;
}

/* Form Hubspot Embed */
.widget-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: unset;
}

.widget-form [data-hsfc-id=Renderer] .hsfc-Row {
    margin-bottom: 6px;
}

.widget-form [data-hsfc-id=Renderer] .hsfc-Button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px none;
    font-family: var(--inter);
    font-size: var(--fs-0-875-14);
    line-height: var(--lh-1-125-18);
    font-weight: var(--_style-guide-v2---fw-600-book);
    text-align: center;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: .875rem 1.25rem;
    text-decoration: none;
    transition: background-color .3s;
    display: flex;
    min-width: 10.438rem;
    max-width: 50%;
    color: #18174D;
}

.widget-form [data-hsfc-id=Renderer] .hsfc-Button::after {
    content: "\2192";
    width: 16px;
    height: 16px;
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
}

.widget-form [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
    background-color: #4f4bff;
    color: #fff;
    font-weight: 600;
}

.widget-form .hs_cos_wrapper.form-title {
    margin: 0;
}

.bottom-widgets > div {
  margin-bottom: 1rem;
}