.hv2-resources {
  position: relative;
  padding-bottom: 60px;
  z-index: 1; }
  .hv2-resources .hv2-resources__main-heading {
    max-width: 954px;
    margin: 0 auto 32px; }
    .hv2-resources .hv2-resources__main-heading h2 {
      font-family: 'Averta', sans-serif;
      font-size: 50px;
      font-weight: 900;
      line-height: 50px;
      letter-spacing: -0.01em;
      text-align: center;
      color: #212E44;
      margin-bottom: 16px; }
      .hv2-resources .hv2-resources__main-heading h2 span {
        color: #FF6726; }
    .hv2-resources .hv2-resources__main-heading .hv2-resources__text {
      max-width: 767px;
      margin: 20px auto 0; }
    .hv2-resources .hv2-resources__main-heading .hv2-resources__text,
    .hv2-resources .hv2-resources__main-heading .hv2-resources__text p {
      font-family: 'Averta', sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0px;
      text-align: center; }
  .hv2-resources .hv2-resources__list {
    position: relative;
    z-index: 1;
    justify-content: center; }
  .hv2-resources .hv2-resources__card .hv2-resources__card-inner {
    position: relative;
    padding: 40px 40px 88px;
    border-radius: 8px;
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: 0px 0px 40px 0px rgba(235, 235, 237, 0.4);
    border: 1px solid rgba(133, 143, 161, 0.2); }
  .hv2-resources .hv2-resources__card .hv2-resources__card-category {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px; }
  .hv2-resources .hv2-resources__card .hv2-resources__card-image {
    height: 80px;
    margin-bottom: 24px; }
    .hv2-resources .hv2-resources__card .hv2-resources__card-image img {
      max-width: 100%; }
  .hv2-resources .hv2-resources__card .hv2-resources__card-title {
    font-family: 'Averta', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.13px;
    margin-bottom: 24px;
    color: #212E44; }
  .hv2-resources .hv2-resources__card .hv2-resources__card-content {
    margin-bottom: 24px; }
    .hv2-resources .hv2-resources__card .hv2-resources__card-content p:last-child {
      margin-bottom: 0; }
  .hv2-resources .hv2-resources__card .hv2-resources__card-content,
  .hv2-resources .hv2-resources__card .hv2-resources__card-content p {
    font-family: 'Averta', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #212E44; }
  .hv2-resources .hv2-resources__card .hv2-resources__card-button {
    position: absolute;
    bottom: 40px; }
  .hv2-resources .hv2-resources__card.orange .hv2-resources__card-inner .hv2-resources__card-category {
    color: #FF6726; }
  .hv2-resources .hv2-resources__card.blue .hv2-resources__card-inner .hv2-resources__card-category {
    color: #3A9EFE; }
  .hv2-resources .slick-slider .slick-list {
    padding-top: 20px !important;
    padding-bottom: 64px !important; }
  .hv2-resources .slick-slider .slick-list,
  .hv2-resources .slick-slider .slick-track {
    display: flex !important; }
  .hv2-resources .slick-slider .slick-slide,
  .hv2-resources .slick-slider .slick-slide > div {
    height: 100% !important; }
  .hv2-resources .slick-slider .slick-arrow {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    transform: translateY(50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1; }
    .hv2-resources .slick-slider .slick-arrow.arrow-left {
      left: 0;
      right: 56px;
      border: 2px solid #FF6726;
      background-color: #FFFFFF;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.90527 13.2393L2.10641 7.43526L7.90527 1.63127' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }
      .hv2-resources .slick-slider .slick-arrow.arrow-left:hover {
        background-color: #FF6726;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.90527 13.2393L2.10641 7.43526L7.90527 1.63127' stroke='%23FBFBFC' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }
    .hv2-resources .slick-slider .slick-arrow.arrow-right {
      right: 0;
      left: 56px;
      background-color: #FF6726;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.29297 1.77637L8.09183 7.58036L2.29297 13.3844' stroke='%23FBFBFC' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }
      .hv2-resources .slick-slider .slick-arrow.arrow-right:hover {
        border: 2px solid #FF6726;
        background-color: #FFFFFF;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.29297 1.77637L8.09183 7.58036L2.29297 13.3844' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }
  @media (max-width: 991px) {
    .hv2-resources {
      padding-bottom: 64px; }
      .hv2-resources .hv2-resources__main-heading {
        margin-bottom: 16px; }
        .hv2-resources .hv2-resources__main-heading h2 {
          font-size: 32px;
          line-height: 30px; }
        .hv2-resources .hv2-resources__main-heading .hv2-resources__text,
        .hv2-resources .hv2-resources__main-heading .hv2-resources__text p {
          font-size: 16px;
          line-height: 20px; }
      .hv2-resources .hv2-resources__list {
        margin-right: -5px;
        margin-left: -5px; }
        .hv2-resources .hv2-resources__list .hv2-resources__card {
          padding-right: 5px;
          padding-left: 5px;
          margin-bottom: 30px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-inner {
        padding: 40px 24px 80px;
        border-radius: 10px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-category {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 20px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-image {
        height: 56px;
        margin-bottom: 20px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-content {
        margin-bottom: 20px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-content,
      .hv2-resources .hv2-resources__card .hv2-resources__card-content p {
        font-size: 16px;
        line-height: 22px; } }
  @media (max-width: 767px) {
    .hv2-resources .hv2-resources__list {
      margin-right: -60px;
      margin-left: -60px; }
      .hv2-resources .hv2-resources__list .hv2-resources__card {
        max-width: 100%;
        flex: 0 0 100%;
        height: 100%;
        padding-right: 8px;
        padding-left: 8px; } }
  @media (max-width: 599px) {
    .hv2-resources .hv2-resources__list {
      margin-right: -25px;
      margin-left: -25px; }
    .hv2-resources .hv2-resources__main-heading h2 {
      font-size: 28px;
      line-height: 30px; }
    .hv2-resources .hv2-resources__card .hv2-resources__card-button {
      left: 24px;
      right: 24px; }
      .hv2-resources .hv2-resources__card .hv2-resources__card-button .hv2-button {
        width: 100%; } }


/*# sourceMappingURL=hv2_resources.css.map*/