.d_none{
    display: none !important;
}
.csp img.c-header__logo-img--sticky {
    display: block !important;
}
.csp img.c-header__logo-img--desktop {
display: none !important;
} 


.c-header--sticky .csp img.c-header__logo-img--sticky {
   display: none !important;
}
.c-header--sticky .csp img.c-header__logo-img--desktop {
display: block !important;
}


.c-header--mobile .c-header__logo-img--mobile {
    display: none !important;
}
.c-header--mobile .c-header__logo-img--sticky {
    display: block !important;
}
.c-header--sticky.c-header--mobile .c-header__logo-img--mobile{
    display: block !important;
}
.c-header--sticky.c-header--mobile .c-header__logo-img--sticky {
    display: none !important;
}



#our-process-section {
  position: relative;
  min-height: 1100px;
  padding-top: 80px;
  padding-bottom: 100px;
  /*overflow:hidden;*/
}
.process-card {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s, transform 0.5s;
  z-index: 2;
  width: 940px;
  max-width: 90vw;
  padding: 24px;
  margin: auto;
}
.process-card img {
  width: 460px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 800px) {
  .process-card { width: 95vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;}
  .process-card img { width: 100%;}
}

.card-content h3 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #242424;
    letter-spacing: -1px;
}
.card-content p {
    font-family: DM Sans;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    color: #242424;
    margin: 0;
}
.card_inner-content{
    max-width: 310px;
    margin: auto;
}
.process-card {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0;
    gap: 26px;
}
.process-card:nth-child(even){
  padding-right: 40px;
}
.process-card:nth-child(odd){
  padding-left: 40px;

}
#our-process-section .process-card {
    margin-bottom: 40px;
}
#needle-svg {
    fill: transparent;
}
.overflow_hidden{
    overflow: hidden;
}
#thread-svg{
    z-index: 0 !important;
}
/* Base fade element styling */
.fade-on-scroll {
  opacity: 0;
  transform: translateY(0px) scale(0.95);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-on-scroll.fade-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.bottom-line:before{
    bottom: -6px;
    z-index: 1;
}





/* Container background zoom + overlay effect + character image animation */
/* Character image before - without fixed width/height */
.category-container {
  position: relative;
  transition: background-size 0.5s ease-in-out;
  background-size: cover;
  background-position: center;
  overflow: hidden !important;
}
.category-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.category-container::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  background-image: url('your-character-image.png'); /* replace this */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
  transition: all 0.5s ease;
  pointer-events: none;
}

/* Gradient overlay from top transparent to bottom blackish */
.category-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/* On hover: zoom bg + show overlay */
.category-container:hover {
  background-size: 110%;
}


.category-container:hover::after {
  opacity: 1;
  border-radius: 20px;
}

.category-container:hover::before {
 transform: translateX(-50%) translateY(-10px) scale(1.05) rotateZ(0.3deg);
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3));
}

/* Hide inner_content completely when not hovering */
.category-inner {
    position: relative;
    z-index: 9;
}
.category-inner_heading {
  opacity: 1;
}

.category-container:hover .category-inner_heading {
  opacity: 0;
}

.category-inner_content {
  transform: translateY(30px);
  transition: max-height 0.6s ease, opacity 0.6s ease;
  z-index: 4;
  pointer-events: none;
   max-height: 0;
  overflow: hidden;
  opacity: 0;
}

/* Slide up and show on hover */
.category-container:hover .category-inner_content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
   max-height: 500px;
}

.category-inner {
    position: relative;
    padding: 15px 20px;
}
.category-inner_heading .elementor-heading-title {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    color: #242424;
     transition: all 0.5s ease;
}
.category-inner_content .elementor-heading-title {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    color: #fff;
}
.read-more_bttn a {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    padding: 0 !important;
    background: transparent;
    padding-bottom: 6px !important;
}
.single-one{
    /*overflow: visible !important;*/
}
.single-one:before{
    min-height: 400px;
    top: 20px;
}
.single-one.over:before{
    min-height: 360px !important;
    top: 20px;
    overflow: hidden !important;
}
/*.bg {*/
/*  background-size:  cover !important;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/* transition: background-size 1s cubic-bezier(.43,.09,.41,.92) !important;*/
/*}*/

/*.single-one:hover .bg {*/
/*  background-size: 160% !important;*/
/*}*/

.white-circled .elementor-widget-image {
    width: 120px;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.white-circled{
    position: relative;
}
.white-circled:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #2A7D7D80;
    left: 50%;
    top: 60px;
    border-image: repeating-linear-gradient(to right, #2A7D7D80 0 4px, transparent 4px 6px);
    border-image-slice: 1;
}
.white-circled.no-border:before{
    border: none !important;
}
.circle-chav .owl-carousel {
    display: flex;
    flex-direction: column;
}
.circle-chav .owl-carousel .owl-nav {
    order: 2;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    line-height: 0;
    gap: 10px;
}
.circle-chav .owl-carousel .owl-nav button{
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    border: 1px solid #2A7D7D33;
    color: #2A7D7D;
    border-radius: 50%;
    background: #EEEBE2;
}
.circle-chav .owl-carousel .owl-nav button img{
    width: 16px;
}
.circle-chav .owl-carousel .owl-nav button.disabled {
    opacity: .6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif !important;
}

@media (min-width: 768px){
    .process-card {
        flex-direction: row !important;
        gap: 40px;
    }
    .process-card:nth-child(even){
        flex-direction: row-reverse !important;
        padding: 0;
    }
    .process-card:nth-child(odd){
      padding-left: 0px;
    }
}
@media (min-width: 992px){
.process-card .card-content, .process-card img {
    flex: 1 1 50%;
}
#thread-svg{
    max-width: 660px;
}
.circle-chav .owl-carousel .owl-nav {
        order: -1;
        top: -70px;
        margin-top: 0px;
        justify-content: flex-end;
}
    .circle-chav.mre .owl-carousel .owl-nav {
    top: -180px;

    }
}

@media (min-width: 1400px){
    #thread-svg{
        left: -120px !important;
        max-width: 640px;
        top: -60px !important;
    }
    #our-process-section{
        padding-bottom: 40px;
    }

}
@media (max-width: 1189px){
.third-bottom:before {
    border: none;
}

}
@media (max-width: 767px){
.elementor-element > .white-circled:nth-child(even):before {
    border: none !important;
}
.third-bottom:before {
   border-bottom: 1px dashed #2A7D7D80;
}
}
/* Wrapper styling */
.moderno-main-category-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.moderno-main-category {
    cursor: pointer;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #d4e5e5;
    border-radius: 20px;
    transition: background 0.3s;
    display: block;
    font-weight: 600;
}
.moderno-main-category.open {
    background: #d4e5e5;
    border-color: #b2d0d0;
}

.moderno-subcategory-list {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.moderno-subcategory-list li a {
    display: block;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: background 0.3s, transform 0.2s;
}
.moderno-subcategory-list li a:hover {
    background: #e0f2f1;
    transform: translateY(-3px);
}


/* Hover effect */
.moderno-view-details-button .button:hover {
    background-color: #326e6e;
}
.svg-thread:before {
    position: absolute;
    content: "";
    background-image: url(https://new.ranngglobal.com/wp-content/uploads/2025/07/needle-thread.svg);
   
    background-repeat: no-repeat;
    background-size: cover;
    top: -40px;
    height: 75px;
    width: 100%;
}

.dark-hover-card .elementor-image-box-img,
.dark-hover-card .elementor-image-box-title,
.dark-hover-card .elementor-image-box-description{
    transition: .3s;
}
.dark-hover-card:hover .elementor-image-box-img {
    filter: brightness(0) invert(1);
    transition: .3s;
}
.dark-hover-card:hover .elementor-image-box-title {
    color: #fff !important;
}
.dark-hover-card:hover .elementor-image-box-description {
    color: #fff !important;
}
.milestone-slider-wrap {
    padding-left: 20%;
}
.leader-content-wrap {
    display: flex;
    background-color: #2A7D7D;
    padding: 80px;
    gap: 90px;
    border-radius: 16px;
    align-items: center;
    background-image: url(https://new.ranngglobal.com/wp-content/uploads/2025/07/RBV-Secondary-Pattern-Teal-Hex-007979-2.png);
}
.leader-left-side
 {
    width: calc(35% - 90px / 2);
}
.leader-right-side {
    width: calc(65% - 90px / 2);
}
.leader-right-img img {
    height: 32px !important;
    width: auto !important;
}
.leader-description p {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -2px;
    color: #fff;
    margin: 0;
}
.leader-details {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.leader-details * {
    color: #ffffffb3;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}
.leader-right-side {
    width: calc(65% - 90px / 2);
    display: flex
;
    flex-direction: column;
    gap: 24px;
}
.leader-thumbs {
    display: flex;
    gap: 90px;
    margin-top: 80px;
}
.leader-thumb {
    width: 180px;
}
.leader-thumb img
 {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}
.thumb-name,
.thumb-role{
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -1px;
    color: #333333;
}
.thumb-role {
    color: #777777;
}
.thumb-leader-details{
    display: flex;
    gap: 5px;
    flex-direction: row;
}
.menu-slide-logo img {
    width: 120px;
}
.conti-slider .swiper-slide-image{
    width: 256px;
    height: 70px;
}
.testimonialsOwl .owl-stage-outer {
    overflow: visible;
}
.testimonialsOwl .owl-stage{
    display: flex;
}
.absolute-pin {
    position: absolute;
    width: 55px;
    height: 64px;
    top: 200px;
    left: 340px;
    z-index: 2;
}
.absolute-pin .elementor-image-box-wrapper {
    display: flex
;
    flex-direction: column-reverse;
    align-items: center;
}
.absolute-pin.right{
    left: inherit;
    right: 420px;
    top: 220px;
}
.absolute-pin.center{
left: 50%;
    top: 140px;    
}

.absolute-pin .elementor-image-box-content {
    width: auto;
    height: 36px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 40px;
    border-width: 1px;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    background: #EEEBE2;
    border: 1px solid #2A7D7D33;
    transition : 0.4s;
    cursor: pointer;
    
}
.absolute-pin .elementor-image-box-content:hover{
    background-color: #2A7D7D;
    border-color: #2A7D7D33;
    color : #fff;
    
}
.position-relative{
    position: relative;
}
.absolute-pin .elementor-image-box-img {
    width: auto !important;
    margin: 0 !important;
    margin-top: 6px !important;
}
.c-top-menu__item--has-children > a:after{
    display: none !important;
}
a[href="/nolink"], a[href="/disabled"], a[href="/heading"]{
    /*pointer-events: none;*/
    cursor: pointer;
    text-decoration: none; 
}

@media (min-width: 768px) and (max-width: 991.98px) {
.leader-description p{
    font-size: 21px;
}
.leader-content-wrap{
    gap: 30px;
    padding: 30px;
}
.leader-left-side
 {
    width: calc(35% - 30px / 2);
}
.leader-right-side {
    width: calc(65% - 30px / 2);
}
.leader-thumbs {
    gap: 32px;
    margin-top: 48px;
}
}
@media (min-width: 1190px) and (max-width: 1310px){
    
}
.menu-slide i
 {
    font-weight: bold !important;
    font-size: 21px;
    color: #2a7d7d;
}
@media (max-width:1189px){
    .c-header__menu-content{
        top: 80px;
    }
    .c-header__menu-content .ondesktop {
        display: inline-block !important;
    }
    .c-mobile-menu__item-space{
        display: none;
    }
    .c-header__top
 {
    padding: var(--device-padding) !important;
    /*border-bottom: 1px solid #ddd;*/
}
.c-header--mobile{
    background: transparent !important;
    border: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: red !important;*/
}
.c-header--sticky.c-header--mobile{
    background: #fff !important;
}
.js-mobile-menu-open i{
    color: #fff;
}
.c-header--sticky.c-header--mobile .js-mobile-menu-open i {
    color: #000;
}
.white-circled:before{
    display: none;
    opacity: 0;
}
.absolute-pin{
    left:180px;
}
.absolute-pin.right{
    left: inherit;
    right: 270px;
    top: 225px;
}
.c-header__menu-shadow{
background-color: #EEEBE2;
}
#mobile-top-menu > li a {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #333333;
}
#mobile-top-menu > li {
    padding: 20px !important;
}
#mobile-top-menu .c-mobile-menu__item--blocks .c-header__top {
    padding: 0 !important;
}
#mobile-top-menu a.pill-button.ondesktop {
    color: #fff !important;
}
#mobile-top-menu > li .c-mobile-menu__item--blocks{
    position: relative;
}
#mobile-top-menu > li:after {
   border-bottom: 1px solid #00000014 !important;
    opacity: 1;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
#mobile-top-menu{
      border-top: 1px solid #00000014 !important; 
}
#mobile-top-menu .c-header__top-row-list {
    max-width: 100% !important;
    margin-right: auto;
    text-align: left;
}
#mobile-top-menu a.pill-button.ondesktop {
    color: #fff !important;
    background: #349999;
    padding: 10px 20px;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
}
a.h-close-button.js-mobile-menu-close {
    order: 2;
    position: static;
    width: 50%;
    text-align: right;
    padding-right: 0;
}
.menu-slide-logo{
order: 1;
    width: 50%;
}
.menu-slide button{
   display: none !important;
}
.c-mobile-menu__subitem--parent a {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #333333;
}
.c-mobile-menu__subitem--parent{
     border-top: 1px solid #00000014 !important; 
    border-bottom: 1px solid #00000014 !important;
}
.c-mobile-menu__submenu .c-mobile-menu__subitem a{
   font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #333333;
}
.c-mobile-menu__item--has-children a:after{
    font-size: 12px !important;
    color: #333333;
}
}
@media (min-width: 1190px){
    .c-top-menu__submenu {
        border-radius: 16px !important;
        overflow: hidden;
        /*padding: 0 !important;*/
        gap: 8px;
        margin: 0 !important;
        
    }
    .c-top-menu__submenu:after{
        background-color: #F5F3F0 !important;
    }
    .c-top-menu__submenu,
    .c-top-menu__submenu li,
    .c-top-menu__submenu a{
        max-width: 260px !important;
    }
    .c-top-menu__submenu .c-top-menu__subitem a{
        font-family: DM Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0px !important;
        color: #333333 !important;
        /*padding: 20px !important;*/
    }
    .c-header.c-header--desktop .c-top-menu__item .c-top-menu__subitem a{
        color: #333333 !important;
    }
}
@media (max-width: 1200px){
 .absolute-pin{
     top: 180px;
    left: 150px;
    display: none;
 }  
 .absolute-pin.right{
        right: 230px;
    top: 190px;
}
.award-image{
    width: 120px !important;
    height: 120px !important;
}
.award-slide-item p{
    line-height: 1.1 !important;
    font-size: 14px !important;
    margin-top: 12px !important;
}
}
@media (max-width: 992px){
 .absolute-pin{
   top: 120px;
    left: 120px;
 }  
 .absolute-pin.right{
   right: 180px;
    top: 150px;
}
.absolute-pin.center {
    left: 50%;
    top: 100px;
}
}
@media (max-width: 767px){
    .leader-content-wrap{
        flex-direction: column;
        padding: 16px;
        gap: 24px;
    }
    .leader-left-side,
    .leader-right-side{
        width: 100%;
    }
    .leader-description p{
        font-size: 24px;
    }
    .leader-thumbs {
        gap: 24px;
        margin-top: 48px;
        flex-direction: column;
    }
    .leader-thumb {
        width: 100%;
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .leader-thumb img{
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .thumb-leader-details{
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .menu-slide
 {
    height: auto;
    padding: 10px 5%;
}
.mob-differ .blog-card {
    display: flex;
    gap: 20px;
}
.mob-differ .blog-card > a{
 flex: 1;
}
.mob-differ .blog-thumb{
aspect-ratio: 1/1;}

.mob-differ .blog-info {
    padding-top: 0;
    flex: 1;	
}
.mob-differ h3.blog-title {
    font-size: 16px;
    margin-bottom: 8px !important;
}
.mob-differ p.blog-excerpt {
    margin: 0 !important;
    margin-bottom: 16px !important;
    color: #777777;
}
.white-circled .elementor-widget-image {
    width: 64px;
    height: 64px;

}
.white-circled .elementor-widget-image img{
    width: 30px;
    height: 30px;
    object-fit: content;
}
.award-image{
    width: 90px !important;
    height: 90px !important;
}
.award-slide-item p{
    line-height: 1.1 !important;
    font-size: 13.5px !important;
    margin-top: 10px !important;
}
}
@media (min-width: 992px){
 .svg-thread:before {
      background-size: 100% 75px;
      top: 0;
 }   
}
@media (min-width:1200px){
    .svg-thread:before{
        transform: translateX(calc((100vw - 1280px) / 2));
    }
    .award-image{
    width: 140px !important;
    height: 140px !important;
}
.award-slide-item p{
    line-height: 1.1 !important;
    font-size: 16px !important;
    margin-top: 12px !important;
}
}
@media (min-width:2300px){
    .testimonialsOwl .owl-stage .owl-item{
        width: 70% !important;
        min-width: 600px;
    }
}


/*Blog Styling*/
.c-blog__grid{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.c-blog__grid > article {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    
}
.c-blog__grid > article:after{
    border: none !important;
}
.c-blog__grid > article .c-post-list__wrap--grid{
    padding: 24px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.c-blog__grid > article .c-post-list__wrap--grid .c-post-list__meta-category{
    order: 1;
    margin: 0 !important;
}
.c-post-list__meta-category .c-post-list__categories-item-link:first-child,
.c-post-list__meta-category .c-post-list__categories-item-link:before{
    display: none; 
    
}
.c-post-list__meta-category .c-post-list__categories-item-link{
     padding: 0 !important;
     font-family: "JetBrains Mono", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #888888;

}
.c-post-list__continue{
    display: none;
}
.c-post-list__header-link{
    order: 2;
}
.c-post-list__header-link h2{
    font-family: DM Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #333333;

}
.c-post-list__except{
    margin: 0;
    order: 3;
}
.c-post-list__except p{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #777777;
}
.c-post-list__spacer{
    order: 4;
    margin-top: -16px;
}
.c-post-list__meta-date{
    border: none;
    order: 5;
    padding: 0 !important;
    margin: 0 !important;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #333333;
    display: block;
    line-height: normal;
    margin-top: 10px !important;

}
.c-blog-wrap.c-blog-wrap--grid {
    padding: 0px 0;
    padding-bottom: 48px;
    background: #F5F3F0;
}
.heading-margin h2{
    margin: 0 !important;
}
.featured-blogs-carousel .blog-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
align-items: center;
}
.featured-blogs-carousel span.date {
    white-space: pre;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #777777;
}
.homepage-date .featured-blogs-carousel span.date{
    display: none !important;
}
.webinar-blogs-carousel .owl-stage-outer{
    overflow: visible;
}
.webinar-card {
    border-radius: 16px !important;
    overflow: hidden;
}
a.webinar-image {
    display: block;
    width: 100%;
    height: 214px;
}
a.webinar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.webinar-info {
    padding: 24px;
    background: #F5F3F0;
}

.webinar-info .webinar-title {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    margin-bottom: 8px;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.webinar-date {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    margin-bottom: 24px;
}
p.webinar-excerpt {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width:768px){
    .c-blog__grid{
        padding-left: 30px;
        padding-right: 30px;
    }
    .c-blog__grid > article{
        width: calc(50% - 40px/2);
    }
    .c-blog-wrap.c-blog-wrap--grid {
    padding: 0px 0;
    padding-bottom: 100px;
    }
    .webinar-info{
        padding-right: 48px;
    }
}
@media (min-width:1025px){
    .c-blog__grid > article{
        width: calc(33.33% - 80px/3);
    }
    
}
@media (min-width: 1300px){
    .c-blog__grid{
        padding-left: 0px;
        padding-right: 0px;
    }
}