.c-native-carousel--top span {
    font-weight: bold; }
  
  .c-native-carousel--container {
    margin-top: 20px;
    padding: 20px 0;
    background: white;
    width: 100%;
    text-align: center; }
    .c-native-carousel--container button.button-save {
      width: 300px;
      max-width: 100%;
      margin: 10px auto; }
  
  .c-native-carousel--wrapper {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background: #f7f4f3; }
    .c-native-carousel--wrapper a, .c-native-carousel--wrapper a:hover {
      color: #000; }
    .c-native-carousel--wrapper .c-native-carousel--top {
      text-align: center; }
      .c-native-carousel--wrapper .c-native-carousel--top img {
        display: block;
        margin: 7px auto;
        width: 132px;
        height: 58px; }
      .c-native-carousel--wrapper .c-native-carousel--top span {
        max-width: 310px;
        margin: 0 auto; }
    .c-native-carousel--wrapper .c-native-carousel--direction {
      display: none; }
    .c-native-carousel--wrapper .c-native-carousel--field-wrapper {
      text-align: center;
      overflow: hidden; }
      .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--carousel {
        position: relative; }
      .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field {
        display: inline-block;
        width: 32%;
        padding: 0 10px;
        box-sizing: border-box; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--block {
          height: 100%;
          background: #fff; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--image {
          margin: 0 auto;
          line-height: 0; }
          .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--image img {
            width: 100%; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--title__main {
          margin-top: 15px; }
          .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--title__main span {
            text-transform: uppercase;
            font-size: 1.2em;
            font-weight: bold; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--title__second {
          margin-top: 3px; }
          .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--title__second span {
            text-transform: uppercase;
            font-size: 1.2em; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--body {
          margin: 15px 0; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--body, .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--title__main, .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--field .c-native-carousel--title__second {
          padding: 0 20px; }
    @media (max-width: 700px) {
      .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--carousel {
        width: 930px;
        text-align: left; }
        .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--carousel .c-native-carousel--field {
          width: 300px;
          padding: 0; }
          .c-native-carousel--wrapper .c-native-carousel--field-wrapper .c-native-carousel--carousel .c-native-carousel--field::after {
            font-size: 0; }
      .c-native-carousel--wrapper .c-native-carousel--direction {
        display: block;
        position: absolute;
        width: 70px;
        z-index: 10; }
        .c-native-carousel--wrapper .c-native-carousel--direction.c-native-carousel--direction__left {
          left: 0; }
          .c-native-carousel--wrapper .c-native-carousel--direction.c-native-carousel--direction__left::after {
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            color: #fff;
            text-shadow: 1px 2px #000;
            content: "\f104";
            font-size: 8em;
            display: block;
            margin-top: 80px; }
        .c-native-carousel--wrapper .c-native-carousel--direction.c-native-carousel--direction__right {
          right: 0; }
          .c-native-carousel--wrapper .c-native-carousel--direction.c-native-carousel--direction__right::after {
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            color: #fff;
            text-shadow: 1px 2px #000;
            content: "\f105";
            font-size: 8em;
            display: block;
            margin-top: 80px; }
        .c-native-carousel--wrapper .c-native-carousel--direction.c-native-carousel--direction__disabled::after {
          color: #eee;
          opacity: 0.3; } }
  
  