@font-face {
    font-family: 'Bison';
    font-style: normal;
    src: url('/static/fonts/Bison-DemiBold.woff2') format('woff2'), url('/static/fonts/Bison-DemiBold.woff') format('woff'), url('/static/fonts/Bison-DemiBold.ttf') format('truetype');
}

/* trustpilot styling */

/* .trustpilot-widget {
    background: transparent;
    color: white;
    padding: 30px 0 25px 0;
    overflow: hidden;
  }
    .trustpilot-widget[data-type="light"] {
    color: black !important;
  }

  .trustpilot-widget .wrapper-left a {
    font-weight: 600;
    text-decoration: underline;
  }
  .trustpilot-widget .wrapper-left {
    text-align: center;
  }
  .trustpilot-widget .wrapper-left .title {
    font-size: 24px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .trustpilot-widget .wrapper-left .rating img {
    max-width: 160px;
    margin: auto;
  }
  .trustpilot-widget .wrapper-left .info {
    font-size: 13px;
    line-height: 45px;
  }
  .trustpilot-widget .wrapper-left .brand-logo img {
    max-width: 25px;
    margin: auto;
    margin-top: -10px;
    display: inline-block;
  }
  .trustpilot-widget .wrapper-left .brand-logo p {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
  }
  .trustpilot-widget .reviews {
    margin-left: 2%;
    width: 100%;
  }

  .trustpilot-widget .carousel-control {
      height: 25px;
      width: 25px;
      border: 1px solid #9E9E9E;
      border-radius: 50%;
      margin-top: 60px;
      font-size: 25px;
      background: transparent;
      line-height: 18px;
  }
  .trustpilot-widget .carousel-control.right {
    margin-right: -50px;
    text-shadow: none;
  }
  .trustpilot-widget .carousel-control.left {
    left: -70px;
    color: white;
    text-shadow: none;
  }
  .trustpilot-widget .carousel-inner .rating img {
    max-width: 110px
  }
  .trustpilot-widget .carousel-inner {
      overflow: hidden
  }
  .trustpilot-widget .carousel-inner .date, .trustpilot-widget .carousel-inner .name {
    color: rgba(0,0,0,0.6);
    font-size: 13px;
  }
  .trustpilot-widget .carousel-inner .title {
    margin: 15px 0 10px 0;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%; 
    white-space: nowrap; 
  }
  .trustpilot-widget .carousel-inner .descriptions {
      min-height: 42px;
  }
  .trustpilot-widget .carousel-inner .name {
    margin-top: 25px
  }
  



  .embla {
    overflow: hidden;
  }
  .embla__container {
    display: flex;
  }
  .embla__slide {

    min-width: 200px;
    max-width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .trustpilot-widget-carousel > .row {
    display: flex;
    width: 100%;
  }

  .trustpilot-widget-carousel .review {
    width: 100%;
  }

  .trustpilot-carousel-left {
    width: 33%;
    max-width: 250px;
    min-width: 200px;
  }

  .trustpilot-widget-carousel__container {
    display: flex;
    overflow-x: hidden;
  } */


/* trustbox */

.trustbox-container {
  position: relative;
}

.trustpilot-link-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}