/*=== TYPOGRAPHY STYLES ===*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .para-large, .para-regular, p, .para-small{margin-bottom:24px}
h1, .h1{font-size: clamp(5.7rem, 1.188vw + 5.32rem, 7.6rem); line-height: 7.2rem;font-weight:600;letter-spacing: -2.4px;}
h2, .h2{font-size: clamp(43px, 1vw + 39px, 57px); line-height: 6rem;font-weight:600;letter-spacing: -1.2px;}
h3, .h3{font-size: clamp(32px, 1vw + 29px, 43px); line-height: 5.28rem;font-weight:600;letter-spacing: -0.96px;}
h4, .h4{font-size: clamp(24px, 1vw + 22px, 32px); line-height: 4.14rem;font-weight:600;letter-spacing: -0.72px;}
h5, .h5{font-size: clamp(18px, 0vw + 16px, 24px); line-height: 2.88rem;font-weight:600;letter-spacing: -0.24px;}

.para-large, .rad-big{font-size: clamp(21px, 0vw + 20px, 24px); font-weight: 500;line-height: 3.12rem;letter-spacing: -0.24px;}
p, .para-regular{font-size: clamp(18px, 0vw + 18px, 21px); font-weight: 500;line-height: 2.94rem;letter-spacing: -0.21px;}
.para-small, .rad-small{font-size: clamp(16px, 0vw + 15px, 18px); font-weight: 500;line-height: 2.52rem;}

.articles-landing .card-wrapper .card-content h2, .module-video-gallery .col-wrap .video__title h2{font-size: clamp(20px, 1vw + 22px, 24px);}