
  /* xl : [1380px -       ] */
  /* lg : [1080px - 1379px] */
  /* md : [ 820px - 1079px] */
  /* sm : [ 600px -  819px] */
  /* xs : [       -  599px] */
   
  /*----------------------------------------------------------------------------*/
  /* Fonts                                                                      */
  /*----------------------------------------------------------------------------*/
   
   .t20 {
     font-size: 20px;
     line-height: 30px;
   }
   
    @media all and (max-width: 600px) {
     .t20 {
      font-size: 18px;
      line-height: 27px;
     }
   }
   
   .t24 {
    font-size: 24px;
    line-height: 32px;
   }
   
    @media all and (max-width: 600px) {
     .t24 {
      font-size: 20px;
      line-height: 28px;
     }
   }
   
   .t32 {
    font-size: 32px;
    line-height: 40px;
   }
   
   .t48 {
    font-size: 48px;
    line-height: 56px;
   }
   
   @media all and (max-width: 600px) {
     .t48 {
      font-size: 32px;
      line-height: 38px;
     }
   }
   
    .t52 {
      font-size: 52px;
      line-height: 65px;
    }
   
   @media all and (max-width: 600px) {
     .t52 {
      font-size: 40px;
      line-height: 48px;
     }
   }
   
   .btn-md {
    font-size: 1rem;
   }
   
   
   
  /*----------------------------------------------------------------------------*/
  /* Header                                                                     */
  /*----------------------------------------------------------------------------*/

  .site-header {
   overflow: hidden;
  }


  .site-header {
   position: relative;
   background-image: url("assets/front/images/general_brand_header_bg_poster.jpg");
   background-size: cover;
  }
  
   .site-header .sa-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
   }
   
   .site-header .sa-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background: linear-gradient(90deg, #000000 29.41%, rgba(0, 0, 0, 0) 100%);
   }
   
   .site-header .container {
    position: relative;
    z-index: 1;
   }
   
   .site-header .sa-text {
    color: #A6A8AB;
   }
   
  .site-header .sa-btn-wrapper {
    column-gap: 3rem;
   }
   
   @media all and (max-width: 600px){
     .site-header .sa-btn-wrapper {
      flex-direction: column;
      row-gap: 1.5rem;
     }
   }
   
   .site-header .sa-btn-wrapper label {
    cursor: pointer;
   }
   
   .site-header .sa-primary-cta-btn {
    padding: 18px 36px;
   }

   .site-header .sa-secondary-cta-btn {
    color: #f9f9f9;
   }
   
   .site-header .sa-secondary-cta-btn:hover {
    color: #A6A8AB;
   }
   
   .site-header .sa-secondary-cta-btn:hover svg path {
    fill: #A6A8AB;
   }
   
   .site-header .sa-secondary-cta-btn:active,
   .site-header .sa-secondary-cta-btn:focus {
    color: #0061FF;
   }
   
   .site-header .sa-secondary-cta-btn:active svg path,
   .site-header .sa-secondary-cta-btn:focus svg path {
    fill: #0061FF;
   }
   
   
   
   /*----------------------------------------------------------------------------*/
  /* Deliver                                                                      */
  /*----------------------------------------------------------------------------*/
   
   .site-deliver .sa-cards {
    display: flex;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
   }
   
   .site-deliver .sa-card {
    background-color: #054992;
    text-align: center;
    padding: 3rem;
    width: calc(50% - 0.75rem);
    border-radius: 10px;
   }
   
   @media all and (max-width: 820px){
     .site-deliver .sa-card {
      width: 100%;
     }
   }

  .site-deliver .sa-drive-icon {
   width: 48px;
   height: 48px;
  }
  
   
   
  /*----------------------------------------------------------------------------*/
  /* Unite Advertising                                                          */
  /*----------------------------------------------------------------------------*/
   
   .site-unite-advertising {
     background: linear-gradient(180deg, #000000 0%, #0C121A 100%);
     overflow: hidden;
   }
   
   .site-unite-advertising .sa-carousel-wrapper {
    position: relative;
   }
   
   .site-unite-advertising .sa-carousel {
    overflow-x: auto;
    display: flex;
    column-gap: 1.5rem;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4rem 1.5rem 0rem;
   }
   
   @media all and (min-width: 650px){
     .site-unite-advertising .sa-carousel {
       padding: 7rem 1.5rem 0rem;
     }
   }
   
  .site-unite-advertising .sa-carousel::-webkit-scrollbar {
    display: none;
  }

  .site-unite-advertising .sa-carousel .sa-carousel-card {
      flex: 0 0 auto;
      text-decoration: none;
      width: 100%;
      position: relative;
      overflow-y: hidden;
   }
   
    @media all and (min-width: 650px) {
     .site-unite-advertising .sa-carousel .sa-carousel-card {
       width: calc(33.33% - 1rem);
     }
   }
   
    @media all and (min-width: 1024px) {
     .site-unite-advertising .sa-carousel .sa-carousel-card {
       width: calc(25% - 1.125rem);
     }
   }
   
   @media all and (min-width: 2000px) {
     .site-unite-advertising .sa-carousel-container {
      max-width: 1332px;
      margin: 0 auto;
    }
    
    .site-unite-advertising .sa-carousel-container .sa-carousel {
      padding: 7rem 0 0;
    }
     
    .site-unite-advertising .sa-carousel-wrapper {
      max-width: 83.33333%;
      margin-left: 8.33333%;
     }
   }
   
   @media all and (min-width: 650px){
     .site-unite-advertising .sa-carousel .sa-carousel-card {
       overflow-y: visible;
     }
         
     .site-unite-advertising .sa-carousel .sa-carousel-card:hover .sa-carousel-card-inner {
      transform: translateY(-64px);
      transform-origin: top;
     }
   }
   
   .site-unite-advertising .sa-carousel .sa-carousel-card-inner {
     padding: 1.5rem;
     background: linear-gradient(180deg, #181E26 0%, #0B1118 100%);
     border-radius: 10px;
     transition: transform 0.3s ease-in-out;
   }
   
   @media (min-width: 768px) {
    .site-unite-advertising .sa-carousel .sa-carousel-card-inner {
      padding: 2rem 3rem;
    }
  }
   
   .site-unite-advertising .sa-carousel .sa-image {
    width: 100%;
   }
   
   .site-unite-advertising .sa-carousel .sa-carousel-btn {
    font-size: 18px;
    padding: 8px 18px;
    height: 40px;
    color: #F9F9F9;
    border: 1px solid #F9F9F9;
    opacity: 0;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
   }
   
   .site-unite-advertising .sa-carousel .sa-carousel-card:hover .sa-carousel-btn {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    background-color: #66696E;
   }
   
   .site-unite-advertising .sa-carousel-arrows-container {
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
    margin-top: 4rem;
   }
   
   
   .site-unite-advertising .sa-carousel-arrow {
    width: 2.25rem;
    height: 2.25rem;
    background: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 24px 0px #00000033;
    padding: 0;
  }

  @media (max-width: 650px) {
    .site-unite-advertising  .sa-carousel-arrows-container {
      display: none;
    }
  }

  .site-unite-advertising  .sa-carousel-arrow:hover {
    background: #F3F3F4;
    border-color: #F3F3F4;
  }

  .site-unite-advertising  .sa-carousel-arrow svg {
    width: 2.25rem;
    height: 2.25rem;
    fill: #0C121A;
  }
   
  .site-unite-advertising  .sa-carousel-arrow:active {
   background-color: #0062FF;
   border-color: #0062FF;
  }
   
  .site-unite-advertising  .sa-carousel-arrow:active svg {
    fill: #FFFFFF;
 }
 
   .site-unite-advertising .sa-carousel-arrow.disabled {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    cursor: default;
   }
   
   .site-unite-advertising .sa-carousel-arrow.disabled svg {
    fill: #A6A8AB;
   }

  .site-unite-advertising .sa-carousel-dots-container {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0;
    margin-top: 1rem;
  }

  @media (max-width: 650px) {
    .site-unite-advertising .sa-carousel-dots-container {
      display: flex;
    }
  }

  .site-unite-advertising .sa-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    border: none;
    padding: 0;
    cursor: default;
    transition: background-color 0.3s ease;
  }

  .site-unite-advertising  .sa-carousel-dot.active {
    background: #0061FF;
  }


   
  /*----------------------------------------------------------------------------*/
  /* G2 Leader                                                                  */
  /*----------------------------------------------------------------------------*/

  .site-g2-leader .sa-award-container {
   display: flex;
   flex-wrap: wrap;
   position: relative;
   border-radius: 0.625rem;
   align-items: center;
   background: radial-gradient(84% 149% at 36% 8.6%, #000000 0%, #011F5D 100%) 

  }

  @media all and (min-width: 375px) {
   .sa-award-container {
    padding: 4rem 2rem;
   }
  }

  @media all and (min-width: 820px) {
   .sa-award-container {
    padding: 4rem;
   }
  }

  @media all and (max-width: 600px) {
   .site-g2-leader .sa-award-container {
    border-radius: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    justify-content: center;
   }
  }

  .site-g2-leader .sa-link {
   display: flex;
   flex: 50%;
  }

  .site-g2-leader .sv-text-1 {
   font-size: 18px;
   color: #252530;
   font-weight: bold;
  }

  .site-g2-leader .sv-text-2 {
   font-size: 9px;
   color: #FFFFFF;
   font-weight: bold;
  }

  .site-g2-leader .sv-text-3 {
   font-size: 14px;
   color: #252530;
   font-weight: bold;
  }

  .site-g2-leader .sa-logo,
  .site-g2-leader .sa-text {
   position: relative;
  }
  
  .site-g2-leader .sa-text p {
    color: #A6A8AB;
   }
   
   @media all and (max-width: 600px){
     .site-g2-leader .sa-text {
      text-align: center;
     }
   }
   
   
   
   /*----------------------------------------------------------------------------*/
  /* Advertising Solutions                                                       */
  /*----------------------------------------------------------------------------*/
   
   .site-advertising-solutions .sa-cards {
    display: flex;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
   }
   
   
   .site-advertising-solutions .sa-card {
    background: linear-gradient(0deg, #D2E9FE 0.02%, #F4FAFF 100%);
    padding: 3rem 1.5rem;
    width: calc(33.33% - 1rem);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
   }
   
   @media all and (max-width: 820px){
     .site-advertising-solutions .sa-card {
      width: 100%;
     }
   }
   
   .site-advertising-solutions .sa-image {
    max-width: 140px;
    margin: 0 auto;
    display: block;
   }
   
   .site-advertising-solutions .sa-text {
    flex-grow: 1;
   }
   
   .site-advertising-solutions .sa-link {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGcgaWQ9IkxheWVyXzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MTA1XzY5MSkiPjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik03LjUgMy43NUw2LjQ0MjUgNC44MDc1TDEwLjYyNzUgOUw2LjQ0MjUgMTMuMTkyNUw3LjUgMTQuMjVMMTIuNzUgOUw3LjUgMy43NVoiIGZpbGw9ImJsYWNrIj48L3BhdGg+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNjEwNV82OTEiPjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiPjwvcmVjdD48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
    background-color: transparent;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 0 18px 0 0;
    transition: padding-right .16s ease-in-out;
    font-size: 1rem;
   }
   
   .site-advertising-solutions .sa-card:hover .sa-link {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGcgaWQ9IkxheWVyXzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MTA1XzY5MSkiPjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik03LjUgMy43NUw2LjQ0MjUgNC44MDc1TDEwLjYyNzUgOUw2LjQ0MjUgMTMuMTkyNUw3LjUgMTQuMjVMMTIuNzUgOUw3LjUgMy43NVoiIGZpbGw9ImdyYXkiPjwvcGF0aD48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF82MTA1XzY5MSI+PHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWxsPSJ3aGl0ZSI+PC9yZWN0PjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
    color: #66696e;
    padding-right: 20px;
   }
    
   .site-advertising-solutions .sa-ctas {
     display: flex;
      column-gap: 1.5rem;
      row-gap: 1.5rem;
      justify-content: space-between;
      flex-wrap: wrap;
   }
   
   @media all and (max-width: 819px){
     .site-advertising-solutions .sa-ctas {
       flex-direction: column;
     }
   }
   
   .site-advertising-solutions .sa-cta {
      background: #F3F3F4;
      padding: 1.5rem;
      width: calc(50% - 0.75rem);
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      column-gap: 1.5rem;
      row-gap: 1rem;
      align-items: center;
   }
   
   @media all and (max-width: 1080px){
     .site-advertising-solutions .sa-cta {
      flex-direction: column;
      justify-content: center;
      text-align: center;
     }
   }
   
    @media all and (max-width: 819px){
     .site-advertising-solutions .sa-cta {
      width: 100%;
     }
   }
   
   .site-advertising-solutions .sa-cta h3 {
    flex-grow: 1;
   }
   
   .site-advertising-solutions .sa-cta .sa-btn {
    border: 1px solid #0C121A;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    color: #0C121A;
    border-radius: 40px;
    font-size: 18px;
    height: 39px;
    transition: color .16s ease-in-out, background .16s ease-in-out, border .16s ease-in-out;
   }
   
   .site-advertising-solutions .sa-btn:hover {
    background-color: #E7E7E8;
   }
   
   .site-advertising-solutions .sa-btn:active,
   .site-advertising-solutions .sa-btn:focus {
    background-color: #0C121A !important;
    color: #FFFFFF !important;
   }



  /*----------------------------------------------------------------------------*/
  /* Success                                                                    */
  /*----------------------------------------------------------------------------*/
   
   .site-success {
    background-color: #F8F4EF;
   }

  .site-success .sa-video {
   position: relative;
   overflow: hidden;
  }

  .site-success-.sa-link {
   display: flex;
   column-gap: 0.5rem;
   align-items: center;
   width: fit-content;
  }

  .site-success .sa-image {
   max-width: 100%;
   width: 100%;
   height: auto;
   border-radius: 0.625rem;
  }

  .site-success .sa-overlay {
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(transparent, transparent, #000000);
   border-radius: 0.625rem;
  }

  .site-success .sa-play-icon {
   width: 50px;
   height: 50px;
   position: absolute;
   top: calc(50% - 25px);
   left: calc(50% - 25px);
  }

  .site-success .sa-logo-container {
   position: absolute;
   width: 100%;
   padding: 1rem;
   bottom: 1rem;
   left: 0;
   text-align: center;
  }

  .site-success .sa-logo-container .sa-logo {
   max-width: 20rem;
   height: auto;
  }

   

  /*----------------------------------------------------------------------------*/
  /* Resources                                                                  */
  /*----------------------------------------------------------------------------*/

  .site-resources .sa-resource {
   user-select: none;
   display: flex;
   height: 100%;
  }

  .site-resources .sa-resource .sa-link {
   padding: 1rem 1rem 1.5rem 1rem;
   border: 1px solid #E4E5E6;
   border-radius: 10px;
   display: flex;
   flex-direction: column;

  }

  .site-resources .sa-resource .sa-link:hover {
   border-color: #0D1219;
  }

  .site-resources .sa-resource .sa-image {
   margin-bottom: 1rem;
   border-radius: 6px;
   width: 100%;
   max-width: 100%;
   height: auto;
  }

  .site-resources .sa-resource .sa-details {
   display: flex;
  }

  .site-resources .sa-resource-content {
   display: flex;
   flex-direction: column;
   height: 100%;
  }

  .site-resources .sa-resource .sa-tag {
   background-color: #F3F3F4;
   padding: 0.3rem 1rem;
   border-radius: 0.3rem;
  }

  .site-resources .sa-resource .sa-read {
   display: flex;
   align-items: center;
  }

  .site-resources .sa-resource .sa-read .sa-icon {
   width: 10px;
   margin-left: 0.2rem;
  }



  /*----------------------------------------------------------------------------*/
  /* Register                                                                   */
  /*----------------------------------------------------------------------------*/

  .site-register.bg-light-blue-brand {
   background: #EFF4FF;
  }

  .site-register .sa-register-container {
   display: flex;
   justify-content: center;
   align-items: center;
  }

  .sa-register {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
  }

  .sa-register-text {
   text-align: left;
  }

  @media (max-width: 599px) {
   .sa-register {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
   }

   .sa-register-text {
    text-align: center;
   }
  }
   
   /*----------------------------------------------------------------------------*/
  /* Modal                                                                      */
  /*----------------------------------------------------------------------------*/

  .site-modal {
   position: fixed;
   z-index: 1050;
   left: 0;
   bottom: 0;
   right: 0;
   top: 0;
   background: rgba(12, 18, 26, 0.6);
   opacity: 0;
   transition: opacity;
   pointer-events: none;
   overflow-y: scroll;
  }

  .sa-modal-container {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 100vh;
  }

  .site-modal .sa-modal-back {
   position: fixed;
   left: 0;
   bottom: 0;
   right: 0;
   top: 0;
   opacity: 0;
   pointer-events: none;
  }

  .site-modal .sa-modal {
   position: relative;
   height: max-content;
   width: 90%;
   border-radius: 10px;
   box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
   overflow: hidden;
  }

  .sa-modal-close {
   cursor: pointer;
  }

  #site-modal-toggle:checked~.site-modal {
   transition-duration: .15s;
   opacity: 1;
   pointer-events: auto;
  }

  #site-modal-toggle:checked~.site-modal .sa-modal-back {
   pointer-events: auto;
  }
  
  .bg-offwhite {
    background-color: #f8f9fa; /* Bootstrap's light grey off-white */
   }
   
   
   .dropdown-menu-body {
  display: none;
  position: absolute; /* positioned relative to body */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.5rem 0;
  min-width: 180px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  z-index: 9999;
}

.dropdown-menu-body li {
  list-style: none;
}

.dropdown-menu-body a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu-body a:hover {
  background: #f2f2f2;
}
    
    