.item-box {
  position: static;
  background: #fff;
  margin-bottom: 30px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 1025px) {
  .item-box {
    padding-bottom: 0;
  }
}
@media all and (min-width: 1025px) {
  .item-box {
    margin-top: 0px;
  }
}
.item-box:has(+ .affiliate-disclaimer-wrapper) {
  margin-bottom: 0;
}
.item-box .aligncenter {
  align-items: center;
}
.item-box .row.aligncenter {
  display: flex;
}
.item-box .item-box-top {
  border: 1px solid rgba(0, 25, 29, 0.2);
  border-radius: 10px;
}
.item-box .item-box-top .inner-box {
  margin-right: 0;
  margin-left: 0;
}
.item-box .item-box-top .inner-box .inner-row {
  padding: 0;
}
@media (max-width: 1024px) {
  .item-box .item-box-top .inner-box .inner-row .col-2 {
    flex: 0 0 100%;
  }
}
.item-box .item-box-top .inner-box .inner-row .more-info-toggle {
  display: block;
}
@media (min-width: 1025px) {
  .item-box .item-box-top .inner-box .inner-row .more-info-toggle {
    display: none;
  }
}
.item-box .item-box-top .inner-box .inner-row .row {
  min-height: 173px;
}
.item-box .item-box-top .inner-box .inner-row .row .col-2.button-col ~ .col-2 {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .item-box .item-box-top .inner-box .inner-row .row .col-2.button-col ~ .col-2 {
    text-align: left;
    padding: 40px 0 0 35px;
    flex: 0 0 20%;
  }
}
.item-box .item-box-bottom {
  display: none;
  border-top: 1px solid rgba(0, 25, 29, 0.2);
  padding: 20px 20px 0 20px;
}
@media (max-width: 1025px) {
  .item-box .item-box-bottom {
    margin: auto 14px;
  }
}
.item-box .item-box-bottom.active {
  display: block;
  margin-bottom: 30px;
}
.item-box .item-box-bottom .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 1025px) {
  .item-box .item-box-bottom .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.item-box .item-box-bottom .top-info {
  margin-bottom: 40px;
}
.item-box .item-box-bottom .provider-name {
  font-weight: 900;
  font-size: 24px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .item-box .item-box-bottom .provider-name {
    margin-bottom: 0;
    text-align: left;
  }
}
.item-box .item-box-bottom .provider-score {
  display: flex;
}
.item-box .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 1025px) {
  .item-box .col-10 {
    flex: 0 0 78.7%;
    max-width: 78.7%;
  }
}
.item-box .col-10 .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 1025px) {
  .item-box .col-10 .col-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.item-box .col-10 .col-2:not(:first-child) {
  position: relative;
}
.item-box .col-10 .col-2.provider-logo {
  border-right: 1px solid rgba(0, 25, 29, 0.2);
  display: flex;
  align-items: center;
  max-height: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .item-box .col-10 .col-2.provider-logo {
    flex-direction: column;
    border-radius: none;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .item-box .col-10 .col-2.provider-logo .box-highlight-info {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1025px) {
  .item-box .col-10 .col-2.provider-logo {
    flex: 0 0 27.2%;
    max-width: 27.2%;
  }
}
.item-box .col-10 .col-2.provider-logo .sponsored-label, .item-box .col-10 .col-2.provider-logo .sponsored-info {
  display: none;
}
.item-box .col-10 .col-2.provider-logo img {
  max-width: 171px;
}
@media all and (min-width: 1025px) {
  .item-box .col-10 .col-2.col-rate {
    flex: 0 0 19.4%;
    max-width: 19.4%;
  }
}
@media all and (min-width: 1025px) {
  .item-box .col-10 .col-2.col-time {
    flex: 0 0 20.9%;
    max-width: 20.9%;
  }
}
@media all and (min-width: 1025px) {
  .item-box .col-10 .col-2.col-recive {
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }
}
.item-box .col-10 .col-2:not(:last-of-type):after {
  content: "";
  height: 1px;
  width: calc(100% - 66px);
  right: 33px;
  top: calc(100% + 40px);
  background: rgba(0, 25, 29, 0.2);
  position: absolute;
}
@media all and (min-width: 1025px) {
  .item-box .col-10 .col-2:not(:last-of-type):after {
    height: 50%;
    width: 1px;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    transform: translateY(50%);
  }
}
.item-box .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 1025px) {
  .item-box .col-2 {
    margin: 0 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.item-box .col-2:first-child:after {
  display: none;
}
.item-box .col-2.button-col {
  order: 3;
  margin: 40px 0 0;
}
.item-box .col-2.button-col.visible-mob {
  display: none;
}
@media all and (min-width: 1025px) {
  .item-box .col-2.button-col {
    flex: 0 0 21.3%;
    max-width: 21.3%;
  }
}
.item-box .col-2.button-col:after {
  display: none;
}
.item-box .col-2.button-col a {
  display: inline-block;
  width: 100%;
  margin: auto;
  line-height: 1;
  padding: 16.5px 0 !important;
}
.item-box .col-2.button-col ~ .col-2:not(:last-child) {
  order: 4;
  margin: 40px 0;
}
@media all and (min-width: 1025px) {
  .item-box .col-2.button-col ~ .col-2:not(:last-child) {
    margin: 0 0;
    order: unset;
  }
}
@media all and (min-width: 1025px) {
  .item-box .col-2.button-col {
    order: unset;
    margin: auto;
  }
}
.item-box .col-2:last-child {
  order: 2;
}
@media all and (min-width: 1025px) {
  .item-box .col-2:last-child {
    order: unset;
  }
}
.item-box .box-highlights {
  position: absolute;
  top: -4px;
  z-index: 999999999;
  left: 0;
}
.item-box .sponsored {
  font-size: 12px;
  font-weight: bold;
  color: var(--primary-color);
  background: var(--secondary-color);
  border-radius: 10px 0 0;
  padding: 2px 10px;
}
.item-box .box-highlight-info {
  font-size: 12px;
  font-weight: 300;
  color: var(--primary-color);
  background: #FFEFC5;
  border-radius: 0;
  padding: 2px 10px;
  margin-left: -3px;
  border-radius: 0 0 10px;
}
.item-box .more-options {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 15px;
  font-weight: bold;
  color: #353535;
  background: #FFEFC5;
  border-radius: 3px;
  padding: 2px 22px;
  margin-top: 10px;
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .item-box .more-options {
    transform: unset;
    position: unset;
  }
}
@media all and (min-width: 1300px) {
  .item-box .more-options {
    padding: 2px 31px;
  }
}
.item-box .button {
  font-size: 15px !important;
  color: #00191D;
  min-width: 1px;
}
.item-box .fees-title {
  font-weight: bold;
}
.item-box .trustpilot-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  justify-content: center;
}
@media all and (min-width: 1025px) {
  .item-box .trustpilot-wrapper {
    justify-content: flex-end;
  }
}
.item-box .trustpilot-wrapper .trustpilot-title {
  display: flex;
}
.item-box .trustpilot-wrapper .trustpilot-score {
  display: flex;
  justify-content: center;
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating {
  display: flex;
  font-size: 0;
  position: relative;
  gap: 1px;
  margin: 0 5px;
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box {
  background: #dcdce6;
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.full {
  background: #00B67A;
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-10 {
  background: linear-gradient(90deg, #00B67A 10%, #dcdce6 10%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-20 {
  background: linear-gradient(90deg, #00B67A 20%, #dcdce6 20%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-30 {
  background: linear-gradient(90deg, #00B67A 30%, #dcdce6 30%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-40 {
  background: linear-gradient(90deg, #00B67A 40%, #dcdce6 40%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-50 {
  background: linear-gradient(90deg, #00B67A 50%, #dcdce6 50%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-60 {
  background: linear-gradient(90deg, #00B67A 60%, #dcdce6 60%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-70 {
  background: linear-gradient(90deg, #00B67A 70%, #dcdce6 70%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-80 {
  background: linear-gradient(90deg, #00B67A 80%, #dcdce6 80%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star-box.perc-90 {
  background: linear-gradient(90deg, #00B67A 90%, #dcdce6 90%);
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star {
  width: 20px;
  height: 20px;
  margin: 0 0px;
  display: inline-block;
  background: #FFFFFF;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: relative;
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star .broken-piece {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px; /* Adjust size and shape */
  border-color: transparent transparent #FFFFFF transparent; /* Match star color */
  top: 7px; /* Adjust position to match the broken part */
  left: 6px; /* Adjust position to match the broken part */
}
@media all and (min-width: 1025px) {
  .item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star {
    margin: 0 2px;
  }
}
.item-box .trustpilot-wrapper .trustpilot-score .trustpilot-rating .star:last-child {
  margin: 0;
}
.item-box .trustpilot-wrapper .trustpilot-score-reviews {
  font-size: 12px;
  font-weight: bold;
  color: #00191D;
}
.item-box .desc {
  width: 100%;
  border-top: 1px solid rgba(0, 42, 49, 0.2);
  padding-top: 13px;
  margin-top: 5px;
}
.item-box .desc p {
  font-size: 12px;
  color: var(--primary-color);
  line-height: 1.5;
  margin-bottom: 0;
}

.column-title {
  font-size: 11px;
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
}

.info {
  font-size: 12px;
  font-weight: 300;
  color: var(--primary-color);
  width: 100%;
}
@media (min-width: 1025px) {
  .info {
    width: 80%;
  }
}

.exchange-rate, .transfer-time, .exchange-amount {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 900;
  font-family: "Merriweather Sans", serif;
  line-height: 23px;
  padding: 7px 0;
}

.better {
  color: #24B944;
  display: block;
  font-weight: bold;
}

.worst {
  color: #DB4446;
  display: block;
  font-weight: bold;
}

.same {
  color: #FFC704;
  display: block;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.pros-and-cons ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
.pros-and-cons ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.pros-and-cons .pros ul li:before {
  content: url("../../../images/charm_tick_circle.svg");
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
}
.pros-and-cons .cons ul li:before {
  content: url("../../../images/circle-xmark.svg");
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
}

.item-box-top img {
  width: 100%;
}

.desc-col {
  position: relative;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media all and (min-width: 1025px) {
  .desc-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media all and (min-width: 1025px) {
  .desc-col:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background: #959595;
    top: 50%;
    left: 15px;
    bottom: unset;
    transform: translateY(-50%);
  }
}

.heading-row {
  margin-top: 64px;
  margin-bottom: 30px;
  display: none;
  font-family: "Merriweather Sans", serif;
}
@media all and (min-width: 1025px) {
  .heading-row {
    display: flex;
  }
}
.heading-row select {
  color: var(--primary-color);
  border: 1px solid #ccc;
  padding: 14.5px 5px 14.5px 10px;
  border-radius: 5px;
  min-width: 194px;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M7 8.71875C6.83333 8.71875 6.67167 8.6875 6.515 8.625C6.35833 8.5625 6.22833 8.47917 6.125 8.375L0.375 2.625C0.145833 2.39583 0.03125 2.10417 0.03125 1.75C0.03125 1.39583 0.145833 1.10417 0.375 0.875C0.604166 0.645833 0.895833 0.53125 1.25 0.53125C1.60417 0.53125 1.89583 0.645833 2.125 0.875L7 5.75L11.875 0.875C12.1042 0.645833 12.3958 0.53125 12.75 0.53125C13.1042 0.53125 13.3958 0.645833 13.625 0.875C13.8542 1.10417 13.9688 1.39583 13.9688 1.75C13.9688 2.10417 13.8542 2.39583 13.625 2.625L7.875 8.375C7.75 8.5 7.61458 8.58875 7.46875 8.64125C7.32292 8.69375 7.16667 8.71958 7 8.71875Z" fill="%2300191D"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.heading-row select:first-child {
  margin-right: 10px;
}

.col-6.justify-end {
  display: flex;
  justify-content: end;
  column-gap: 10px;
  align-items: center;
}
.col-6.justify-end p {
  margin: 0 0;
  font-size: 14px;
  font-weight: 300;
  color: var(--primary-color);
}
.col-6.justify-end p span:first-child {
  font-weight: 700;
}
.col-6.justify-end a.alert-btn.btn-secondary.button {
  font-size: 12px !important;
  padding: 10px 15.5px !important;
  min-width: unset;
  position: relative;
  background: #ffffff !important;
  border: 1px solid var(--secondary-color) !important;
  color: var(--primary-color) !important;
  display: flex;
  line-height: 18px;
}
.col-6.justify-end a.alert-btn.btn-secondary.button svg {
  margin-right: 5px;
}
.col-6.justify-end a.alert-btn.btn-secondary.button svg path {
  fill: var(--secondary-color);
}
.col-6.justify-end a.alert-btn.btn-secondary.button:hover {
  background: var(--secondary-color) !important;
}
.col-6.justify-end a.alert-btn.btn-secondary.button:hover svg path {
  fill: var(--primary-color);
}

.recommendation-alert {
  /* Rectangle 541 */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 9999;
}
.recommendation-alert.active {
  display: block;
}
.recommendation-alert #ce-signup-form-response span {
  margin-top: 15px;
  display: inline-block;
}
.recommendation-alert #ce-signup-form-response .red {
  color: red;
}
.recommendation-alert #ce-signup-form-response .green {
  color: green;
}
.recommendation-alert .alert-inner {
  padding: 41px 35px 50px 51px;
  position: absolute;
  width: 100%;
  max-width: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 9px 25px rgba(122, 122, 122, 0.25);
  border-radius: 10px;
  font-family: "Merriweather Sans", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #959595;
}
.recommendation-alert .alert-inner .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  color: #353535;
}
.recommendation-alert .alert-inner h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #353535;
  margin: 0 0 30px;
}
.recommendation-alert .alert-inner p {
  margin: 0 0 30px;
  font-family: "Merriweather Sans", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #959595;
}
.recommendation-alert .alert-inner p.italic {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.recommendation-alert .alert-inner svg {
  display: inline-block;
  margin: 0 22px;
}
.recommendation-alert .alert-inner .currencies-flags {
  /* EUR */
  font-family: "Merriweather Sans", serif;
  font-style: normal;
  line-height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.recommendation-alert .alert-inner .currencies-flags img {
  border-radius: 3px;
  width: 25px;
  height: 25px;
  object-fit: cover;
  object-position: center;
  margin-right: 7px;
}
.recommendation-alert .alert-inner form {
  margin: 34px 0 13px;
}
.recommendation-alert .alert-inner form input {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 0.5px solid #959595;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  padding: 18px 12px 17px;
  color: #959595;
}
.recommendation-alert .alert-inner form button {
  /* Notify Me */
  font-family: "Merriweather Sans", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: var(--text-color);
  padding: 13px;
  width: 100%;
  margin-top: 9px;
  background: var(--secondary-color);
  border-radius: 5px;
  cursor: pointer;
}
.recommendation-alert .alert-inner form button:hover {
  background: var(--secondary-color-hover) !important;
}
.recommendation-alert .alert-inner *:last-child {
  margin-bottom: 0;
}

.section-provider-results {
  padding-top: 65px;
}
.section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) {
  height: 450px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) {
    height: 500px;
  }
}
.section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 640px) {
  .section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation {
    top: -14px;
  }
}
.section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation p {
  margin: 20px 0 60px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation p {
    margin: 0 0 28px 0;
  }
}
.section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation .partner-logos {
  margin-bottom: 60px;
}
.section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation .partner-logos .col-12 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation .partner-logos .col-12 img {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .section-provider-results.with-animation:not(.exchange-rates):not(.send-money-to-country):not(.send-money-to-the-uk-from-country):not(.send-money-from-country-to-country) .animation .partner-logos .col-12 img {
    flex: 0 0 16.666%;
    max-width: 16.666%;
    margin-bottom: auto;
  }
}
.section-provider-results .section-title {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
}
@media (max-width: 1024px) {
  .section-provider-results .section-title {
    line-height: 35px;
  }
}
.section-provider-results .more-info-toggle {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  transition: top 0.3s ease;
  align-items: flex-end;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .section-provider-results .more-info-toggle {
    margin-bottom: 0px;
  }
}
.section-provider-results .affiliate-disclaimer-wrapper {
  margin-bottom: 40px;
  padding-top: 20px;
}
.section-provider-results .affiliate-disclaimer-wrapper .affiliate-disclaimer {
  display: none;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer::before, .section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer::after {
  content: "";
  width: calc(50% - 85px);
  display: block;
  border-bottom: 1px solid rgba(149, 149, 149, 0.6);
  position: absolute;
  top: 13px;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer::after {
  right: 0;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer .affiliate-disclaimer-label {
  display: inline-block;
  padding-right: 10px;
  color: #959595;
  font-weight: bold;
  font-size: 0.9rem;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer span.toggle-affiliate-disclaimer {
  cursor: pointer;
  width: 27px;
  height: 27px;
  position: absolute;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer span.toggle-affiliate-disclaimer:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-color: #959595;
  border-width: 0 2px 2px 0;
  border-style: solid;
  height: 8px;
  top: 8px;
  width: 8px;
  left: -5px;
  transform: rotate(45deg);
  z-index: 999999;
}
.section-provider-results .affiliate-disclaimer-wrapper .ce-affiliate-disclaimer.active span.toggle-affiliate-disclaimer:after {
  transform: rotate(-135deg);
}
.section-provider-results .rates-updated-time-alert {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px;
  border: 1px solid #FF0000;
  border-radius: 10px;
  width: calc(100% - 30px);
  margin: 30px auto 0 auto;
}
@media (min-width: 640px) {
  .section-provider-results .rates-updated-time-alert {
    margin: 0 auto 30px auto;
  }
}
.section-provider-results .rates-updated-time-alert span:first-child {
  line-height: 0;
}
.section-provider-results .rates-updated-time-alert span:nth-child(2) {
  font-weight: 700;
}
.section-provider-results .rates-updated-time-alert span:nth-child(3) {
  font-weight: 300;
  margin-left: 5px;
}
.section-provider-results .rates-updated-time-alert a {
  text-decoration: none;
  color: #f6495b;
  font-weight: 700;
  text-decoration: underline;
}
.section-provider-results .rates-updated-time-alert svg {
  width: 24px;
  height: 24px;
}
.section-provider-results.blurred {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .section-provider-results.blurred {
    padding: 33px 0;
  }
}
.section-provider-results.blurred .providers-list {
  position: relative;
  overflow: hidden;
  height: 2000px;
}
.section-provider-results.blurred .providers-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  filter: blur(0);
  pointer-events: none;
}
@media (min-width: 1025px) {
  .section-provider-results.blurred .providers-list {
    height: 910px;
  }
  .section-provider-results.blurred .providers-list::after {
    height: 100px;
  }
}
.section-provider-results.blurred .providers-cta-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 619px) {
  body.ce-compare-results .section-subheader.only-form {
    position: sticky;
    top: 172px;
  }
}
@media (max-width: 768px) {
  .item-box .item-box-top .inner-box .inner-row .row .col-2.button-col ~ .col-2 {
    padding: 0 0 0 33px;
    text-align: left;
    margin-bottom: 20px !important;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2 {
    flex: 0 0 calc(100% - 33px) !important;
  }
  .item-box .exchange-amount, .item-box .exchange-rate {
    font-size: 20px !important;
  }
  .item-box .col-rate .column-title, .item-box .col-receive .column-title {
    font-size: 10px !important;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.provider-logo {
    border-right: none !important;
    flex: 0 0 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 33px;
    align-items: flex-start;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.provider-logo:has(.sponsored-label) {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.provider-logo:has(.sponsored-label) .img {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.provider-logo:has(.sponsored-label) .sponsored-label {
    display: block;
    grid-column: 2;
    grid-row: 1;
    font-size: 11px;
    margin-right: 15px !important;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    background: #79C83F;
    padding: 5px 0px !important;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    align-self: center;
    justify-self: flex-end;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.provider-logo:has(.sponsored-label) .sponsored-info {
    display: block;
    grid-column: 1/span 2;
    grid-row: 2;
    font-size: 11px;
    text-align: left;
    color: var(--primary-color);
    background: rgba(var(--secondary-color-rgb), 0.2);
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 400;
    padding: 5.5px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    text-align: center;
    justify-content: center;
    margin-right: 15px;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.provider-logo:has(.sponsored-label) .sponsored-info svg {
    margin-top: 2px;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.col-rate {
    flex: 0 0 38% !important;
    margin-top: 0 !important;
    padding-left: 50px !important;
  }
  .item-box .col-2.col-time {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
  }
  .item-box .col-2.col-time::before {
    content: "";
    height: 1px;
    width: calc(100% - 33px);
    background: rgba(0, 25, 29, 0.2);
    position: absolute;
    left: 33px;
    top: -10px;
  }
  .item-box .col-2.col-time .column-title {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
  }
  .item-box .col-2.col-time .transfer-time {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    font-size: 14px;
    margin-left: 3px;
    padding: 0 !important;
  }
  .item-box .col-2.col-time .info {
    grid-column: 1/span 2;
    grid-row: 2;
    font-size: 12px;
  }
  .item-box .item-box-top .inner-box .inner-row .col-2.col-recive {
    flex: 0 0 50% !important;
  }
  .item-box .col-10 .col-2:not(:last-of-type):after {
    height: 0 !important;
  }
  .item-box .col-2.button-col {
    margin: 0 !important;
    margin-top: -10px !important;
  }
  .item-box .box-highlights {
    display: none;
  }
}
@media (max-width: 619px) {
  header .site-branding, header .header-right {
    padding: 0 10px;
  }
  button.menu-toggle {
    right: 5px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.ce-compare-results .section-subheader {
    display: none;
  }
  body.ce-compare-results .mobile-dropdown-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: sticky;
    top: 107px;
    background: #ffffff;
    z-index: 6;
    border-bottom: 1px solid rgba(0, 42, 49, 0.2);
    box-shadow: 0px 9px 25px rgba(122, 122, 122, 0.25);
  }
  body.ce-compare-results .mobile-dropdown-form img.flag {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 6px;
  }
  body.ce-compare-results .mobile-dropdown-form .mdf-left {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  body.ce-compare-results .mobile-dropdown-form .mdf-right button {
    padding: 0;
    background: transparent;
    border: none;
  }
  body.ce-compare-results .mobile-dropdown-form .mdf-right button.active img {
    transform: rotate(180deg);
  }
}

/*# sourceMappingURL=providers.css.map */
