/* CSS Document
Client: Informatics Starter Theme v3
Company: Informatics, Inc
Author: Jeff S
Date: Mar 2024
*/
/* Box sizing rules  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Always Include Skip Nav */
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

.screenreader-text:focus {
  background: var(--primary);
  color: #fff;
  display: block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
  text-align: center;
  padding: 5px;
}

/* ANIMATIONS */
/* FADE IN */
/* -- Fade In Up -- */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 4%, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinup {
  opacity: 0;
  animation-name: fadeInUp;
  animation-delay: none;
  animation-timing-function: ease-in-out;
  animation-duration: 0.45s;
  animation-fill-mode: forwards;
}

/* ANIMATE IN CONTENT WHILE SCROLLING */
.animate-in {
  opacity: 0;
  transform: translate(0, 50px);
  transition-delay: 0.25s;
}

.animate-in.visible {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 0.75s;
  transition-timing-function: ease-out;
}

.fade-in {
  opacity: 0;
  transition-delay: 0.25s;
}

.fade-in.visible {
  opacity: 1;
  transition-timing-function: ease-out;
}

/* DELAY */
.delay-1 {
  animation-delay: 0.15s;
  transition-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay-3 {
  animation-delay: 0.45s;
  transition-delay: 0.45s;
}

.delay-4 {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-5 {
  animation-delay: 0.75s;
  transition-delay: 0.75s;
}

.delay-6 {
  animation-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay-7 {
  animation-delay: 1.05s;
  transition-delay: 1.05s;
}

.delay-8 {
  animation-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay-9 {
  animation-delay: 1.35s;
  transition-delay: 1.35s;
}

.animation-delay-1 {
  animation-delay: 0.15s;
}

.animation-delay-2 {
  animation-delay: 0.3s;
}

.animation-delay-3 {
  animation-delay: 0.45s;
}

.animation-delay-4 {
  animation-delay: 0.6s;
}

.animation-delay-5 {
  animation-delay: 0.75s;
}

.animation-delay-6 {
  animation-delay: 0.9s;
}

.animation-delay-7 {
  animation-delay: 1.05s;
}

.animation-delay-8 {
  animation-delay: 1.2s;
}

.animation-delay-9 {
  animation-delay: 1.35s;
}

/* MOBILE */
.hidden-sm {
  display: none;
}

.grid {
  display: grid;
  gap: var(--spacer);
}

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.box {
  padding: var(--spacer);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: var(--box-shadow-sm);
}

/* Layouts */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}

/* TABLET */
@media (min-width: 768px) {
  .hidden-sm {
    display: inline;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}
/* WIDE DESKTOP */
/* SUPER WIDE DESKTOP */
/* Variables */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

:root {
  /* Colors */
  --primary: #0D1282;
  --primary-dark: #020439;
  --primary-light: #0e1598;
  --secondary: #D71313;
  --accent-1: #3C1AFF;
  --accent-2: #FD0000;
  --light: #F9F9F9;
  --dark: #2E3C55;
  --gray: #EEEDED;
  --gray-dark: #eaeaec;
  --bkg: #f4f4f4;
  /* Fonts */
  --header: "rift", sans-serif;
  --body: "Source Sans 3", sans-serif;
  --text-color: rgba(46,60,85,.9);
  --text-color-inverse: rgba(255,255,255,.85);
  /* Globals */
  --transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --box-shadow-sm: 0 0 15px rgba(0,0,0,.1);
  --box-shadow-lg: 0 22px 83px rgba(109, 118, 119, 0.4);
  --shadow: 0 5px 25px rgba(255,161,0,.15);
  --border-radius-xl: 50px;
  --border-radius-lg: 25px;
  --border-radius-sm: 10px;
  /* Spacing */
  --max-width: 1120px;
  --max-width-content: 800px;
  --side-padding: 1.5rem;
  --spacer: 1.5rem;
  --spacer-vert: 2rem;
  --column-gap: 2rem;
  --column-gap-lg: 4rem;
  --fixed-header-height: 185px;
  --side-width: calc(((100vw - var(--max-width))/2) + var(--spacer));
}

/* TABLET */
@media (min-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
  }
}
/* DESKTOP */
@media (min-width: 992px) {
  :root {
    --spacer-vert: 4rem;
  }
  #content {
    margin-top: var(--fixed-header-height);
  }
}
/* WIDE DESKTOP */
@media (min-width: 1200px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 240px;
  }
  :root {
    --spacer-vert: 5rem;
  }
}
/* TYPOGRAPHY */
html {
  font-size: 100%;
}

body {
  font-family: var(--body);
  font-weight: 400;
  font-size: 1rem;
  background: var(--bkg);
  color: var(--text-color);
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background: var(--bkg) url("../img/shapes/angle-background.webp") left 100px no-repeat;
  background-size: auto 900px;
  background-blend-mode: multiply;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: var(--header);
  line-height: 0.9;
  margin: 0 0 1rem 0;
  letter-spacing: -1px;
  font-style: italic;
}

h1 {
  font-size: 3.5rem;
  letter-spacing: -2px;
}

h2 {
  font-size: 3.75rem;
  position: relative;
  font-style: italic;
  color: var(--primary-dark);
  margin-bottom: calc(1rem + 40px);
}

h2::after {
  position: absolute;
  left: 0;
  bottom: -38px;
  width: 150px;
  height: 35px;
  background: url(../img/shapes/hdr-underline.png) no-repeat;
  content: "";
  background-size: auto 100%;
}

h2.has-text-align-center::after {
  left: calc(50% - 75px);
}

h2.sub-h2 {
  font-size: 2.75rem;
  padding: 0;
  margin-bottom: 1rem;
}

h2.sub-h2:after {
  display: none;
}

h3 {
  font-size: 1.75rem;
  letter-spacing: 0px;
  line-height: 1.1;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.4rem;
}

p, ul, ol {
  margin-bottom: 1.25rem;
}

p strong {
  color: var(--primary);
}

ul {
  padding: 0 0 0 15px;
}

ul li::marker {
  color: var(--primary);
}

ul {
  padding: 0 0 0 15px;
}

ul li {
  margin-bottom: 9px;
  line-height: 1.2;
}

/* Links */
a {
  transition: var(--transition);
  color: var(--primary);
}

p a {
  font-weight: 700;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

/* TABLET */
/* DESKTOP */
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}
/* WIDE DESKTOP */
/* HDR TOP  */
/* GLOBAL */
#hdr-top {
  background: url("../img/shapes/squares-left.svg") no-repeat left center, url("../img/shapes/squares-right.svg") no-repeat right center, var(--primary-dark);
  background-size: auto 100%;
  text-align: center;
  color: var(--text-color-inverse);
  padding: 0.65rem 0;
  font-size: 90%;
}

#hdr-top li, #hdr-top ul {
  margin-top: 0;
  margin-bottom: 0;
}

#hdr-top li {
  margin: 0 0.5rem;
}

.hdr-desktop .wp-block-button__link {
  font-family: var(--header);
  font-weight: 700;
  font-size: 1.3rem;
}

#hdr-top .container {
  display: flex;
  justify-content: space-between;
}

.hdr-top-right {
  align-items: center;
  display: flex;
}

#hdr-top a {
  color: var(--text-color-inverse);
}

#hdr-top a:hover {
  color: #fff;
}

#hdr-top .wp-social-link {
  margin: 0 0rem;
}

.follow-us-label {
  margin: 0 3px 0 15px;
  position: relative;
  display: flex;
}

.hdr-top-left strong, .hdr-top-left b .hdr-top-left {
  text-align: left;
}

.hdr-top-left a {
  color: var(--text-color-inverse);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  display: inline-block;
}

.hdr-social {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
}

.hdr-top-left {
  text-align: left;
  line-height: 1.15;
}

.hdr-top-left p:last-child {
  margin-bottom: 0px;
}

.hdr-top-left strong, .hdr-top-left b {
  color: var(--text-color-inverse);
}

em {
  font-size: 90% !important;
}

.hdr-top-left p {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .hdr-top-left p {
    margin-bottom: 4px;
  }
}
/* GLOBAL */
#hdr-site {
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: var(--box-shadow-sm);
}

#logo {
  display: block;
  width: 150px;
}

.nav-main, .nav-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-main a {
  font-family: var(--header);
  color: var(--primary-dark);
  text-decoration: none;
  display: block;
  font-weight: 700;
  position: relative;
  font-size: 1.3rem;
  padding: 1rem;
}

.nav-mini {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* ONLY MOBILE */
@media (max-width: 992px) {
  #hdr-main {
    display: grid;
    grid-template-columns: auto 35px;
    padding: 1rem 0;
  }
  /* Menu Toggle */
  #menu-toggle {
    font-size: 0.79rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: 700;
    color: var(--text);
    width: 35px;
    height: 40px;
    position: relative;
    align-self: center;
  }
  #menu-toggle > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: var(--transition);
  }
  #menu-toggle .closed {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #menu-toggle .closed .bar {
    width: 100%;
    height: 3px;
    background: var(--primary-dark);
    display: block;
  }
  #menu-toggle .open .bar {
    width: 100%;
    height: 3px;
    transform: rotate(45deg);
    background: var(--primary);
    display: block;
    transform-origin: center;
    position: absolute;
    left: 0;
    top: 46%;
  }
  #menu-toggle .open .bar:nth-last-of-type(2) {
    transform: rotate(-45deg);
  }
  #menu-toggle.collapsed .open {
    opacity: 0;
    visibility: hidden;
    top: -5px;
  }
  #menu-toggle.collapsed .closed {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  #menu-toggle .open {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  #menu-toggle .closed {
    opacity: 0;
    visibility: hidden;
    top: 5px;
  }
  #menu .wp-block-buttons > .wp-block-button {
    display: block;
    width: 100%;
    margin: 1rem 0;
  }
  #menu .wp-block-buttons {
    margin: 0;
  }
  /* Menu Collapse */
  .nav-main .btn-expand {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    border: none;
    background: none;
    color: var(--primary);
    padding: 1rem;
  }
  .collapsed {
    height: 0;
    overflow: hidden;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    transition: height 0.2s ease;
  }
  .show {
    height: auto;
  }
  /* Menu Links */
  #menu ul a {
    border-top: 2px dotted #ccc;
  }
  #menu ul a:hover, #menu ul a:focus {
    background: #f3f3f3;
    color: var(--accent-1);
    padding-left: 30px;
  }
  #menu ul li ul li a:hover {
    color: var(--accent-1);
    padding-left: 40px;
  }
  #menu li {
    position: relative;
  }
  #menu ul ul a {
    border: none;
    padding: 10px 20px 10px 30px;
  }
  #menu ul ul li {
    border-top: dotted 2px #ccc;
  }
  #menu ul li {
    margin-bottom: 0;
  }
  .hidden-sm {
    display: none;
  }
  .nav-mini {
    display: block;
    background: #f1f1f1;
    padding: 20px;
  }
  .nav-mini li a {
    color: #000;
    display: block;
    padding: 10px 0px;
    font-size: 1.1rem;
  }
  .nav-mini li a:hover {
    color: var(--primary);
    display: block;
    padding: 10px 5px;
  }
  .nav-mini li:first-child a {
    border-top: none !important;
  }
  .nav-mini li {
    position: relative;
    display: block;
  }
} /* END ONLY MOBILE */
/* TABLET */
/* DESKTOP */
@media (min-width: 992px) {
  .nav-mini {
    margin: 0;
    gap: 0;
  }
  .nav-mini a {
    color: var(--text-color-inverse);
  }
  .nav-mini a:hover {
    color: #fff;
  }
  .nav-mini li {
    position: relative;
    display: flex;
  }
  .follow-us-label::after {
    width: 1px;
    height: 1rem;
    display: block;
    position: absolute;
    left: -2rem;
    top: 3px;
    background: #fff;
    opacity: 0.5;
    content: "";
    margin: 0 1.25rem;
  }
  #logo {
    display: block;
    width: 230px;
    padding: 20px 0;
  }
  #menu-toggle {
    display: none;
  }
  #menu {
    display: flex;
    align-items: center;
  }
  .hdr-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-main {
    display: flex;
    align-items: center;
  }
  .nav-main {
    display: flex;
  }
  .nav-main a {
    padding: 2rem 1rem;
  }
  #menu .wp-block-buttons {
    margin-left: 1rem;
  }
  #hdr-site {
    box-shadow: none;
    position: fixed;
    top: 0;
    width: 100%;
    transition: var(--transition);
  }
  #hdr-site.scroll, #hdr-site.scrolled {
    box-shadow: var(--box-shadow-sm);
    background: #fff;
  }
  #content {
    margin-top: var(--fixed-header-height);
    padding: 1px 0;
  }
  /* Dropdown */
  .nav-main .btn-expand {
    display: none;
  }
  .nav-main li {
    position: relative;
    margin: 0;
  }
  .nav-main ul {
    position: absolute;
    flex-direction: column;
    background: #fff;
    box-shadow: var(--box-shadow-sm);
    width: 250px;
    padding: 1rem;
    left: calc(50% - 125px);
    top: 105%;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
  }
  .nav-main ul a {
    font-weight: 700;
    padding: 5px;
    border-bottom: dotted 2px #ccc;
  }
  .nav-main li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .nav-main ul li:last-of-type a {
    border-bottom: none;
  }
  /* Hovers & Active */
  .nav-main > li > a:after {
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: var(--primary-light);
    opacity: 0;
    transition: var(--transition);
  }
  .nav-main > li:hover > a {
    background: var(--light);
  }
  .nav-main > li:hover > a:after {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  .nav-main a:hover {
    color: var(--primary-light);
    text-decoration: underline;
    background: var(--light);
    text-decoration: none;
  }
  .nav-main ul li a:hover {
    color: var(--accent-1);
    padding: 5px 0px 5px 10px;
    background: var(--light);
  }
}
/* Wordpress Nav Active State */
.nav-main .current-page-ancestor > a,
.nav-main .current-menu-item > a {
  font-weight: 700;
  color: var(--primary);
}

/* WIDE DESKTOP */
/* SUPER WIDE DESKTOP */
.footer {
  overflow: hidden;
  font-size: 0.95rem;
  position: relative;
  z-index: 5;
  background: var(--primary-dark) url(../img/shapes/footer-bg.webp) no-repeat;
  color: var(--text-color-inverse);
  padding-top: 4rem;
  background-size: cover;
}

.footer h4 {
  color: #fff;
  letter-spacing: -0.25px;
  margin-top: 60px;
  font-size: 1.75rem;
  line-height: 1.1;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer ul a {
  margin: 0;
  color: var(--text-color-inverse);
  display: block;
  padding: 13px 5px 13px 0;
  text-decoration: none;
  font-weight: 700;
}

.footer a:not(.footer .wp-block-button__link.special_button) {
  color: var(--text-color-inverse);
  text-decoration: none;
  transition: var(--transition);
}

.footer ul a:not(.wp-block-social-links a)::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 0.5rem;
}

.footer ul li {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer ul li:last-of-type {
  border-bottom: 0;
}

.footer ul a:not(.wp-block-social-links a):hover {
  color: #fff;
  padding-left: 5px;
}

.footer .ftr-cols p {
  max-width: 450px;
}

.footer .ftr-cols .theme-img img {
  max-width: 400px;
}

.footer p:has(> sub) {
  margin-bottom: 0;
}

.footer .wp-block-button__link.special_button:not(.footer .wp-block-button__link.special_button:last-of-type) {
  margin-bottom: 1rem;
}

/* Footer Copyright */
.ftr-copy {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px;
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-color-inverse);
}

.ftr-copy a {
  color: var(--text-color-inverse);
  display: inline-block;
}

.ftr-copy a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer .ftr-cols .theme-img img {
    margin-bottom: 20px;
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .footer-cta {
    grid-template-rows: repeat(2, minmax(auto, 200px));
  }
  .ftr-cols {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2.2fr;
    gap: 2rem;
  }
  .ftr-cols .col:first-of-type {
    grid-column: span 1;
    padding-right: 50px;
  }
  .footer h4 {
    margin-top: 0;
  }
}
/* Blinking Lights */
/* MIXINS */
/* LIGHT BAR ESSENTIALS */
.lightbar {
  position: absolute;
  top: -25px;
  width: 100%;
  display: flex; /* Use flexbox for layout */
  flex-wrap: wrap; /* Allow wrapping if needed */
}

.light {
  flex: 0 0 50%; /* Each light takes up 50% of the row */
  display: flex; /* Ensures proper alignment of inner elements */
  justify-content: center; /* Centers the bulb horizontally */
  align-items: center; /* Centers the bulb vertically */
  position: relative;
  animation-duration: 800ms;
  animation-name: light;
  animation-iteration-count: infinite;
}

.inner-light {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  opacity: 0;
}

.bulb {
  height: 20px;
  margin: 0 auto; /* Center bulb in its container */
}

/* ANIMATION BASICS */
.delay .bulb {
  animation-delay: 400ms;
}

.delay .inner-light {
  animation-delay: 400ms;
}

.strobe .bulb {
  animation-duration: 800ms;
  animation-name: bulb-strobe;
  animation-iteration-count: infinite;
}

@keyframes bulb-strobe {
  0%, 25% {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.14) 25%, rgba(255, 255, 255, 0.18) 49%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0px 0px 3px #222;
  }
  28%, 50% {
    background: white;
    box-shadow: 0px 0px 10px 4px #fff;
  }
  52%, 55% {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.14) 25%, rgba(255, 255, 255, 0.18) 49%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0px 0px 3px #222;
  }
  57%, 69% {
    background: white;
    box-shadow: 0px 0px 10px 4px #fff;
  }
  70%, 71% {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.14) 25%, rgba(255, 255, 255, 0.18) 49%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0px 0px 3px #222;
  }
  72%, 75% {
    background: white;
    box-shadow: 0px 0px 10px 4px #fff;
  }
  77%, 100% {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.14) 25%, rgba(255, 255, 255, 0.18) 49%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0px 0px 3px #222;
  }
}
/* RED/BLUE LIGHTS */
.strobe.blue .inner-light {
  animation-duration: 800ms;
  animation-name: strobe-blue;
  animation-iteration-count: infinite;
}

.strobe.red .inner-light {
  animation-duration: 800ms;
  animation-name: strobe-red;
  animation-iteration-count: infinite;
}

@keyframes strobe-blue {
  0%, 25% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
  28%, 50% {
    border: 1px solid #139eff;
    background-color: #66d2ff;
    box-shadow: 0px 0px 100px 25px #0078ff;
    opacity: 1;
  }
  52%, 55% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
  57%, 69% {
    border: 1px solid #139eff;
    background-color: #66d2ff;
    box-shadow: 0px 0px 100px 25px #0078ff;
    opacity: 1;
  }
  70%, 71% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
  72%, 75% {
    border: 1px solid #139eff;
    background-color: #66d2ff;
    box-shadow: 0px 0px 100px 25px #0078ff;
    opacity: 1;
  }
  77%, 100% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
}
@keyframes strobe-red {
  0%, 25% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
  28%, 50% {
    border: 1px solid #ee2819;
    background-color: #ff3c2d;
    box-shadow: 0px 0px 100px 25px #ff4444;
    opacity: 1;
  }
  52%, 55% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
  57%, 69% {
    border: 1px solid #ee2819;
    background-color: #ff3c2d;
    box-shadow: 0px 0px 100px 25px #ff4444;
    opacity: 1;
  }
  70%, 71% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
  72%, 75% {
    border: 1px solid #ee2819;
    background-color: #ff3c2d;
    box-shadow: 0px 0px 100px 25px #ff4444;
    opacity: 1;
  }
  77%, 100% {
    background-color: #222;
    box-shadow: 0px 0px 0px 0px #000;
    border: 1px solid #111;
    opacity: 0;
  }
}
/* Blog List and Header */
.blog-list-item {
  display: grid;
  gap: var(--column-gap);
}

.blog-list-item + .blog-list-item {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.blog-list-item h2 {
  font-size: 1.85rem;
}

.blog-hdr {
  border-bottom: 1px solid var(--gray);
  padding: 0 0 var(--spacer);
  margin-bottom: var(--spacer);
}

.blog-share {
  border-top: 1px solid var(--gray);
  padding: var(--spacer) 0;
  text-align: center;
}

.blog-share h3 {
  font-size: 1.25rem;
}

.featured-image {
  aspect-ratio: 2/1.15;
  margin: 2rem 0;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Social Share */
.social-share {
  margin: 1rem 0 3rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.social-share a {
  font-size: 2.5rem;
  margin: auto 2px;
}

.social-share a:hover {
  color: var(--accent-1);
}

/* Sidebar and Blog Item */
.sidebar-grid {
  margin: var(--spacer-vert) 0;
  display: grid;
  gap: var(--column-gap);
}

.blog-item {
  display: grid;
  gap: var(--column-gap);
}

.post-detail .container {
  max-width: 800px;
}

.post-header {
  border-bottom: 1px solid #ccc;
  padding: 3rem 0;
  margin: 0 0 3rem 0;
  text-align: center;
}

/* Tag List */
.tag-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag-list li a {
  font-size: 0.85rem;
  padding: 3px 6px;
  background: var(--light);
  display: block;
}

.tag-list li a:hover {
  background: var(--none);
}

/* Tablet */
@media (min-width: 768px) {
  .blog-list-item {
    grid-template-columns: 1fr 2fr;
  }
}
/* Wide Desktop */
@media (min-width: 992px) {
  .sidebar-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
  .post-header {
    margin-top: var(--fixed-header-height);
  }
}
.contact-form {
  padding-top: 50px;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background: #06a3e6;
  border: solid 1px #06a3e6;
}

.wpcf7-form-control.wpcf7-submit {
  transition: var(--transition);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 10px 30px;
  background: var(--primary);
  letter-spacing: 1px;
  border-radius: 0px;
  border: solid 1px var(--primary);
}

.wpcf7-form label {
  width: 100% !important;
  font-size: 1;
  margin: 20px auto;
  font-weight: 700;
}

.wpcf7-form input[type=text], input[type=email], textarea {
  width: 100% !important;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
}

/* WP Button Styles */
/* Primary */
.wp-block-buttons {
  margin: var(--spacer) 0;
}

.wp-block-button__link {
  background: var(--primary);
  padding: 0.65rem 1.75rem;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: var(border-radius-xl);
  text-decoration: none;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.wp-block-button__link:hover {
  background: var(--accent-1);
}

/* Text */
.is-style-btn-text .wp-block-button__link {
  background: none;
  padding: 1rem 0;
  color: var(--primary);
  box-shadow: none;
}

.is-style-btn-text .wp-block-button__link:after {
  content: "\f061";
  font-family: FontAwesome;
  margin: 0 0 0 5px;
  transition: var(--transition);
}

.is-style-btn-text .wp-block-button__link:hover {
  color: var(--accent-1);
  background: none;
}

.is-style-btn-text .wp-block-button__link:hover:after {
  margin: 0 0 0 10px;
}

/* Secondary */
.is-style-btn-secondary .wp-block-button__link {
  background: var(--secondary);
}

.is-style-btn-secondary .wp-block-button__link:hover {
  background: var(--hover);
}

/* General styles for the icon button */
.icon-button .wp-block-button__link {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 1.75rem 0.65rem 0.75rem;
  background: var(--accent-1);
}

.icon-button .wp-block-button__link figure {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f1f1;
  flex-shrink: 0;
}

.icon-button .wp-block-button__link figure img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  scale: 1;
  transition: scale 0.3s ease;
}

.icon-button:hover .wp-block-button__link figure img {
  scale: 1.2;
}

.icon-button .wp-block-button__link:hover {
  background-color: var(--accent-2);
}

/* General styles for the icon button */
.wp-block-button__link.special_button {
  line-height: 1;
  display: flex !important;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 1.75rem 0.65rem 0.75rem;
  background: var(--accent-1);
}

.wp-block-button__link.special_button figure {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f1f1;
  flex-shrink: 0;
}

.wp-block-button__link.special_button figure img {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  scale: 1;
  transition: scale 0.3s ease;
}

.wp-block-button__link.special_button:hover figure img {
  scale: 1.2;
}

.wp-block-button__link.special_button:hover {
  background-color: var(--accent-2);
}

/* Video Play Button */
.video-play {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.ripple {
  position: absolute;
  top: 50%;
  left: calc(0% + 33px);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 12px solid rgba(255, 255, 255, 0.5);
  animation: ripple-animation 2s infinite;
  mix-blend-mode: screen;
  z-index: -1;
}

.ripple:nth-child(2) {
  animation: ripple-animation 2s infinite;
  z-index: -1;
}

@keyframes ripple-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.video-play .text {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
}

.video-play .wc-btn-circle {
  transition: var(--transition);
  width: 65px;
  height: 65px;
  background-color: var(--primary);
  color: var(--light);
  border-radius: 50%;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}

.hero .video-play .wc-btn-circle {
  background-color: var(--light);
  color: var(--secondary);
}

.hero .video-play-container {
  color: #fff;
}

.video-play .wc-btn-circle:hover {
  background-color: var(--accent-2);
  color: #fff;
}

/* Special Download Button*/
.special-btn {
  border: solid var(--primary) 1px;
  transition: var(--transition);
  background: var(--accent-1);
  color: #fff;
  padding: 20px;
  grid-template-columns: 30px auto;
  align-items: center;
  border-radius: 5px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  display: grid;
}

.special-btn:hover {
  background: var(--light);
  transform: translateY(-5px);
  color: var(--dark);
  box-shadow: var(--box-shadow-sm);
}

.flex.btn-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  justify-content: center;
}

/* TABLET */
@media (min-width: 420px) {
  .flex.btn-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
  }
}
/* DESKTOP */
@media (min-width: 992px) {
  .flex.btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
  }
}
/* WIDE DESKTOP */
.wp-block-columns.are-vertically-aligned-center {
  align-items: center !important;
}

/* Default Styling */
:where(.wp-block) {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-columns {
  margin: var(--spacer-vert) auto;
  max-width: var(--max-width) !important;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.wp-block-columns .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}

/* Custom Margins & Gaps */
.is-style-no-top-margin {
  margin-top: 1rem !important;
}

.is-style-no-bottom-margin {
  margin-bottom: 1rem !important;
}

.is-style-large-gap {
  gap: 5rem !important;
}

/* Full-Width Styling */
.wp-block-columns.alignfull,
:where(.wp-block)[data-align=full],
:where(.wp-block)[data-align=full] > div {
  max-width: none;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Layout Flex Variants */
.wp-block-columns.is-layout-flex {
  gap: var(--column-gap);
}

.wp-block-columns + .wp-block-columns {
  margin: var(--spacer-vert) auto var(--spacer-vert) auto;
}

/* Nested Columns and Padding */
.wp-block-columns .wp-block-columns {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns.alignfull > .wp-block-columns,
.wp-block-columns.alignfull > .wp-block-column,
.wp-block-columns.alignfull > .wp-block-column > .wp-block-columns {
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}

/* WP Block Cover */
.wp-block-cover {
  margin: var(--spacer-vert) auto;
  min-height: 350px;
  padding: 1rem 0 3rem 0;
}

.wp-block-cover, .wp-block-cover h2, .wp-block-cover h3 {
  color: #fff;
}

.wp-block-cover .wp-block-cover__background {
  opacity: 0.65;
}

.wp-block-cover p.is-style-eyebrow, .wp-block-cover p.is-style-loud {
  color: var(--secondary);
}

.wp-block-cover + .wp-block-group {
  margin-top: calc(var(--spacer-vert) * -1);
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--side-padding);
}

.wp-block-cover__background {
  background: var(--primary-dark) !important;
  opacity: 0.85 !important;
}

/* Card - Colors on Cover */
.wp-block-cover .theme-cards h3 {
  color: var(--text-color);
}

.wp-block-cover .theme-cards p {
  color: var(--text-color);
}

.wp-block-cover .card:hover h3 {
  color: #fff;
}

.wp-block-cover .card:hover p {
  color: #fff;
}

/* WP File Block Styles */
.wp-block-file:not(.wp-element-button) {
  font-size: 0.85em;
  background: var(--light);
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  padding: 10px;
}

/* Block Group Spacing */
.wp-block-group {
  margin-top: var(--spacer-vert);
  margin-bottom: var(--spacer-vert);
}

.wp-block-group__inner-container {
  margin-top: var(--spacer-vert);
  margin-bottom: var(--spacer-vert);
  max-width: var(--max-width);
  padding: 0 var(--side-padding);
  margin-inline: auto;
}

.wp-block-group__inner-container > .wp-block-columns {
  padding: 0;
}

/* Background Block Left / Right Side */
.is-style-bkg-left, .is-style-bkg-right {
  padding: 1px 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  max-width: none;
}

.is-style-bkg-left:after, .is-style-bkg-right:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - (60% - var(--max-width) / 2));
  background: var(--light);
  border-radius: 0 10px 10px 0;
  content: "";
  z-index: -1;
  border-radius: 0 var(--border-radius-xl) var(--border-radius-xl) 0;
}

.is-style-bkg-right:after {
  left: auto;
  right: 0;
  border-radius: var(--border-radius-xl) 0 0 var(--border-radius-xl);
}

/* Background Dark */
.is-style-bkg-dark {
  background: var(--primary-dark);
  padding: 1px 0;
  color: var(--text-color-inverse);
}

.is-style-bkg-dark h1, .is-style-bkg-dark h2, .is-style-bkg-dark h3, .is-style-bkg-dark h4 {
  color: #fff;
}

/* Background Light */
.is-style-bkg-light {
  background: var(--light);
  padding: 1px 0;
}

/* Checkmark List */
.is-style-checklist {
  list-style-type: none;
  padding-left: 0;
}

.is-style-checklist li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.is-style-checklist li::before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  color: var(--primary);
}

.is-style-linklist {
  list-style-type: none;
  padding-left: 0;
}

.is-style-linklist li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.is-style-linklist li::before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  color: var(--primary);
}

/* WP Paragraph Styles */
.is-style-eyebrow {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.is-style-lead {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--header);
  line-height: 1.2;
}

.is-style-callout {
  font-size: 1.25rem;
  border-left: 5px solid var(--accent-2);
  padding-left: 1.25rem;
}

.is-style-max-width {
  max-width: var(--max-width-content) !important;
  margin-left: auto;
  margin-right: auto;
}

/* Search */
#searchform > div {
  display: grid;
  padding: 15px;
  background: var(--light);
  gap: 1rem;
  grid-template-columns: auto 100px;
}

#searchform > div input {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#searchsubmit {
  border: none;
  padding: 10px 15px;
  color: #fff;
  background: var(--primary);
  border-radius: 5px;
  flex-basis: 150px;
}

#searchsubmit:hover {
  background: var(--primary-dark);
}

/* WP Block Separator */
.wp-block-separator, hr {
  margin: var(--spacer-vert) auto;
  border: none;
  border-bottom: 1px solid #ccc;
  max-width: calc(var(--max-width) - var(--side-padding) * 2);
}

.wp-block-social-links {
  padding: 0 !important;
  transition: var(--transition);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: rgba(0, 0, 0, 0);
  transition: var(--transition);
  border: 0;
  color: #fff;
}

.wp-block-social-links.is-layout-flex {
  gap: 8px;
}

.wp-block-social-links.is-layout-flex a {
  padding: 0;
}

@media (min-width: 768px) {
  .wp-block-image .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .wp-block-image .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.theme-cta {
  background: var(--primary-dark);
  padding: var(--spacer-lg);
  color: #fff;
  border-radius: var(--border-radius-sm);
  align-items: center;
  gap: var(--spacer);
  display: grid;
  gap: var(--column-gap);
}

.cta-content *:last-child {
  margin-bottom: 0;
}

.cta-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: var(--spacer);
}

.cta-container {
  margin-bottom: 25px;
  margin-top: -130px;
  position: relative;
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.12);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 12px;
}

.cta-container:before {
  background: url(../img/shapes/logo-shape.svg);
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
}

.important-cta {
  background: url(../img/shapes/logo-shape.svg) 0 0;
  background-size: auto;
  background-size: cover;
  padding: 3rem;
}

.cta-card:not(.important-cta):hover {
  box-shadow: var(--box-shadow-lg);
  background: var(--primary);
  color: #fff;
}

.cta-card:not(.important-cta):hover .wp-block-buttons a {
  color: #fff;
}

.cta-card {
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  padding: 35px;
  border-left: 1px solid #ddd;
}

.cta-card:first-child {
  border-left: none;
}

.cta-card .wp-block-buttons {
  margin: auto 0 0 0;
  color: #fff;
  cursor: pointer;
}

.cta-card .is-style-btn-text .wp-block-button__link:after {
  content: "";
  display: none;
}

.cta-card .is-style-btn-text .wp-block-button__link {
  margin-top: 25px;
  padding: 0 0 0 0;
  color: #777;
}

.cta-card .is-style-btn-text .wp-block-button__link i {
  color: var(--secondary);
  margin-right: 7px;
  transition: var(--transition);
}

.cta-card .is-style-btn-text:hover .wp-block-button__link i {
  margin-left: 10px;
}

.cta-card.important-cta {
  border-left: 0px;
  background-color: #b91010;
  color: white;
}

.cta-card.important-cta h3 {
  font-size: 2.2rem;
  font-family: var(--header);
}

.cta-card.important-cta .is-style-eyebrow {
  margin-bottom: 10px;
}

.cta-card h3 {
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1;
}

.cta-card p:last-of-type {
  margin-bottom: 0;
}

.cta-card p {
  line-height: 1.4;
  font-size: 0.97rem;
}

.cta-card:nth-child(4) {
  border-radius: 0px 0px 12px 12px;
}

.cta-card:nth-child(1) {
  border-radius: 12px 12px 0px 0px;
  border: none;
}

.cta-card:nth-child(2) {
  border-top: 0px;
}

.cta-card:not(.important-cta) {
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  .cta-container {
    flex-wrap: nowrap;
  }
  .cta-card.important-cta {
    flex: 0 0 28%;
  }
  .cta-card:not(.important-cta) {
    flex: 1;
  }
  .cta-card:nth-child(1) {
    border-radius: 12px 0 0 12px;
  }
  .cta-card:nth-child(4) {
    border-radius: 0 12px 12px 0;
  }
  .cta-card:nth-child(2) {
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-card {
    flex: 1 1 calc(50% - 1px);
    border-left: none;
  }
  .cta-card:first-child {
    border-top: none;
  }
  .cta-card:nth-child(4) {
    border-top: 1px solid #ddd;
    border-radius: 0px 0px 12px 0px;
  }
  .cta-card:nth-child(3) {
    border-radius: 0px 0px 0 12px;
  }
  .cta-card:nth-child(2) {
    border-radius: 0px 10px 0 0px;
  }
  .cta-card:nth-child(1) {
    border-radius: 12px 0px 0 0px;
  }
}
@media (max-width: 767px) {
  .cta-card {
    flex: 1 1 100%;
    border-top: 1px solid #ddd;
  }
  .cta-card:first-child {
    border-top: none;
  }
}
/* TABLET */
@media (min-width: 768px) {
  .theme-cta {
    grid-template-columns: auto 150px;
  }
}
/* Base Styles */
.theme-cards {
  max-width: var(--max-width);
  margin: var(--spacer) auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.theme-card {
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  background: #fff;
  flex: 215px 0 1;
  margin: 0 !important;
}

.theme-card figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1.75/1;
}

.theme-card figure img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.theme-card .card-body {
  padding: 2rem;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.theme-card .card-body h3 {
  font-size: 1.5rem;
}

.theme-card .wp-block-buttons {
  margin-top: auto;
  margin-bottom: 0;
}

.theme-card:hover .fa {
  font-size: 2.5rem;
}

.theme-card .fa {
  color: var(--primary);
  font-size: 2rem;
  transition: var(--transition);
  overflow: hidden;
  margin: 2rem 0 0 2rem;
  aspect-ratio: 1/1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.theme-card {
  background: #fff;
  transition: var(--transition);
}

.theme-card:hover {
  transform: translateY(-20px);
  box-shadow: var(--box-shadow-lg);
  background: var(--primary) url("/img/shapes/grid-bg.webp") no-repeat;
  background-size: contain;
  background-position: top;
}

.theme-card:hover .wp-block-button__link {
  background: rgb(0, 72, 255);
}

.theme-card:hover .wp-block-button__link:hover {
  background: var(--accent-2);
  color: #fff;
}

.theme-card:hover .is-style-btn-text .wp-block-button__link {
  background: none;
  color: var(--accent-2);
}

.theme-card h3, .theme-card p {
  transition: var(--transition);
}

.theme-card:hover h3, .theme-card:hover p, .theme-card:hover h3 a {
  color: #fff;
}

.theme-card:hover p a {
  color: var(--light);
}

.theme-card figure.icon-card {
  overflow: hidden;
  margin: 30px 30px 0 30px;
  aspect-ratio: 1/1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.theme-card figure.icon-card img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
  scale: 1;
  transition: scale 0.3s ease;
  transition: var(--transition);
}

.theme-card:hover figure.icon-card img {
  transform: scale(1.2);
}

/* Horizontal Card (ICON CARDS) */
.horizontal_card .theme-card {
  background: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.horizontal_card .theme-card:hover {
  background: none;
  box-shadow: none;
  transform: translateY(0px);
}

.horizontal_card .theme-card .card-body {
  display: block;
  padding: 0;
}

.horizontal_card .theme-card .wp-block-buttons {
  margin-top: 10px;
}

.horizontal_card .theme-card:hover h3, .horizontal_card .theme-card:hover p {
  color: var(--text);
}

.horizontal_card {
  display: block;
  position: relative;
}

.horizontal_card .theme-card {
  display: block;
}

.horizontal_card .theme-card:not(:last-child) {
  margin-bottom: 60px !important;
}

.horizontal_card .theme-card figure {
  object-fit: cover;
  padding: 0;
}

.horizontal_card .theme-card figure, .horizontal_card .theme-card .fa {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border: solid #ddd 1px;
  background: #fff;
}

.horizontal_card .theme-card figure.icon-card, .horizontal_card .theme-card .fa {
  padding: 10px;
}

/* Tablet Styles */
@media (min-width: 768px) {
  .horizontal_card .theme-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  .horizontal_card .theme-card:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .horizontal_card .theme-card:not(:last-child)::before {
    margin-bottom: 20px !important;
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    bottom: -100px;
    background: #ddd;
    width: 1px;
    height: 100%;
    z-index: -1;
  }
}
/* Size Variants */
.theme-cards.small .theme-card {
  flex: 180px 0 1;
}

.theme-cards.medium.theme-card {
  flex: 250px 0 1;
}

.theme-cards.large .theme-card {
  flex: 330px 0 1;
}

/* Aspect Ratio Variants */
.theme-cards.tall-image figure {
  aspect-ratio: 1/1.5;
}

/* Dark Box Variant */
.theme-cards.dark-box .card-body {
  background: var(--primary);
  color: #fff;
  padding: 2rem;
}

.theme-cards.dark-box .card-body p {
  color: #fff;
}

/* Center Alignment */
.theme-cards.center-text {
  text-align: center;
}

.theme-cards.center-text .fa {
  margin: 2rem auto 0 auto;
}

.theme-cards.center-text .wp-block-buttons {
  justify-content: center;
}

/* Overlapping and Image Containment */
.theme-cards.overlap-top-element {
  margin-top: -150px;
}

.theme-cards.contain-image img {
  object-fit: contain;
  padding: 0.25rem;
}

.theme-cards.flex-grow .theme-card {
  flex-grow: 1 !important;
}

/* Text Over Image */
.theme-cards.text-over-image .theme-card {
  position: relative;
}

.theme-cards.text-over-image .theme-card figure {
  position: absolute;
  z-index: 1;
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  background: var(--primary-dark);
}

.theme-cards.text-over-image .theme-card figure img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.theme-cards.text-over-image .theme-card .card-body {
  background: none;
  z-index: 5;
  position: relative;
  color: #fff;
}

.theme-cards.text-over-image .theme-card .card-body a {
  padding: 10px 15px;
  background: var(--accent-1);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.theme-cards.text-over-image.theme-cards.tall-image .theme-card .card-body {
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Tablet Styles */
@media (min-width: 768px) {
  /* Add tablet-specific styles here */
}
/* Desktop Styles */
@media (min-width: 1200px) {
  /* Add desktop-specific styles here */
}
/* Default Styling for Theme Images */
.theme-img {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  position: relative;
  z-index: 5;
  margin: 2rem 0;
}

.theme-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius-sm);
}

/* Two Images Variant */
.theme-img.two-images {
  grid-template-columns: 1fr 1fr;
  padding-right: 0;
  min-height: 240px;
  position: relative;
}

.theme-img.two-images img {
  height: 100%;
}
.theme-img.two-images img:nth-of-type(1) {
  border-radius: 100px 12px 12px 12px;
  margin-bottom: 40px;
}
.theme-img.two-images img:nth-of-type(2) {
  border-radius: 12px 12px 100px 12px;
  margin-top: 40px;
}

.theme-img.two-images img {
  aspect-ratio: 1/1.65;
}

/* Flair One Variant */
.theme-img.flair-one:after {
  background: url(../img/flair-1.svg);
  width: 45px;
  height: 120px;
  position: absolute;
  left: -50px;
  top: 0px;
  content: "";
  background-size: cover;
  z-index: -1;
}

/* Flair Two Variant */
.theme-img.flair-two:after {
  background: url(../img/flair-2.svg);
  width: 35px;
  height: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  background-size: cover;
  z-index: 1;
}

/* Design 2 Variant */
.theme-img.design_2 {
  padding-right: 2.5rem;
}

.theme-img.design_2:before {
  background: url(../img/circles.png);
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-size: 200%;
  background-position: top right;
}

/* Image with Content Variant */
.theme-image-content > *:last-of-type {
  margin: 5px 0 0 0;
}

.theme-image-content {
  text-align: center;
  width: 80%;
  box-shadow: var(--box-shadow-lg);
  border-radius: var(--border-radius-sm);
  background: var(--primary);
  box-shadow: var(--box-shadow-lg);
  padding: 30px 25px;
  margin: -70px 10% -20px 10%;
  position: relative;
  z-index: 5;
}

.theme-image-content h5, .theme-image-content h4, .theme-image-content h3, .theme-image-content h2 {
  color: #fff;
  font-family: var(--header);
  font-size: 2rem;
  font-weight: 700;
}
.theme-image-content p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0.5rem 0;
}

/* Shape Overlay */
.shape::before {
  animation: hover-up-down 6s ease-in-out infinite;
  background: url(../img/shapes/heart-beat.png);
  width: 200px;
  height: 100px;
  position: absolute;
  left: -100px;
  bottom: 25px;
  content: "";
  background-size: cover;
  z-index: 1;
}

.shape::after {
  background: url(../img/shapes/squares.svg);
  background-size: auto;
  width: 111px;
  height: 111px;
  position: absolute;
  right: 5px;
  top: 0;
  content: "";
  background-size: cover;
  z-index: -1;
}

/* Two Images Circles */
.theme-img.circle-image {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin: 0 0 2rem 0;
  z-index: 5;
  padding-right: 0;
}

.theme-img.circle-image img:nth-of-type(1) {
  border: solid 12px #fff;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  position: relative;
}
.theme-img.circle-image img:nth-of-type(2) {
  animation: hover-up-down 6s ease-in-out infinite;
  width: 160px;
  height: 160px;
  box-shadow: var(--box-shadow-lg);
  border: solid 6px #2a2733;
  position: absolute;
  top: 0;
  right: -20px;
  border-radius: var(--border-radius-sm);
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.theme-img.circle-image.shape::before {
  left: -50px;
}

/* Keyframes for up-and-down motion */
@keyframes hover-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Tablet Styles */
@media (min-width: 768px) {
  .theme-img {
    margin: 0.25rem 0;
  }
}
/* DESKTOP */
@media (min-width: 992px) {
  .theme-img.image-content {
    padding: 0 3rem 3rem 0;
  }
  .theme-image-content {
    position: absolute;
    z-index: 2;
    width: 225px;
    background-size: auto;
    padding: 20px 18px 30px 18px;
    bottom: 0px;
    right: 0px;
    margin: 0;
  }
}
/* Desktop Styles */
@media (min-width: 1200px) { /* Add specific styles if needed */ }
/* Page Headers */
.page-hdr {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: var(--primary);
}

.page-hdr figure {
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  margin: 0;
  background: url("../img/shapes/corner-shapes-left.svg") no-repeat 0px 0px, url("../img/shapes/corner-shapes-right.svg") no-repeat calc(100% - 0px) calc(100% - 0px);
  background-color: #17172a;
  background-size: 180px;
}

.page-hdr figure img, .page-hdr figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.page-hdr .content {
  padding: 65px var(--spacer);
  text-align: center;
  position: relative;
  z-index: 5;
}

.page-hdr .content h1 {
  position: relative;
  color: #fff;
}

/* Breadcrumb */
.page-hdr .breadcrumb-nav {
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  list-style: none;
  gap: 20px;
  font-size: 0.8rem;
  font-family: var(--body);
  letter-spacing: 1px;
}

.page-hdr .breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
}

.page-hdr .breadcrumb-nav li {
  position: relative;
}

.page-hdr .breadcrumb-nav li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--accent-2);
  position: absolute;
  right: -12px;
  top: 8px;
  margin: 0 0 0 0.5rem;
  display: block;
  border-radius: 50%;
}

.page-hdr .breadcrumb-nav li:last-of-type:after {
  display: none;
}

.page-hdr .breadcrumb-nav a:hover {
  color: var(--accent-2);
}

.page-hdr .breadcrumb-nav span {
  display: flex;
  gap: 5px;
}

/* WIDE DESKTOP */
@media (min-width: 992px) {
  .page-hdr figure {
    background-size: 250px;
  }
}
.box {
  padding: 0;
  border-radius: 5px;
  position: relative;
}

.box + .box {
  margin-top: 2rem;
}

.sec-nav-title h4 {
  background: var(--primary-dark);
  color: #fff;
  text-align: center;
  padding: var(--spacer);
  margin: 0;
  font-size: 1.75rem;
  font-family: var(--header);
  font-weight: 700;
  letter-spacing: normal;
  border-radius: 6px 6px 0 0;
}

.sec-nav ul {
  list-style: none;
  padding: var(--spacer);
  margin: 0;
}

.sec-nav ul a {
  display: block;
  padding: 10px 15px 10px 10px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px dotted var(--dark);
}

.sec-nav ul li:last-of-type a {
  border: none;
}

.sec-nav ul a:hover {
  padding: 10px 10px 10px 15px;
  text-decoration: none;
}

.sec-nav ul > .current_page_item > a {
  position: relative;
  padding: 10px 5px 17px 25px;
  color: var(--dark);
  font-weight: 700;
}

.sec-nav ul > .current_page_item > a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  color: var(--primary);
  margin: 0 0 0 7px;
  text-decoration: none;
  position: absolute;
  left: 5px;
  top: calc(50% - 10px);
  font-size: 0.75rem;
}

.sec-nav ul ul {
  display: none;
  padding: 15px 0 15px 0px;
}

.sec-nav ul > .current_page_ancestor > ul {
  display: block;
  border-bottom: 1px dotted var(--gray);
}

.sec-nav ul ul a {
  font-size: 0.85rem;
  border: none;
}

.sec-nav ul > .current_page_ancestor > a {
  font-weight: 700;
}

.tag-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: var(--spacer);
  gap: 5px;
  margin: 0;
}

.tag-list a {
  padding: 4px 6px;
  background: #fff;
  font-size: 0.85rem;
  border-radius: 4px;
  display: inline;
}

.tag-list li a:hover {
  background: none;
}

/* TABLET */
@media (min-width: 768px) {
  .box:before {
    background: url(../img/shapes/squares.svg);
    width: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -30px;
    content: "";
    background-size: cover;
    z-index: -1;
  }
}
.accordion {
  margin: var(--spacer) 0;
  border-radius: 15px;
}

.accordion-collapse.collapsed {
  height: 0;
  overflow: hidden;
  transition-delay: 0.2s;
  transition: height 0.2s ease;
}

.accordion-collapse.show {
  height: auto;
}

.accordion-item h3 {
  padding: 1.5rem 1rem 1.5rem 0;
  font-size: 1.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  gap: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--body);
  letter-spacing: normal;
  font-weight: 600;
}

.accordion-item h3 .fa {
  color: var(--accent-1);
  font-size: 20px;
  transform: rotate(180deg);
  transition: var(--transition);
}

.accordion-item h3:hover {
  cursor: pointer;
}

.accordion-item .accordion-body {
  background: var(--light);
  padding: 2rem;
  border-bottom: 1px dotted #ccc;
}

.accordion .accordion-item:last-of-type h2 {
  border-bottom: none;
}

.accordion-item .accordion-body p:last-of-type {
  margin: 0;
}

.accordion-item h3.collapsed .fa {
  transform: rotate(0deg);
}

.theme-img.testimonals {
  position: relative;
  padding: 10px;
  margin-bottom: 0;
}

.theme-img.testimonals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

figure.theme-img.testimonals:before {
  background: url("../img/elements/quote-overlay.svg");
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-size: cover;
}

.testimonials-slider p {
  font-size: 1.25rem;
}

.testimonial-container {
  position: relative;
  margin-left: 70px;
}

.testimonial-container:before {
  background: url("../img/elements/quote-marks-grey.svg");
  top: 5px;
  left: -70px;
  width: 60px;
  height: 35px;
  content: "";
  position: absolute;
  background-size: cover;
}

.name {
  font-weight: 700;
}

/* Custom styles for the slider */
.testimonials-slider {
  overflow: hidden;
}

.swiper-slide footer {
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #555;
}

.swiper-button-prev, .swiper-button-next {
  position: relative;
  width: 40px !important;
  height: 40px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.swiper-button-prev {
  background-image: url("../img/elements/arrow-left.svg");
}

.swiper-button-next {
  background-image: url("../img/elements/arrow-right.svg");
}

.swiper-button-next, .swiper-button-prev {
  color: rgba(0, 0, 0, 0) !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: calc(100% - 100px) !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 5px !important;
}

.swiper-button-next, .swiper-button-prev {
  top: calc(100% - 40px) !important;
  z-index: 6 !important;
}

/* TABLET */
@media (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    top: calc(100% - 70px) !important;
    z-index: 6 !important;
  }
  .testimonial-container {
    margin-left: 120px;
  }
  .testimonial-container:before {
    left: -120px;
    width: 90px;
    height: 60px;
  }
}
.post-wrapper {
  display: grid;
  gap: var(--column-gap);
}

.post-info {
  display: inline-block;
  margin: 0 0 1rem 0;
  gap: 5px;
  background: var(--accent-2);
  padding: 5px 10px;
  border-radius: var(--border-radius-sm);
}

@media (min-width: 992px) {
  .post-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.hero {
  padding: 0 var(--side-width);
  background: url("../img/shapes/corner-shapes-left.svg") no-repeat 0px 0px, url("../img/shapes/corner-shapes-right.svg") no-repeat calc(100% - 0px) calc(100% - 0px);
  background-color: #17172a;
  background-size: 350px 350px, 350px 350px;
  position: relative;
}

.hero-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 90px 25px 120px 25px;
  color: #fff;
  position: relative;
}

.hero p {
  font-size: 1.3rem;
  line-height: 1.4;
}

.hero h1 {
  font-size: 4rem;
  line-height: 0.95;
}

.hero strong {
  color: #fff;
}

.hero .wp-block-button__link {
  background: var(--accent-1);
  padding: 0.65rem 1.75rem;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: var(border-radius-xl);
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

.hero .wp-block-button__link:hover {
  background: var(--accent-2);
}

.hero .wp-block-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  object-position: center center;
}

/* TABLET */
@media (min-width: 768px) {
  .hero-content {
    padding: 100px;
  }
}
/* WIDE DESKTOP */
@media (min-width: 992px) {
  .hero-content {
    gap: 40px;
    text-align: left;
    padding: 90px 25px 120px 25px;
    color: #fff;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero h1 {
    font-size: 6rem;
    line-height: 0.85;
  }
  .hero .wp-block-buttons {
    justify-content: left;
  }
}
/* Desktop Styles */
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 6.5rem;
    line-height: 0.85;
  }
  .hero-content {
    gap: 50px;
    padding: 90px 0 120px 0;
  }
}
/* Footer Grid CTA */
.photo-collage {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, minmax(auto, 100px)); /* Limit row height */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 4rem;
}

.photo-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}

.photo-collage figure:nth-of-type(1) {
  grid-area: 1/7/2/9;
}

.photo-collage figure:nth-of-type(2) {
  grid-area: 2/7/3/9;
}

.photo-collage figure:nth-of-type(3) {
  grid-area: 1/1/3/3;
}

.photo-collage figure:nth-of-type(4) {
  grid-area: 1/3/2/5;
}

.photo-collage figure:nth-of-type(5) {
  grid-area: 1/5/3/7;
}

.photo-collage figure:nth-of-type(6) {
  grid-area: 2/4/3/5;
}

.photo-collage figure:nth-of-type(7) {
  grid-area: 2/3/3/4;
}

@media (min-width: 992px) {
  .photo-collage {
    grid-template-rows: repeat(2, minmax(auto, 200px));
  }
}
.full-content {
  position: relative;
  margin: var(--spacer-vert) auto;
}

.full-content-text {
  padding: 2rem;
  background: url(../img/shapes/wave-bg-dark.webp) center right var(--primary) no-repeat;
  color: var(--text-color-inverse);
  background-size: 100% 100%;
}

.full-content-text h2, .full-content-text h3 {
  color: #fff;
}

.full-content-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.full-content-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-content-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(6, 0, 91, 0.35), transparent);
  pointer-events: none;
  z-index: 1;
}

.full-content .image-content {
  box-shadow: var(--box-shadow-sm);
  border: solid 1px rgba(255, 255, 255, 0.35);
  color: #fff;
  position: relative;
  background: rgba(222, 222, 222, 0.25);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: var(--border-radius-sm);
  font-size: 0.85rem;
  box-shadow: var(--box-shadow-lg);
  margin: 0px auto 0px auto;
  width: calc(100% - 50px);
  z-index: 2;
}

.image-content p {
  font-size: 1rem;
}

.image-content ul {
  list-style: none;
  padding: 0;
}

.image-content ul li {
  font-weight: 600;
  display: flex;
  gap: 5px;
}

.image-content li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: var(--accent-2);
  margin-left: 5px;
}

.image-content a {
  color: var(--primary-light);
}

.image-content a:hover {
  color: #000;
}

.full-content-text .wp-block-button__link {
  background: var(--accent-1);
}

.full-content-text .wp-block-button__link:hover {
  background: var(--accent-2);
}

.full-content-text .is-style-linklist li::before {
  color: var(--secondary);
}

@media (min-width: 768px) {
  .full-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .full-content-image::before {
    background: linear-gradient(to top, rgba(6, 0, 91, 0.65), transparent);
  }
  .full-content-text {
    padding: 4rem;
  }
  .full-content-image {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
  }
  .full-content .image-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 70%;
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .full-content-text {
    padding-left: calc((100vw - var(--max-width)) / 2 + 1.5rem);
  }
}
.stats-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  position: relative;
}
.stats-block .col {
  flex: 1 1 calc(100% - 10px);
  max-width: calc(100% - 10px);
  min-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.stats-block h4 {
  font-size: 6rem;
  color: var(--secondary);
  margin-bottom: 10px;
}
.stats-block p {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}

/* TABLET */
@media (min-width: 768px) {
  .stats-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
  }
  .stats-block .col {
    flex: 1 1 calc(33% - 10px);
    max-width: calc(33% - 10px);
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
  }
  .stats-block .col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 15%;
    width: 1px;
    background-color: #ccc;
  }
  .stats-block h4 {
    font-size: 3.75rem;
    color: var(--secondary);
    margin-bottom: 10px;
  }
  .stats-block p {
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 700;
  }
}/*# sourceMappingURL=app.min.css.map */