<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px -30px; }
  @media (min-width: 1440px) {
    .services-row {
      margin: 0 -25px -50px; } }
  .services-row .services-col {
    width: 100%;
    padding: 0 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 576px) {
      .services-row .services-col {
        width: calc(100%/2); } }
    @media (min-width: 1200px) {
      .services-row .services-col {
        width: calc(100%/4); } }
    @media (min-width: 1440px) {
      .services-row .services-col {
        padding: 0 25px 50px; } }

.cta-box {
  position: relative;
  width: 100%;
  background: var(--white-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: var(--black-color);
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  .rounded-corners .cta-box {
    border-radius: 12px; }
  .cta-box .image {
    position: relative;
    padding-top: 62%;
    display: block; }
    .cta-box .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cta-box .text {
    text-align: center;
    padding: 20px 20px;
    font-size: 1em;
    line-height: 1.2;
    display: block; }
  .cta-box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 60px;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.36;
    margin: 0; }
    .cta-box .title a {
      color: inherit;
      text-decoration: none; }
  .cta-box .more {
    font-size: 1em;
    font-weight: 700; }
  .cta-box p {
    margin: 0 0 25px; }
  .cta-box:hover {
    box-shadow: 0 0 10px var(--highlight-color); }
  .dark-bg .cta-box {
    background: #333;
    color: var(--white-color); }
  .highlight-bg .cta-box {
    background: #333;
    color: var(--white-color); }
  .cta-box ul:not([class]) li {
    padding-left: 0 !important; }
    .cta-box ul:not([class]) li:before {
      position: static !important;
      margin: 0 5px 0 0; }
  .cta-box ol:not([class]) li {
    padding-left: 0 !important; }
    .cta-box ol:not([class]) li:before {
      position: static !important;
      margin: 0 5px 0 0; }
/*# sourceMappingURL=services.css.map */</pre></body></html>