/* Utility Classes - extracted from inline styles */

/* Link styles */
.link-primary {
  color: #036dff;
  text-decoration: none;
}
.link-white {
  color: #fff;
}
.link-gray {
  color: #95a5a6;
}
.link-yellow {
  color: #f1c40f;
}
.link-blue-alt {
  color: #0347ff;
}
.link-blue-light {
  color: #2b84ff;
}
.link-purple {
  color: #a3aeed;
}
.text-teal {
  color: #37d0a6;
}

/* Text alignment */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/* Text decoration */
.no-underline {
  text-decoration: none;
}

/* Font sizes */
.fs-22 {
  font-size: 22px;
}

/* Line height */
.lh-tight {
  line-height: 1.1;
}

/* Display */
.d-inline-block {
  display: inline-block;
}

/* Images */
.img-cover {
  max-width: 100%;
  object-fit: cover;
}
.img-full {
  max-width: 100%;
}
.img-width-full {
  width: 100%;
}

/* Layout utilities */
.mx-auto-1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.mx-auto-120rem {
  max-width: 120rem;
  margin: 0 auto;
}

/* Spacing */
.mt-0-ty4 {
  margin-top: 0;
  transform: translateY(4px);
}
.p-0-30 {
  padding: 0 30px;
}

/* Heights */
.h-40 {
  height: 40px;
}
.h-50 {
  height: 50px;
}
.h-60 {
  height: 60px;
}
.h-80 {
  height: 80px;
}
.h-100 {
  height: 100px;
}
.h-180 {
  height: 180px;
}

/* Widths */
.w-101 {
  width: 101px;
}
.w-193 {
  width: 193px;
}
.w-300-ml-auto {
  width: 300px;
  margin-left: auto;
}
.w-third-center {
  width: 33.333%;
  text-align: center;
}

/* Background colors */
.bg-nude {
  background-color: #d6b6a0;
}
.bg-purple {
  background-color: #8e97fe;
}

/* Icon inline */
.icon-inline {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 4px;
  max-height: 22px;
}

/* Hidden / SR only */
.sr-only-abs {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
}

/* Hero visibility fix - removed page-transition animation */
.h24hero:before {
  opacity: 0 !important;
  transform: scale(0) !important;
}
.h24hero .h24hero__bg {
  z-index: 0 !important;
  clip-path: none !important;
}
.h24hero .h24hero__bg img.bg {
  z-index: 0 !important;
}
.h24hero .h24hero__bg img.man {
  opacity: 1 !important;
}
.h24hero .h24hero__headline span {
  opacity: 1 !important;
  transform: none !important;
}
.h24hero .h24hero__text {
  opacity: 1 !important;
}
.h24hero .h24hero__slider {
  opacity: 1 !important;
}
.h24hero .h24hero__flex {
  opacity: 1 !important;
}
.h24hero .h24hero__bg span {
  opacity: 1 !important;
  transform: none !important;
}
.h24hero .container {
  position: relative;
  z-index: 1 !important;
}

/* Scroll animation override - disable all scroll-triggered fade-ins */
.col-10,
.col-12,
.col-6,
.col-8,
.col-4 {
  opacity: 1 !important;
  transform: none !important;
}
.pjpost__wrapper {
  opacity: 1 !important;
  transform: none !important;
}
.blog-post-box {
  opacity: 1 !important;
  transform: none !important;
}
.section,
section {
  opacity: 1 !important;
  transform: none !important;
}
[class*="fade"],
[class*="slide"],
[class*="reveal"] {
  opacity: 1 !important;
  transform: none !important;
}
.row > div {
  opacity: 1 !important;
  transform: none !important;
}
