/**
Include icons in scss/css.
Usage: 
 @include icon(close);
*/
/*
Media query mixin.
Usage: 
@include media($bp-l, min)
*/
/*
Mixin to add loading spinner to button/element.
Usage: 
@include loading()
*/
.subscription-widget {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0;
}

.subscription-widget__option {
  display: block;
  padding: 1.5rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #a6a6a6;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}
input:checked + .subscription-widget__option {
  border-color: #054040;
}

.subscription-widget__option-badge {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #50fcce;
  color: #054040;
  line-height: 1.4;
  padding: 0.25rem 0.75rem;
  border-radius: 6.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0;
  transform: translateY(-50%);
}

.subscription-widget__option-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.subscription-widget__option-price {
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: auto;
  display: flex;
  gap: 0.375rem;
}

.subscription-widget__option-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.subscription-widget__option-top::before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #054040;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
input:checked + .subscription-widget__option .subscription-widget__option-top::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86663 7.60001L1.06663 4.80001L0.133301 5.73334L3.86663 9.46667L11.8666 1.46667L10.9333 0.53334L3.86663 7.60001Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-color: #054040;
}

.subscription-widget__option-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.5;
}
input:checked + .subscription-widget__option .subscription-widget__option-content {
  max-height: 200px;
}
.subscription-widget__option-content li {
  position: relative;
  padding-left: 1.25rem;
}
.subscription-widget__option-content li::before,
.subscription-widget__option-content li .subscription-widget__option-icon {
  content: "";
  display: block;
  left: 0;
  height: 1em;
  width: 1em;
  top: 0.25em;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='12' height='12' rx='6' fill='%2350FCCE'/%3E%3Cpath d='M8.8125 4.625L4.94531 8.49219L3.1875 6.73438' stroke='%23054040' stroke-width='0.857143' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  mask-image: unset;
  background-size: contain;
  background-repeat: no-repeat;
}
.subscription-widget__option-content .subscription-widget__option-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6.5' r='6' fill='%23054040'/%3E%3Cpath d='M8.15101 4.09141C7.76185 3.95018 6.96463 3.71338 6.00027 3.71338C5.09081 3.71338 4.32782 3.92387 3.84797 4.1004C2.80005 4.48608 2.80005 4.75819 2.80005 4.86051C2.80005 5.6674 3.08676 6.41648 3.58794 6.92247C3.58638 6.94923 3.58549 6.976 3.58549 7.00321V7.95941C3.58549 8.94126 4.37493 9.74005 5.34529 9.74005C6.31565 9.74005 7.10509 8.94126 7.10509 7.95941V7.79727C7.25289 7.74398 7.39758 7.67966 7.53537 7.6059C8.56218 7.05605 9.20005 6.00405 9.20005 4.86029C9.20005 4.75392 9.20005 4.47146 8.15079 4.09118L8.15101 4.09141ZM6.50034 7.3511V7.95964C6.50034 8.60393 5.98227 9.12791 5.34551 9.12791C4.70876 9.12791 4.19069 8.60371 4.19069 7.95964V7.00343C4.19069 6.60066 4.51451 6.27278 4.91279 6.27278C5.01124 6.27278 5.10704 6.29437 5.19816 6.3344C5.08548 6.53163 5.02013 6.75966 5.02013 7.00321L5.01947 8.19869L5.62466 8.19914L5.62533 7.00343C5.62533 6.60066 5.94938 6.27278 6.34743 6.27278C6.74549 6.27278 7.06953 6.60044 7.06953 7.00343V7.1541C7.00886 7.18087 6.94796 7.20493 6.88795 7.22607L6.50034 7.35133V7.3511ZM7.65739 6.79654C7.55871 6.15405 7.00974 5.6602 6.34765 5.6602C6.08362 5.6602 5.83803 5.73958 5.63111 5.87451C5.41686 5.73464 5.16949 5.6602 4.91301 5.6602C4.45739 5.6602 4.05445 5.89385 3.8153 6.24895C3.57216 5.90285 3.42858 5.4596 3.40791 4.98105C3.68039 4.80272 4.71565 4.32574 6.00027 4.32574C7.28489 4.32574 8.31593 4.77483 8.59285 4.97048C8.56063 5.68471 8.21636 6.3461 7.65739 6.79654Z' fill='%2350FCCE'/%3E%3C/svg%3E%0A") !important;
}

.rc-container-wrapper {
  display: none !important;
}

.subscription-widget__error {
  font-size: 0.75rem;
  line-height: 160%;
  font-weight: 500;
  color: #b50808;
}
