<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-blog-feed-template-2 .container-fluid {
  padding: 0 !important; }

.eap-blog-feed-template-2 .row {
  margin: 0; }

.eap-blog-feed-template-2 .blog-button {
  font-family: var(--eap-button-font);
  padding: 0 2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #9BA6B2;
  height: 60px;
  line-height: 1.2;
  min-width: 200px;
  width: 80%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-blog-feed-template-2 .blog-button:hover {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15);
    transform: scale(1.04) translateY(-5px);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-blog-feed-template-2 .white-color {
  background-color: #fff !important;
  color: #9BA6B2;
  width: 250px !important; }

.eap-blog-feed-template-2 .load-more {
  text-align: center;
  padding-top: 0em;
  padding-bottom: 4em;
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

.eap-blog-feed-template-2 .hero-button {
  width: 200px !important; }

.eap-blog-feed-template-2 .hero {
  width: 100%;
  height: 100%;
  min-height: 300px; }

.eap-blog-feed-template-2 .hero-info {
  padding: 4em 1em;
  padding-top: calc( var(--eap-nav-overtflow-padding) + 2em);
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.eap-blog-feed-template-2 .hero-info h1 {
  color: #333;
  font-weight: bold; }

.eap-blog-feed-template-2 .hero-info p {
  color: #9BA6B2;
  padding-bottom: 1em;
  font-size: 1.125em;
  max-width: 400px;
  margin: 0 auto;
  opacity: .8; }

.eap-blog-feed-template-2 .blog-feed {
  max-width: 1080px;
  margin: 0 auto; }

.eap-blog-feed-template-2 .blog-card {
  box-sizing: border-box;
  cursor: pointer;
  margin: 2em auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden !important;
  height: 400px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-blog-feed-template-2 .blog-card:hover {
    border-radius: 16px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transform: scale(1.04) translateY(-5px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* add to fix webkit bug jitter */
    -webkit-transform: perspective(1000px); }
    .eap-blog-feed-template-2 .blog-card:hover .featured-screen {
      border-radius: 16px;
      -webkit-backdrop-filter: blur(1px); }
    .eap-blog-feed-template-2 .blog-card:hover .blog-info-hidden {
      transform: translateY(0px) scale(1);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
      opacity: 1;
      border-radius: 16px; }
    .eap-blog-feed-template-2 .blog-card:hover .featured-screen {
      background-color: rgba(0, 0, 0, 0.35);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
    .eap-blog-feed-template-2 .blog-card:hover .featured-image {
      transform: translate(-10px, -10px) scale(1.3) rotate(-3deg);
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
    .eap-blog-feed-template-2 .blog-card:hover .read-more-cta {
      transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
      opacity: 1; }
    .eap-blog-feed-template-2 .blog-card:hover .author-name {
      opacity: 1;
      transition: .4s ease; }

.eap-blog-feed-template-2 .featured-screen {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 16px;
  overflow-y: hidden; }

.eap-blog-feed-template-2 .featured-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 16px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  overflow-y: hidden; }

.eap-blog-feed-template-2 .blog-info {
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 1em 1em;
  border-radius: 16px;
  overflow-y: hidden; }

.eap-blog-feed-template-2 .blog-info-hidden {
  padding: 0em 0em;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(200px) scale(1);
  opacity: 0;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 16px; }

.eap-blog-feed-template-2 .blog-info-hidden p {
  padding: 2em 1em; }

.eap-blog-feed-template-2 .blog-card a {
  text-transform: none;
  color: #fff; }

.eap-blog-feed-template-2 .blog-card p {
  padding-top: 2em;
  padding-bottom: 0em;
  font-size: .9em;
  opacity: .9;
  font-weight: 600; }

.eap-blog-feed-template-2 .blog-card h2 {
  font-size: 1.5em;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }

.eap-blog-feed-template-2 .read-more-cta {
  position: relative;
  width: 150px;
  border-radius: 50px;
  margin: 0em auto 1em auto;
  height: 37px;
  background-color: #9BA6B2;
  text-align: center;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0;
  border: 2px solid #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  padding: 0;
  box-sizing: border-box; }

.eap-blog-feed-template-2 a.read-more {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  line-height: 30px; }
  .eap-blog-feed-template-2 a.read-more:hover {
    color: #fff; }

.eap-blog-feed-template-2 .author-image img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15); }

.eap-blog-feed-template-2 .author-image {
  padding: 0;
  width: 40px; }

.eap-blog-feed-template-2 .author-name p {
  font-weight: bold; }

.eap-blog-feed-template-2 .author-name {
  padding-left: .4em;
  width: 200px;
  color: #fff;
  font-size: .8em;
  opacity: .5;
  transition: .4s ease; }

.eap-blog-feed-template-2 .author-info {
  padding-top: 0em; }

.eap-blog-feed-template-2 .author-info .author-name p {
  color: #fff;
  padding-top: .2em;
  opacity: 1;
  font-size: .8em; }

@media screen and (min-width: 0px) and (max-width: 990px) {
  .eap-blog-feed-template-2 .blog-info-hidden {
    transform: translateY(0px);
    opacity: 1; }
  .eap-blog-feed-template-2 .read-more-cta {
    opacity: 1; } }

.eap-blog-feed-template-2 .blog-cta {
  background-color: #9BA6B2;
  color: #fff;
  height: 100%;
  min-height: 500px;
  text-align: center;
  position: relative; }

.eap-blog-feed-template-2 .blog-cta-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .eap-blog-feed-template-2 .blog-cta-info h2 {
    color: #fff; }

.eap-blog-feed-template-2 .blog-cta p {
  opacity: .7;
  padding-bottom: 1em; }

.eap-blog-feed-template-2 .questions-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #9BA6B2;
  background-color: #fff;
  text-align: center;
  margin: 0em auto;
  position: relative;
  background-image: linear-gradient(0deg, #E8EDF2 0%, #fff 80%);
  border: 2px solid #fff;
  z-index: 2;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0);
  transition: 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-animation: waves 1.5s infinite;
  /* Safari 4.0 - 8.0 */
  animation: waves 1.5s infinite; }

@-webkit-keyframes waves {
  60% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.08), 0 0 0 32px rgba(255, 255, 255, 0.04), 0 0 0 48px rgba(255, 255, 255, 0.02); } }

@keyframes waves {
  60% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.08), 0 0 0 32px rgba(255, 255, 255, 0.04), 0 0 0 48px rgba(255, 255, 255, 0.02); } }

.eap-blog-feed-template-2 i.question {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.99); }

.eap-blog-feed-template-2 .questions-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .1; }

.eap-blog-feed-template-2 i.backdrop {
  font-size: 10em;
  transform: rotate(-12deg); }
</pre></body></html>