/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.am2-block-cards {
  padding: 45px 0; }
  @media (max-width: 640px) {
    .am2-block-cards {
      padding: 20px 0; } }
  @media (max-width: 1440px) {
    .am2-block-cards {
      width: calc( 100% + 30px);
      margin-left: -15px;
      padding: 45px 15px; } }
  @media (min-width: 1441px) {
    .am2-block-cards.alignfull .am2-block-cards__inner {
      padding: 0 15px; } }
  .am2-block-cards.has-gray-background {
    background-color: #f0f0f0; }
  .am2-block-cards.no-card-background .card-item {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0; }
  .am2-block-cards.button-filled .card-item__find-out-more {
    background-color: #0A5984;
    color: #ffffff;
    border-radius: 5px;
    height: 46px;
    min-width: 202px;
    justify-content: center; }
    .am2-block-cards.button-filled .card-item__find-out-more:hover {
      background-color: #0e79b3;
      color: #ffffff; }
  .am2-block-cards__main-title, .am2-block-cards__sub-title, .am2-block-cards__description {
    margin: 0; }
  .am2-block-cards__main-title, .am2-block-cards__sub-title {
    color: #000;
    font-weight: 700; }
    .am2-block-cards__main-title + .am2-block-cards__cards-wrap, .am2-block-cards__sub-title + .am2-block-cards__cards-wrap {
      margin-top: 40px; }
  .am2-block-cards__main-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #1374A8; }
    @media (min-width: 840px) {
      .am2-block-cards__main-title {
        font-size: 26px; } }
  .am2-block-cards__sub-title {
    font-family: 'Rubik-Regular';
    font-weight: normal;
    font-size: 16px;
    color: #272727;
    margin: 0; }
  .am2-block-cards__cards-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .am2-block-cards .card-item {
    flex: 1 1 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(97, 97, 97, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px; }
    @media (min-width: 840px) {
      .am2-block-cards .card-item {
        padding: 32px;
        margin-bottom: 30px;
        max-width: calc( 33% - 15px);
        display: flex;
        flex-wrap: wrap;
        align-content: space-between; } }
    @media (min-width: 1366px) {
      .am2-block-cards .card-item {
        margin-bottom: 30px; } }
    .am2-block-cards .card-item__content {
      width: 100%; }
    .am2-block-cards .card-item__icon-title {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 22px; }
    .am2-block-cards .card-item__icon {
      flex: 0 0 100%;
      height: auto;
      margin: 0 0 17px 0;
      position: relative;
      height: 270px; }
      .am2-block-cards .card-item__icon img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .am2-block-cards .card-item__title {
      font-size: 20px;
      line-height: 1.3;
      color: #272727;
      font-weight: 700; }
      @media (min-width: 840px) {
        .am2-block-cards .card-item__title {
          font-size: 25px; } }
    .am2-block-cards .card-item__description {
      font-family: 'Rubik-Regular';
      font-size: 16px;
      line-height: 1.4;
      color: #272727;
      margin: 0;
      max-width: 90%; }
      @media (min-width: 840px) {
        .am2-block-cards .card-item__description {
          font-size: 18px; } }
    .am2-block-cards .card-item__find-out-more {
      font-family: 'Rubik-Medium';
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 16px;
      line-height: 1.5;
      text-transform: initial;
      color: #1374A8;
      font-weight: 500;
      background: transparent;
      padding: 0;
      margin-top: 30px; }
      .am2-block-cards .card-item__find-out-more:hover {
        background: transparent; }
      @media (min-width: 840px) {
        .am2-block-cards .card-item__find-out-more {
          font-size: 18px; } }
      .am2-block-cards .card-item__find-out-more svg {
        display: none;
        transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        margin-left: 14px; }
        @media (min-width: 840px) {
          .am2-block-cards .card-item__find-out-more svg {
            margin-top: -2px; } }
      .am2-block-cards .card-item__find-out-more:hover, .am2-block-cards .card-item__find-out-more:active {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        color: #38abe9; }
        .am2-block-cards .card-item__find-out-more:hover svg, .am2-block-cards .card-item__find-out-more:active svg {
          transform: scale(1.4) translateX(10px); }
          .am2-block-cards .card-item__find-out-more:hover svg path, .am2-block-cards .card-item__find-out-more:active svg path {
            fill: #3BB54A !important; }


/*# sourceMappingURL=style-index.css.map*/