@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap");
@-webkit-keyframes fadeIn1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
html {
  font-size: 1px;
}

/* auto scale down elements on mobile */
@media (max-width: 580px) {
  html {
    font-size: 1px;
  }
}

/* auto scale up elements on large displays */
@media (min-width: 2560px) {
  html {
    font-size: 1px;
  }
}

section.u4m-cards {
  margin: 100rem 20rem;
}
section.u4m-cards.reverse-text h2.heading,
section.u4m-cards.reverse-text h3.subheading {
  color: #fff;
}
section.u4m-cards .heading {
  font-family: "Roboto", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 36rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  margin-bottom: 10rem;
  line-height: 1.2;
  text-align: center;
}
section.u4m-cards .heading strong {
  font-weight: 700;
  -webkit-box-shadow: inset 0 -0.3em #cce3f3;
          box-shadow: inset 0 -0.3em #cce3f3;
}
@supports ((-webkit-text-decoration-skip-ink: none) or (text-decoration-skip-ink: none)) {
  section.u4m-cards .heading strong {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: underline;
    -webkit-text-decoration-color: #cce3f3;
            text-decoration-color: #cce3f3;
    text-decoration-thickness: 0.3em;
    text-underline-offset: -0.3em;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
@media (max-width: 580px) {
  section.u4m-cards .heading {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
section.u4m-cards .subheading {
  max-width: 70ch;
  font-family: "Roboto", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18rem;
  line-height: 1.8;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  text-align: center;
  line-height: 2;
  margin: 0 auto 50rem;
}
@media (max-width: 580px) {
  section.u4m-cards .subheading {
    font-size: 16rem;
  }
}
section.u4m-cards .wrapper {
  max-width: 1380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  section.u4m-cards .wrapper {
    display: block;
  }
}
section.u4m-cards .wrapper div.card {
  margin: 20rem;
  background: #236A9B;
  background: url("https://f.hubspotusercontent10.net/hubfs/8844268/2021%20Elements/toppgraphy-bg.svg"), -webkit-gradient(linear, left top, right top, from(#0063c5), color-stop(70%, #1889cb), to(#0096d7));
  background: url("https://f.hubspotusercontent10.net/hubfs/8844268/2021%20Elements/toppgraphy-bg.svg"), linear-gradient(90deg, #0063c5 0%, #1889cb 70%, #0096d7 100%);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 250rem;
  min-height: 400rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}
@media (max-width: 580px) {
  section.u4m-cards .wrapper div.card {
    max-width: unset;
    margin: 20rem 0;
  }
}
section.u4m-cards .wrapper div.card:first-of-type, section.u4m-cards .wrapper div.card:last-of-type {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07), 2px 2px 4px rgba(0, 0, 0, 0.07), 4px 4px 8px rgba(0, 0, 0, 0.07), 8px 8px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07), 2px 2px 4px rgba(0, 0, 0, 0.07), 4px 4px 8px rgba(0, 0, 0, 0.07), 8px 8px 16px rgba(0, 0, 0, 0.07);
}
section.u4m-cards .wrapper div.card .content {
  padding: 20rem;
  z-index: 100;
  background-color: rgba(0, 99, 197, 0.6);
}
section.u4m-cards .wrapper div.card .type {
  text-transform: uppercase;
  font-size: 14rem;
  padding-bottom: 10rem;
  font-weight: 300;
}
section.u4m-cards .wrapper div.card .title {
  margin-top: 0;
  margin-bottom: 0;
}
section.u4m-cards .wrapper div.card .content-text {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  section.u4m-cards .wrapper div.card .content-text {
    height: 100%;
  }
}
section.u4m-cards .wrapper div.card .content-text .teaser {
  font-family: "Roboto", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-cards .wrapper div.card .content-text .teaser {
    font-size: 14rem;
  }
}
section.u4m-cards .wrapper div.card:hover .content-text, section.u4m-cards .wrapper div.card:focus .content-text, section.u4m-cards .wrapper div.card:focus-within .content-text {
  height: 200px;
}
section.u4m-cards .wrapper div.card .image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.u4m-cards .wrapper div.card .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
section.u4m-cards .wrapper div.card .cta a,
section.u4m-cards .wrapper div.card .url a {
  font-weight: 500;
  margin: 20rem 0;
  cursor: pointer;
  color: #272934;
  color: #fff;
  margin: 0;
}
section.u4m-cards .wrapper div.card .cta a:after,
section.u4m-cards .wrapper div.card .url a:after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5rem;
  width: 9rem;
  height: 7rem;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
section.u4m-cards .wrapper div.card .cta a:hover,
section.u4m-cards .wrapper div.card .url a:hover {
  color: #25AB25;
}
section.u4m-cards .wrapper div.card .cta a:hover:after,
section.u4m-cards .wrapper div.card .url a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
section.u4m-cards .wrapper div.card .cta a:hover, section.u4m-cards .wrapper div.card .cta a:focus,
section.u4m-cards .wrapper div.card .url a:hover,
section.u4m-cards .wrapper div.card .url a:focus {
  color: #fff;
}
section.u4m-cards .wrapper.card-count-3 div.card {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}