<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.related-resources-wrapper {
  padding:80px 0 93px;
  background:#fff;
}

.related-resources-wrapper .top-pane {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 65px;
  align-items: center;
}

.related-resources-wrapper .top-pane .left-col {
  width: 50%;
}

.related-resources-wrapper .top-pane .right-col {
  width: 50%;
  text-align: right;
}

.related-resources-wrapper .bottom-posts-wrapper {
  margin-top: 32px;
}

.related-resources-wrapper .bottom-posts-wrapper .row-inner {
  display: flex;
  flex-flow: row wrap;
  column-gap: 2%;
}

.related-resources-wrapper .bottom-posts-wrapper .row-inner .b_post_item {
  width: 32%;
}


.related-resources-wrapper .bottom-posts-wrapper .more-link {
  margin: 32px 0 0;
}

.related-resources-wrapper .bottom-posts-wrapper .more-link a { 
  font-family: Embark Sans,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}
.related-resources-wrapper .bottom-posts-wrapper h5 {
  font-size: 24px;
  margin: 0 0 12px;
  line-height: 1.3;
  padding-bottom: 0;
}

.related-resources-wrapper .bottom-posts-wrapper .row-inner .b_post_item .tags a {
  font-family: Embark Sans,sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-transform:uppercase;
  color: #F277C6;
}
.related-resources-wrapper .bottom-posts-wrapper h5 {
  font-size: 24px;
  margin: 0 0 12px;
  line-height: 1.3;
  padding-bottom: 0;
}
.related-resources-wrapper .bottom-posts-wrapper h5 a{
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.related-resources-wrapper .bottom-posts-wrapper .b_post_item .excerpt {//
  font-family: Embark Sans,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.related-resources-wrapper .custom-transparent-btn {
  border: 2px solid #027ff1;
  border-radius: 20px;
  color: #027ff1;
  line-height: 20px;
  padding: 8px 20px 8px 20px;
  position: relative;
  text-decoration: none;
  font-weight:500;
  display: inline-flex;
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  align-items: center;position: relative; z-index: 1; overflow: hidden;
}
.related-resources-wrapper .custom-transparent-btn .arrow {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-left: 8px;
}

.related-resources-wrapper  .custom-transparent-btn:hover {
/*   background: #027ff1; */
  color: #fff;
}


.related-resources-wrapper .custom-transparent-btn:hover svg path {
  fill: #fff;
}
.related-resources-wrapper .custom-dark-btn{
  border: 1px solid #027ff1;
  background-color:#027FF1;
  border-radius: 20px;
  color: #fff;
  line-height: 20px;
  padding: 8px 20px 8px 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
}
.related-resources-wrapper .top-pane .left-col h2 {
  padding: 0;
}

.related-resources-wrapper .bottom-posts-wrapper .more-link a {
  position: relative;
  color: #027FF1;
}

.related-resources-wrapper .bottom-posts-wrapper .more-link a::after {
  content: "";
  border: 1px solid #F277C6;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  display: inline-block;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.related-resources-wrapper .bottom-posts-wrapper .more-link a:hover::after{
  opacity: 1;
  visibility: visible;
}

/* .button-group.right-col &gt; a { position: relative; z-index: 1; overflow: hidden; }
.button-group.right-col &gt; a:after { content: ''; position: absolute; width: 50px; left: 50%; transform: translate(-50%, 100%); background-color: #027ff1; height: 100%; transition: all 0.7s ease; border-radius: 30px; z-index: -1; top: 0; }
.button-group.right-col &gt; a:hover:after { transform: translate(-50%, 0) scale(5); width: 100%; }
 */
@media(max-width:767px){
  .related-resources-wrapper {
    position: relative; 
    padding: 50px 0 120px;
  }
  .related-resources-wrapper .custom-transparent-btn {
    bottom: 40px;
    left: 20px;
    margin-bottom:0;
    position: absolute;
    right: 20px;
    text-align: center;
    width: auto;
    justify-content: center;
  }

  .related-resources-wrapper .top-pane{
    margin-bottom:33px;
  }
  .related-resources-wrapper .bottom-posts-wrapper .row-inner {
    row-gap: 32px;
    column-gap: 0;
  }
  .related-resources-wrapper .bottom-posts-wrapper .row-inner .b_post_item {
    width: 100%;
  }
  .related-resources-wrapper .top-pane .left-col {
    width: 100%;
  }

  .related-resources-wrapper .top-pane .right-col {
    width: 100%;
    text-align: center;
  }
}</pre></body></html>