@charset "UTF-8";
/*!
 Template: Draivi Widgets
 Version: 1.07
*/
.trustpilot_mini {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0 0 25px;
  height: 85px;
}

.trustpilot_testimonials {
  background-color: #f8f9fa;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
  padding: 20px 20px 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 349px) {
  .trustpilot_testimonials {
    padding: 30px 0;
  }
}

.trustpilot_micro {
  float: left;
  width: 230px;
}

.rustpilot-flex-wrapper {
  width: 260px;
  height: 77px;
}

/* Unsub */
#draiviUnsubscribeForm {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#draiviUnsubscribeForm .unsubscribe_title h4 {
  margin: 0 0 20px;
  padding: 0;
}
#draiviUnsubscribeForm #main-container {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  padding: 20px;
  margin-bottom: 0;
}
#draiviUnsubscribeForm .check-label {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.7 !important;
}
#draiviUnsubscribeForm .form-radios > div:not([id]) {
  position: relative !important;
  margin-bottom: 6px !important;
}
#draiviUnsubscribeForm .form-radios > div:not([id]) > input[type=radio] {
  display: none !important;
}
#draiviUnsubscribeForm {
  /* Card label */
}
#draiviUnsubscribeForm .form-radios > div:not([id]) > label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 10px !important;
  padding: 11px 14px !important;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #e2e8f0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  cursor: pointer !important;
}
#draiviUnsubscribeForm .form-radios > div:not([id]) > label:hover {
  border-color: #94a3b8 !important;
  background: #f8fafc !important;
}
#draiviUnsubscribeForm .form-radios > div:not([id]) > label::before {
  content: "" !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  border-radius: 100% !important;
  border: 1.5px solid #cbd5e1 !important;
  background: #fff !important;
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
}
#draiviUnsubscribeForm {
  /* Checked */
}
#draiviUnsubscribeForm .form-radios > div:not([id]) > input[type=radio]:checked + label {
  border-color: #64748b !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  font-weight: 500 !important;
}
#draiviUnsubscribeForm .form-radios > div:not([id]) > input[type=radio]:checked + label::before {
  border-color: #475569 !important;
  border-width: 5px !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan,
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested,
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail,
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 2px solid #cbd5e1 !important;
  padding: 12px 12px 12px 16px !important;
  background: #f8fafc !important;
  border-radius: 0 9px 9px 0 !important;
  margin-bottom: 6px !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan > .check-label,
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested > .check-label,
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail > .check-label,
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont > .check-label {
  display: inline-block;
}
#draiviUnsubscribeForm {
  /* Yes/No pill wrappers */
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan > div,
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested > div,
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail > div,
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont > div {
  display: inline-block !important;
  position: relative !important;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
}
#draiviUnsubscribeForm {
  /* Hide native radio */
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan > div > input[type=radio],
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested > div > input[type=radio],
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail > div > input[type=radio],
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont > div > input[type=radio] {
  display: none !important;
}
#draiviUnsubscribeForm {
  /* Pill label */
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan > div > label,
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested > div > label,
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail > div > label,
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont > div > label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 5px 25px !important;
  margin: 0 !important;
  border-radius: 99px !important;
  border: 1px solid #cbd5e1 !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #334155 !important;
  cursor: pointer !important;
  -webkit-transition: border-color 0.15s, background 0.15s !important;
  transition: border-color 0.15s, background 0.15s !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan > div > label:hover,
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested > div > label:hover,
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail > div > label:hover,
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont > div > label:hover {
  border-color: #64748b !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeFoundLoan > div > input:checked + label,
#draiviUnsubscribeForm #sendAfterFewTimeNoInterested > div > input:checked + label,
#draiviUnsubscribeForm #sendAfterFewTimeManyEmail > div > input:checked + label,
#draiviUnsubscribeForm #sendAfterFewTimeTailoredCont > div > input:checked + label {
  border-color: #475569 !important;
  background: #f1f5f9 !important;
  color: #0f172a !important;
  font-weight: 600 !important;
}
#draiviUnsubscribeForm #textextArea {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 2px solid #cbd5e1 !important;
  padding: 12px 12px 12px 16px !important;
  background: #f8fafc !important;
  border-radius: 0 9px 9px 0 !important;
  margin-top: 0 !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther {
  margin-bottom: 12px !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther > .check-label {
  color: #94a3b8 !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther > div {
  display: inline-block !important;
  position: relative !important;
  margin-right: 7px !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther > div > input[type=radio] {
  display: none !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther > div > label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 6px 16px !important;
  margin: 0 !important;
  border-radius: 99px !important;
  border: 1px solid #cbd5e1 !important;
  background: #fff !important;
  font-size: 13px !important;
  color: #334155 !important;
  cursor: pointer !important;
  -webkit-transition: border-color 0.15s !important;
  transition: border-color 0.15s !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther > div > label:hover {
  border-color: #64748b !important;
}
#draiviUnsubscribeForm #sendAfterFewTimeOther > div > input:checked + label {
  border-color: #475569 !important;
  background: #f1f5f9 !important;
  color: #0f172a !important;
  font-weight: 600 !important;
}
#draiviUnsubscribeForm #textextArea > p {
  font-size: 13px !important;
  color: #94a3b8 !important;
  margin: 12px 0 8px !important;
  padding: 0 !important;
}
#draiviUnsubscribeForm #otherTextArea {
  display: block !important;
  width: 100% !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 10px 13px !important;
  font-size: 14px !important;
  color: #1e293b !important;
  background: #fff !important;
  resize: none !important;
  height: 100px !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: border-color 0.15s !important;
  transition: border-color 0.15s !important;
}
#draiviUnsubscribeForm #otherTextArea:focus {
  border-color: #64748b !important;
  outline: none !important;
}
#draiviUnsubscribeForm #charCount {
  display: block !important;
  text-align: right !important;
  font-size: 12px !important;
  color: #cbd5e1 !important;
  margin-top: 4px !important;
}
#draiviUnsubscribeForm #error-container {
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  border-radius: 8px !important;
  padding: 9px 13px !important;
  margin-top: 12px !important;
}
#draiviUnsubscribeForm .invalid-field {
  font-size: 15px !important;
  color: #dc2626 !important;
  padding: 5px 0 0 0;
}
#draiviUnsubscribeForm .invalid-field b {
  font-weight: 600 !important;
}
#draiviUnsubscribeForm #submit-container {
  margin-top: 18px !important;
}
#draiviUnsubscribeForm #submit-container p.text-center {
  margin: 0 !important;
}
#draiviUnsubscribeForm #cancel {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border-radius: 9px;
  color: #fff;
  font-size: 16px;
}
#draiviUnsubscribeForm #cancel:active {
  -webkit-transform: scale(0.98) !important;
          transform: scale(0.98) !important;
}
#draiviUnsubscribeForm #cancel:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}
#draiviUnsubscribeForm #success-container .unsubscribe_title h4 {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #166534 !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 9px !important;
  padding: 12px 16px !important;
  text-align: center !important;
  margin-top: 14px !important;
}
#draiviUnsubscribeForm #resubscribe-container {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 0.9rem 1.25rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 10px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 20px !important;
}
#draiviUnsubscribeForm #resubscribe-container h5 {
  font-size: 15px !important;
  font-weight: 600 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  min-width: 100px !important;
}
#draiviUnsubscribeForm #re-submit-container {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  margin: 0 !important;
}
#draiviUnsubscribeForm #re-submit-container p.text-center {
  margin: 0 !important;
}
#draiviUnsubscribeForm #resubscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 16px;
}
#draiviUnsubscribeForm #resubscribe:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}
#draiviUnsubscribeForm {
  /* Re-subscribe success */
}
#draiviUnsubscribeForm #re-success-container {
  width: 100% !important;
}
#draiviUnsubscribeForm #re-success-container .unsubscribe_title h4 {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #166534 !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 8px !important;
  padding: 9px 13px !important;
  text-align: center !important;
}
#draiviUnsubscribeForm .wait-submit {
  display: none !important;
}
#draiviUnsubscribeForm .wait-submit.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100% !important;
  margin-top: 12px !important;
}
#draiviUnsubscribeForm .wait-submit.active::after {
  content: "" !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #e2e8f0 !important;
  border-top-color: #475569 !important;
  border-radius: 50% !important;
  -webkit-animation: unsub-spin 0.7s linear infinite !important;
          animation: unsub-spin 0.7s linear infinite !important;
}
@-webkit-keyframes unsub-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes unsub-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media only screen and (max-width: 500px) {
  .trustpilot_micro {
    float: right;
    width: 230px;
    margin-right: -15px;
  }
  #draiviUnsubscribeForm #main-container,
  #draiviUnsubscribeForm #resubscribe-container {
    padding: 1rem !important;
    border-radius: 10px !important;
  }
  #draiviUnsubscribeForm .unsubscribe_title h4 {
    font-size: 1.2rem !important;
  }
  #draiviUnsubscribeForm #resubscribe-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  #draiviUnsubscribeForm #resubscribe {
    width: 100% !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.draivi-google-reviews {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
.draivi-google-reviews p {
  padding: 7px 0 !important;
  font-size: 13px;
}
.draivi-google-reviews .review-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px;
}
.draivi-google-reviews .review-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.draivi-google-reviews .draivi-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px 6px;
  padding: 16px;
  min-width: calc(34% - 20px);
  max-width: calc(34% - 20px);
  height: 200px;
  text-align: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.draivi-google-reviews .draivi-review .review-comment {
  color: #4d4d4d;
  font-size: 13px !important;
  padding: 0px 5px !important;
}
.draivi-google-reviews .stars {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
}
.draivi-google-reviews .stars .star {
  color: #ccc;
}
.draivi-google-reviews .stars .star.filled {
  color: #ffd700;
}
.draivi-google-reviews .auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.draivi-google-reviews .auth img {
  border-radius: 50%;
  width: 35px;
}
.draivi-google-reviews .auth p {
  font-size: 12px;
  font-weight: 700;
}
.draivi-google-reviews .auth .auth-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.draivi-google-reviews .auth .auth-name p {
  padding: 0 !important;
  text-transform: capitalize;
}
.draivi-google-reviews .auth .date {
  color: #8b8b8b;
  font-weight: 400 !important;
}
.draivi-google-reviews .stars-and-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.draivi-google-reviews .review-prev,
.draivi-google-reviews .review-next {
  position: absolute;
  top: 50%;
  background-color: #fff !important;
  color: #969696 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: none;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #969696;
  border-radius: 50%;
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  z-index: 1;
}
.draivi-google-reviews .review-prev {
  left: 2px;
}
.draivi-google-reviews .review-next {
  right: 2px;
}
.draivi-google-reviews .draivi-total-rate-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.draivi-google-reviews .draivi-total-rate-reviews .google-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.draivi-google-reviews .draivi-total-rate-reviews .google-widget .google-icon {
  padding-right: 10px;
}
.draivi-google-reviews .draivi-total-rate-reviews .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px 0 -10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.draivi-google-reviews .draivi-total-rate-reviews .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}
.draivi-google-reviews .draivi-total-rate-reviews .stars .star {
  font-size: 25px;
  margin-right: 2px;
}
.draivi-google-reviews .draivi-total-rate-reviews .stars .star.full {
  color: #ffd700;
}
.draivi-google-reviews .draivi-total-rate-reviews .stars .star.half {
  color: #ffd700;
  position: relative;
}
.draivi-google-reviews .draivi-total-rate-reviews .stars .star.half::before {
  content: "★";
  color: #ccc;
  position: absolute;
  left: 0;
  clip: rect(0, 20px, 20px, 10px);
}
.draivi-google-reviews .draivi-total-rate-reviews .stars .star.grey {
  color: #ccc;
}
.draivi-google-reviews .draivi-total-rate-reviews .rating-number {
  font-size: 15px;
  color: #666;
  font-weight: 700;
}
.draivi-google-reviews .draivi-total-rate-reviews .reviews-number {
  font-size: 13px;
  color: #8b8b8b;
  padding: 0 3px;
}
.draivi-google-reviews .reviews-button {
  text-decoration: unset;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #474747;
}
@media only screen and (max-width: 991px) {
  .draivi-google-reviews .draivi-review {
    min-width: calc(51% - 20px);
    max-width: calc(51% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .draivi-google-reviews .draivi-review {
    min-width: 96%;
    max-width: 96%;
  }
}
@media only screen and (max-width: 375px) {
  .draivi-google-reviews .reviews-button {
    padding: 5px 12px !important;
  }
  .draivi-google-reviews .draivi-review .review-comment {
    font-size: 12px !important;
  }
  .draivi-google-reviews .star {
    font-size: 21px;
  }
  .draivi-google-reviews .draivi-total-rate-reviews .stars .star {
    font-size: 20px;
  }
}

.reviews_widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 600px) {
  .reviews_widgets {
    gap: 2px;
  }
}
.reviews_widgets {
  margin-bottom: 10px;
}

@media only screen and (max-width: 780px) {
  .google-widget {
    padding: 0 20px;
  }
}
.draivi-total-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.draivi-total-rate #stars-link {
  text-decoration: unset;
  background-color: unset;
}
.draivi-total-rate .google-reviews-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.draivi-total-rate .reviews-number {
  font-size: 11px !important;
  color: #191919 !important;
}
.draivi-total-rate .google-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.draivi-total-rate .google-icon img {
  width: 20px;
  margin-right: 3px !important;
}
.draivi-total-rate .google-icon p {
  font-size: 14px !important;
  padding: 0;
  margin: 0 !important;
  font-weight: 700;
}
.draivi-total-rate .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.draivi-total-rate .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.draivi-total-rate .stars .star {
  font-size: 23px;
  margin-right: 2px;
}
@media only screen and (max-width: 340px) {
  .draivi-total-rate .stars .star {
    font-size: 22px;
    margin-right: 0;
  }
}
.draivi-total-rate .stars .star.full {
  color: #ffd700;
}
.draivi-total-rate .stars .star.grey {
  color: #ccc;
}
.draivi-total-rate .stars .star.half {
  color: #ffd700;
  position: relative;
}
.draivi-total-rate .stars .star.half::before {
  content: "★";
  color: #ccc;
  position: absolute;
  left: 0;
  clip: rect(0, 20px, 30px, 10px);
}
.draivi-total-rate .rating-number {
  font-size: 15px;
  color: #666;
  font-weight: 700;
}
@media only screen and (max-width: 340px) {
  .draivi-total-rate .rating-number {
    font-size: 14px;
  }
}
.draivi-total-rate .reviews-number {
  font-size: 13px;
  color: #8b8b8b;
  margin-top: -5px;
}

.intercom-lightweight-app {
  display: none;
  z-index: 10 !important;
}

[class^=intercom-with-namespace-] {
  z-index: 10 !important;
}

.page-id-1792 .intercom-lightweight-app {
  display: block !important;
}
.page-id-1792 .intercom-lightweight-app .intercom-lightweight-app-launcher {
  max-width: 60px;
  width: 60px;
  max-height: 60px;
  height: 60px;
}
.page-id-1792 .intercom-lightweight-app .intercom-lightweight-app-launcher .intercom-lightweight-app-launcher-icon-open {
  height: 60px;
  width: 60px;
}
.page-id-1792 .intercom-lightweight-app .intercom-lightweight-app-launcher .intercom-lightweight-app-launcher-icon-open svg {
  width: 30px;
  height: 30px;
}

.dm-sharebuttons svg {
  vertical-align: middle;
}
.dm-sharebuttons a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.dm-sharebuttons a svg {
  width: 30px;
  height: 30px;
}

.custom-author-bio {
  margin-top: 40px;
}
.custom-author-bio .author-bio-title {
  margin-bottom: 0 !important;
  padding: 4px 16px 4px 8px;
  background: #102573;
  display: inline-block;
  color: #fff;
  border-top-right-radius: 8px;
}
.custom-author-bio .author-bio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 10px !important;
  padding-left: 0 !important;
  gap: 12px;
  border-top: 2px solid #102573 !important;
  border-bottom: 1px solid #102573;
}
.custom-author-bio .author-bio-content img {
  max-width: 80px;
  border-radius: 100%;
}
.custom-author-bio .author-details h3 {
  margin-bottom: 8px;
  font-size: 23px;
}
.custom-author-bio .author-details h3 a {
  text-decoration: none;
}
.custom-author-bio .author-details p {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.4;
}
.custom-author-bio .author-details p:last-of-type {
  font-style: italic;
}

.dm-simple-cta {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding-bottom: 16px;
}
.dm-simple-cta h4 {
  padding: 6px 8px;
  font-size: 16px;
  line-height: 22px;
  background-color: #eee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dm-simple-cta .dm-cta-seguro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.dm-simple-cta .dm-cta-seguro p {
  margin-bottom: 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 20px;
}
.dm-simple-cta .dm-cta-seguro img {
  width: 34px;
  height: 34px;
  vertical-align: bottom;
}

.dm-someicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  opacity: 0.9;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.dm-someicons:hover {
  opacity: 1;
}