@import url(https://use.typekit.net/xiw7yeo.css);
@font-face{
  font-display:optional;

  font-family:"proxima-nova","Arial",sans-serif;

  src:url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2")
}

@font-face{
  font-display:optional;

  font-family:"operetta-8","Times New Roman",serif;

  src:url("https://use.typekit.net/af/232581/00000000000000003b9b3611/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2")
}

.customer-reviews-section_section{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:100vw;
  background-color:#32313a;
  text-align:left
}

.customer-reviews-section_container{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:100%;
  padding:48px 24px;
  max-width:360px
}

@media(min-width: 768px){
  .customer-reviews-section_container{
    max-width:768px;
    padding:64px 32px
  }
}

@media(min-width: 1280px){
  .customer-reviews-section_container{
    max-width:1440px;
    padding:80px 120px;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-align:center;
    align-items:center
  }
}

@media(min-width: 1280px){
  .customer-reviews-section_content{
    width:40%
  }
}

.customer-reviews-section_heading{
  font-size:28px;
  line-height:36px;
  font-weight:600;
  color:#fff;
  margin-bottom:16px
}

@media(min-width: 768px){
  .customer-reviews-section_heading{
    text-align:center;
    font-size:40px;
    line-height:44px;
    margin:0px 28px 24px 28px
  }
}

@media(min-width: 1280px){
  .customer-reviews-section_heading{
    text-align:left;
    margin:0px 0px 24px 0px
  }
}

.customer-reviews-section_subheading{
  color:#fff;
  font-size:18px;
  line-height:24px;
  font-weight:400;
  margin-bottom:24px
}

@media(min-width: 768px){
  .customer-reviews-section_subheading{
    font-size:20px;
    line-height:30px;
    margin-bottom:32px;
    text-align:center
  }
}

@media(min-width: 1280px){
  .customer-reviews-section_subheading{
    text-align:left
  }
}

.customer-reviews-section_cta-container{
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:center;
  justify-content:center
}

@media(min-width: 1280px){
  .customer-reviews-section_cta-container{
    width:80%
  }
}

.customer-reviews-section_cta{
  width:100%;
  font-size:18px;
  line-height:28px;
  font-weight:700;
  color:#fff;
  text-align:center;
  background-color:#006aeb;
  border-radius:8px;
  padding:14px 24px
}

.customer-reviews-section_cta:hover{
  cursor:pointer;
  text-decoration:none;
  color:#fff;
  background-color:#0066d4
}

.customer-reviews-section_span-or-span{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-align:center;
  align-items:center;
  width:100%;
  margin:24px 0px
}

@media(min-width: 768px){
  .customer-reviews-section_span-or-span{
    margin:32px 0px
  }
}

.customer-reviews-section_span-or-span>p{
  color:#cbd1d7;
  text-align:center;
  width:24px;
  margin:0px 12px
}

@media(min-width: 1280px){
  .customer-reviews-section_span-or-span>p{
    margin:0px 16px
  }
}

.customer-reviews-section_span-or-span>span{
  display:-ms-flexbox;
  display:flex;
  width:100%;
  height:1px;
  background-color:#cbd1d7
}

.customer-reviews-section_cards-mobile{
  display:-ms-flexbox;
  display:flex;
  margin-bottom:40px
}

@media(min-width: 768px){
  .customer-reviews-section_cards-mobile{
    margin-bottom:48px
  }
}

@media(min-width: 1280px){
  .customer-reviews-section_cards-mobile{
    display:none
  }
}

.customer-reviews-section_cards-desktop{
  display:none
}

@media(min-width: 1280px){
  .customer-reviews-section_cards-desktop{
    display:-ms-flexbox;
    display:flex;
    width:60%
  }
}

.customer-reviews-section_cards{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-align:center;
  align-items:center;
  width:100%
}

@media(min-width: 768px){
  .customer-reviews-section_cards{
    margin:0px 48px;
    -ms-flex-pack:center;
    justify-content:center;
    gap:40px
  }
}

.customer-reviews-section_card-column{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-align:center;
  align-items:center;
  text-align:center
}

.customer-reviews-section_card{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:start;
  justify-content:start;
  -ms-flex-align:start;
  align-items:flex-start;
  text-align:left;
  background-color:#fff;
  border-radius:16px;
  padding:20px;
  margin-bottom:16px;
  width:150px;
  height:160px
}

@media(min-width: 768px){
  .customer-reviews-section_card{
    width:285px;
    height:304px;
    padding:40px;
    margin-bottom:32px
  }
}

@media(min-width: 768px){
  .customer-reviews-section_card.customer-review-card>.customer-reviews-section_stars-rating>svg{
    width:24px !important;
    height:24px !important
  }
}

.customer-reviews-section_statistics{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  -ms-flex-pack:start;
  justify-content:start;
  -ms-flex-align:center;
  align-items:center;
  text-align:center;
  color:#fff
}

@media(min-width: 768px){
  .customer-reviews-section_statistics{
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    gap:24px;
    margin:0;
    padding:0px 8px
  }
}

.customer-reviews-section_statistics-value{
  font-size:48px;
  line-height:36px;
  font-weight:700;
  margin-bottom:4px
}

@media(min-width: 768px){
  .customer-reviews-section_statistics-value{
    font-size:80px;
    line-height:60px;
    margin:0;
    text-align:left
  }
}

.customer-reviews-section_statistics-label{
  font-size:14px;
  line-height:16px;
  font-weight:600
}

@media(min-width: 768px){
  .customer-reviews-section_statistics-label{
    font-size:20px;
    line-height:24px;
    text-align:left;
    width:auto
  }
}

.customer-reviews-section_card-logo{
  width:auto;
  height:18px;
  margin-bottom:2px
}

@media(min-width: 768px){
  .customer-reviews-section_card-logo{
    height:24px;
    margin-bottom:8px
  }
}

.customer-reviews-section_stars-rating{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-pack:start;
  justify-content:start;
  -ms-flex-align:anchor-center;
  align-items:anchor-center
}

.customer-reviews-section_stars-rating svg{
  width:14px;
  height:14px
}

@media(min-width: 768px){
  .customer-reviews-section_stars-rating svg{
    width:32px;
    height:32px
  }
}

.customer-reviews-section_stars-rating p{
  color:#000;
  font-size:10px;
  line-height:12px;
  font-weight:600;
  margin-left:4px
}

@media(min-width: 768px){
  .customer-reviews-section_stars-rating p{
    font-size:16px;
    line-height:24px
  }
}

.customer-reviews-section_card-provider-content{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-align:start;
  align-items:flex-start;
  margin-top:14px;
  gap:10px
}

.customer-reviews-section_card-provider-content svg{
  width:14px;
  height:10px;
  margin-right:2px
}

@media(min-width: 768px){
  .customer-reviews-section_card-provider-content svg{
    width:22px;
    height:16px;
    margin-right:4px
  }
}

@media(min-width: 768px){
  .customer-reviews-section_card-provider-content{
    margin-top:24px;
    gap:24px
  }
}

.customer-reviews-section_card-provider-content-item{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-pack:start;
  justify-content:start;
  -ms-flex-align:center;
  align-items:center
}

.customer-reviews-section_card-provider-content-item-gray{
  width:94px;
  height:8px;
  background:linear-gradient(to right, #CBD1D7, #FFFFFF);
  border-radius:32px
}

@media(min-width: 768px){
  .customer-reviews-section_card-provider-content-item-gray{
    width:177px;
    height:16px
  }
}

.customer-reviews-section_card-provider-content-item-gray.open-quote{
  position:relative
}

.customer-reviews-section_card-provider-content-item-gray.open-quote>span{
  position:absolute;
  z-index:2;
  left:-5px;
  top:-7px
}

@media(min-width: 768px){
  .customer-reviews-section_card-provider-content-item-gray.open-quote>span{
    left:-5px;
    top:-4px
  }
}

.customer-reviews-section_card-provider-content-item-gray.close-quote{
  position:relative
}

.customer-reviews-section_card-provider-content-item-gray.close-quote>span{
  position:absolute;
  z-index:2;
  right:5px;
  top:-7px
}

@media(min-width: 768px){
  .customer-reviews-section_card-provider-content-item-gray.close-quote>span{
    right:5px;
    top:-4px
  }
}

.customer-reviews-section_card-user-quote{
  font-size:20px;
  line-height:24px;
  font-weight:600
}

@media(min-width: 768px){
  .customer-reviews-section_card-user-quote{
    font-size:32px;
    line-height:24px
  }
}

.customer-reviews-section_card-username{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-pack:start;
  justify-content:start;
  -ms-flex-align:center;
  align-items:center;
  margin:0
}

.customer-reviews-section_card-username>svg{
  width:20px;
  height:20px
}

.customer-reviews-section_card-username>span{
  font-size:14px;
  line-height:24px;
  font-weight:700;
  margin-left:4px
}

@media(min-width: 768px){
  .customer-reviews-section_card-username{
    margin:0px
  }

  .customer-reviews-section_card-username>svg{
    width:36px;
    height:36px
  }

  .customer-reviews-section_card-username>span{
    font-size:20px;
    line-height:24px;
    font-weight:700;
    margin:6px 0px 6px 8px
  }
}

.customer-reviews-section_card-user-content{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-align:start;
  align-items:flex-start;
  margin:10px 0px 6px 0px;
  gap:12px
}

@media(min-width: 768px){
  .customer-reviews-section_card-user-content{
    margin:20px 0px;
    gap:20px
  }
}

.customer-reviews-section_card-user-content>span{
  width:110px
}

@media(min-width: 768px){
  .customer-reviews-section_card-user-content>span{
    width:205px
  }
}

.customer-reviews-section_dropdown-wrapper{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-align:center;
  align-items:center;
  width:100%;
  height:56px
}

.customer-reviews-section_dropdown-container{
  width:100% !important;
  height:56px !important
}

.customer-reviews-section_dropdown-button{
  padding:14px 24px !important;
  height:100% !important;
  text-align:left !important;
  font-size:18px !important
}

.customer-reviews-section_dropdown-button[aria-expanded=true] .select__icon{
  transform:rotate(180deg)
}

.customer-reviews-section_dropdown-button .select__icon{
  transition:transform .3s ease
}

.customer-reviews-section_dropdown-options{
  top:90%;
  position:absolute;
  z-index:2
}

.customer-reviews-section_dropdown-item{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-align:center;
  align-items:center;
  height:32px;
  width:100%;
  margin:8px 0px;
  text-align:left;
  font-size:18px !important
}

.customer-reviews-section_dropdown-item:hover{
  cursor:pointer;
  text-decoration:none;
  background-color:rgba(82,81,97,.1)
}

.customer-reviews-section_dropdown-item>a{
  padding:4px 24px;
  display:-ms-flexbox;
  display:flex;
  height:100%;
  width:100%;
  color:#525161
}

.customer-reviews-section_dropdown-item>a:hover{
  text-decoration:none;
  background:none
}

@media(min-width: 768px){
  .customer-reviews-section_dropdown-item>a{
    display:none
  }
}

.customer-reviews-section_dropdown-item>span{
  padding:4px 24px;
  display:none;
  height:100%;
  width:100%
}

@media(min-width: 768px){
  .customer-reviews-section_dropdown-item>span{
    display:-ms-flexbox;
    display:flex
  }
}

.customer-reviews-section_dropdown-submit{
  display:none
}

@media(min-width: 768px){
  .customer-reviews-section_dropdown-submit{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:8px;
    border:2px solid #fff;
    background-color:rgba(0,0,0,0);
    color:#fff;
    width:56px;
    height:56px;
    margin-left:24px;
    padding:16px
  }

  .customer-reviews-section_dropdown-submit:disabled{
    cursor:not-allowed;
    opacity:.3
  }
}
