<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .wc-avatar-box {
  margin: 16px 0 32px; }
  .wc-avatar-box:after {
    content: '';
    clear: both;
    display: table; }
  .wc-avatar-box__avatar {
    float: right;
    margin: 0 0 16px 16px;
    shape-outside: circle(50%);
    width: 50%;
    max-width: 200px; }
    @media (min-width: 782px) {
      .wc-avatar-box__avatar {
        max-width: 300px; } }
  @media (min-width: 782px) {
    .wc-avatar-box__titles {
      padding-top: 32px; } }
  @media (min-width: 992px) {
    .wc-avatar-box__titles {
      padding-top: 64px; } }
  .wc-avatar-box__title {
    font-size: 24px;
    margin: 16px 0; }
  .wc-avatar-box__supertitle, .wc-avatar-box__subtitle {
    margin: 16px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0625em;
    word-spacing: 0.25em;
    line-height: 1.25;
    font-size: 14px;
    color: #4f4f4f; 
  }
a.wc-avatar-box__action {
  display: block; 
}
.wc-avatar-box__title {
  color: #007fae;
  text-decoration: underline;
}
  a.wc-avatar-box__action:link, a.wc-avatar-box__action:visited {
    text-decoration: none;
    color: #4f4f4f; 
  }
  a.wc-avatar-box__action:hover, a.wc-avatar-box__action:focus, a.wc-avatar-box__action:active {
    text-decoration: none;
    /* color: #4f4f4f;  */
  }
    a.wc-avatar-box__action:hover .wc-avatar-box__avatar, a.wc-avatar-box__action:focus .wc-avatar-box__avatar, a.wc-avatar-box__action:active .wc-avatar-box__avatar {
      -webkit-filter: brightness(75%);
              filter: brightness(75%); }
    a.wc-avatar-box__action:hover .wc-avatar-box__title, a.wc-avatar-box__action:focus .wc-avatar-box__title, a.wc-avatar-box__action:active .wc-avatar-box__title {
      text-decoration: underline; }

.wc-card {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); }

.wc-card__link-wrap {
  display: block;
  margin: 0;
  padding: 0;
  color: #505962;
  text-decoration: none !important }

.wc-card__link-wrap:hover {
  color: #505962; }

.wc-card__image {
  position: relative;
  overflow: hidden; }

.wc-card__image img {
  width: 100%; }

.wc-card--3x2 .wc-card__image {
  padding-top: 66.67%; }

.wc-card--2x1 .wc-card__image {
  padding-top: 50%; }

.wc-card--1x1 .wc-card__image {
  padding-top: 100%; }

.wc-card--2x3 .wc-card__image {
  padding-top: 150%; }

.wc-card--3x2 img,
.wc-card--2x1 img,
.wc-card--1x1 img,
.wc-card--2x3 img,
.wc-card__calendar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wc-card--3x2 img,
.wc-card--2x1 img,
.wc-card--1x1 img,
.wc-card--2x3 img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.wc-card__calendar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #007fae;
  color: #fff; }

.wc-card__calendar-month {
  font-size: 32px;
  line-height: 1; }

.wc-card__calendar-day {
  font-size: 64px;
  line-height: 1; }

.wc-card__date,
.wc-card__title,
.wc-card__excerpt,
.wc-card__category,
.wc-card__tag,
.wc-card__more {
  margin: 16px 0 0;
  padding: 0 16px;
  overflow: hidden; }

.wc-card__date,
.wc-card__category,
.wc-card__tag {
  color: #007fae;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.25px;
  word-spacing: 2px; }

.wc-card__title {
  color: #007fae;
  font-size: 22px;
  line-height: 30px; }

.wc-card__excerpt {
  font-size: 16px;
  line-height: 24px; }

.wc-card__more {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #007fae;
  color: #fff; }

.wc-card__more-text {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-spacing: 2px; }

/* Hover Slide */
.wc-card--slide {
  border-bottom: 4px solid #007fae;
  overflow: hidden; }

.wc-card--slide .wc-card__image {
  transition: margin-top 300ms; }

.wc-card--slide.wc-card--3x2:hover .wc-card__image {
  margin-top: -66.67%; }

.wc-card--slide.wc-card--2x1:hover .wc-card__image {
  margin-top: -50%; }

.wc-card--slide.wc-card--1x1:hover .wc-card__image {
  margin-top: -100%; }

.wc-card--slide.wc-card--2x3:hover .wc-card__image {
  margin-top: -150%; }

.wc-card--slide .wc-card__header {
  margin-bottom: 16px; }

.wc-card--slide .wc-card__content {
  position: relative;
  transition: margin-bottom 300ms; }

.wc-card--slide.wc-card--3x2 .wc-card__content {
  margin-bottom: -66.67%;
  padding-top: 66.67%; }

.wc-card--slide.wc-card--2x1 .wc-card__content {
  margin-bottom: -50%;
  padding-top: 50%; }

.wc-card--slide.wc-card--1x1 .wc-card__content {
  margin-bottom: -100%;
  padding-top: 100%; }

.wc-card--slide.wc-card--2x3 .wc-card__content {
  margin-bottom: -150%;
  padding-top: 150%; }

.wc-card--slide:hover .wc-card__content {
  margin-bottom: 0; }

.wc-card--slide .wc-card__excerpt {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0; }

.wc-card--slide .wc-card__more {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0; }

/* Hover Zoom */
.wc-card--zoom img,
.wc-card--zoom .wc-card__calendar {
  transition: transform 300ms; }

.wc-card--zoom:hover img,
.wc-card--zoom:hover .wc-card__calendar {
  transform: scale(1.125); }

/* Fixed Lines */
.wc-card__title--1,
.wc-card__title--2,
.wc-card__title--3,
.wc-card__title--4,
.wc-card__title--5,
.wc-card__excerpt--1,
.wc-card__excerpt--2,
.wc-card__excerpt--3,
.wc-card__excerpt--4,
.wc-card__excerpt--5,
.wc-card__excerpt--6,
.wc-card__excerpt--7,
.wc-card__excerpt--8,
.wc-card__excerpt--9,
.wc-card__excerpt--10,
.wc-card__category--1,
.wc-card__category--2,
.wc-card__category--3,
.wc-card__category--4,
.wc-card__category--5,
.wc-card__tag--1,
.wc-card__tag--2,
.wc-card__tag--3,
.wc-card__tag--4,
.wc-card__tag--5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.wc-card__category--1,
.wc-card__tag--1 {
  height: 22px;
  -webkit-line-clamp: 1; }

.wc-card__category--2,
.wc-card__tag--2 {
  height: 44px;
  -webkit-line-clamp: 2; }

.wc-card__category--3,
.wc-card__tag--3 {
  height: 66px;
  -webkit-line-clamp: 3; }

.wc-card__category--4,
.wc-card__tag--4 {
  height: 88px;
  -webkit-line-clamp: 4; }

.wc-card__category--5,
.wc-card__tag--5 {
  height: 110px;
  -webkit-line-clamp: 5; }

.wc-card__title--1 {
  height: 30px;
  -webkit-line-clamp: 1; }

.wc-card__title--2 {
  height: 60px;
  -webkit-line-clamp: 2; }

.wc-card__title--3 {
  height: 90px;
  -webkit-line-clamp: 3; }

.wc-card__title--4 {
  height: 120px;
  -webkit-line-clamp: 4; }

.wc-card__title--5 {
  height: 150px;
  -webkit-line-clamp: 5; }

.wc-card__excerpt--1 {
  height: 24px;
  -webkit-line-clamp: 1; }

.wc-card__excerpt--2 {
  height: 48px;
  -webkit-line-clamp: 2; }

.wc-card__excerpt--3 {
  height: 72px;
  -webkit-line-clamp: 3; }

.wc-card__excerpt--4 {
  height: 96px;
  -webkit-line-clamp: 4; }

.wc-card__excerpt--5 {
  height: 120px;
  -webkit-line-clamp: 5; }

.wc-card__excerpt--6 {
  height: 144px;
  -webkit-line-clamp: 6; }

.wc-card__excerpt--7 {
  height: 168px;
  -webkit-line-clamp: 7; }

.wc-card__excerpt--8 {
  height: 192px;
  -webkit-line-clamp: 8; }

.wc-card__excerpt--9 {
  height: 216px;
  -webkit-line-clamp: 9; }

.wc-card__excerpt--10 {
  height: 240px;
  -webkit-line-clamp: 10; }

/* Flex fallback */
.wc-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: -8px -8px 8px -8px; }

.wc-cards .wc-card {
  flex-basis: 270px;
  margin: 8px; }

/* Grid proper */
.wc-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(286px, 1fr)); }

.wc-cards-feature__info {
  margin-bottom: 15px; }

.wc-cards-feature__description {
  font-size: 18px;
  line-height: 26px; }

.wc-cards-feature .wc-card:nth-child(3) {
  display: none; }

@media (min-width: 992px) {
  .wc-cards-feature .wc-card:nth-child(3) {
    display: block; } }

@media (min-width: 1200px) {
  .wc-cards-feature {
    display: flex;
    margin-top: 28px; }
  .wc-cards-feature__info {
    width: 270px;
    margin-right: 20px;
    flex-shrink: 0; }
  .wc-cards-feature__title {
    margin-top: 0; } }

.wc-clamp-box {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.wc-crop-box {
  position: relative;
  overflow: hidden; }

.wc-crop-box--3x2 {
  padding-top: 66.67%; }

.wc-crop-box--2x1 {
  padding-top: 50%; }

.wc-crop-box--1x1 {
  padding-top: 100%; }

.wc-crop-box--2x3 {
  padding-top: 150%; }

.wc-crop-box--circle {
  padding-top: 100%;
  border-radius: 50%; }

.wc-crop-box &gt; * {
  width: 100%; }

.wc-crop-box--3x2 &gt; *,
.wc-crop-box--2x1 &gt; *,
.wc-crop-box--1x1 &gt; *,
.wc-crop-box--2x3 &gt; *,
.wc-crop-box--circle &gt; * {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.wc-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

@media only screen and (max-width: 781px) {
  .wc-full-width-mobile {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; } }

.wc-hero__avatar {
  position: relative;
  width: 50%;
  margin: -25% 0 -25% auto;
  padding: 6px;
  background-color: white;
  border-radius: 50%; }

.wc-hero__text-avatar-placeholder {
  padding-top: 25%;
  width: 50%;
  float: right;
  margin: 0 0 8px 8px; }

@media (min-width: 782px) {
  .wc-hero__avatar {
    width: 30%;
    margin: -20% 5% 5% auto; }
  .wc-hero__text-avatar-placeholder {
    display: none; }
  .wc-hero__text {
    position: relative;
    width: 55%;
    margin: -40% auto 5% 5%;
    padding: 8px 32px 16px;
    background-color: #007fae; }
  .wc-hero__text,
  .wc-hero__text h1,
  .wc-hero__text h2,
  .wc-hero__text h3,
  .wc-hero__text h4,
  .wc-hero__text h5,
  .wc-hero__text h6 {
    color: #fff; } }

a.wc-more-link {
  display: inline-block;
  padding: 15px 50px 15px 20px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  background-color: #007fae;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  text-decoration: underline; }

  a.wc-more-link:hover {
  text-decoration: none; }</pre></body></html>